aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-async.el
Commit message (Expand)AuthorAgeFilesLines
* change email addressmarty hiatt2024-10-201-1/+1
* eq for symbols, string= for stringsmarty hiatt2024-08-221-8/+8
* remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-101-1/+0
* manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-4/+5
* edit description mastodon-async.elmarty hiatt2023-03-181-1/+1
* remove first empty line in docstringsmarty hiatt2023-01-091-6/+0
* always use --set-buffer-spec, not setq --buffer-specmarty hiatt2022-11-261-8/+5
* bump version in boilerplatemarty hiatt2022-07-311-1/+1
* update homepage and copyright boilerplatemousebot2022-02-051-4/+3
* bump version to a round numbermousebot2021-12-171-1/+1
* boilerplate maintainer contactmousebot2021-12-171-0/+2
* depend on emacs 27.1, flychecks, docstrings, etc.mousebot2021-12-171-10/+15
* bump version, change homepage link, readmemousebot2021-12-171-2/+2
* Do a bit if `if` and `progn` sanitizing.Holger Dürer2021-11-061-3/+4
* Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s...Holger Dürer2021-11-061-1/+1
* Reformat all code.Holger Dürer2021-11-061-11/+11
* Use `defvar-local` to create buffer-local vars.Holger Dürer2021-11-061-9/+6
* Fix compilation warnings.Holger Dürer2021-11-011-2/+12
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-1/+1
* typo in async http-layer, unless in http process-json, typo in readmmousebot2021-06-211-1/+1
* fix async "local" endpoint, docstringsmousebot2021-06-071-4/+4
* handle error on kill async buffer, begin same on borked JSON.mousebot2021-06-051-18/+14
* enable async stream for user notifications.mousebot2021-06-031-27/+56
* add basic live updates of home/local/federated timelines.mousebot2021-06-011-0/+332