Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add supported version in a place where python can read it | Lorenz Diener | 2017-12-14 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'master' of https://github.com/halcy/Mastodon.py | Lorenz Diener | 2017-12-14 | 1 | -0/+0 | |
|\ | ||||||
| * | Delete .Mastodon.py.kate-swp | Lorenz Diener | 2017-12-13 | 1 | -0/+0 | |
| | | ||||||
* | | Add last-changed versioning | Lorenz Diener | 2017-12-14 | 1 | -75/+94 | |
|/ | ||||||
* | Document list endpoints | Lorenz Diener | 2017-12-13 | 1 | -10/+2 | |
| | ||||||
* | Add remaining list endpoints | Lorenz Diener | 2017-12-13 | 2 | -1/+60 | |
| | ||||||
* | Add more list endpoints | Lorenz Diener | 2017-12-13 | 1 | -3/+54 | |
| | ||||||
* | Added account_lists(broken) | Lorenz Diener | 2017-12-13 | 1 | -0/+14 | |
| | ||||||
* | Add information about unauthenticated methods | Lorenz Diener | 2017-12-13 | 1 | -0/+14 | |
| | ||||||
* | Add internal links in docs | Lorenz Diener | 2017-12-13 | 1 | -105/+104 | |
| | ||||||
* | Update docs for search function | Lorenz Diener | 2017-12-13 | 1 | -1/+1 | |
| | ||||||
* | Add lists endpoint | Lorenz Diener | 2017-12-13 | 1 | -0/+12 | |
| | ||||||
* | Add list streaming | Lorenz Diener | 2017-12-13 | 1 | -9/+13 | |
| | ||||||
* | Add custom_emojis | Lorenz Diener | 2017-12-13 | 1 | -0/+13 | |
| | ||||||
* | Update verify_credentials docs | Lorenz Diener | 2017-12-13 | 1 | -1/+1 | |
| | ||||||
* | Update docs, fixes #106 | Lorenz Diener | 2017-12-11 | 1 | -3/+3 | |
| | ||||||
* | Fix versioning functionality more, explicit version check | Lorenz Diener | 2017-12-11 | 1 | -10/+30 | |
| | ||||||
* | Fix instance() | Lorenz Diener | 2017-12-11 | 1 | -1/+1 | |
| | ||||||
* | Make the version check be not wrong | Lorenz Diener | 2017-12-11 | 1 | -2/+2 | |
| | ||||||
* | Make decorated functions actually return things | Lorenz Diener | 2017-12-11 | 1 | -1/+1 | |
| | ||||||
* | Versioning fixes | Lorenz Diener | 2017-12-11 | 1 | -10/+45 | |
| | ||||||
* | Version all endpoints where such a thing makes sense | Lorenz Diener | 2017-12-11 | 1 | -7/+61 | |
| | ||||||
* | Add versionind decorator | Lorenz Diener | 2017-12-11 | 1 | -2/+34 | |
| | ||||||
* | fix #111 | codl | 2017-11-29 | 1 | -1/+3 | |
| | ||||||
* | Check hashtags in streaming API | Lorenz Diener | 2017-11-29 | 1 | -0/+2 | |
| | ||||||
* | Fix the thing I previously broke | Lorenz Diener | 2017-11-29 | 1 | -1/+1 | |
| | | | | lets pretend I was just testing the CI okay | |||||
* | add hashtag leading # detection, closes #105 | Lorenz Diener | 2017-11-29 | 1 | -1/+5 | |
| | ||||||
* | Merge pull request #103 from Kjwon15/feature-asyncstream | Lorenz Diener | 2017-11-27 | 1 | -0/+4 | |
|\ | | | | | Implement is_alive to async stream | |||||
| * | Get current thread correctly | kjwon15 | 2017-11-25 | 1 | -1/+1 | |
| | | ||||||
| * | Implement is_alive to async stream | kjwon15 | 2017-11-25 | 1 | -0/+4 | |
| | | ||||||
* | | fix string id support to also include in_reply_to_... fields | codl | 2017-11-26 | 1 | -6/+7 | |
| | | ||||||
* | | use six instead of relying on python version | codl | 2017-11-26 | 1 | -6/+2 | |
|/ | ||||||
* | Merge branch 'master' of https://github.com/halcy/Mastodon.py | Lorenz Diener | 2017-11-24 | 1 | -2/+9 | |
|\ | ||||||
| * | Merge pull request #102 from codl/http-streams | Lorenz Diener | 2017-11-22 | 1 | -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:// | codl | 2017-11-22 | 1 | -2/+9 | |
| | | | ||||||
* | | | Break streaming entirely, update docs | Lorenz Diener | 2017-11-24 | 1 | -4/+4 | |
| | | | ||||||
* | | | Many fixes for streaming stuff | Lorenz Diener | 2017-11-24 | 3 | -32/+42 | |
| | | | ||||||
* | | | Change exceptions slightly | Lorenz Diener | 2017-11-24 | 3 | -13/+15 | |
| | | | ||||||
* | | | BREAKING: Make streaming use json hooks | Lorenz Diener | 2017-11-24 | 2 | -25/+27 | |
|/ / | ||||||
* / | ID Unpacking | Lorenz Diener | 2017-11-22 | 1 | -1/+112 | |
|/ | ||||||
* | Document local hashtag timelines | Lorenz Diener | 2017-11-21 | 1 | -0/+2 | |
| | ||||||
* | Added support for local hashtag timelines | Lorenz Diener | 2017-11-21 | 1 | -6/+14 | |
| | ||||||
* | Documented report dicts | Lorenz Diener | 2017-11-21 | 1 | -0/+3 | |
| | ||||||
* | Documentation about visibility fixed (Fixes #55) | Lorenz Diener | 2017-11-21 | 1 | -3/+3 | |
| | ||||||
* | Merge branch 'master' of https://github.com/halcy/Mastodon.py | Lorenz Diener | 2017-11-21 | 1 | -3/+29 | |
|\ | ||||||
| * | Merge pull request #99 from foozmeat/master | Lorenz Diener | 2017-11-21 | 1 | -2/+3 | |
| |\ | | | | | | | Adds alt text support for media uploads | |||||
| | * | Added optional media description | James Moore | 2017-11-09 | 1 | -2/+3 | |
| | | | | | | | | | This works with the new alt text support in mastodon 2.0. | |||||
| * | | add support for mastodon v2.0's string IDs | codl | 2017-11-05 | 1 | -1/+26 | |
| |/ | ||||||
* / | Manually merge #94 | Lorenz Diener | 2017-11-21 | 1 | -14/+8 | |
|/ | ||||||
* | Merge pull request #93 from codl/fix-ratelimit | Lorenz Diener | 2017-10-16 | 1 | -30/+32 | |
|\ | | | | | fix #92, check for throttling by status code, and do it before the catchall error handler |