TODO
changeset 72 43084f103c2a
child 81 d90edc052352
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TODO	Thu Mar 26 21:46:10 2009 +0200
@@ -0,0 +1,17 @@
+sock:
+ * async connect + resolve
+ * async SSL handshake
+ * sock_openssl, or improve sock_gnutls
+ * tests for all of the above...
+
+irc_net:
+ * tracking of channel users list
+
+modules:
+ * proper unload support, there needs to be some kind of completion notification thing that can then destroy the module
+   once it's completely unloaded - maybe some kind of module-resource-reference-counting thing, which will eventually
+   be needed anyways?
+
+irc_log:
+ * logging of NICK/QUIT
+ * handling of SQL errors?