Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -6/+8 |
| | |||||
* | Reaktor: irc_commands -> commands | makefu | 2013-12-18 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -13/+13 |
| | |||||
* | 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 | 1 | -55/+27 |
| | |||||
* | 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...^_^ |