summaryrefslogtreecommitdiff
path: root/libirc
Commit message (Collapse)AuthorAgeFilesLines
* added a function to deleted an individual key:value in libhashtableepochqwert2015-03-282-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.epochqwert2015-03-122-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 ↵epochqwert2015-03-082-100/+11
| | | | from server.
* added a linkbot example to libirc, bunch of random shit in segfault I guess. ↵epochqwert2015-03-082-84/+198
| | | | 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-042-1/+111
|
* Made segfault compile without warnings again. This time with -std=c99. You ↵Epoch Qwert2014-10-265-1/+3
| | | | know how to read Makefiles.
* deleted the compile.sh shit. using makefiles now.Epoch Qwert2014-09-221-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 Qwert2014-07-261-1/+1
|
* fixed it *really*epoch2014-03-252-2/+6
|
* fixed a bug in libirc where pong was sending ping. dunno.epoch2014-03-252-41/+15
| | | | I don't remember what else I did.
* experimental Makefiles.epoch2014-03-151-0/+11
|
* first useful commit. hopefully it compiles...epoch2014-02-055-0/+186