summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-13 17:44:53 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-13 17:44:53 +0000
commit1344bc57280c93a2cb29bdd204706d51a1aab487 (patch)
tree6523bef592feafba16fd01dfdaf0a947f87527a7
parent45875463305651213079607b117e859a7225c1d9 (diff)
Move 1.9.0 TODO to Changes, as it's, er, done.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2041 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--Changes32
-rw-r--r--TODO29
2 files changed, 24 insertions, 37 deletions
diff --git a/Changes b/Changes
index 84ab3385e..ab678d4b4 100644
--- a/Changes
+++ b/Changes
@@ -1,12 +1,28 @@
Anope Version 1.9.0
--------------------
-09/27 F Modified compile to use g++
-10/01 F Improve protocol modules support (classes, virtual methods, etc)
-10/11 F Move core services to use BotInfo
-10/12 F Move BotInfo and related methods into a class
-11/01 F Move modules into a class
-11/15 F Fixed ns resending of passcode issue
-11/15 F Modules now delete themselves
+F Modified compile to use g++
+F Improve protocol modules support (classes, virtual methods, etc)
+F Move core services to use BotInfo
+F Move BotInfo and related methods into a class
+F Move modules into a class
+F Fixed ns resending of passcode issue
+F Modules now delete themselves
+F additional field where users' masked host can be stored so both masked IP and vhost are available instead of just one.
+F No struct Uid, ugly, and, unnecessary that we store UID in BotInfo.
+F Prevent deletion of core services via /bs bot
+F Module subsystem cleanup ('modules' branch)
+F Move modules to use classes somewhat (AnopeInit, AnopeFini)
+F Change MODULE_INIT to return a pointer
+F Remove duplicate module creation.. have loadModule return a pointer rather than creating one
+F Remove buffered loading/unloading, this makes os_modunload perm, but who cares
+F 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.
+A Remove old config, replace with insp-inspired (albeit bind format) config (CBX)
+F Clean up protocol modules a bit
+A InspIRCd 1.2 support
+F Remove old (prior to 1.8.0) db compat
+F Establish a proper base for services pseudoclients
+F Add ss_main StatServ Hal9000 to play with :)
+F Burn automake with fire (CBX)
Provided by mooncup <mooncup@anonnet.org> - 2009
-02/04 F Automatically reapply vhost on hs off for unreal32. [ #00]
+F Automatically reapply vhost on hs off for unreal.
diff --git a/TODO b/TODO
index 7ad07b246..8943af197 100644
--- a/TODO
+++ b/TODO
@@ -3,35 +3,6 @@ Legend:
? = unsure
+ = in progress
-1.9.0
------
-[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
-[x] Module subsystem cleanup ('modules' branch)
- [x] Move modules to use classes somewhat (AnopeInit, AnopeFini)
- [x] Change MODULE_INIT to return a pointer
- [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
- [x] Mark os_modunload permanent.
- [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.
- [x] Remove mod_current_* crap (involves passing Module * around a lot)
- [x] events.c
- [x] modules.c
- [x] commands.c
- [x] Redo moduleAdd|Get|Remove data to use class Extensible, etc.
-[x] remove old config, replace with insp-inspired (albeit bind format) config (CBX)
-[x] Clean up protocol
- [x] Fix anope_cmd_* stuff to just use IRCdProto methods directly
- [x] SendClientIntroduction should take a UID param, rather than generating one(?)
- [x] Fix permanent channels (+P) stuff.
- [x] Remove UnRestrictSAdmin, UseTS6, UseSVSHOLD
-[x] InspIRCd 1.2 support
-[x] Remove old (prior to 1.8.0) db compat
-[x] Establish a proper base for services pseudoclients
- [x] add ss_main StatServ Hal9000 to play with :)
-[x] burn automake with fire (CBX)
-
1.9.1
-----
[ ] Remove modules_unload_all fini + hack that goes with it