summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-06 21:46:16 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-06 21:46:16 +0000
commit41b3b2636d7b33cc968fd910035f13bd93fb3263 (patch)
tree340daa2cff517465519faa8f46fefbfe3dc1f7c0
parent2644f79301d3d66b0fcf6d5399520148a9860c27 (diff)
Mark this partly done.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1565 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7b266b0fb..64dc23057 100644
--- a/TODO
+++ b/TODO
@@ -13,7 +13,8 @@ Legend:
[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 buffered loading/unloading, this makes os_modunload perm, but who cares
+ [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 old config, replace with insp-inspired (albeit bind format) config (CBX)