aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
...
| | | * merge hdurers attachment upload and my ownmousebot2021-10-151-27/+21
| | | * revert mastodon-http changesmousebot2021-10-151-49/+9
| | | * revert "private" visibility = "followers only" in toot draftmousebot2021-10-151-3/+7
| | | * handle image scaling with image-transforms-p (when emacs >= 27.1)mousebot2021-10-151-5/+8
| | | * first test merge of hdurer's WIP: Posting of imagesmousebot2021-10-155-64/+176
| | | * handle caching of imagesmousebot2021-10-091-4/+8
| * | | first go at company completion for mentions in new tootsmousebot2021-10-202-0/+72
| |/ /
| * / Revert "handle cached images"mousebot2021-10-181-10/+4
| |/
| * handle cached imagesmousebot2021-10-091-4/+10
| * get relationships for a user with 1 rather than 2 requestsmousebot2021-10-051-2/+3
| * set a larger mastodon-http--timeout.mousebot2021-10-051-1/+1
| * make updating new toots inserts them after any pinned tootsmousebot2021-10-041-3/+4
| * flycheck: docstrings, autoloads, etcmousebot2021-10-035-18/+37
| * revert bug workaround copying toot to kill ringmousebot2021-10-031-2/+1
| * Fix: make after-change-functions buffer local.Holger Dürer2021-10-031-1/+2
| * make mastodon-toot--insert-emoji an aliasmousebot2021-10-031-3/+3
| * restore var toot--media-attachmentsmousebot2021-10-021-3/+7
| * customize option default-media-directorymousebot2021-10-021-1/+7
| * flycheck: docstrings, autoloads, declarationsmousebot2021-10-024-41/+78
| * add emojify-insert-emoji binding in mastodon new toot buffermousebot2021-10-021-0/+8
| * repair somewhat the media-upload functions and error handlingmousebot2021-10-022-18/+14
| * kill-current-buffer instead of kill-this-buffermousebot2021-10-011-1/+1
| * display "followers-only" for "private" post visibilitymousebot2021-09-231-3/+7
| * fix formatting of mastodon-toot-default-visibilitymousebot2021-09-231-4/+5
| * basic delete-and-redraft-toot, text status only for now.mousebot2021-09-232-0/+27
| * hacks to minimize toot bug: copy text, only kill buffer after postmousebot2021-09-231-3/+5
| * disable avatars by defaultmousebot2021-09-231-1/+1
| * on delete toot, redraw current timeline or profilemousebot2021-09-232-1/+17
| * rename show-avatars-p custom to show-avatarsmousebot2021-09-221-3/+3
| * package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-2214-22/+22
| * make display of (scaled) avatars a customize optionmousebot2021-09-131-6/+15
| * use inbuilt image scaling if emacs version => 27.1mousebot2021-09-133-7/+17
| * fix RET/i not working on image attachments in notifications.mousebot2021-09-081-1/+4
| * improve docstrings in mastodon-auth so i know what it does.mousebot2021-08-111-6/+11
| * zero index our poll vote, message choice + number on successmousebot2021-08-101-9/+11
| * try to handle reblogged pollsmousebot2021-08-101-1/+5
| * provide poll option descriptions in completing-readmousebot2021-08-101-15/+22
| * functions to vote on polls in timelines, bound to "v"mousebot2021-08-092-5/+45
| * mastodon-http--triage - messages errors rather than response buffermousebot2021-08-091-2/+15
| * use either display_name or username in author bylinemousebot2021-08-091-1/+3
| * follow requests accept/reject from notifications +mousebot2021-08-093-52/+110
| * revert 'base-toot-id to 'toot-id in tl oldest tootmousebot2021-08-081-1/+1
| * include follow-requests in notificationsmousebot2021-08-081-2/+21
| * fix typo in mastodon-tl--process-link setting 'account-id propmousebot2021-08-082-3/+5
| * replace 'toot-id with base-toot-id in mastodon-tl--oldest-idmousebot2021-08-071-1/+2
| * fix mentions broken when on local instancemousebot2021-08-071-3/+7
| * move follow req acc/rej bindings so they don't shadow profilesmousebot2021-07-161-2/+2
| * typo in async http-layer, unless in http process-json, typo in readmmousebot2021-06-212-4/+3
| * feed notfication ID to mastodon-notifications--insert-statusmousebot2021-06-192-11/+40
| * display boosted pollsmousebot2021-06-191-2/+5