Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ==== release 0.4 ====HEADv0.4master | Natanael Copa | 2015-06-19 | 1 | -1/+1 |
* | readme: add lua example | Natanael Copa | 2015-06-19 | 1 | -0/+11 |
* | readme: add info on how to build | Natanael Copa | 2015-06-19 | 1 | -2/+26 |
* | readme: move to markdown | Natanael Copa | 2015-06-19 | 1 | -1/+6 |
* | make: fix install dirs | Natanael Copa | 2015-06-19 | 1 | -5/+5 |
* | dont close unix socket til after message is read | Natanael Copa | 2015-06-19 | 1 | -16/+23 |
* | handle irc server disconnects better | Natanael Copa | 2015-06-19 | 1 | -9/+19 |
* | don't join channels til we are authed | Natanael Copa | 2015-06-19 | 1 | -4/+9 |
* | irc: pass username option | Natanael Copa | 2015-06-19 | 3 | -7/+6 |
* | fix various compiler warnings | Natanael Copa | 2015-06-19 | 3 | -5/+8 |
* | lua: add symlink for the lates built module | Natanael Copa | 2015-06-19 | 1 | -1/+2 |
* | lua: build for Lua 5.3 by default | Natanael Copa | 2015-06-19 | 1 | -1/+1 |
* | gitignore .*o and *.so | Natanael Copa | 2015-06-19 | 1 | -0/+2 |
* | lua: add support for building multiple versions | Natanael Copa | 2015-06-19 | 2 | -5/+8 |
* | fix compile warning about header include of sys/poll.h | Natanael Copa | 2014-09-08 | 1 | -1/+1 |
* | fix -u option to set user | Natanael Copa | 2014-09-08 | 1 | -1/+4 |
* | lua: add support for lua-5.2 | Natanael Copa | 2013-06-14 | 1 | -6/+15 |
* | ==== release 0.3 ====v0.3 | Natanael Copa | 2013-03-08 | 1 | -1/+1 |
* | add support for 'multimode' | Natanael Copa | 2013-03-08 | 1 | -7/+22 |
* | add -N option to disable running hooks and fix help message | Natanael Copa | 2013-03-08 | 1 | -3/+11 |
* | move disconnect to separate func | Natanael Copa | 2013-03-08 | 1 | -6/+10 |
* | fix another segfault | Natanael Copa | 2013-03-08 | 1 | -4/+6 |
* | fix segfault when IRC server does disconnect | Natanael Copa | 2013-03-07 | 2 | -25/+38 |
* | make: make it convenient to build on mint/ubuntu | Natanael Copa | 2011-12-15 | 1 | -1/+7 |
* | release 0.2v0.2 | Natanael Copa | 2010-09-10 | 1 | -1/+1 |
* | readme: tell how to use sircbot-send | Natanael Copa | 2010-09-10 | 1 | -2/+10 |
* | make: install target | Natanael Copa | 2010-09-10 | 1 | -0/+16 |
* | send clients | Natanael Copa | 2010-09-10 | 3 | -5/+160 |
* | use unix domain socket instead of fifos | Natanael Copa | 2010-09-10 | 1 | -144/+289 |
* | handle POLLHUP from fifos | Natanael Copa | 2010-06-29 | 1 | -3/+14 |
* | increase read buffer | Natanael Copa | 2010-06-29 | 1 | -1/+1 |
* | logfile support | Natanael Copa | 2010-06-29 | 1 | -5/+9 |
* | version 0.1v0.1 | Natanael Copa | 2010-04-06 | 2 | -2/+6 |
* | fix fd leak | Natanael Copa | 2010-04-06 | 1 | -1/+2 |
* | do not logout on POLLHUP from fifos | Natanael Copa | 2010-03-04 | 1 | -3/+4 |
* | avoid send a "join" flood | Natanael Copa | 2010-03-03 | 1 | -3/+10 |
* | check POLLHUP/POLLERR separately | Natanael Copa | 2010-03-03 | 1 | -1/+9 |
* | fix kick handling | Natanael Copa | 2010-03-03 | 1 | -0/+3 |
* | handle to get kicked out from a channel | Natanael Copa | 2010-03-03 | 1 | -8/+28 |
* | also listen to POLLHUP and POLLERR | Natanael Copa | 2010-03-03 | 1 | -8/+14 |
* | implement -r <flushrate> option to set the rate the data is flushed | Natanael Copa | 2010-01-21 | 1 | -3/+8 |
* | dont send more than one line per second to any channel | Natanael Copa | 2010-01-09 | 1 | -20/+80 |
* | added README | Natanael Copa | 2009-12-29 | 1 | -0/+11 |
* | initial commit | Natanael Copa | 2009-12-29 | 4 | -0/+501 |