| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New function mastoapi_id(), that creates mostly-compatible Ids. | 2023-04-10 | 1 | -18/+50 | |
| | | | | | Most apps (all?) sort entries by status Id, so they must be time-sorted (somewhat). | ||||
| * | Some timeline fixes. | 2023-04-10 | 1 | -4/+13 | |
| | | |||||
| * | More mastoapi timeline work. | 2023-04-10 | 1 | -11/+37 | |
| | | |||||
| * | Also delete the app in token revokation. | 2023-04-10 | 1 | -0/+30 | |
| | | |||||
| * | Backport from xs. | 2023-04-10 | 2 | -1/+14 | |
| | | |||||
| * | More work in status entries. | 2023-04-10 | 1 | -18/+58 | |
| | | |||||
| * | Limit the number of entries returned using the max_id. | 2023-04-10 | 1 | -4/+9 | |
| | | |||||
| * | More mastoapi work. | 2023-04-10 | 1 | -8/+137 | |
| | | |||||
| * | Fixed avatar. | 2023-04-09 | 1 | -8/+22 | |
| | | |||||
| * | More mastoapi work. | 2023-04-09 | 1 | -17/+162 | |
| | | |||||
| * | OAuth login now works. | 2023-04-09 | 3 | -16/+108 | |
| | | |||||
| * | More mastoapi work. | 2023-04-08 | 1 | -7/+56 | |
| | | |||||
| * | The /oauth/authorize URL generates a login page. | 2023-04-08 | 1 | -4/+15 | |
| | | |||||
| * | More mastoapi work. | 2023-04-08 | 3 | -18/+88 | |
| | | |||||
| * | Added some OAuth scaffold code. | 2023-04-08 | 3 | -5/+103 | |
| | | |||||
| * | New file mastoapi.c. | 2023-04-08 | 4 | -1/+32 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-04-06 | 2 | -2/+2 | |
| | | |||||
| * | New function lastlog_write(). | 2023-04-05 | 3 | -2/+20 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-04-05 | 1 | -0/+4 | |
| | | |||||
| * | Fixed overzealous rejection of Announces. | 2023-04-05 | 2 | -2/+11 | |
| | | |||||
| * | Version 2.26 RELEASED.2.26 | 2023-04-05 | 1 | -1/+1 | |
| | | |||||
| * | More log level tweaks. | 2023-04-04 | 1 | -1/+1 | |
| | | |||||
| * | Some log tweaks. | 2023-04-02 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-04-01 | 1 | -0/+6 | |
| | | |||||
| * | Bumped version. | 2023-04-01 | 1 | -1/+1 | |
| | | |||||
| * | Deleted OpenSSL that uses deprecated functions. | 2023-04-01 | 3 | -86/+28 | |
| | | |||||
| * | In is_msg_public(), also look at 'Announce' messages. | 2023-03-31 | 1 | -2/+13 | |
| | | |||||
| * | Updated TODO. | 2023-03-30 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2023-03-30 | 2 | -57/+23 | |
| | | |||||
| * | Backport from xs. | 2023-03-30 | 2 | -2/+2 | |
| | | |||||
| * | Updated TODO. | 2023-03-26 | 1 | -1/+1 | |
| | | |||||
| * | Backport from xs. | 2023-03-18 | 2 | -16/+10 | |
| | | |||||
| * | Version 2.25 RELEASED.2.25 | 2023-03-08 | 1 | -1/+1 | |
| | | |||||
| * | Updated documentation. | 2023-03-08 | 1 | -0/+3 | |
| | | |||||
| * | Inbox collection can be disabled from the config file. | 2023-03-08 | 1 | -2/+7 | |
| | | |||||
| * | Updated documentation. | 2023-03-08 | 1 | -0/+6 | |
| | | |||||
| * | Updated documentation. | 2023-03-08 | 2 | -2/+4 | |
| | | |||||
| * | Backport from xs. | 2023-03-08 | 2 | -1/+35 | |
| | | |||||
| * | Show Unicode symbols for replaced control codes. | 2023-03-08 | 1 | -2/+2 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-03-07 | 1 | -0/+16 | |
| | | |||||
| * | Collected addresses are also purged. | 2023-03-07 | 1 | -6/+20 | |
| | | |||||
| * | Renamed _purge_subdir() to _purge_user_subdir(). | 2023-03-07 | 1 | -4/+4 | |
| | | |||||
| * | Enable back inbox recollection. | 2023-03-07 | 1 | -2/+0 | |
| | | |||||
| * | Updated TODO. | 2023-03-07 | 1 | -4/+4 | |
| | | |||||
| * | Disabled inbox recollection temporarily (for global re push). | 2023-03-07 | 1 | -0/+2 | |
| | | |||||
| * | Reject messages not for me. | 2023-03-07 | 1 | -4/+3 | |
| | | |||||
| * | Sanitize control codes in JSON code. | 2023-03-07 | 2 | -8/+5 | |
| | | |||||
| * | is_msg_for_me() also accepts msgs where a followed is cc'ed. | 2023-03-07 | 1 | -3/+7 | |
| | | |||||
| * | Some improvements to is_msg_for_me(). | 2023-03-06 | 1 | -19/+39 | |
| | | |||||
| * | Fixed is_msg_for_me(). | 2023-03-06 | 1 | -3/+3 | |
| | | |||||