aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version 0.1v0.1Natanael Copa2010-04-062-2/+6
| | | | we include version number in binary
* fix fd leakNatanael Copa2010-04-061-1/+2
| | | | we only create the fifos when our own nick is joined
* 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
| | | | wait 5 seconds before joining again
* 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
| | | | This is to avoid getting kicked out for flooding the channel.
* dont send more than one line per second to any channelNatanael Copa2010-01-091-20/+80
| | | | | | We want avoid getting kicked out for flooding channels, so we read from he FIFO and store data in a queue. We then flush the queue, line by line each second.
* added READMENatanael Copa2009-12-291-0/+11
|
* initial commitNatanael Copa2009-12-294-0/+501