Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update Reaktor - add color translator | makefu | 2013-04-22 | 1 | -2/+6 |
| | |||||
* | 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... | ||||
* | 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: replace irclib with own async bot | tv | 2011-09-13 | 1 | -0/+169 |
Unfortunately irclib failed to detect stale connections. Asyboy comes to the rescue (maybe).^_^->deal with it...^_^ |