Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / TODO
1
2 Undernet Server TODO List
3 This list contains things that still need to be done.
4
5 Remember:
6 Premature optimisation is the root of all evil - Knuth
7 Debugging is at least twice as difficult as programming.  So if you
8 write a program that uses all of your ability, you'll never be able
9 to debug it all.
10
11 High Priority:
12
13 * something is leaking "a meg a minute" with heap debugging on
14   with 1300+ clients
15   (No idea)
16
17 Medium Priority:
18 * why do the allocation counts change the first time you rehash
19   after a server boot without changing the conf file:
20   *** Allocations:  416(41848)
21   *** ircd.conf : Rehashing
22   *** Allocations:  424(42006)
23   *** ircd.conf : Rehashing
24   *** Allocations:  424(42006)
25
26 * Use numeric nicks for numeric replies to remote clients
27 * Finish message handlers.
28 * Clean up ircd.conf processing, lots of sub issues.
29 * Implement PROTOCOL handshaking
30   http://www.xs4all.nl/~carlo17/irc/prot.html
31 * Prepare network code to handle even more connections:
32   http://www.kegel.com/c10k.html
33 * Implement zlib compression for server links.
34 * Cleanups, lots of them.
35 * Document undernet protocol as it is used in
36   doc/rfc1459.unet
37 * Finish tokenization.
38 * Allow for /WHO by IP address. (for finding who's port scanning you
39   for example).  Suggested by Nuke
40