aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-03Bumped version.grunfink
2026-04-03Really purge static directories.grunfink
2026-04-02Updated documentation.grunfink
2026-04-02Updated RELEASE_NOTES.grunfink
2026-04-02Also exclude the favicon_url in server.json from user directories.grunfink
2026-04-02Updated documentation.grunfink
2026-04-02Only purge static directories if configured in server.json.grunfink
2026-04-02Also exclude emojis served from static directories.grunfink
2026-04-02Also exclude a user's style.css from purge_static().grunfink
2026-04-02New function purge_static() (still dummy).grunfink
2026-03-31Stop on zero size reads in xs_read().grunfink
2026-03-28Updated RELEASE_NOTES.grunfink
2026-03-28Changed some defaults for newly created instances.grunfink
Specifically, 'disable_inbox_collection' and 'disable_history' are set to true.
2026-03-27Merge branch 'master' of grunfink-codeberg:grunfink/snac2grunfink
2026-03-27Merge pull request 'Drop `PATH_MAX` usage' (#593) from ↵grunfink
sergiodj/snac2:drop-PATH_MAX-usage into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/593
2026-03-27Drop PATH_MAX usageSergio Durigan Junior
Strict POSIX systems (such as GNU Hurd) don't define PATH_MAX, which results in a build failure: https://buildd.debian.org/status/fetch.php?pkg=snac2&arch=hurd-amd64&ver=2.91-1&stamp=1774482136&raw=0 This commit replaces PATH_MAX with a dynamically-allocated buffer, which is the usual way of fixing these failures. Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2026-03-26Increased some debug level in error users.grunfink
These are very annoying in instances that don't have a prefix, as fuckers are trying PHP and other vulnerabilities non-stop.
2026-03-24Avoid passing a NULL uid to sprintf(), as it annoys OpenBSD.default
2026-03-23Version 2.91 RELEASED.grunfink
2026-03-23Updated RELEASE_NOTES.grunfink
2026-03-23Updated CONTRIBUTING.grunfink
2026-03-23Updated TODO.grunfink
2026-03-23Revert "Break on read errors in xs_read()."grunfink
This reverts commit a7076780a34530077341c57721301ddc4d975a00.
2026-03-23Break on read errors in xs_read().grunfink
2026-03-22Also purge the 'pending/' subdirectory.default
2026-03-22Updated RELEASE_NOTES.grunfink
2026-03-22More webfinger fixes.grunfink
2026-03-22Commented out aliases in webfinger, as they are generating following problems.grunfink
At least for misskey, because it's using the /users/... alias instead of the real actor id.
2026-03-22Also check for actor_alt in is_msg_for_me().grunfink
2026-03-22Increase the size of outgoing payload errors in the log.grunfink
2026-03-20Updated RELEASE_NOTES.grunfink
2026-03-20Added more "rel" links to webfinger.grunfink
2026-03-20Updated RELEASE_NOTES.grunfink
2026-03-20Replaced some tabs with spaces.grunfink
2026-03-20Merge pull request 'Implemented tootfinder.ch compatibility mimic Mastodon ↵grunfink
behaviour' (#587) from rgiuse/snac2:tootfinder-patch into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/587
2026-03-20Updated RELEASE_NOTES.grunfink
2026-03-20Merge pull request 'Fixed another small leak' (#589) from ↵grunfink
dandelions/snac2:pr-leak-mastoapi-2 into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/589
2026-03-19fix: another small leak in mastoapigreen
2026-03-19Updated TODO.grunfink
2026-03-19Updated RELEASE_NOTES.grunfink
2026-03-19Add attachments to RSS.grunfink
2026-03-19Updated TODO.grunfink
2026-03-19Merge branch 'tootfinder-patch' of https://codeberg.org/rgiuse/snac2 into ↵Giuseppe Ranieri
tootfinder-patch
2026-03-19Implemented tootfinder.ch compatibility mimic Mastodon BehaviourGiuseppe Ranieri
Added aliases list on webfinger response Return the /users/<actor> in the webfinger response ( mimic Mastodon ) Implemented /users endpoint redirect to access actor profile Files changed: modified: data.c modified: httpd.c modified: snac.h modified: webfinger.c
2026-03-19Implemented tootfinder.ch compatibility mimic Mastodon BehaviourGiuseppe Ranieri
Added aliases list on webfinger response Return the /users/<actor> in the webfinger response ( mimic Mastodon ) Implemented /users endpoint redirect to access actor profile Files changed: modified: data.c modified: httpd.c modified: snac.h modified: webfinger.c
2026-03-18Merge pull request 'Another memory leak in emoji reaction code' (#586) from ↵grunfink
dandelions/snac2:pr-leak-mastoapi into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/586
2026-03-18fix: memory leak in mastoapi_status()green
2026-03-18If latitude or longitude are not numbers, use them as string.grunfink
2026-03-18Don't use a NULL md5 in quoted post anchors.grunfink
2026-03-17Deleted unused goto label.default