diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-06 19:24:23 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-06 19:24:23 +0000 |
commit | 664aba5f396768685522d8b0f604ce92d5a2b7c9 (patch) | |
tree | 2b0089c95bd87504fb80e2ae1fe8909590571793 | |
parent | 6946412b758e48367e3a8c636f3204f83446041d (diff) |
Add more explicit notes on modules subsystem rewrite.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1562 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | TODO | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -8,7 +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 -[ ] Move AnopeInit and AnopeFini(?) into a derived module class, change MODULE_INIT to return a pointer. +[ ] 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 buffered loading/unloading, this makes os_modunload perm, but who cares + [ ] 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 old config, replace with insp-inspired (albeit bind format) config (CBX) [ ] burn automake with fire (1.9.1?) [x] SendClientIntroduction should take a UID param, rather than generating one(?) @@ -18,7 +24,6 @@ Legend: [?] Remote identification (1.9.1? will this break stuff?) [?] Immediate protection enforcement [+] InspIRCd 1.2 support -[+] Move modules to use classes somewhat (AnopeInit, AnopeFini) 1.9.1 ----- |