blob: 5b38e30d445cc43029cb78fa8323a2c8b2faf0c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
o convert aliases from a linked list to a hash-table with linked lists in
each bucket. so O(whatever), much fast, many speed, wow.
o fix the ugly stuff that is casted to void in returns.
o make segfault use a hashtable for builtins too
--- ^^^ done ^^^ ---
o add stuff to libirc to buffer stuff being written to the socket so that
it can put a speed limit on that kind of stuff. (but why would the bot
get an fd from the runit function?)
o make the source code smaller or something.
|