aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ==== release 0.4 ====HEADv0.4masterNatanael Copa2015-06-191-1/+1
* readme: add lua exampleNatanael Copa2015-06-191-0/+11
* readme: add info on how to buildNatanael Copa2015-06-191-2/+26
* readme: move to markdownNatanael Copa2015-06-191-1/+6
* make: fix install dirsNatanael Copa2015-06-191-5/+5
* dont close unix socket til after message is readNatanael Copa2015-06-191-16/+23
* handle irc server disconnects betterNatanael Copa2015-06-191-9/+19
* don't join channels til we are authedNatanael Copa2015-06-191-4/+9
* irc: pass username optionNatanael Copa2015-06-193-7/+6
* fix various compiler warningsNatanael Copa2015-06-193-5/+8
* lua: add symlink for the lates built moduleNatanael Copa2015-06-191-1/+2
* lua: build for Lua 5.3 by defaultNatanael Copa2015-06-191-1/+1
* gitignore .*o and *.soNatanael Copa2015-06-191-0/+2
* lua: add support for building multiple versionsNatanael Copa2015-06-192-5/+8
* fix compile warning about header include of sys/poll.hNatanael Copa2014-09-081-1/+1
* fix -u option to set userNatanael Copa2014-09-081-1/+4
* lua: add support for lua-5.2Natanael Copa2013-06-141-6/+15
* ==== release 0.3 ====v0.3Natanael Copa2013-03-081-1/+1
* 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-072-25/+38
* make: make it convenient to build on mint/ubuntuNatanael Copa2011-12-151-1/+7
* release 0.2v0.2Natanael Copa2010-09-101-1/+1
* readme: tell how to use sircbot-sendNatanael Copa2010-09-101-2/+10
* make: install targetNatanael Copa2010-09-101-0/+16
* send clientsNatanael Copa2010-09-103-5/+160
* 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-062-2/+6
* 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
* added READMENatanael Copa2009-12-291-0/+11
* initial commitNatanael Copa2009-12-294-0/+501