Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | flymake views.el | marty hiatt | 2024-08-13 | 1 | -3/+3 | |
* | | | instance desc - missing paren | marty hiatt | 2024-08-13 | 1 | -1/+1 | |
* | | | v basic display/delete v2 filters | marty hiatt | 2024-08-13 | 1 | -22/+36 | |
* | | | init-sync - add endpoint version arg (for v2 filters) | marty hiatt | 2024-08-13 | 1 | -2/+3 | |
* | | | create-filter v2 | marty hiatt | 2024-08-13 | 1 | -17/+25 | |
| |/ |/| | ||||||
* | | apply filters to notifications. #575. | marty hiatt | 2024-08-09 | 1 | -71/+79 | |
* | | basic apply filters. #575. | marty hiatt | 2024-08-09 | 3 | -40/+95 | |
|/ | ||||||
* | flymake tl.el | marty hiatt | 2024-08-08 | 1 | -6/+10 | |
* | audit tl.el up to ;;; THREADS | marty hiatt | 2024-08-08 | 1 | -129/+128 | |
* | re-write stats-for-toot | marty hiatt | 2024-08-08 | 1 | -26/+25 | |
* | re-write tl--is-reply | marty hiatt | 2024-08-08 | 1 | -2/+2 | |
* | re-write hashtag-from-url | marty hiatt | 2024-08-08 | 1 | -9/+5 | |
* | audit tl.el up to ;;; POLLS | marty hiatt | 2024-08-08 | 1 | -80/+74 | |
* | refactor process-image-or-cached | marty hiatt | 2024-08-08 | 2 | -29/+25 | |
* | fix mode map | marty hiatt | 2024-08-08 | 1 | -2/+2 | |
* | audit first 900 lines of tl.el | marty hiatt | 2024-08-08 | 1 | -15/+19 | |
* | factor out image-trans-check. | marty hiatt | 2024-08-08 | 3 | -13/+12 | |
* | tl: condition-case for next/prev funs | marty hiatt | 2024-08-08 | 1 | -18/+15 | |
* | cl-remove nils rather than push for poss nil params | marty hiatt | 2024-08-08 | 1 | -15/+18 | |
* | audit the rest of search.el | marty hiatt | 2024-08-08 | 1 | -22/+24 | |
* | fix mastodon-notifications-get | marty hiatt | 2024-08-07 | 1 | -2/+2 | |
* | audit media.el | marty hiatt | 2024-08-07 | 1 | -22/+18 | |
* | re-write all (if x y "") clauses as (when x y), if poss. | marty hiatt | 2024-08-06 | 6 | -57/+47 | |
* | audit 1/2 of search.el | marty hiatt | 2024-08-06 | 1 | -24/+11 | |
* | search.el: re-write search-accounts-query | marty hiatt | 2024-08-06 | 1 | -5/+7 | |
* | audit mastodon.el | marty hiatt | 2024-08-06 | 1 | -21/+22 | |
* | mastodon (function): only return cred acc if loading new tl | marty hiatt | 2024-08-06 | 1 | -1/+3 | |
* | re-write mastodon-switch-to-buffer | marty hiatt | 2024-08-06 | 1 | -6/+4 | |
* | mastodon.el: re-write mastodon-return-credential-account | marty hiatt | 2024-08-06 | 1 | -19/+14 | |
* | refactor mastodon-profile--user-profile-send-updated | marty hiatt | 2024-08-06 | 1 | -4/+2 | |
* | audit views.el | marty hiatt | 2024-08-06 | 1 | -29/+17 | |
* | views add account to list: unless handle clauses | marty hiatt | 2024-08-06 | 1 | -2/+5 | |
* | add mastodon-tl--field-status | marty hiatt | 2024-08-06 | 1 | -0/+6 | |
* | audit profile.el | marty hiatt | 2024-08-06 | 1 | -75/+80 | |
* | audit profile.el up to remove-note-header | marty hiatt | 2024-08-05 | 1 | -26/+32 | |
* | http: move concat params to url | marty hiatt | 2024-08-05 | 1 | -7/+7 | |
* | audit notifications.el | marty hiatt | 2024-08-05 | 1 | -58/+35 | |
* | commentary <> for url | marty hiatt | 2024-08-05 | 1 | -1/+1 | |
* | Merge branch 'audit' into develop | marty hiatt | 2024-08-04 | 3 | -252/+262 | |
|\ | ||||||
| * | toot: audit rest of file. | marty hiatt | 2024-08-04 | 1 | -24/+25 | |
| * | toot: audit schedule code | marty hiatt | 2024-08-03 | 1 | -16/+18 | |
| * | toot: audit poll code | marty hiatt | 2024-08-03 | 1 | -9/+9 | |
| * | max attachments: move fallback into our get max fun | marty hiatt | 2024-08-03 | 1 | -6/+11 | |
| * | toot: re-write format-attachments | marty hiatt | 2024-08-03 | 1 | -20/+20 | |
| * | toot: attach-media: get max attachments from instance, y-or-n-p | marty hiatt | 2024-08-03 | 2 | -20/+35 | |
| * | re-write --reply again with a cond. | marty hiatt | 2024-08-02 | 1 | -17/+14 | |
| * | toot: re-write view-toot-edits | marty hiatt | 2024-08-02 | 1 | -21/+22 | |
| * | toot: re-write --reply | marty hiatt | 2024-08-02 | 1 | -17/+10 | |
| * | toot: re-write --mentions | marty hiatt | 2024-08-02 | 1 | -4/+1 | |
| * | toot: re-write mentions-to-string | marty hiatt | 2024-08-02 | 1 | -3/+3 |