Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added a function to deleted an individual key:value in libhashtable | epochqwert | 2015-03-28 | 2 | -16/+102 |
| | | | | | added a function that does line cutting to libirc (and its prototype in the header) made segfault take advantage of the new cutting function. | ||||
* | an upgrade to link.c to allow keys in channels. | epochqwert | 2015-03-12 | 2 | -28/+45 |
| | | | | | segfault fixed to set tailf[i].to=0 in more cases so it can be tested. don't remember what changes were made to libirc.c | ||||
* | fixed support of optional : before channel name when parsing JOIN messages ↵ | epochqwert | 2015-03-08 | 2 | -100/+11 |
| | | | | from server. | ||||
* | added a linkbot example to libirc, bunch of random shit in segfault I guess. ↵ | epochqwert | 2015-03-08 | 2 | -84/+198 |
| | | | | I don't remember. I should commit more. | ||||
* | took out startup_stuff because server messages can be handled now. !alias ↵ | epochqwert | 2015-02-07 | 1 | -1/+1 |
| | | | | !004 !raw join #defualt or whatever you want the bot to do. | ||||
* | a round of warnings on Linux fixed. | epochqwert | 2015-02-04 | 1 | -5/+0 |
| | |||||
* | did #if 0 around runem() in libirc. haven't tested it. meh. | epochqwert | 2015-02-04 | 1 | -0/+2 |
| | |||||
* | I don't remember. | epochqwert | 2015-02-04 | 2 | -1/+111 |
| | |||||
* | Made segfault compile without warnings again. This time with -std=c99. You ↵ | Epoch Qwert | 2014-10-26 | 5 | -1/+3 |
| | | | | know how to read Makefiles. | ||||
* | deleted the compile.sh shit. using makefiles now. | Epoch Qwert | 2014-09-22 | 1 | -3/+0 |
| | | | | | | 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 | ||||
* | various silly things. | Epoch Qwert | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | fixed it *really* | epoch | 2014-03-25 | 2 | -2/+6 |
| | |||||
* | fixed a bug in libirc where pong was sending ping. dunno. | epoch | 2014-03-25 | 2 | -41/+15 |
| | | | | I don't remember what else I did. | ||||
* | experimental Makefiles. | epoch | 2014-03-15 | 1 | -0/+11 |
| | |||||
* | first useful commit. hopefully it compiles... | epoch | 2014-02-05 | 5 | -0/+186 |