Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-10 | tools: Fix entry point | Lars-Dominik Braun | 1 | -1/+1 | |
2018-11-06 | Switch single mode to asyncio | Lars-Dominik Braun | 1 | -1/+0 | |
This is a direct port to asyncio without any design changes. These need to happen in further refinements. Fixes issue #1. | |||||
2018-11-06 | Add simple asyncio-based DevTool communication | Lars-Dominik Braun | 1 | -1/+2 | |
Inspired by pychrome/aiochrome, but includes crash handling and async get() instead of callbacks. | |||||
2018-10-14 | irc: Add PoC dashboard | Lars-Dominik Braun | 1 | -0/+2 | |
Using websockets, vue and bulma. | |||||
2018-10-10 | Add timezone to logger dates | Lars-Dominik Braun | 1 | -0/+1 | |
UTC everywhere. Make that clear. | |||||
2018-09-29 | Add simple IRC bot | Lars-Dominik Braun | 1 | -0/+2 | |
chromebot is back! Dropping sopel, because it does not work well with asyncio. | |||||
2018-09-25 | Add recursive controller | Lars-Dominik Braun | 1 | -0/+1 | |
Simple and sequential. | |||||
2018-08-21 | Remove celery and recursion | Lars-Dominik Braun | 1 | -2/+1 | |
Gonna rewrite that properly. | |||||
2018-06-20 | Move tests to pytest | Lars-Dominik Braun | 1 | -0/+2 | |
It just seems a little nicer than plain old unittest | |||||
2018-05-05 | Rename command line tools | Lars-Dominik Braun | 1 | -1/+3 | |
Move contrib/ scripts to .tools and add entry points to setup.py, rename crocoite-standalone to crocoite-grab. | |||||
2018-03-29 | Use setuptools | Lars-Dominik Braun | 1 | -1/+1 | |
2017-12-17 | Add distributed archiving | Lars-Dominik Braun | 1 | -3/+4 | |
Using celery. Also adds a plugin for the IRC bot sopel. Code still needs some love, but it should work. | |||||
2017-11-20 | Add page created from DOM snapshot | Lars-Dominik Braun | 1 | -0/+1 | |
2017-11-17 | Initial import | Lars-Dominik Braun | 1 | -0/+24 | |