summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-28 22:12:09 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-28 22:12:09 +0000
commitab1f8e01faf322f2da77369e5700f2e7ff817ae5 (patch)
tree88830e0943e5cda5912dc5a1eba8995615afd9ae /TODO
parent3f80e1cad02735f692a5a300ee3b200a21f330aa (diff)
Made it so you can register empty nonregistered channels to make registering channels through SQL a bit more effective, fixed a some small bugs found on the testnet, added some missing modes into InspIRCd1.2 support, and updated TODO and Changes.lang
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2799 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index c09940f74..e23e6d2a1 100644
--- a/TODO
+++ b/TODO
@@ -7,7 +7,7 @@ Legend:
-----
[+] Redo database insanity.
[x] Move database load/save to a module
- [ ] realtime SQL/whatever module using events (possibly ongoing)
+ [+] realtime SQL/whatever module using events (possibly ongoing)
[ ] flatfile save on a periodic timer
[x] SANE password encryption - prefix password with the method it was encrypted with, allowing for *seamless* upgrading to different methods
[x] Salted SHA256 (contact Special for this)