summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-04Fixed more warnings.default
2023-05-04Added -Wextra to C flags.default
2023-05-04Added some const here and there.default
2023-05-04Deleted real unused parameters.default
2023-05-04Updated dependencies.default
2023-05-04Updated documentation.default
2023-05-04Updated documentation.default
2023-05-04Avoid crash in optional mastoapi argument.default
2023-05-04Updated documentation.default
2023-05-03Ensure no actor data is left in actor_get().default
2023-05-03Updated RELEASE_NOTES.default
2023-05-03Fixed missing notifications in certain circunstancies.default
2023-05-02Use xs_replace_n() where it suits.default
2023-05-02Backport from xs.default
2023-05-01Updated RELEASE_NOTES.default
2023-05-01Partial support for mastoapi unfavourite / unreblog.default
2023-05-01New functions index_del_md5(), index_del() and object_unadmire().default
2023-05-01Purge / gc the instance timeline index.default
2023-05-01In /api/v1/statuses, get the object from the storage instead of from the ↵default
timeline. This was affecting clicking on posts from the instance timeline, that were not in the logged-in user timeline.
2023-04-30Return immediately from actor_get() if it's a local user.default
2023-04-30Updated RELEASE_NOTES.default
2023-04-30The instance timeline now works.default
2023-04-30actor_get() returns an actor message for local users.default
2023-04-30Some instance timeline work.default
2023-04-30Bumped version.default
2023-04-29Public posts are also added to an instance public timeline index.default
2023-04-28Version 2.29 RELEASED.default
2023-04-28Incomplete mastoapi apps are purged.default
2023-04-28New function mastoapi_purge() (still dummy).default
2023-04-28Ensure the new app client_id is unique.default
2023-04-27Updated RELEASE_NOTES.default
2023-04-27Hide hidden posts from timelines.default
2023-04-27Updated documentation.default
2023-04-26Fixed video attachments.default
2023-04-26Fixed crash in mastoapi search.default
2023-04-26Update lastlog.txt everytime a Bearer token is validated.default
2023-04-25Updated README.default
2023-04-25Updated dependencies.default
2023-04-25Store the what-is-snac URL as a CPP constant.default
2023-04-24Skip muted morons from timelines and statuses.default
2023-04-24Added emojis to mastoapi_account().default
2023-04-24Added custom emojis to Statuses.default
2023-04-24Added the hashtag list to mastoapi_status().default
What is this for?
2023-04-24Added mentions to mastoapi_status().default
2023-04-24Added some more Instance values.default
2023-04-24Added snac limits (no real limits) to the Instance object.default
2023-04-24Updated TODO.default
2023-04-23Moved JSON output validation to httpd.c.default
2023-04-23Fixed bad JSON for accounts that do not have a 'summary' field.default
2023-04-23Fixed a bug in the instance timeline.default