aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-24Added an additional check for updated actor objects.grunfink
2026-06-24Reverted previous patch.grunfink
This check needs more granularity; Mastodon sends Create + Note posts not from the actor, relays sends announces, etc.
2026-06-24Added an new keyId check.grunfink
2026-06-10Tweaked first httpd log line.grunfink
2026-06-09Merge branch 'master' of grunfink-codeberg:grunfink/snac2grunfink
2026-06-09Merge pull request 'Update po/pt_BR.po translating latest strings' (#622) ↵grunfink
from daltux/snac2:pt_BR-11 into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/622
2026-06-09Update po/pt_BR.po translating latest stringsDaltux
2026-06-08Another tweak to search.grunfink
Call webfinger_request_fake() for extreme cases.
2026-06-07Fixed minor bug in xs_regex_split_n().grunfink
2026-06-07Updated RELEASE_NOTES.grunfink
2026-06-07Updated RELEASE_NOTES.grunfink
2026-06-07Merge pull request 'po/de_DE.po update' (#621) from zen/snac2:master into mastergrunfink
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/621
2026-06-06po/de_DE.po aktualisiertzen
2026-06-06po/de_DE.po aktualisiertzen
2026-06-06po/de_DE.po aktualisiertzen
2026-06-02Updated documentation.grunfink
2026-06-02Updated RELEASE_NOTES.grunfink
2026-06-02Updated language files.grunfink
2026-06-02Minor rewording.grunfink
2026-06-02Added web UI to set the 'excluded_langs'.grunfink
2026-06-02New user directive: 'excluded_langs'.grunfink
2026-06-02Minor cleanup.grunfink
2026-06-01Use the full end PEM trailer.grunfink
2026-06-01Updated RELEASE_NOTES.grunfink
2026-06-01Ensure publicKeyPem never contain trailing text after the end marker.grunfink
2026-05-29Updated RELEASE_NOTES.grunfink
2026-05-28Merge pull request 'Add keep_replied_posts and keep_replied_me feathers, and ↵grunfink
auto-mention post author when reply to a post' (#617) from hanchan/snac2-dev:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/617
2026-05-27add keep_replied_posts and keep_replied_me feathers, and auto-mention post ↵hanchan
author when reply to a post
2026-05-26Updated RELEASE_NOTES.grunfink
2026-05-26Merge pull request 'pt_BR translation update' (#616) from ↵grunfink
daltux/snac2:pt_BR-10 into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/616
2026-05-24pt_BR translation updateDaltux
2026-05-22Merge branch 'master' of grunfink-codeberg:grunfink/snac2grunfink
2026-05-22Merge pull request 'Memory leak fix' (#615) from ↵grunfink
inz/snac2:fix/mastoapi-token-leak into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/615
2026-05-22Bumped version.grunfink
2026-05-22Added more logging.grunfink
2026-05-22Ensure the request path have enough parts.grunfink
2026-05-22Memory leak fixSanttu Lakkala
2026-05-22Updated README.grunfink
2026-05-22Updated RELEASE_NOTES.grunfink
2026-05-22Merge pull request 'Fix error body leaks' (#614) from ↵grunfink
inz/snac2:fix/bad_request_leak into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/614
2026-05-22Fix error body leaksSanttu Lakkala
activitypub_post_handler uses custom error responses for 400 and 403. The 400 NULL check was reversed and 403 was missing the check in httpd_connection and both errors were lost and leaked. Add a common custom error gate around all default errors to avoid similar issues in the future.
2026-05-22Updated RELEASE_NOTES.grunfink
2026-05-22Merge pull request 'Fix memory leak' (#613) from ↵grunfink
inz/snac2:fix/actor_alt_leak into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/613
2026-05-22Fix memory leakSanttu Lakkala
2026-05-22Delete from the admire cache also when emojiunreacting.grunfink
2026-05-22mastoapi: delete from admire/ cache in unfavourite and unreact.grunfink
2026-05-22Delete from the admire index when unliking and unboosting.grunfink
2026-05-21Also purge the new admire/ subdirectory.grunfink
2026-05-21Updated RELEASE_NOTES.grunfink
2026-05-21Added a new 'admiration' timeline.violette