Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support of processing unknown events and event names with dots. | Aljoscha Rittner | 2022-06-24 | 1 | -14/+36 |
| | | | | #Fixes 234 | ||||
* | Add a test case for conversation streaming | Lorenz Diener | 2019-10-11 | 1 | -0/+1 |
| | |||||
* | Add support for conversation streaming | Lorenz Diener | 2019-04-28 | 1 | -1/+10 |
| | |||||
* | Stream decoder now iterates more, fixes #155 | Lorenz Diener | 2019-04-27 | 1 | -18/+20 |
| | |||||
* | Improve on_abort handler | Lorenz Diener | 2018-06-05 | 1 | -19/+41 |
| | |||||
* | Clarify streaming docs | Lorenz Diener | 2018-06-04 | 1 | -2/+1 |
| | |||||
* | Streaming error handler | Lorenz Diener | 2018-06-04 | 1 | -0/+7 |
| | |||||
* | raise MastodonReadTimeout when a stream times out | codl | 2018-04-19 | 1 | -3/+8 |
| | |||||
* | Add async autoreconnect | Lorenz Diener | 2018-04-17 | 1 | -2/+1 |
| | |||||
* | Re-raise Chunked Encoding Errors as Network Errors | Lorenz Diener | 2018-02-20 | 1 | -18/+25 |
| | |||||
* | Fixed event not being cleared after dispatch | Lorenz Diener | 2018-01-29 | 1 | -0/+1 |
| | |||||
* | Remove state from handle_stream, fixes #119 | Lorenz Diener | 2018-01-29 | 1 | -19/+18 |
| | |||||
* | Adjust streaming tests | Lorenz Diener | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Fix streaming API to be more stable (closes #117) | Lorenz Diener | 2017-12-19 | 1 | -25/+33 |
| | |||||
* | Many fixes for streaming stuff | Lorenz Diener | 2017-11-24 | 1 | -6/+38 |
| | |||||
* | Change exceptions slightly | Lorenz Diener | 2017-11-24 | 1 | -11/+4 |
| | |||||
* | BREAKING: Make streaming use json hooks | Lorenz Diener | 2017-11-24 | 1 | -18/+18 |
| | |||||
* | not pep8 compliant #71 | FoxMaSk | 2017-09-05 | 1 | -15/+14 |
| | |||||
* | Initial implementation of streaming API | Will Thompson | 2017-04-10 | 1 | -0/+107 |
This is missing any error handling and rate-limiting around the stream itself, but once the stream is established, the full range of events are supported. Fixes issue #14. |