summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO29
1 files changed, 0 insertions, 29 deletions
diff --git a/TODO b/TODO
index 7ad07b246..8943af197 100644
--- a/TODO
+++ b/TODO
@@ -3,35 +3,6 @@ Legend:
? = unsure
+ = in progress
-1.9.0
------
-[x] additional field where users' masked host can be stored so both masked IP and vhost are available instead of just one.
-[x] no struct Uid bollocks. that's insane, and now, unnecessary that we store UID in BotInfo.
-[x] prevent deletion of core services via /bs bot
-[x] Module subsystem cleanup ('modules' branch)
- [x] Move modules to use classes somewhat (AnopeInit, AnopeFini)
- [x] Change MODULE_INIT to return a pointer
- [x] Remove duplicate module creation.. have loadModule return a pointer rather than creating one
- [x] Remove buffered loading/unloading, this makes os_modunload perm, but who cares
- [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.
- [x] Remove mod_current_* crap (involves passing Module * around a lot)
- [x] events.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)
-[x] Clean up protocol
- [x] Fix anope_cmd_* stuff to just use IRCdProto methods directly
- [x] SendClientIntroduction should take a UID param, rather than generating one(?)
- [x] Fix permanent channels (+P) stuff.
- [x] Remove UnRestrictSAdmin, UseTS6, UseSVSHOLD
-[x] InspIRCd 1.2 support
-[x] Remove old (prior to 1.8.0) db compat
-[x] Establish a proper base for services pseudoclients
- [x] add ss_main StatServ Hal9000 to play with :)
-[x] burn automake with fire (CBX)
-
1.9.1
-----
[ ] Remove modules_unload_all fini + hack that goes with it