aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-11-09Show quoted posts.grunfink
2025-10-30Merge pull request 'po/de_DE.po aktualisiert' (#494) from zen/snac2:master ↵grunfink
into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/494
2025-10-28po/de_DE.po aktualisiertzen
de_DE update
2025-10-27Version 2.84 RELEASED.grunfink
2025-10-27Updated RELEASE_NOTES.grunfink
2025-10-24More fixes to libcurl warnings.grunfink
2025-10-24Added cast to curl_read_callback functions to mute warnings.grunfink
2025-10-24Keep track of deleted users and return 410 Gone for them.grunfink
2025-10-22Updated RELEASE_NOTES.grunfink
2025-10-22Merge pull request 'Fix some manpage typos' (#490) from r-ricci/snac2:man ↵grunfink
into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/490
2025-10-22Fix some manpage typosRoberto Ricci
2025-10-21Updated RELEASE_NOTES.grunfink
2025-10-21Minor tweak to Stefano's code.grunfink
2025-10-21Merge pull request 'Improving Mastodon-api experience and Moshidon support' ↵grunfink
(#489) from draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/489
2025-10-21Instead of comparing the output status with == 200, it's better to check ↵Stefano Marinelli
using valid_status()
2025-10-18Enhances Mastodon API compatibility by adding support for displaying remote ↵Stefano Marinelli
users' follower/following/post counts and their posts when viewing profiles in Mastodon-compatible apps (Fedilab, Tusky, etc.). Fixes for Moshidon and improvements for better compatibility with HAProxy
2025-10-17FEDERATION.md: also document outgoing Webmention.grunfink
2025-10-17Updated RELEASE_NOTES.grunfink
2025-10-17Merge pull request 'Add FEDERATION.md' (#485) from ↵grunfink
andypiper/snac2:add-fed-md into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/485
2025-10-15Add FEDERATION.mdAndy Piper
Signed-off-by: Andy Piper <andypiper@ownmail.net>
2025-10-15Updated RELEASE_NOTES.grunfink
2025-10-15Merge pull request 'new czech translations + corrections' (#483) from ↵grunfink
pmjv/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/483
2025-10-15new czech translations + correctionspmjv
snacpilled 💊
2025-10-14Updated documentation.grunfink
2025-10-14xs_webmention.h: updated.grunfink
2025-10-13Updated RELEASE_NOTES.grunfink
2025-10-13xs_http.h: new file.grunfink
2025-10-13Updated RELEASE_NOTES.grunfink
2025-10-11Merge pull request 'Update Brazilian Portuguese (pt_BR) translation' (#480) ↵grunfink
from daltux/snac2:pt_BR-5 into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/480
2025-10-11Update Brazilian Portuguese (pt_BR) translationDaltux
New strings regarding post visibility translated.
2025-10-11Fixed recipient_list() for mentioned accounts.grunfink
2025-10-10mastoapi: added deleting for posts.grunfink
I'm sure that I've done this before, but whatever.
2025-09-30Merge pull request 'fix fetching' (#479) from byte/snac2:fix/fetching into ↵grunfink
master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/479
2025-09-30fix fetchingbyte
2025-09-30Updated .po files.grunfink
2025-09-30Merge branch 'master' of grunfink-codeberg:grunfink/snac2grunfink
2025-09-30Merge pull request 'CW fix' (#478) from byte/snac2:fix/CW into mastergrunfink
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/478
2025-09-28CW fixbyte
2025-09-28Updated RELEASE_NOTES.grunfink
2025-09-28Bumped version.grunfink
2025-09-28Added back instance and actor failure icons.grunfink
2025-09-28Merge pull request 'implementing scopes' (#474) from ↵grunfink
byte/snac2:feature/visibility into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/474
2025-09-28Temporary tweak.grunfink
2025-09-28Show icons for instance and actor failures.grunfink
2025-09-28In actor_refresh, use actor_failure() to avoid retrying 410 Gone failures.grunfink
2025-09-28New function actor_failure() (again, but much better).grunfink
2025-09-28Revert "New function actor_failure()."grunfink
This reverts commit 335b90a9d1654aadb4e0d87114b82685defcd50b.
2025-09-28New function actor_failure().grunfink
2025-09-23Merge pull request 'making sure that global data is immutable' (#477) from ↵grunfink
byte/snac2:fix/immutable into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/477
2025-09-22making sure that global data is immutablebyte