summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:54:00 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:54:00 +0000
commit0464e2eb14e0c5becc7ebeb7f494f7941d556ca9 (patch)
tree72bce42a6c3ac2251b36fa117557f944d2f3a8ae /TODO
parent4f8faa2dae4a4dd18ce16b3fe5d23bfefd44f9d4 (diff)
Add a few personal notes in TODO
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1278 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index aaec931ee..11cf82f68 100644
--- a/TODO
+++ b/TODO
@@ -40,3 +40,11 @@ VIPER'S CHRISTMAS LIST
NOTES:
Already done (CBX).
+-------------------------
+
+w00t's CHRISTMAS LIST
+---------------------
+
+- no struct Uid bollocks. that's insane, and now, unnecessary that we store UID in BotInfo.
+- Move AnopeInit and AnopeFini(?) into a derived module class, change MODULE_INIT to return a pointer.
+- Move a (lot) of stuff to class members as a defined interface rather than copypasta everywhere (ns_set, ns_saset!)