aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* subclass api errorscodl2018-01-031-31/+47
* Adjust streaming testsLorenz Diener2017-12-211-1/+1
* Daemonize streamsLorenz Diener2017-12-191-1/+1
* Fix streaming API to be more stable (closes #117)Lorenz Diener2017-12-192-27/+35
* Fix missing async in hashtag/list streamsLorenz Diener2017-12-191-5/+7
* Prepare release, part 2Lorenz Diener2017-12-151-0/+6
* Update changelog (preliminary)Lorenz Diener2017-12-141-1/+0
* Fix some problems with attribute accessLorenz Diener2017-12-141-15/+25
* Fix version checkLorenz Diener2017-12-141-8/+8
* Change default version check behaviourLorenz Diener2017-12-141-13/+13
* Make attribute-style access betterLorenz Diener2017-12-141-2/+9
* Add dict attribute accessLorenz Diener2017-12-141-0/+15
* Fix account_statuses breakageLorenz Diener2017-12-141-2/+10
* Add supported version in a place where python can read itLorenz Diener2017-12-141-1/+2
* Merge branch 'master' of https://github.com/halcy/Mastodon.pyLorenz Diener2017-12-141-0/+0
|\
| * Delete .Mastodon.py.kate-swpLorenz Diener2017-12-131-0/+0
* | Add last-changed versioningLorenz Diener2017-12-141-75/+94
|/
* Document list endpointsLorenz Diener2017-12-131-10/+2
* Add remaining list endpointsLorenz Diener2017-12-132-1/+60
* Add more list endpointsLorenz Diener2017-12-131-3/+54
* Added account_lists(broken)Lorenz Diener2017-12-131-0/+14
* Add information about unauthenticated methodsLorenz Diener2017-12-131-0/+14
* Add internal links in docsLorenz Diener2017-12-131-105/+104
* Update docs for search functionLorenz Diener2017-12-131-1/+1
* Add lists endpointLorenz Diener2017-12-131-0/+12
* Add list streamingLorenz Diener2017-12-131-9/+13
* Add custom_emojisLorenz Diener2017-12-131-0/+13
* Update verify_credentials docsLorenz Diener2017-12-131-1/+1
* Update docs, fixes #106Lorenz Diener2017-12-111-3/+3
* Fix versioning functionality more, explicit version checkLorenz Diener2017-12-111-10/+30
* Fix instance()Lorenz Diener2017-12-111-1/+1
* Make the version check be not wrongLorenz Diener2017-12-111-2/+2
* Make decorated functions actually return thingsLorenz Diener2017-12-111-1/+1
* Versioning fixesLorenz Diener2017-12-111-10/+45
* Version all endpoints where such a thing makes senseLorenz Diener2017-12-111-7/+61
* Add versionind decoratorLorenz Diener2017-12-111-2/+34
* fix #111codl2017-11-291-1/+3
* Check hashtags in streaming APILorenz Diener2017-11-291-0/+2
* Fix the thing I previously brokeLorenz Diener2017-11-291-1/+1
* add hashtag leading # detection, closes #105Lorenz Diener2017-11-291-1/+5
* Merge pull request #103 from Kjwon15/feature-asyncstreamLorenz Diener2017-11-271-0/+4
|\
| * Get current thread correctlykjwon152017-11-251-1/+1
| * Implement is_alive to async streamkjwon152017-11-251-0/+4
* | 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
|/
* 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://codl2017-11-221-2/+9
* | | Break streaming entirely, update docsLorenz Diener2017-11-241-4/+4
* | | Many fixes for streaming stuffLorenz Diener2017-11-243-32/+42
Powered by cgit v1.2.3 (git 2.41.0)