| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Use the ctime instead of the published date in mastoapi_id(). | 2023-04-12 | 1 | -19/+8 | ||
| | | ||||||
| * | New functions object_ctime() and object_ctime_by_md5(). | 2023-04-12 | 2 | -0/+16 | ||
| | | ||||||
| * | New function f_ctime(). | 2023-04-12 | 2 | -0/+14 | ||
| | | ||||||
| * | Commented out debugging messages. | 2023-04-11 | 1 | -8/+8 | ||
| | | ||||||
| * | Added support for likes and boosts. | 2023-04-11 | 2 | -30/+138 | ||
| | | ||||||
| * | Added some comments. | 2023-04-11 | 1 | -2/+8 | ||
| | | ||||||
| * | Added many dummy lists. | 2023-04-11 | 1 | -1/+69 | ||
| | | ||||||
| * | Added support for statuses/:id and statuses/:id/context. | 2023-04-11 | 1 | -1/+36 | ||
| | | ||||||
| * | Started work in /api/v1/statuses. | 2023-04-11 | 1 | -2/+44 | ||
| | | ||||||
| * | New function mastodon_status(). | 2023-04-11 | 3 | -171/+182 | ||
| | | ||||||
| * | Added /api/v1/instance. | 2023-04-10 | 1 | -0/+29 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-04-10 | 1 | -0/+2 | ||
| | | ||||||
| * | Merge https://codeberg.org/grunfink/snac2 | 2023-04-10 | 2 | -4/+4 | ||
| |\ | ||||||
| | * | Merge pull request 'Fix some overflow bugs' (#29) from ↵ | 2023-04-10 | 2 | -4/+4 | ||
| | |\ | | | | | | | | | | | | | | | | saagarjha/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/29 | |||||
| | | * | Fix heap overflow from curl-originating buffers | 2023-04-10 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Most of xs.h seems to expect that buffers are rounded up to block size, so we should preserve that invariant here. (In particular, xs_expand will avoid calling xs_realloc if the new size fits in the same block, which means that if we don't pad out the data it will expand out of the memory we're allocated.) | |||||
| | | * | Avoid reading too much data in xs_data_new | 2023-04-10 | 1 | -3/+3 | ||
| | |/ | ||||||
| * | | Added image attachments. | 2023-04-10 | 2 | -4/+31 | ||
| | | | ||||||
| * | | Added some tweaks for AndStatus, that does some things different (still ↵ | 2023-04-10 | 1 | -2/+36 | ||
| | | | | | | | | | | | | | | | non-working). AndStatus expects a 'state' field to be propagated and doesn't send the 'client_secret' as a GET argument, but in a Basic authorization header. | |||||
| * | | 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 | ||
| | | ||||||