aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* put header guards in irc.hHEADmasterepoch2019-11-151-0/+5
* added -I to also include $(PREFIX)'s include tooepoch2019-11-151-2/+2
* commented out an un-needed (but possibly needed later) extern structepoch2019-06-241-1/+1
* added an EOF check for irc_handler. fixed PONGepoch2019-06-081-3/+8
* added irc_handler to header so segfault can use itepoch2019-06-081-0/+1
* added libirc.o to gitignoreepoch2019-05-261-0/+1
* updated README to say libirc requires libidcepoch2019-05-261-1/+3
* added some dumb use of globals and made libidc do the hard partepoch2019-05-261-95/+40
* fix a warn on Linux fixed with the first line of libirc.cepochqwert2019-03-121-1/+2
* fixed Makefile to use install instead of cp, to use ld instead of assuming, a...epochqwert2019-03-121-4/+6
* changed recv to read and stuffepochqwert2018-12-292-14/+17
* added ||s to link.c for what it will try to send JOIN after.epochqwert2016-06-111-1/+1
* added a more descriptive recv error message.epochqwert2016-06-031-1/+6
* makefile now actually rebuild libirc.so if libirc.c is changed.epochqwert2016-06-031-3/+1
* nick is now set by environment variable NICKepochqwert2016-05-291-1/+3
* added NICK hack to the URC side to get it working.epochqwert2016-05-291-8/+7
* derpepochqwert2016-05-291-7/+17
* updated link.c to better handle ACTIONs and made presence be notices instead ...epochqwert2016-05-162-13/+16
* made a select fail not kill the whole programepochqwert2015-12-071-2/+7
* fixed up some of runem that hadn't been made for multiple fds.epochqwert2015-10-052-70/+99
* added a check that there was at least ONE fd in the fd list passed to runemepochqwert2015-06-211-3/+1
* fileno(stdios) instead of 0 and 1 used in dup2()s. thx duper.epochqwert2015-06-071-2/+2
* cleaned up some stuff in runem().epochqwert2015-06-053-89/+38
* added IPv6 and hostname support to serverConnect();epochqwert2015-05-211-64/+50
* added support for middle-man scripts, like... export segserver=|ssl_connect :)epochqwert2015-05-161-40/+66
* I don't remember.epochqwert2015-03-311-9/+1
* took the struct out of libirc.c and make it include irc.hepochqwert2015-03-311-6/+1
* added user struct to irc.hepochqwert2015-03-311-0/+7
* initial commit after splitting from segfault's repo.epochqwert2015-03-317-0/+416