Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved libhashtable and libirc into their own repos. | epochqwert | 2015-03-31 | 1 | -256/+0 |
| | |||||
* | added a function to deleted an individual key:value in libhashtable | epochqwert | 2015-03-28 | 1 | -16/+101 |
| | | | | | 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 | 1 | -27/+34 |
| | | | | | 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 | 1 | -98/+9 |
| | | | | from server. | ||||
* | added a linkbot example to libirc, bunch of random shit in segfault I guess. ↵ | epochqwert | 2015-03-08 | 1 | -84/+74 |
| | | | | 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 | 1 | -0/+110 |
| | |||||
* | Made segfault compile without warnings again. This time with -std=c99. You ↵ | Epoch Qwert | 2014-10-26 | 1 | -1/+1 |
| | | | | know how to read Makefiles. | ||||
* | various silly things. | Epoch Qwert | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | fixed it *really* | epoch | 2014-03-25 | 1 | -2/+6 |
| | |||||
* | fixed a bug in libirc where pong was sending ping. dunno. | epoch | 2014-03-25 | 1 | -41/+12 |
| | | | | I don't remember what else I did. | ||||
* | first useful commit. hopefully it compiles... | epoch | 2014-02-05 | 1 | -0/+181 |