summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2014-03-17 07:23:40 -0500
committerepoch <epoch@hacking.allowed.org>2014-03-17 07:23:40 -0500
commit3dd05e6279a03b9321982e01237401745909670d (patch)
treeffc4ba0e22ea98bec2fae99abadbb1e50756c7da /TODO
parentf5c8e31e744a120a580e28f8981f79bfbf255a1b (diff)
downloadsegfault-3dd05e6279a03b9321982e01237401745909670d.tar.gz
segfault-3dd05e6279a03b9321982e01237401745909670d.zip
updated the function that converts tail modes to strings for !tails
other general cleaning
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index c941d9a..760b05f 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,10 @@
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.
+
+--- ^^^ 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 fix the ugly stuff that is casted to void in returns.
o make the source code smaller or something.