Remove spy hooks.
[seven.git] / TODO
blob84d86e9065d9a306c3bf9086c4b92ffa6e2bcbd4
1 TODO list for 1.0.0 release
2 ---------------------------
4 Client:
5 - Connection delay (aka CONNDELAY).  Doesn't seem necessary considering that
6   seven's codebase is less susceptible to random bugs at high load, however
7   it is implemented in the hyperion running on production Freenode.
8 - Opt-in spam filtering (cmode +S)
9 - Make prefixes for idented and unidented usernames configurable in ircd.conf
10   (n= and i=).
11 - Implement IDENTIFY-MSG and IDENTIFY-CTCP CAPABs as found in dancer/hyperion.
12 - Require channel operator status to view ban lists on +p (private) channels.
14 Oper:
15 - Implement MODE hacking?  Best done in an external module, preferably with
16   an annoying interface, *iff* the powers that be still want this.  Usefulness
17   of this is 'questionable' consdering the only privileged modes that remain
18   are +aosz.
19 - Implement SCAN IDLE?
20 - Ditto SCAN CMODES?
21 - Implement audo-dline (cmode +D).
22 - Implement remote RESTART.  (Done)
23 - Ditto remote DIE?  (Done)