From f4c980e4b38165322ad005e032cfbda40471b9ed Mon Sep 17 00:00:00 2001 From: Epoch Qwert Date: Mon, 22 Sep 2014 01:13:11 -0500 Subject: 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 --- TODO | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'TODO') 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. -- cgit v1.2.3