Author: Reed L. <reed@redmagnet.com>
[ircu2.10.12-pk.git] / TODO
diff --git a/TODO b/TODO
index 9de3e180d9eb58a7a78bb6ce6fea514725ef98f9..09bdc45d9e265ca253654f8ef3f7ace51d3af672 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,13 +8,19 @@ 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
 * why do the allocation counts change the first time you rehash
   after a server boot without changing the conf file:
   *** Allocations:  416(41848)
@@ -35,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