| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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 |
| | * | hopefully improve attachment upload error handling | mousebot | 2021-10-29 | 1 | -9/+15 |
| | * | fix for image uploads error in 'emacs -Q': expand file name! | mousebot | 2021-10-29 | 1 | -1/+2 |
| | * | require mastodon-toot in mastodon.el, for customize visibility | mousebot | 2021-10-28 | 1 | -9/+10 |
| | * | fix group of mastodon-toot--attachment-height | mousebot | 2021-10-28 | 1 | -1/+1 |
| * | | enable-image-caching customize option | mousebot | 2021-10-29 | 1 | -3/+10 |
| * | | require mastodon-toot in mastodon.el, for customize visibility | mousebot | 2021-10-28 | 1 | -9/+10 |
| * | | fix group of mastodon-toot--attachment-height | mousebot | 2021-10-28 | 1 | -1/+1 |
| * | | Merge branch 'develop' into imgcaching | mousebot | 2021-10-28 | 5 | -24/+68 |
| |\| |
|
| | * | mastodon-async readme | mousebot | 2021-10-28 | 1 | -0/+1 |
| | * | api/v2 for media attachment uploads | mousebot | 2021-10-26 | 1 | -1/+1 |
| | * | toot--enable-completion-for-mentions only if company noerror | mousebot | 2021-10-26 | 1 | -4/+5 |
| | * | display status of locked accounts in profile view | mousebot | 2021-10-26 | 1 | -1/+7 |
| | * | switch followers-only and direct message icons to match web layout | mousebot | 2021-10-26 | 1 | -2/+2 |
| | * | revert tl--thread to sync request for speed. | mousebot | 2021-10-25 | 1 | -13/+6 |
| | * | _args for update-status-fields | mousebot | 2021-10-25 | 1 | -1/+1 |
| | * | declare company-mode functions | mousebot | 2021-10-25 | 1 | -1/+5 |
| | * | echo faves, boosts, replies counts when in thread view | mousebot | 2021-10-25 | 1 | -0/+8 |
| | * | restore original tl--init as tl--init-sync. | mousebot | 2021-10-25 | 2 | -1/+32 |
| * | | Merge branch 'develop' into imgcaching | mousebot | 2021-10-24 | 5 | -38/+37 |
| |\| |
|
| | * | move read-file-as-string | mousebot | 2021-10-23 | 1 | -6/+6 |
| | * | remove wrongly set http--timeout | mousebot | 2021-10-23 | 1 | -2/+2 |
| | * | stop shr-image-map taking over our 'u' binding | mousebot | 2021-10-23 | 1 | -0/+3 |
| | * | rewrite bookmark-toot as toggle | mousebot | 2021-10-23 | 2 | -21/+19 |
| | * | bookmark-toot keybinding | mousebot | 2021-10-22 | 1 | -0/+1 |
| | * | move defcustom attachment-height from media to toot | mousebot | 2021-10-22 | 2 | -9/+7 |
| * | | bookmark-toot keybinding | mousebot | 2021-10-22 | 1 | -0/+1 |
| * | | handle caching of images | mousebot | 2021-10-22 | 1 | -4/+14 |
| |/ |
|
| * | don't allow posts longer than server's max_toot_chars length | mousebot | 2021-10-22 | 1 | -7/+9 |
| * | flycheck, autoloads, docstrings | mousebot | 2021-10-22 | 4 | -6/+13 |