aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-client.el
Commit message (Expand)AuthorAgeFilesLines
* change email addressmarty hiatt2024-10-201-1/+1
* eq for symbols, string= for stringsmarty hiatt2024-08-221-1/+1
* remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-101-1/+0
* audit client.elmarty hiatt2023-05-101-11/+7
* remove all ;; Package-Requires: declarations save for main filemarty hiatt2023-03-271-1/+0
* sort all autoloadsmarty hiatt2023-03-191-1/+1
* bump version in boilerplatemarty hiatt2022-08-271-1/+1
* Merge pull request '2FA login support' (#255) from Red_Starfish/mastodon-up.e...martianh2022-03-231-5/+105
|\
| * change '-' to '--' in between function and namespace namesAbhiseck Paira2022-02-231-8/+8
| * update copyright holder infoAbhiseck Paira2022-01-171-0/+1
| * define autoloads and defvars to silence the byte compilerAbhiseck Paira2022-01-171-0/+2
| * make a public interface for accessing user detailsAbhiseck Paira2022-01-171-0/+17
| * functions for making/checking active usersAbhiseck Paira2022-01-171-0/+27
| * store access token in plstore of the current userAbhiseck Paira2022-01-171-0/+22
| * get account ID from user variables specified in the init fileAbhiseck Paira2022-01-171-0/+9
| * introduce a general plstore reading functionAbhiseck Paira2022-01-171-0/+7
| * abstract plstore implementation details of getting valueAbhiseck Paira2022-01-171-1/+7
| * abstract Mastodon API request infoAbhiseck Paira2022-01-131-4/+13
* | update homepage and copyright boilerplatemousebot2022-02-051-1/+1
|/
* bump version to a round numbermousebot2021-12-171-1/+1
* boilerplate maintainer contactmousebot2021-12-171-0/+1
* depend on emacs 27.1, flychecks, docstrings, etc.mousebot2021-12-171-1/+1
* bump version, change homepage link, readmemousebot2021-12-171-2/+2
* flycheck: docstrings, autoloads, etcmousebot2021-10-031-1/+1
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-1/+1
* bump masto version, bump emacs version to 25.1, dependency in readmemousebot2021-05-311-2/+2
* Update copyright and bump versionJohnson Denen2019-03-041-2/+2
* Explitly require json.el in files where we dynamically bind its vars.Holger Dürer2019-03-041-0/+2
* Bump to version 0.8.0Johnson Denen2018-08-101-1/+1
* Bump to 0.7.2 and shorten long code lines (#172)Alexander Griffith2018-03-051-2/+3
* Explicity set output variables to "unlimited" when saving plstore.Holger Durer2018-03-021-1/+6
* Keep track of to which instance secrets in plstore belong.Holger Dürer2018-03-021-12/+18
* 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-2/+2
* Remove most byte-compile warnings.Holger Dürer2017-05-181-14/+16
* Bump to v0.6.3Johnson Denen2017-05-151-1/+1
* Use lexical-binding in all files.Holger Dürer2017-05-151-1/+2
* 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
* Fix some compilation errorsJohnson Denen2017-04-231-1/+1
* Make tweaks per checkdoc feedbackJohnson Denen2017-04-231-2/+2
* Make tweaks per package-lint feedbackJohnson Denen2017-04-231-0/+1
* Group API endpoint function with mastodon-httpJohnson Denen2017-04-231-1/+1
* Add mastodon-client featureJohnson Denen2017-04-231-0/+95