Author: Isomer <isomer@coders.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 * crule parser coredumps on invalid input
19 * why do the allocation counts change the first time you rehash
20   after a server boot without changing the conf file:
21   *** Allocations:  416(41848)
22   *** ircd.conf : Rehashing
23   *** Allocations:  424(42006)
24   *** ircd.conf : Rehashing
25   *** Allocations:  424(42006)
26
27 * Use numeric nicks for numeric replies to remote clients
28 * Finish message handlers.
29 * Clean up ircd.conf processing, lots of sub issues.
30 * Implement PROTOCOL handshaking
31   http://www.xs4all.nl/~carlo17/irc/prot.html
32 * Prepare network code to handle even more connections:
33   http://www.kegel.com/c10k.html
34 * Implement zlib compression for server links.
35 * Cleanups, lots of them.
36 * Document undernet protocol as it is used in
37   doc/rfc1459.unet
38 * Finish tokenization.
39