Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ircasy: debugging through git is fine | lassulus | 2014-03-15 | 1 | -1/+1 |
| | |||||
* | ircasy: more fix(drunk) | lassulus | 2014-03-15 | 1 | -1/+1 |
| | |||||
* | ircasy: fix nickinuse | lassulus | 2014-03-15 | 1 | -3/+4 |
| | |||||
* | ircasy: new nickinuse function | lassulus | 2014-03-15 | 1 | -5/+6 |
| | |||||
* | ircasy: more debug in text decoding | lassulus | 2014-03-15 | 1 | -1/+4 |
| | |||||
* | reaktor: ircasy abstraction | lassulus | 2014-02-22 | 1 | -5/+8 |
| | |||||
* | ircasy: fix on_kick | lassulus | 2014-01-22 | 1 | -2/+4 |
| | |||||
* | news/ircasy: handle kick correctly | lassulus | 2014-01-22 | 1 | -3/+10 |
| | |||||
* | asybot: only disconnect if connected | lassulus | 2014-01-14 | 1 | -1/+2 |
| | |||||
* | Reaktor: asybot except signal | lassulus | 2014-01-14 | 1 | -1/+4 |
| | |||||
* | Reaktor: asybot now with name in logger | lassulus | 2014-01-14 | 1 | -1/+1 |
| | |||||
* | reaktor: ircasy invite handler | lassulus | 2014-01-14 | 1 | -0/+6 |
| | |||||
* | reaktor: send JOIN after MOTD | lassulus | 2014-01-14 | 1 | -4/+9 |
| | |||||
* | reaktor: disconnect function | lassulus | 2014-01-14 | 1 | -0/+4 |
| | |||||
* | reaktor: reflect changes of api in reaktor code | lassulus | 2014-01-14 | 2 | -4/+3 |
| | |||||
* | reaktor: refactor ircasy for more encapsulation | lassulus | 2014-01-13 | 1 | -23/+49 |
| | |||||
* | reaktor: refactor code for moar abstraction | lassulus | 2014-01-13 | 3 | -83/+98 |
| | |||||
* | Reaktor/IRC: fix no args | lassulus | 2013-12-19 | 1 | -2/+1 |
| | |||||
* | Reaktor/IRC: provide arguments to commands | lassulus | 2013-12-19 | 1 | -0/+4 |
| | |||||
* | Reaktor/IRC: encode/decode harder/better/faster | lassulus | 2013-12-19 | 2 | -7/+9 |
| | |||||
* | Reaktor: irc_commands -> commands | makefu | 2013-12-18 | 2 | -4/+4 |
| | |||||
* | Reaktor: caps show all commands w/capname prop | tv | 2013-12-18 | 1 | -1/+6 |
| | |||||
* | Reaktor: _from is populated via environ | makefu | 2013-12-18 | 1 | -2/+3 |
| | |||||
* | Reaktor/IRC: match only one pattern | lassulus | 2013-12-18 | 1 | -0/+1 |
| | |||||
* | Reaktor/IRC: reading kill_timeout from config | lassulus | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | Reaktor: s/(config).json/\1.py/ | tv | 2013-12-18 | 2 | -20/+30 |
| | |||||
* | Reaktor/IRC: use command patterns | lassulus | 2013-12-16 | 1 | -50/+37 |
| | |||||
* | Reaktor/IRC: encode harder | lassulus | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | Reaktor/IRC: use config.json (and python3ize) | lassulus | 2013-12-16 | 4 | -57/+49 |
| | |||||
* | update Reaktor - add color translator | makefu | 2013-04-22 | 3 | -3/+38 |
| | |||||
* | Reaktor: fix socket import for hostname | EUcancER | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | add line wrapping | EUcancER | 2012-05-02 | 1 | -4/+6 |
| | | | | as it seems to lose characters between 400 and 500 characters... | ||||
* | Reaktor: cleanup | EUcancER | 2012-04-18 | 1 | -2/+1 |
| | |||||
* | live feedback from subprocess, shorter timeout | EUcancER | 2012-04-18 | 1 | -15/+13 |
| | |||||
* | add clean arguments to bot | makefu | 2012-04-17 | 1 | -4/+12 |
| | |||||
* | //reaktor/IRC/asybot.py: be less verbose | EUcancER | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | Reaktor/asybot: add syslog logging feature | root | 2011-09-14 | 1 | -2/+6 |
| | |||||
* | Reaktor/IRC: update asybot logging facility | root | 2011-09-14 | 1 | -14/+23 |
| | | | | | | now using python builtin logging DEBUG mode is enabled when the 'debug' environment variable is set on startup. | ||||
* | //Reaktor/IRC: implement hammer time | tv | 2011-09-13 | 1 | -10/+17 |
| | |||||
* | //Reaktor/IRC nickname: increment suffix | tv | 2011-09-13 | 1 | -0/+8 |
| | | | | | Append or increment the bot's nickname suffix integer in order to connect to servers that already have users with the same nickname. | ||||
* | //Reaktor/IRC: remove dangling ptr to IRC/install | tv | 2011-09-13 | 1 | -2/+0 |
| | |||||
* | //Reaktor/IRC: replace irclib with own async bot | tv | 2011-09-13 | 6 | -194/+170 |
| | | | | | Unfortunately irclib failed to detect stale connections. Asyboy comes to the rescue (maybe).^_^->deal with it...^_^ | ||||
* | //Reaktor/IRC: * > ALL | tv | 2011-09-09 | 1 | -3/+3 |
| | |||||
* | //Reaktor: commands have PWD //Reaktor | tv | 2011-09-09 | 2 | -3/+5 |
| | |||||
* | //Reaktor/IRC: only direct handle causes stupidity | tv | 2011-09-06 | 1 | -1/+2 |
| | |||||
* | //Reaktor/IRC: assume python is python2 | root | 2011-09-06 | 1 | -1/+1 |
| | |||||
* | //Reaktor/IRC: be famous only sometimes | tv | 2011-09-06 | 1 | -2/+3 |
| | |||||
* | //Reaktor/IRC: export argument to commands | tv | 2011-09-06 | 1 | -4/+9 |
| | |||||
* | //Reaktor/IRC: detypo README, again | tv | 2011-09-06 | 1 | -7/+6 |
| | |||||
* | //Reaktor/IRC: detypo README | tv | 2011-09-06 | 1 | -4/+4 |
| |