aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2026-03-27Merge branch 'master' of grunfink-codeberg:grunfink/snac2grunfink
2026-03-27Merge pull request 'Drop `PATH_MAX` usage' (#593) from sergiodj/snac2:drop-PA...grunfink
2026-03-27Drop PATH_MAX usageSergio Durigan Junior
2026-03-26Increased some debug level in error users.grunfink
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
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
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 be...grunfink
2026-03-20Updated RELEASE_NOTES.grunfink
2026-03-20Merge pull request 'Fixed another small leak' (#589) from dandelions/snac2:pr...grunfink
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 too...Giuseppe Ranieri
2026-03-19Implemented tootfinder.ch compatibility mimic Mastodon BehaviourGiuseppe Ranieri
2026-03-19Implemented tootfinder.ch compatibility mimic Mastodon BehaviourGiuseppe Ranieri
2026-03-18Merge pull request 'Another memory leak in emoji reaction code' (#586) from d...grunfink
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
2026-03-17Fixed compilation error in OpenBSD.default
2026-03-17Updated RELEASE_NOTES.grunfink
2026-03-17Merge pull request 'Fixed more memory leaks in new features' (#584) from dand...grunfink
2026-03-17Merge pull request 'Fixed buffer overflow read in `xs_evp_genkey()` when crea...grunfink
2026-03-17Merge pull request 'Fixed missing `id` attribute in `html_checkbox()`' (#585)...grunfink
2026-03-17fix: broken <label> tags in html_checkbox()green