Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package-lint: bump to emacs 26.1, disable stream keybindings | mousebot | 2021-09-22 | 1 | -1/+1 |
| | |||||
* | mastodon-http--triage - messages errors rather than response buffer | mousebot | 2021-08-09 | 1 | -2/+15 |
| | |||||
* | typo in async http-layer, unless in http process-json, typo in readm | mousebot | 2021-06-21 | 1 | -3/+2 |
| | |||||
* | attempt to handle response errors in mastodon-http--process-json | mousebot | 2021-06-07 | 1 | -1/+3 |
| | |||||
* | mastodon-http--get-async, only process json when status is returned | mousebot | 2021-06-07 | 1 | -1/+2 |
| | | | | (hopefully) | ||||
* | implement updating user profile note | mousebot | 2021-06-05 | 1 | -1/+24 |
| | | | | | uses a tiny minor mode 'profile-update', with bindings. U is a general binding for it. | ||||
* | bump masto version, bump emacs version to 25.1, dependency in readme | mousebot | 2021-05-31 | 1 | -2/+2 |
| | |||||
* | http: docstrings and move delete fun | mousebot | 2021-05-30 | 1 | -11/+11 |
| | |||||
* | add request and seq as dependencies, flycheck cleanups, and | mousebot | 2021-05-27 | 1 | -4/+39 |
| | | | | move http search funs into http.el | ||||
* | 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 |
| | | | | | | uses request library and requires curl backend. supports multiple files upload and marking media as sensitive. | ||||
* | 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 |
| | | | | This prevents mastodon.el from locking Emacs and spinning forever. | ||||
* | 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 |
| | | | | | | | | | | | | | When responding to toots the full acct for both local and federated accounts are now added to the new toot buffer. Changes - Added a function in mastodon.el to return the current user acct - Added mastodon-toot--process-local, which takes an acct and appends the current server if it is local returns an empty string if the acct matches the current user and does only adds a prefix @ if the acct is federated - mastodon-toot--mentions will return a formatted string of mentions or an empty string - adds tests for mastodon-toot--mentions - adds a missing , in mastodon-http--post - `mastodon-toot--reply` now passes `mastodon-toot` a toot-id rather than the whole json - 'mastodon-toot--reply-to-id is now a local var in a new toot | ||||
* | Bump to 0.7.2 and shorten long code lines (#172) | Alexander Griffith | 2018-03-05 | 1 | -1/+1 |
| | | | | | | * Bump version numbers to 0.7.2 * Adjusted functions to bring line length below 90. | ||||
* | Keep track of to which instance secrets in plstore belong. | Holger Dürer | 2018-03-02 | 1 | -5/+6 |
| | | | | | | | | | | | While testing out issue 149 (https://github.com/jdenen/mastodon.el/issues/149) I had problems due to stale client information being cached. With this change we store various pieces of information (the client information in the plstore and the auth tokens) in alists keyed by the instance url (and the plstore key contains the instance url as well to allow us to store data per instance). | ||||
* | Closes #152 and extends the fix for #150 as well as a host of bug fixes | Alexander Griffith | 2018-02-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | We now kill the http get request buffer once JSON has been extracted. mastodon-tl--as-string was implemented and replaced any occurrence of number-to-string or int-to-string Added variable mastodon-tl--display-media-p. By default it is 't but can be made a local buffer variable and set to nil. When nil rather than displaying the media it just provides a link Media::<link> Fixed checking for faves and boosts, they should now render properly. The return from json-read-from-string for nil is :json-false which evaluates to 't in elisp. Fixed the format string that gets printed when faving and boosting Fixed mastodon-tl--thread updating and requesting and changed its behaviour such that it tries to open the original toot thread rather than the boosted thread. Added tests for both the new mastodon-tl--as-string function and the mastodon-tl--toot-id utility. enter mastodon mode before defining local buffer variable mastodon-tl--buffer-spec. This fixes some oddities with the local buffer variable. | ||||
* | 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 |
| | | | | | | | We do this by - moving vars into the files where they are (mostly) used - "declaring" vars used elsewhere with the (defvar <var-name>) pattern, - declaring functions defined in others functions rather than loading the file via require. | ||||
* | 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 |
| | | | | | We only support Emacs 24 and 25 so are free to use sane bindings by default. To keep the linter happy, we need to declare dependency on Emacs 24 in all files. | ||||
* | Clean up use of progn. | Holger Dürer | 2017-05-05 | 1 | -6/+4 |
| | | | | | - Lambda, defun, let, etc. all have an implicit progn. - A progn with a single form is identical to that single form. | ||||
* | 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 |
| | | | | | | - Remove client functions - Use mastodon-http--post - No more callback spaghetti | ||||
* | Cleanup mastodon-toot feature | Johnson Denen | 2017-04-20 | 1 | -1/+3 |
| | | | | | - Delete unused functions - Refactor --action function to use mastodon-http--triage | ||||
* | 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 |
| |