aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add more streaming events, some testshalcy2022-11-211-21/+84
|
* refactor: use is for NoneMiroslav Šedivý2022-11-201-7/+7
|
* Prep 1.6.0halcy2022-11-151-12/+6
|
* Doc and docstring updates for consistencyAndy Piper2022-11-131-22/+28
|
* Fix some things in streaming and admin API for 3.3.0 supporthalcy2022-11-131-7/+41
|
* Support of processing unknown events and event names with dots.Aljoscha Rittner2022-06-241-14/+36
| | | | #Fixes 234
* Add a test case for conversation streamingLorenz Diener2019-10-111-0/+1
|
* Add support for conversation streamingLorenz Diener2019-04-281-1/+10
|
* Stream decoder now iterates more, fixes #155Lorenz Diener2019-04-271-18/+20
|
* Improve on_abort handlerLorenz Diener2018-06-051-19/+41
|
* Clarify streaming docsLorenz Diener2018-06-041-2/+1
|
* Streaming error handlerLorenz Diener2018-06-041-0/+7
|
* raise MastodonReadTimeout when a stream times outcodl2018-04-191-3/+8
|
* Add async autoreconnectLorenz Diener2018-04-171-2/+1
|
* Re-raise Chunked Encoding Errors as Network ErrorsLorenz Diener2018-02-201-18/+25
|
* Fixed event not being cleared after dispatchLorenz Diener2018-01-291-0/+1
|
* Remove state from handle_stream, fixes #119Lorenz Diener2018-01-291-19/+18
|
* Adjust streaming testsLorenz Diener2017-12-211-1/+1
|
* Fix streaming API to be more stable (closes #117)Lorenz Diener2017-12-191-25/+33
|
* Many fixes for streaming stuffLorenz Diener2017-11-241-6/+38
|
* Change exceptions slightlyLorenz Diener2017-11-241-11/+4
|
* BREAKING: Make streaming use json hooksLorenz Diener2017-11-241-18/+18
|
* not pep8 compliant #71FoxMaSk2017-09-051-15/+14
|
* Initial implementation of streaming APIWill Thompson2017-04-101-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.
    Powered by cgit v1.2.3 (git 2.41.0)