summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-09 01:26:05 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-09 01:26:05 +0000
commitc363ad0efe7928ef42f35007f3b955b1c23db859 (patch)
tree7be51ec5669e7deb7767e7005742fa052453e17a
parent0c5c97ba0ea71dd875a856179b2ab68c6014c1af (diff)
Update TODO
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1607 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index e9b6ecf00..48a9512ea 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,7 @@ Legend:
[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.
+ [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.
[ ] 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
[+] Remove mod_current_* crap (involves passing Module * around a lot)