summaryrefslogtreecommitdiff
path: root/libirc/libirc.c
Commit message (Expand)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
* an upgrade to link.c to allow keys in channels.epochqwert2015-03-121-27/+34
* fixed support of optional : before channel name when parsing JOIN messages fr...epochqwert2015-03-081-98/+9
* added a linkbot example to libirc, bunch of random shit in segfault I guess. ...epochqwert2015-03-081-84/+74
* took out startup_stuff because server messages can be handled now. !alias !00...epochqwert2015-02-071-1/+1
* 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 kn...Epoch Qwert2014-10-261-1/+1
* 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
* first useful commit. hopefully it compiles...epoch2014-02-051-0/+181