summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-28 16:03:14 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-28 16:03:14 +0000
commit72e09121b253e285f89a0e04a0d6de32b9aa3121 (patch)
tree5b80f4804e339d533856bc2b882dff9725814b2d
parent000b8b342343e54f24c42eb925ded78bd7511216 (diff)
Revise TODO
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1810 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--TODO14
1 files changed, 7 insertions, 7 deletions
diff --git a/TODO b/TODO
index 5394c479c..08f6b1e88 100644
--- a/TODO
+++ b/TODO
@@ -16,23 +16,22 @@ Legend:
[x] Mark os_modunload permanent.
[x] Remove 'delayed' loading, this is necessary because of before/after connected to ircd (ircd is before, rest after), I'm sure this can be done better.
[ ] Remove modules_unload_all fini + hack that goes with it
+ [ ] signal handling cleanup
[+] Remove mod_current_* crap (involves passing Module * around a lot)
[x] events.c
- [ ] modules.c
+ [x] modules.c
[x] commands.c
[x] Redo moduleAdd|Get|Remove data to use class Extensible, etc.
[x] remove old config, replace with insp-inspired (albeit bind format) config (CBX)
-[ ] burn automake with fire (1.9.1?)
-[+] Clean up protocol
+[x] Clean up protocol
[x] Fix anope_cmd_* stuff to just use IRCdProto methods directly
- [ ] Fix command parsing (TBD)
[x] SendClientIntroduction should take a UID param, rather than generating one(?)
[x] Fix permanent channels (+P) stuff.
[x] Remove UnRestrictSAdmin, UseTS6, UseSVSHOLD
-[?] Immediate protection enforcement
-[+] InspIRCd 1.2 support
+[x] InspIRCd 1.2 support
[x] Remove old (prior to 1.8.0) db compat
-[ ] add StatServ module for Hal9000 to play with :)
+[ ] Establish a proper base for services pseudoclients
+ [ ] add ss_main StatServ Hal9000 to play with :)
1.9.1
-----
@@ -52,6 +51,7 @@ Legend:
[ ] Fix permanent channels support properly. This will require removing do_sjoin().
[ ] Make NS ENFORCE/RELEASE stuff more sane, redo timers
[ ] Add support for +k, +q, etc type umodes
+[ ] burn automake with fire (1.9.1?)
1.9.2
-----