blob: 2004d118537a9425ed05a208192c943002b641fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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.
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.
|