Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-14 | irc: Add PoC dashboard | Lars-Dominik Braun | 1 | -10/+99 | |
Using websockets, vue and bulma. | |||||
2018-10-14 | irc: Graceful bot shutdown | Lars-Dominik Braun | 1 | -12/+63 | |
Wait for remaining jobs to finish without accepting new ones, but still allow some interaction with the bot (status/revoke). | |||||
2018-10-03 | irc: Fix mode parsing | Lars-Dominik Braun | 1 | -7/+23 | |
Ignore unsupported modes, add tests. | |||||
2018-10-02 | irc: Refactoring/beautification | Lars-Dominik Braun | 1 | -98/+260 | |
Add logging, split bot into abstract bot implementation and actual chromebot implementation, move some reusable checks into decorators. | |||||
2018-09-29 | irc: Limit number of processes spawned | Lars-Dominik Braun | 1 | -20/+23 | |
2018-09-29 | Add simple IRC bot | Lars-Dominik Braun | 1 | -0/+254 | |
chromebot is back! Dropping sopel, because it does not work well with asyncio. |