Home
index
:
mastodon.py
fix/status_update_content_type
master
[Fork] of https://github.com/halcy/Mastodon.py
clarkzjw
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
add a test for instance
codl
2017-11-27
2
-0
/
+38
|
*
add tests for json hooks
codl
2017-11-27
8
-1
/
+432
|
*
add codecov
codl
2017-11-27
1
-2
/
+6
|
*
add .travis.yml
codl
2017-11-27
1
-0
/
+7
|
*
add coverage reports to tests
codl
2017-11-27
2
-1
/
+4
*
|
Merge pull request #107 from codl/fix-streaming-tests
Lorenz Diener
2017-11-28
1
-4
/
+9
|
\
\
|
*
|
fix streaming tests
codl
2017-11-28
1
-4
/
+9
|
/
/
*
|
Merge pull request #103 from Kjwon15/feature-asyncstream
Lorenz Diener
2017-11-27
1
-0
/
+4
|
\
\
|
*
|
Get current thread correctly
kjwon15
2017-11-25
1
-1
/
+1
|
*
|
Implement is_alive to async stream
kjwon15
2017-11-25
1
-0
/
+4
*
|
|
Merge pull request #104 from codl/fix-string-ids
Lorenz Diener
2017-11-27
1
-11
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
|
/
/
*
|
Fix small doc problem
Lorenz Diener
2017-11-24
1
-1
/
+1
*
|
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://
codl
2017-11-22
1
-2
/
+9
*
|
|
|
Break streaming entirely, update docs
Lorenz Diener
2017-11-24
2
-14
/
+32
*
|
|
|
Many fixes for streaming stuff
Lorenz Diener
2017-11-24
4
-34
/
+51
*
|
|
|
Change exceptions slightly
Lorenz Diener
2017-11-24
3
-13
/
+15
*
|
|
|
Fix doc inaccuracy
Lorenz Diener
2017-11-24
1
-1
/
+1
*
|
|
|
BREAKING: Make streaming use json hooks
Lorenz Diener
2017-11-24
2
-25
/
+27
|
/
/
/
*
/
/
ID Unpacking
Lorenz Diener
2017-11-22
1
-1
/
+112
|
/
/
*
/
Update README.rst
Lorenz Diener
2017-11-21
1
-1
/
+1
|
/
*
Add emoji support to changelog
Lorenz Diener
2017-11-21
1
-0
/
+1
*
Version bump
Lorenz Diener
2017-11-21
4
-3
/
+12
*
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
2
-0
/
+17
*
Fix documentation writing style
Lorenz Diener
2017-11-21
1
-1
/
+1
*
Emoji dict documentation
Lorenz Diener
2017-11-21
1
-4
/
+16
*
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
3
-5
/
+31
|
\
|
*
Merge pull request #99 from foozmeat/master
Lorenz Diener
2017-11-21
1
-2
/
+3
|
|
\
|
|
*
Merge pull request #1 from foozmeat/foozmeat-alt-text-patch
James Moore
2017-11-09
1
-2
/
+3
|
|
|
\
|
|
|
*
Added optional media description
James Moore
2017-11-09
1
-2
/
+3
|
|
|
/
|
*
|
Merge pull request #98 from codl/v2-compat
Lorenz Diener
2017-11-21
3
-3
/
+28
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
update supported version in docs
codl
2017-11-05
2
-2
/
+2
|
|
*
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 e...
codl
2017-10-04
1
-30
/
+32
*
|
Merge pull request #96 from ragingscholar/master
Lorenz Diener
2017-10-16
1
-15
/
+18
|
\
\
|
|
/
|
/
|
|
*
Use urlparse instead of urllib.parse for python2.7
Haisenburg
2017-10-08
1
-15
/
+18
|
/
*
Merge pull request #89 from Elizafox/exception-hierarchy
Lorenz Diener
2017-10-02
2
-6
/
+19
|
\
|
*
Redesign exception hierarchy
Elizabeth Myers
2017-09-25
2
-6
/
+19
*
|
Merge pull request #88 from Elizafox/master
Lorenz Diener
2017-10-02
1
-34
/
+17
|
\
\
|
|
/
|
/
|
|
*
Properly fix redirecting streaming endpoints.
Elizabeth Myers
2017-09-25
1
-34
/
+17
|
/
*
Merge pull request #86 from Elizafox/master
Lorenz Diener
2017-09-25
1
-1
/
+2
|
\
|
*
Fix notifications_dismiss by passing parameter correctly
Elizabeth Myers
2017-09-18
1
-1
/
+2
[prev]
[next]
Powered by
cgit v1.2.3
(
git 2.41.0
)