summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5b38e30..2004d11 100644
--- a/TODO
+++ b/TODO
@@ -2,11 +2,18 @@
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
+ o delete compile.sh and stick to using Makefiles.
+ o document the env vars that segfault uses
--- ^^^ done ^^^ ---
+ o update seghome repo more often and reference it in segfault's repo
+ o make a way to reference env vars from aliases %${seghome}?
+ OR make new %stuff to reference specific values in segfault
+ since env vars aren't always set but defaults might be used.
+ otherwise I'll have to set those env vars.
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.
-
+ o port to windows eventually.