Author: Carlo Wood (via Isomer <isomer@coders.net>)
[ircu2.10.12-pk.git] / TODO
diff --git a/TODO b/TODO
index 3dfdcfe0fe1b63f45c3400db9be3ea52b5ccd71d..09bdc45d9e265ca253654f8ef3f7ace51d3af672 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,11 +8,16 @@ Debugging is at least twice as difficult as programming.  So if you
 write a program that uses all of your ability, you'll never be able
 to debug it all.
 
+Current Bugs:
+* privmsg doesn't work because of bugs in unique_vector
+
 High Priority:
 
 * something is leaking "a meg a minute" with heap debugging on
   with 1300+ clients
   (No idea)
+* add_Target in s_user.c turns pointers to ints
+  this doesn't make much sence on alpha where sizeof(void *) != sizeof(int)
 
 Medium Priority:
 * crule parser coredumps on invalid input
@@ -36,6 +41,4 @@ Medium Priority:
 * Document undernet protocol as it is used in
   doc/rfc1459.unet
 * Finish tokenization.
-* Allow for /WHO by IP address. (for finding who's port scanning you
-  for example).  Suggested by Nuke