summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-12-17 20:02:32 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-12-17 20:02:32 +0000
commit92fa9d99e3aa46a231df7a52e27ac20f44dee9c0 (patch)
treefb5528796e83a603c0adf694eaf2cb9c1cd30a47
parentea3b19a22c58784e1fbe8ec3a9bb2dd644f149e7 (diff)
Note that ss_main+service class is good to go, retarget signals stuff at 1.9.1 (it's a bit messy to touch now)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1833 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/TODO b/TODO
index 08f6b1e88..cbd82b8bc 100644
--- a/TODO
+++ b/TODO
@@ -8,15 +8,13 @@ Legend:
[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
-[ ] Module subsystem cleanup ('modules' branch)
+[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.
- [ ] 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
[x] modules.c
@@ -30,11 +28,13 @@ Legend:
[x] Remove UnRestrictSAdmin, UseTS6, UseSVSHOLD
[x] InspIRCd 1.2 support
[x] Remove old (prior to 1.8.0) db compat
-[ ] Establish a proper base for services pseudoclients
- [ ] add ss_main StatServ Hal9000 to play with :)
+[x] Establish a proper base for services pseudoclients
+ [x] add ss_main StatServ Hal9000 to play with :)
1.9.1
-----
+[ ] Remove modules_unload_all fini + hack that goes with it
+ [ ] signal handling cleanup
[ ] Move a (lot) of stuff to class members as a defined interface rather than copypasta everywhere (ns_set, ns_saset!)
[ ] Redo database insanity.
[ ] Move database load/save to a module