| Commit message (Expand) | Author | Age | Files | Lines |
* | update homepage and copyright boilerplate | mousebot | 2022-02-05 | 1 | -1/+1 |
* | typos and docstrings | mousebot | 2021-12-20 | 1 | -1/+1 |
* | bump version to a round number | mousebot | 2021-12-17 | 1 | -1/+1 |
* | boilerplate maintainer contact | mousebot | 2021-12-17 | 1 | -0/+1 |
* | depend on emacs 27.1, flychecks, docstrings, etc. | mousebot | 2021-12-17 | 1 | -1/+1 |
* | bump version, change homepage link, readme | mousebot | 2021-12-17 | 1 | -2/+2 |
* | Do a bit if `if` and `progn` sanitizing. | Holger Dürer | 2021-11-06 | 1 | -1/+0 |
* | Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s... | Holger Dürer | 2021-11-06 | 1 | -5/+5 |
* | Fix compilation warnings. | Holger Dürer | 2021-11-01 | 1 | -3/+10 |
* | flycheck: docstrings, autoloads, etc | mousebot | 2021-10-03 | 1 | -3/+5 |
* | package-lint: bump to emacs 26.1, disable stream keybindings | mousebot | 2021-09-22 | 1 | -1/+1 |
* | improve docstrings in mastodon-auth so i know what it does. | mousebot | 2021-08-11 | 1 | -6/+11 |
* | foll reqs/faves bindings global, autoloads and declarations, readme | mousebot | 2021-06-01 | 1 | -0/+1 |
* | bump masto version, bump emacs version to 25.1, dependency in readme | mousebot | 2021-05-31 | 1 | -2/+2 |
* | Rewrite `mastodon-auth--access-token` so it handles errors. | Ian Eure | 2021-05-09 | 1 | -7/+16 |
* | Update copyright and bump version | Johnson Denen | 2019-03-04 | 1 | -2/+2 |
* | Explitly require json.el in files where we dynamically bind its vars. | Holger Dürer | 2019-03-04 | 1 | -0/+1 |
* | Use the email address of the current user as default (#203) | Jürgen Hötzel | 2019-03-04 | 1 | -1/+1 |
* | Bump to version 0.8.0 | Johnson Denen | 2018-08-10 | 1 | -1/+1 |
* | Optionally use auth-source-search for fetching and saving password. (#181) | H Durer | 2018-08-10 | 1 | -0/+47 |
* | Clean up code to remove compilation warnings. | Holger Durer | 2018-08-10 | 1 | -0/+2 |
* | Retoot add accts closes #155 | Alexander Griffith | 2018-03-05 | 1 | -0/+18 |
* | 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 | -10/+14 |
* | 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 | -2/+2 |
* | Remove most byte-compile warnings. | Holger Dürer | 2017-05-18 | 1 | -1/+4 |
* | 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/+2 |
* | Clean up use of progn. | Holger Dürer | 2017-05-05 | 1 | -4/+3 |
* | 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 |
* | Fix some compilation errors | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
* | Make tweaks per package-lint feedback | Johnson Denen | 2017-04-23 | 1 | -0/+1 |
* | Clean up tests and update DOCSTRINGs | Johnson Denen | 2017-04-23 | 1 | -3/+6 |
* | Rewrite mastodon-auth | Johnson Denen | 2017-04-23 | 1 | -127/+32 |
* | Retrieve home timeline with `mastodon' function | Johnson Denen | 2017-04-14 | 1 | -1/+0 |
* | Add `mastodon-auth--client' function | Johnson Denen | 2017-04-12 | 1 | -1/+5 |
* | Refactor mastodon--register-and-return-client-app | Johnson Denen | 2017-04-12 | 1 | -3/+10 |
* | Fix return value bug | Johnson Denen | 2017-04-12 | 1 | -1/+3 |
* | Use `read-passwd' | Johnson Denen | 2017-04-12 | 1 | -1/+1 |
* | Add tests for `mastodon--access-token' | Johnson Denen | 2017-04-12 | 1 | -8/+11 |
* | Add mastodon--get-access-token test | Johnson Denen | 2017-04-12 | 1 | -8/+17 |
* | Abstract success lambda to its own function and test | Johnson Denen | 2017-04-12 | 1 | -5/+7 |
* | Add store-client-id-and-secret test | Johnson Denen | 2017-04-12 | 1 | -2/+6 |
* | Remove progn and return register-client-app funcall | Johnson Denen | 2017-04-12 | 1 | -3/+1 |