aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * add tests for json hookscodl2017-11-278-1/+432
| | | | | | | | | | including a failing test for that thing i fixed earlier which isn't in this branch 😓
| * add codecovcodl2017-11-271-2/+6
| |
| * add .travis.ymlcodl2017-11-271-0/+7
| |
| * add coverage reports to testscodl2017-11-272-1/+4
| |
* | Merge pull request #107 from codl/fix-streaming-testsLorenz Diener2017-11-281-4/+9
|\ \ | | | | | | fix streaming tests
| * | fix streaming testscodl2017-11-281-4/+9
|/ /
* | Merge pull request #103 from Kjwon15/feature-asyncstreamLorenz Diener2017-11-271-0/+4
|\ \ | | | | | | Implement is_alive to async stream
| * | Get current thread correctlykjwon152017-11-251-1/+1
| | |
| * | Implement is_alive to async streamkjwon152017-11-251-0/+4
| | |
* | | Merge pull request #104 from codl/fix-string-idsLorenz Diener2017-11-271-11/+8
|\ \ \ | |/ / |/| | fix string id support to also include in_reply_to_... fields
| * | fix string id support to also include in_reply_to_... fieldscodl2017-11-261-6/+7
| | |
| * | use six instead of relying on python versioncodl2017-11-261-6/+2
|/ /
* | Fix small doc problemLorenz Diener2017-11-241-1/+1
| |
* | Merge branch 'master' of https://github.com/halcy/Mastodon.pyLorenz Diener2017-11-241-2/+9
|\ \
| * \ Merge pull request #102 from codl/http-streamsLorenz Diener2017-11-221-2/+9
| |\ \ | | | | | | | | fix #101 by checking if the stream api uses ws:// or wss://
| | * | fix #101 by checking if the stream api uses ws:// or wss://codl2017-11-221-2/+9
| | | |
* | | | Break streaming entirely, update docsLorenz Diener2017-11-242-14/+32
| | | |
* | | | Many fixes for streaming stuffLorenz Diener2017-11-244-34/+51
| | | |
* | | | Change exceptions slightlyLorenz Diener2017-11-243-13/+15
| | | |
* | | | Fix doc inaccuracyLorenz Diener2017-11-241-1/+1
| | | |
* | | | BREAKING: Make streaming use json hooksLorenz Diener2017-11-242-25/+27
|/ / /
* / / ID UnpackingLorenz Diener2017-11-221-1/+112
|/ /
* / Update README.rstLorenz Diener2017-11-211-1/+1
|/
* Add emoji support to changelogLorenz Diener2017-11-211-0/+1
|
* Version bumpLorenz Diener2017-11-214-3/+12
|
* Document local hashtag timelinesLorenz Diener2017-11-211-0/+2
|
* Added support for local hashtag timelinesLorenz Diener2017-11-211-6/+14
|
* Documented report dictsLorenz Diener2017-11-212-0/+17
|
* Fix documentation writing styleLorenz Diener2017-11-211-1/+1
|
* Emoji dict documentationLorenz Diener2017-11-211-4/+16
|
* Documentation about visibility fixed (Fixes #55)Lorenz Diener2017-11-211-3/+3
|
* Merge branch 'master' of https://github.com/halcy/Mastodon.pyLorenz Diener2017-11-213-5/+31
|\
| * Merge pull request #99 from foozmeat/masterLorenz Diener2017-11-211-2/+3
| |\ | | | | | | Adds alt text support for media uploads
| | * Merge pull request #1 from foozmeat/foozmeat-alt-text-patchJames Moore2017-11-091-2/+3
| | |\ | | | | | | | | Added optional media description
| | | * Added optional media description James Moore2017-11-091-2/+3
| | |/ | | | | | | This works with the new alt text support in mastodon 2.0.
| * | Merge pull request #98 from codl/v2-compatLorenz Diener2017-11-213-3/+28
| |\ \ | | |/ | |/| mastodon v2.0+ compatibility
| | * update supported version in docscodl2017-11-052-2/+2
| | |
| | * add support for mastodon v2.0's string IDscodl2017-11-051-1/+26
| |/
* / Manually merge #94Lorenz Diener2017-11-211-14/+8
|/
* Merge pull request #93 from codl/fix-ratelimitLorenz Diener2017-10-161-30/+32
|\ | | | | fix #92, check for throttling by status code, and do it before the catchall error handler
| * fix #92, check for throttling by status code, and do it before the catchall ↵codl2017-10-041-30/+32
| | | | | | | | error handler
* | Merge pull request #96 from ragingscholar/masterLorenz Diener2017-10-161-15/+18
|\ \ | |/ |/| Use urlparse instead of urllib.parse for python2.7
| * Use urlparse instead of urllib.parse for python2.7Haisenburg2017-10-081-15/+18
|/
* Merge pull request #89 from Elizafox/exception-hierarchyLorenz Diener2017-10-022-6/+19
|\ | | | | Redesign exception hierarchy
| * Redesign exception hierarchyElizabeth Myers2017-09-252-6/+19
| | | | | | | | | | | | | | | | | | | | All Mastodon.py errors now derive from MastodonError, for easier catching in application code that just wants to see if something happened, and isn't too miffed about the details. I/O Errors derive from MastodonIOError, for similar reasons. This change is designed to be backwards compatible.
* | Merge pull request #88 from Elizafox/masterLorenz Diener2017-10-021-34/+17
|\ \ | |/ |/| Properly fix redirecting streaming endpoints.
| * Properly fix redirecting streaming endpoints.Elizabeth Myers2017-09-251-34/+17
|/ | | | Fixes #84
* Merge pull request #86 from Elizafox/masterLorenz Diener2017-09-251-1/+2
|\ | | | | Fix notifications_dismiss by passing parameter correctly
| * Fix notifications_dismiss by passing parameter correctlyElizabeth Myers2017-09-181-1/+2
| |
* | Merge pull request #85 from Elizafox/masterLorenz Diener2017-09-171-1/+32
|\| | | | | Workaround Mastodon issue with streaming API redirection
Powered by cgit v1.2.3 (git 2.41.0)