summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-08 02:00:17 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-08 02:00:17 +0000
commitb2e7c7926bf5a1a9425bf6464f6eeaad5b48733c (patch)
treeee0814f7dba34ffea533d669399e62ba698ea861
parent1c3b8e15c2c5ab96146ddc7573cf5d05f28967fe (diff)
Mark duplicate creation fixed, mark mod_current_* crap underway.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1591 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 9b96a7f5f..6d5279d37 100644
--- a/TODO
+++ b/TODO
@@ -11,8 +11,8 @@ 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)
- [ ] Remove duplicate module creation.. have loadModule return a pointer rather than creating one
+ [+] 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.