summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-09-22 01:13:11 -0500
committerEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-09-22 01:13:11 -0500
commitf4c980e4b38165322ad005e032cfbda40471b9ed (patch)
tree605f39e4398dcc85cfd5d7e1db89fba7bb1e1811 /TODO
parent7f82cd9b726f69f01c243833058e438c4e22b84f (diff)
downloadsegfault-f4c980e4b38165322ad005e032cfbda40471b9ed.tar.gz
segfault-f4c980e4b38165322ad005e032cfbda40471b9ed.zip
deleted the compile.sh shit. using makefiles now.
added %~ to point to the bot's cwd. updated README to include useful info about env vars he uses. fixed runme.sh to use libhashtable's directory in LD_LIBRARY_PATH
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.