aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
Commit message (Expand)AuthorAgeFilesLines
...
* repair somewhat the media-upload functions and error handlingmousebot2021-10-021-13/+13
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-1/+1
* mastodon-http--triage - messages errors rather than response buffermousebot2021-08-091-2/+15
* typo in async http-layer, unless in http process-json, typo in readmmousebot2021-06-211-3/+2
* attempt to handle response errors in mastodon-http--process-jsonmousebot2021-06-071-1/+3
* mastodon-http--get-async, only process json when status is returnedmousebot2021-06-071-1/+2
* implement updating user profile notemousebot2021-06-051-1/+24
* bump masto version, bump emacs version to 25.1, dependency in readmemousebot2021-05-311-2/+2
* http: docstrings and move delete funmousebot2021-05-301-11/+11
* add request and seq as dependencies, flycheck cleanups, andmousebot2021-05-271-4/+39
* flychecks and autoloadsmousebot2021-05-261-3/+4
* clean up media upload in http.elmousebot2021-05-261-1/+1
* typos in tl and http error responses in http.el for attachmentsmousebot2021-05-261-2/+6
* implement uploading and posting of media attachments.mousebot2021-05-241-0/+42
* clean-up edits after flycheck/bytecompile.mousebot2021-05-161-2/+3
* display "follows you" and "followed by you" on user profilesmousebot2021-05-141-3/+1
* Guard against the old version of Emacs which mastodon.el supports.Ian Eure2021-05-091-3/+7
* SWAG at moving to an async network model.Ian Eure2021-05-091-12/+51
* Set a HTTP timeout.mousebot2021-05-091-2/+5
* docstringmousebot2021-05-061-1/+1
* add delete toot functionmousebot2021-05-061-0/+11
* Update copyright and bump versionJohnson Denen2019-03-041-2/+2
* Bump to version 0.8.0Johnson Denen2018-08-101-1/+1
* Retoot add accts closes #155Alexander Griffith2018-03-051-1/+1
* Bump to 0.7.2 and shorten long code lines (#172)Alexander Griffith2018-03-051-1/+1
* Keep track of to which instance secrets in plstore belong.Holger Dürer2018-03-021-5/+6
* Closes #152 and extends the fix for #150 as well as a host of bug fixesAlexander Griffith2018-02-281-0/+1
* Bump version to 0.7.1Johnson Denen2017-06-191-1/+1
* Bump to v0.7.0Johnson Denen2017-05-181-1/+1
* replaced declare-function with autoloadalexjgriffith2017-05-181-1/+1
* Remove most byte-compile warnings.Holger Dürer2017-05-181-5/+6
* Bump to v0.6.3Johnson Denen2017-05-151-1/+1
* Use lexical-binding in all files.Holger Dürer2017-05-151-1/+1
* Clean up use of progn.Holger Dürer2017-05-051-6/+4
* Moved decode-coding-string out of tl functionsalexjgriffith2017-05-051-1/+4
* Bump to v0.6.2Johnson Denen2017-04-291-1/+1
* Bump to v0.6.1Johnson Denen2017-04-281-1/+1
* Bump to v0.6.0Johnson Denen2017-04-241-1/+1
* Bump to v0.5.5Johnson Denen2017-04-241-1/+1
* Bump to v0.5.4Johnson Denen2017-04-231-1/+1
* Make tweaks per checkdoc feedbackJohnson Denen2017-04-231-0/+3
* Make tweaks per package-lint feedbackJohnson Denen2017-04-231-2/+4
* Close #10 and remove unused mastodon-http functionsJohnson Denen2017-04-231-61/+8
* Group API endpoint function with mastodon-httpJohnson Denen2017-04-231-1/+1
* Rewrite mastodon-authJohnson Denen2017-04-231-2/+2
* Cleanup mastodon-toot featureJohnson Denen2017-04-201-1/+3
* Close #11 with new callbacksJohnson Denen2017-04-201-0/+7
* Add boost feature to timelinesJohnson Denen2017-04-181-0/+19
* Retrieve home timeline with `mastodon' functionJohnson Denen2017-04-141-1/+0
* Use synchronous calls for simpler JSON parsingJohnson Denen2017-04-141-3/+16