| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | bump version, change homepage link, readme | mousebot | 2021-12-17 | 13 | -26/+26 |
| * | revert echo faves on toot text in thread view | mousebot | 2021-12-17 | 1 | -12/+1 |
| * | keep "O"/my-profile binding when point on image. | mousebot | 2021-12-17 | 1 | -0/+2 |
| * | FIX echo faves in thread view clashing with media help-echo | mousebot | 2021-12-17 | 1 | -16/+28 |
| * | Merge branch 'develop' into echo-faves-in-thread | mousebot | 2021-12-17 | 1 | -24/+29 |
| |\ |
|
| | * | ensure media-attachment is not a dir | mousebot | 2021-12-17 | 1 | -9/+11 |
| | * | Merge branch 'immed-async-media-upload' into develop | mousebot | 2021-12-17 | 1 | -15/+18 |
| | |\ |
|
| | | * | fix media attachments test before posting | mousebot | 2021-12-17 | 1 | -15/+18 |
| * | | | Merge branch 'develop' into echo-faves-in-thread | mousebot | 2021-12-16 | 7 | -179/+221 |
| |\| | |
|
| | * | | Merge branch 'immed-async-media-upload' into develop | mousebot | 2021-12-16 | 2 | -27/+29 |
| | |\| |
|
| | | * | attach media test before post | mousebot | 2021-12-15 | 1 | -3/+6 |
| | | * | a first hack to make media uploads immediate and async. | mousebot | 2021-12-15 | 2 | -24/+23 |
| | * | | refactor notify-user-posts functions | mousebot | 2021-12-16 | 1 | -25/+32 |
| | * | | Merge branch 'develop' into notify-when-post | mousebot | 2021-12-16 | 12 | -666/+695 |
| | |\ \ |
|
| | | * \ | Merge branch 'develop' into media-type | mousebot | 2021-12-16 | 4 | -134/+112 |
| | | |\ \ |
|
| | | | * \ | Merge branch 'refactor-follows-etc' into develop | mousebot | 2021-12-16 | 1 | -120/+76 |
| | | | |\ \ |
|
| | | | | * | | indent-buffer on -tl.el | mousebot | 2021-12-16 | 1 | -14/+14 |
| | | | | * | | refactor un/follow, un/block, un/mute functions | mousebot | 2021-12-15 | 1 | -116/+72 |
| | | | | |/ |
|
| | | | * | | improve display of polls: | mousebot | 2021-12-16 | 1 | -4/+18 |
| | | | * | | customize option to enable custom emoji by default. | mousebot | 2021-12-15 | 2 | -1/+8 |
| | | | |/ |
|
| | | | * | rename company mentions to 'mastodon-toot-mentions' | mousebot | 2021-12-12 | 1 | -5/+6 |
| | | | * | move profile view followers/following bindings to 's'/'g'. | mousebot | 2021-11-10 | 1 | -2/+2 |
| | | | * | move profile--my-profile binding to 'O' | mousebot | 2021-11-10 | 1 | -1/+1 |
| | | | * | autocompletion ignores case of handles/display names | mousebot | 2021-11-09 | 1 | -2/+2 |
| | | * | | fetch media_attachments' "type" from server and store as property | mousebot | 2021-11-09 | 2 | -16/+23 |
| | | |/ |
|
| | | * | remove help-echo for faves/boosts/replies, it breaks img echo keymap | mousebot | 2021-11-09 | 1 | -10/+0 |
| | * | | add support for receiving notifications when a user posts | mousebot | 2021-11-02 | 2 | -6/+64 |
| * | | | fixme insert-status/get-media-link-rendering | mousebot | 2021-11-09 | 1 | -0/+1 |
| | |/
| |/| |
|
| * | | Simplify the logic in `mastodon-tl--insert-status`. | Holger Dürer | 2021-11-06 | 1 | -8/+5 |
| * | | Fix new warnings in `mastodon-inspect.el`. | Holger Dürer | 2021-11-06 | 1 | -0/+3 |
| * | | Do a bit if `if` and `progn` sanitizing. | Holger Dürer | 2021-11-06 | 5 | -38/+34 |
| * | | Use portable filename component functions. | Holger Dürer | 2021-11-06 | 1 | -12/+14 |
| * | | Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s... | Holger Dürer | 2021-11-06 | 8 | -146/+145 |
| * | | Clean up uses of `url-retrieve-synchronously`. | Holger Dürer | 2021-11-06 | 1 | -28/+12 |
| * | | Reformat all code. | Holger Dürer | 2021-11-06 | 10 | -225/+224 |
| * | | Use `defvar-local` to create buffer-local vars. | Holger Dürer | 2021-11-06 | 4 | -35/+19 |
| * | | display faves/boosts/replies in threads also for reblogs | mousebot | 2021-11-06 | 1 | -5/+11 |
| * | | tiny cleanup | mousebot | 2021-11-06 | 2 | -2/+1 |
| * | | inspect functions for search.el | mousebot | 2021-11-06 | 1 | -1/+33 |
| * | | support downloading/using custom emoji with emojify. | mousebot | 2021-11-05 | 1 | -1/+72 |
| * | | defvar company-backends for flycheck | mousebot | 2021-11-05 | 1 | -1/+2 |
| * | | fix broken completion, restore search--get-user-info{-@} | mousebot | 2021-11-03 | 1 | -1/+7 |
| * | | Fix tests. | Holger Dürer | 2021-11-01 | 5 | -54/+15 |
| * | | Fix compilation warnings. | Holger Dürer | 2021-11-01 | 8 | -41/+65 |
| |/ |
|
| * | include user's profile URL in company mentions completion. | mousebot | 2021-11-01 | 2 | -17/+20 |
| * | Merge branch 'develop' into imgcaching | mousebot | 2021-10-29 | 3 | -56/+60 |
| |\ |
|
| | * | fix toot--send setting args/args-media | mousebot | 2021-10-29 | 1 | -17/+14 |
| | * | make get-max-toot-chars async | mousebot | 2021-10-29 | 1 | -6/+11 |
| | * | docstrings | mousebot | 2021-10-29 | 2 | -2/+2 |
| | * | merge upload-media-attachments functionality into toot-send. | mousebot | 2021-10-29 | 2 | -41/+36 |