aboutsummaryrefslogtreecommitdiffstats
path: root/sircbot.c
Commit message (Expand)AuthorAgeFilesLines
* add support for 'multimode'Natanael Copa2013-03-081-7/+22
* add -N option to disable running hooks and fix help messageNatanael Copa2013-03-081-3/+11
* move disconnect to separate funcNatanael Copa2013-03-081-6/+10
* fix another segfaultNatanael Copa2013-03-081-4/+6
* fix segfault when IRC server does disconnectNatanael Copa2013-03-071-17/+28
* use unix domain socket instead of fifosNatanael Copa2010-09-101-144/+289
* handle POLLHUP from fifosNatanael Copa2010-06-291-3/+14
* increase read bufferNatanael Copa2010-06-291-1/+1
* logfile supportNatanael Copa2010-06-291-5/+9
* version 0.1v0.1Natanael Copa2010-04-061-1/+1
* fix fd leakNatanael Copa2010-04-061-1/+2
* do not logout on POLLHUP from fifosNatanael Copa2010-03-041-3/+4
* avoid send a "join" floodNatanael Copa2010-03-031-3/+10
* check POLLHUP/POLLERR separatelyNatanael Copa2010-03-031-1/+9
* fix kick handlingNatanael Copa2010-03-031-0/+3
* handle to get kicked out from a channelNatanael Copa2010-03-031-8/+28
* also listen to POLLHUP and POLLERRNatanael Copa2010-03-031-8/+14
* implement -r <flushrate> option to set the rate the data is flushedNatanael Copa2010-01-211-3/+8
* dont send more than one line per second to any channelNatanael Copa2010-01-091-20/+80
* initial commitNatanael Copa2009-12-291-0/+378