summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-08 23:56:14 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-08 23:56:14 +0000
commita0d3dfa96198c7ab2ee574e9ef207de44503d48e (patch)
tree72034b107e098fd31358a69675e006606fcb55c1
parent0b9ae6c1ea681dc4947d0547895b5caae5a0f0ac (diff)
Remove duplication..
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1602 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index fd745610b..e9b6ecf00 100644
--- a/TODO
+++ b/TODO
@@ -11,14 +11,13 @@ Legend:
[ ] Module subsystem cleanup ('modules' branch)
[x] Move modules to use classes somewhat (AnopeInit, AnopeFini)
[x] Change MODULE_INIT to return a pointer
- [+] Remove mod_current_* crap (involves passing Module * around a lot)
[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
[ ] Mark os_modunload permanent.
[ ] 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.
[ ] mod_current_buffer needs to go away and be replaced by a proper parser. Commands should then indicate how they want the buffer split.
[ ] Remove modules_unload_all fini + hack that goes with it
- [+] mod_current_* needs to go away also
+ [+] Remove mod_current_* crap (involves passing Module * around a lot)
[x] events.c
[ ] modules.c
[x] commands.c