summaryrefslogtreecommitdiff
path: root/libirc/libirc.c
Commit message (Collapse)AuthorAgeFilesLines
* moved libhashtable and libirc into their own repos.epochqwert2015-03-311-256/+0
|
* added a function to deleted an individual key:value in libhashtableepochqwert2015-03-281-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.epochqwert2015-03-121-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 ↵epochqwert2015-03-081-98/+9
| | | | from server.
* added a linkbot example to libirc, bunch of random shit in segfault I guess. ↵epochqwert2015-03-081-84/+74
| | | | I don't remember. I should commit more.
* took out startup_stuff because server messages can be handled now. !alias ↵epochqwert2015-02-071-1/+1
| | | | !004 !raw join #defualt or whatever you want the bot to do.
* a round of warnings on Linux fixed.epochqwert2015-02-041-5/+0
|
* did #if 0 around runem() in libirc. haven't tested it. meh.epochqwert2015-02-041-0/+2
|
* I don't remember.epochqwert2015-02-041-0/+110
|
* Made segfault compile without warnings again. This time with -std=c99. You ↵Epoch Qwert2014-10-261-1/+1
| | | | know how to read Makefiles.
* various silly things.Epoch Qwert2014-07-261-1/+1
|
* fixed it *really*epoch2014-03-251-2/+6
|
* fixed a bug in libirc where pong was sending ping. dunno.epoch2014-03-251-41/+12
| | | | I don't remember what else I did.
* first useful commit. hopefully it compiles...epoch2014-02-051-0/+181