aboutsummaryrefslogtreecommitdiffstats
path: root/libirc.c
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* changed recv to read and stuffepochqwert2018-12-291-7/+7
* added a more descriptive recv error message.epochqwert2016-06-031-1/+6
* 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-051-22/+84
* 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-051-82/+37
* 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
* initial commit after splitting from segfault's repo.epochqwert2015-03-311-0/+261