index
:
mastodon.el.git
master
Emacs client for fediverse servers that implement the Mastodon API.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
mastodon-http.el
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add request and seq as dependencies, flycheck cleanups, and
mousebot
2021-05-27
1
-4
/
+39
*
flychecks and autoloads
mousebot
2021-05-26
1
-3
/
+4
*
clean up media upload in http.el
mousebot
2021-05-26
1
-1
/
+1
*
typos in tl and http error responses in http.el for attachments
mousebot
2021-05-26
1
-2
/
+6
*
implement uploading and posting of media attachments.
mousebot
2021-05-24
1
-0
/
+42
*
clean-up edits after flycheck/bytecompile.
mousebot
2021-05-16
1
-2
/
+3
*
display "follows you" and "followed by you" on user profiles
mousebot
2021-05-14
1
-3
/
+1
*
Guard against the old version of Emacs which mastodon.el supports.
Ian Eure
2021-05-09
1
-3
/
+7
*
SWAG at moving to an async network model.
Ian Eure
2021-05-09
1
-12
/
+51
*
Set a HTTP timeout.
mousebot
2021-05-09
1
-2
/
+5
*
docstring
mousebot
2021-05-06
1
-1
/
+1
*
add delete toot function
mousebot
2021-05-06
1
-0
/
+11
*
Update copyright and bump version
Johnson Denen
2019-03-04
1
-2
/
+2
*
Bump to version 0.8.0
Johnson Denen
2018-08-10
1
-1
/
+1
*
Retoot add accts closes #155
Alexander Griffith
2018-03-05
1
-1
/
+1
*
Bump to 0.7.2 and shorten long code lines (#172)
Alexander Griffith
2018-03-05
1
-1
/
+1
*
Keep track of to which instance secrets in plstore belong.
Holger Dürer
2018-03-02
1
-5
/
+6
*
Closes #152 and extends the fix for #150 as well as a host of bug fixes
Alexander Griffith
2018-02-28
1
-0
/
+1
*
Bump version to 0.7.1
Johnson Denen
2017-06-19
1
-1
/
+1
*
Bump to v0.7.0
Johnson Denen
2017-05-18
1
-1
/
+1
*
replaced declare-function with autoload
alexjgriffith
2017-05-18
1
-1
/
+1
*
Remove most byte-compile warnings.
Holger Dürer
2017-05-18
1
-5
/
+6
*
Bump to v0.6.3
Johnson Denen
2017-05-15
1
-1
/
+1
*
Use lexical-binding in all files.
Holger Dürer
2017-05-15
1
-1
/
+1
*
Clean up use of progn.
Holger Dürer
2017-05-05
1
-6
/
+4
*
Moved decode-coding-string out of tl functions
alexjgriffith
2017-05-05
1
-1
/
+4
*
Bump to v0.6.2
Johnson Denen
2017-04-29
1
-1
/
+1
*
Bump to v0.6.1
Johnson Denen
2017-04-28
1
-1
/
+1
*
Bump to v0.6.0
Johnson Denen
2017-04-24
1
-1
/
+1
*
Bump to v0.5.5
Johnson Denen
2017-04-24
1
-1
/
+1
*
Bump to v0.5.4
Johnson Denen
2017-04-23
1
-1
/
+1
*
Make tweaks per checkdoc feedback
Johnson Denen
2017-04-23
1
-0
/
+3
*
Make tweaks per package-lint feedback
Johnson Denen
2017-04-23
1
-2
/
+4
*
Close #10 and remove unused mastodon-http functions
Johnson Denen
2017-04-23
1
-61
/
+8
*
Group API endpoint function with mastodon-http
Johnson Denen
2017-04-23
1
-1
/
+1
*
Rewrite mastodon-auth
Johnson Denen
2017-04-23
1
-2
/
+2
*
Cleanup mastodon-toot feature
Johnson Denen
2017-04-20
1
-1
/
+3
*
Close #11 with new callbacks
Johnson Denen
2017-04-20
1
-0
/
+7
*
Add boost feature to timelines
Johnson Denen
2017-04-18
1
-0
/
+19
*
Retrieve home timeline with `mastodon' function
Johnson Denen
2017-04-14
1
-1
/
+0
*
Use synchronous calls for simpler JSON parsing
Johnson Denen
2017-04-14
1
-3
/
+16
*
Add GET function
Johnson Denen
2017-04-14
1
-0
/
+7
*
Make headers more conventional
Johnson Denen
2017-04-10
1
-4
/
+21
*
Fix #8 flycheck issues
Johnson Denen
2017-04-09
1
-9
/
+29
*
Update DOCSTRINGs
Johnson Denen
2017-04-09
1
-5
/
+18
*
Fix void-function error
Johnson Denen
2017-04-09
1
-1
/
+1
*
Refactor authorization
Johnson Denen
2017-04-09
1
-7
/
+36
*
Restructure under lisp directory
Johnson Denen
2017-04-09
1
-0
/
+34
[prev]