Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Initial project layout for django | 2018-08-07 | -114/+0 | |
| | ||||
* | WS objects now keep track of their connections | 2018-05-29 | -3/+0 | |
| | ||||
* | [Jams] Huge amount of work on code jam admin area | 2018-05-18 | -0/+59 | |
| | ||||
* | Declaring the encoding to be utf-8 is not necessary in Python3 projects, as ↵ | 2018-04-27 | -2/+0 | |
| | | | | this is the default encoding. Encoding declarations are only useful in py3 if you want to declare it to be something _other_ than utf-8. This was, however, a very useful convention in py2. (#56) | |||
* | [Wiki] Some excellent shitcode for document TOCs | 2018-04-12 | -1/+1 | |
| | ||||
* | Abstract rst away and add icon directive | 2018-04-09 | -4/+2 | |
| | ||||
* | That was a little dumb. | 2018-04-05 | -1/+1 | |
| | ||||
* | RST test error catching | 2018-04-05 | -1/+1 | |
| | ||||
* | RST test error catching | 2018-04-05 | -3/+8 | |
| | ||||
* | A few smaller fixes | 2018-04-05 | -1/+5 | |
| | ||||
* | Early wiki work including a WS test route for RST parsing | 2018-04-04 | -0/+27 | |
| | ||||
* | Fix up route names | 2018-03-29 | -1/+1 | |
| | ||||
* | Merge remote-tracking branch 'origin/master' | 2018-02-18 | -3/+11 | |
|\ | | | | | | | | | # Conflicts: # pysite/views/ws/echo.py | |||
| * | Simple logging. (#16) | 2018-02-18 | -3/+8 | |
| | | | | | | | | | | | | | | | | * Simple logging. I don't know if this will show up in the docker logs like inver wanted, so it probably needs testing in prod. * log level via hasattr/getattr, basicConfig instead of custom handlers * removing the empty string log call | |||
* | | Rename "Websocket" to "WS" to avoid confusion with the gevents-websocket ↵ | 2018-02-18 | -2/+2 | |
|/ | | | | WebSocket class | |||
* | Integrate websockets into the Flask webapp | 2018-02-17 | -0/+18 | |