summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changed makefile to use install instead of cp.epochqwert2019-02-101-3/+3
* fixed the lambda stuffepochqwert2017-03-191-10/+6
* made some special handler aliases prefix with ; instead of nothing to help pr...epochqwert2017-01-221-4/+4
* added a workaround to get it to build on linuxepochqwert2017-01-091-0/+1
* small Makefile change to avoid use of $(MAKE)epochqwert2017-01-091-3/+4
* added ability to make segfault only speak when spoken to.epochqwert2017-01-091-3/+17
* added %A to be \x01 in format_magic()epochqwert2016-10-061-3/+13
* added support for s/derp/merp/ command.epochqwert2016-08-161-48/+60
* added casting of void * to free macro to fix warns.epochqwert2016-07-251-46/+46
* added again target to Makefile to rm and build.epochqwert2016-07-251-0/+2
* added some malloc checks and other small things.epochqwert2015-12-071-36/+56
* fixed the %N bug. few other minor things.epochqwert2015-08-121-21/+49
* added %q and %Q if you want your strings passed from segfault to be shell esc...epochqwert2015-07-151-8/+56
* fixed a crash in !builtins and !aliases due to... something.epochqwert2015-05-181-6/+12
* fixed small change in Makefile and segfault.cepochqwert2015-05-142-5/+9
* moved libhashtable and libirc into their own repos.epochqwert2015-03-3111-730/+31
* added a function to deleted an individual key:value in libhashtableepochqwert2015-03-284-53/+146
* an upgrade to link.c to allow keys in channels.epochqwert2015-03-123-31/+61
* fixed support of optional : before channel name when parsing JOIN messages fr...epochqwert2015-03-083-101/+12
* added a linkbot example to libirc, bunch of random shit in segfault I guess. ...epochqwert2015-03-084-132/+234
* took out startup_stuff because server messages can be handled now. !alias !00...epochqwert2015-02-075-75/+53
* a round of warnings on Linux fixed.epochqwert2015-02-043-10/+4
* did #if 0 around runem() in libirc. haven't tested it. meh.epochqwert2015-02-041-0/+2
* I don't remember.epochqwert2015-02-046-131/+352
* added some deletion stuff to libhashtable and made segfault have a coupleEpoch Qwert2014-11-083-27/+87
* made some new messages debug messages. fixed... fuck. I forgot. check the dif...Epoch Qwert2014-10-261-10/+25
* Made segfault compile without warnings again. This time with -std=c99. You kn...Epoch Qwert2014-10-268-96/+164
* made changetail also go by inode when matching for tails to change.Epoch Qwert2014-09-221-1/+5
* deleted the compile.sh shit. using makefiles now.Epoch Qwert2014-09-227-30/+54
* did the TODO of making builtins use a hashtable.Epoch Qwert2014-09-158-180/+228
* small fix with libhashtable's headerEpoch Qwert2014-09-072-4/+3
* took the hashtable stuff out of segfault and put it into a library. good idea...Epoch Qwert2014-09-076-151/+221
* fixed the rand() seeding to use pid too so bots started in the same second do...Epoch Qwert2014-08-262-10/+16
* fixed shitty #define MYUSEREpoch Qwert2014-08-251-2/+3
* fixed the weird use of a?:b; in two places.Epoch Qwert2014-08-251-2/+2
* forgot in last commit: changed up some of the line handler's parsing.Epoch Qwert2014-08-251-6/+4
* fixed an off-by-one bug I didn't notice until testing with URCD.Epoch Qwert2014-08-251-39/+89
* added a struct for user data. added %h and %n for host and name for aliases.Epoch Qwert2014-08-152-52/+70
* added nick globbing for easier control of many bots at once.Epoch Qwert2014-08-101-6/+10
* Added a user char * to the tail struct to keep track of who set it.Epoch Qwert2014-08-031-14/+37
* added some other bugfixes. hashing, seg-as-client stuff... I dunno.Epoch Qwert2014-07-261-10/+19
* various silly things.Epoch Qwert2014-07-263-32/+48
* Stuff!Epoch Qwert2014-07-232-11/+29
* first commit from new setup. don't remember what I changed.epoch2014-06-304-9/+32
* fixed it *really*epoch2014-03-254-2/+14
* fixed a bug in libirc where pong was sending ping. dunno.epoch2014-03-253-59/+50
* updated the function that converts tail modes to strings for !tailsepoch2014-03-173-66/+58
* experimental Makefiles.epoch2014-03-152-0/+20
* converted the alias system to use a hash table with linked lists insideepoch2014-03-141-144/+141
* made some stuff a bit prettier.epoch2014-03-022-32/+83