summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-07Use named semaphoresSaagar Jha
Unnamed semaphores are not supported on macOS.
2023-05-07Bumped version.default
2023-05-07Merge pull request 'Fixed webfinger and curl issues' (#31) from ↵grunfink
poesty/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/31
2023-05-07Merge pull request 'master' (#1) from grunfink/snac2:master into masterpoesty
Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1
2023-05-07Version 2.30 RELEASED.default
2023-05-07Fixed webfinger and curl issuespoesty
2023-05-06Updated RELEASE_NOTES.default
2023-05-06Fixed a bug in Tusky's image send.default
2023-05-05Updated examples/docket-entrypoint.sh.default
snac init now prompts for an optional admin email address.
2023-05-05The 'ping' command-line requests the actor for better error info.default
2023-05-05Fixed bug in ping cmdline debug output.default
2023-05-05Updated RELEASE_NOTES.default
2023-05-05Implemented 'Ping' and 'Pong' activities.default
According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt
2023-05-04Updated documentation.default
2023-05-04Fixed mastoapi debug levels.default
2023-05-04New url /oauth/x-snac-get-token.default
2023-05-04Made the post action configurable in login_page.default
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