summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2014-03-01 06:53:58 -0600
committerepoch <epoch@hacking.allowed.org>2014-03-01 06:53:58 -0600
commit81b089b15360caab73afa57a2c9c0d85ab61a433 (patch)
treeec2a0de473cefd58d51e57eedf42b70423da376b /TODO
parent47ca11b7152363b8ae0bb0fbef461155fbe3bf73 (diff)
downloadsegfault-81b089b15360caab73afa57a2c9c0d85ab61a433.tar.gz
segfault-81b089b15360caab73afa57a2c9c0d85ab61a433.zip
fuck, man. you know how to read diffs.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..c941d9a
--- /dev/null
+++ b/TODO
@@ -0,0 +1,7 @@
+ 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 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 fix the ugly stuff that is casted to void in returns.
+ o make the source code smaller or something.