| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport from xs. | 2024-03-15 | 6 | -115/+138 | |
| | | |||||
| * | Updated TODO. | 2024-03-14 | 1 | -2/+2 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-03-14 | 1 | -0/+2 | |
| | | |||||
| * | mastoapi: added more dummy fields to accounts. | 2024-03-13 | 1 | -1/+8 | |
| | | |||||
| * | mastoapi: return a dummy header field in accounts. | 2024-03-13 | 1 | -3/+12 | |
| | | |||||
| * | Call actor_get_refresh() from actor_request(). | 2024-03-13 | 2 | -8/+2 | |
| | | |||||
| * | Don't call enqueue_actor_refresh() with a NULL user. | 2024-03-12 | 1 | -1/+1 | |
| | | |||||
| * | Fixed log message. | 2024-03-12 | 1 | -1/+1 | |
| | | |||||
| * | Queue actor request renamed to actor_refresh. | 2024-03-12 | 3 | -9/+9 | |
| | | |||||
| * | More actor refreshing tweaks. | 2024-03-12 | 2 | -7/+11 | |
| | | |||||
| * | Don't call enqueue_actor_request() with a NULL user. | 2024-03-12 | 3 | -1/+15 | |
| | | |||||
| * | Added actor refreshing via the user queue. | 2024-03-12 | 5 | -8/+63 | |
| | | |||||
| * | Updated documentation. | 2024-03-12 | 1 | -1/+3 | |
| | | |||||
| * | Updated documentation. | 2024-03-12 | 2 | -4/+29 | |
| | | |||||
| * | Updated documentation. | 2024-03-12 | 2 | -1/+6 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-03-12 | 1 | -0/+10 | |
| | | |||||
| * | Some formatting tweaks. | 2024-03-12 | 1 | -6/+6 | |
| | | |||||
| * | Updated dependencies. | 2024-03-12 | 2 | -4/+4 | |
| | | |||||
| * | Added -lrt to Makefile.NetBSD. | 2024-03-11 | 1 | -0/+1 | |
| | | |||||
| * | Also call content_check() from timeline_request(). | 2024-03-11 | 2 | -10/+16 | |
| | | |||||
| * | Also accept Article objects. | 2024-03-11 | 1 | -1/+1 | |
| | | |||||
| * | New function content_check(). | 2024-03-11 | 3 | -1/+48 | |
| | | |||||
| * | Replaced all xs_dict_iter() with xs_dict_next(). | 2024-03-09 | 2 | -1/+5 | |
| | | |||||
| * | Replaced most xs_dict_iter() with xs_dict_next(). | 2024-03-09 | 5 | -6/+12 | |
| | | |||||
| * | Backport from xs. | 2024-03-09 | 6 | -15/+50 | |
| | | |||||
| * | Backport from xs. | 2024-03-09 | 2 | -10/+12 | |
| | | |||||
| * | Shortened the maximum conversation levels. | 2024-03-08 | 3 | -3/+8 | |
| | | | | | Set to a compilation define in MAX_CONVERSATION_LEVELS. | ||||
| * | Bumped version. | 2024-03-07 | 1 | -1/+1 | |
| | | |||||
| * | Returns empty anchors for hidden posts or muted actors. | 2024-03-07 | 1 | -4/+16 | |
| | | | | | This will help keeping the previous position after 'Hide' or 'MUTE'. | ||||
| * | Merge pull request 'Add defines for time to enable macos builds.' (#148) ↵ | 2024-03-06 | 1 | -0/+7 | |
| |\ | | | | | | | | | | | from andypiper/snac2:macos-build-fix into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/148 | ||||
| | * | Add defines for time to enable macos builds. | 2024-03-06 | 1 | -0/+7 | |
| | | | |||||
| * | | mastoapi: Added a dummy streaming_api URL. | 2024-03-06 | 1 | -1/+5 | |
| |/ | |||||
| * | Version 2.49 RELEASED.2.49 | 2024-03-04 | 1 | -1/+1 | |
| | | |||||
| * | More logging tweaks. | 2024-03-04 | 1 | -1/+1 | |
| | | |||||
| * | More logging tweaks. | 2024-03-04 | 2 | -3/+4 | |
| | | |||||
| * | Logging tweaks. | 2024-03-04 | 3 | -13/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-03-03 | 1 | -0/+2 | |
| | | |||||
| * | Fixed incorrect link to booster. | 2024-03-02 | 1 | -2/+10 | |
| | | |||||
| * | Don't show the :shortname: as a title tag. | 2024-03-02 | 1 | -1/+0 | |
| | | | | | It sometimes breaks usernames and it's pointless anyway. | ||||
| * | Updated RELEASE_NOTES. | 2024-03-02 | 1 | -1/+7 | |
| | | |||||
| * | mastoapi: added search by tag. | 2024-03-02 | 1 | -9/+27 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-03-01 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2024-03-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Updated RELEASE_NOTES. | 2024-03-01 | 1 | -1/+1 | |
| | | | |||||
| * | | mastoapi: Correctly show 'Video' objects in /timelines/home. | 2024-03-01 | 1 | -3/+4 | |
| |/ | |||||
| * | mastoapi: Fixed bug in account searching. | 2024-03-01 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2024-02-28 | 1 | -0/+4 | |
| | | |||||
| * | mastoapi: check the url before checking. | 2024-02-28 | 1 | -1/+1 | |
| | | |||||
| * | mastoapi: fixed a bug in validated links. | 2024-02-28 | 2 | -4/+9 | |
| | | |||||
| * | Version 2.48 RELEASED.2.48 | 2024-02-28 | 1 | -1/+1 | |
| | | |||||