| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-03 | Bumped version. | grunfink | |
| 2026-04-03 | Really purge static directories. | grunfink | |
| 2026-04-02 | Updated documentation. | grunfink | |
| 2026-04-02 | Updated RELEASE_NOTES. | grunfink | |
| 2026-04-02 | Also exclude the favicon_url in server.json from user directories. | grunfink | |
| 2026-04-02 | Updated documentation. | grunfink | |
| 2026-04-02 | Only purge static directories if configured in server.json. | grunfink | |
| 2026-04-02 | Also exclude emojis served from static directories. | grunfink | |
| 2026-04-02 | Also exclude a user's style.css from purge_static(). | grunfink | |
| 2026-04-02 | New function purge_static() (still dummy). | grunfink | |
| 2026-03-31 | Stop on zero size reads in xs_read(). | grunfink | |
| 2026-03-28 | Updated RELEASE_NOTES. | grunfink | |
| 2026-03-28 | Changed some defaults for newly created instances. | grunfink | |
| Specifically, 'disable_inbox_collection' and 'disable_history' are set to true. | |||
| 2026-03-27 | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | grunfink | |
| 2026-03-27 | Merge 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-27 | Drop PATH_MAX usage | Sergio 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-26 | Increased 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-24 | Avoid passing a NULL uid to sprintf(), as it annoys OpenBSD. | default | |
| 2026-03-23 | Version 2.91 RELEASED. | grunfink | |
| 2026-03-23 | Updated RELEASE_NOTES. | grunfink | |
| 2026-03-23 | Updated CONTRIBUTING. | grunfink | |
| 2026-03-23 | Updated TODO. | grunfink | |
| 2026-03-23 | Revert "Break on read errors in xs_read()." | grunfink | |
| This reverts commit a7076780a34530077341c57721301ddc4d975a00. | |||
| 2026-03-23 | Break on read errors in xs_read(). | grunfink | |
| 2026-03-22 | Also purge the 'pending/' subdirectory. | default | |
| 2026-03-22 | Updated RELEASE_NOTES. | grunfink | |
| 2026-03-22 | More webfinger fixes. | grunfink | |
| 2026-03-22 | Commented 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-22 | Also check for actor_alt in is_msg_for_me(). | grunfink | |
| 2026-03-22 | Increase the size of outgoing payload errors in the log. | grunfink | |
| 2026-03-20 | Updated RELEASE_NOTES. | grunfink | |
| 2026-03-20 | Added more "rel" links to webfinger. | grunfink | |
| 2026-03-20 | Updated RELEASE_NOTES. | grunfink | |
| 2026-03-20 | Replaced some tabs with spaces. | grunfink | |
| 2026-03-20 | Merge 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-20 | Updated RELEASE_NOTES. | grunfink | |
| 2026-03-20 | Merge 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-19 | fix: another small leak in mastoapi | green | |
| 2026-03-19 | Updated TODO. | grunfink | |
| 2026-03-19 | Updated RELEASE_NOTES. | grunfink | |
| 2026-03-19 | Add attachments to RSS. | grunfink | |
| 2026-03-19 | Updated TODO. | grunfink | |
| 2026-03-19 | Merge branch 'tootfinder-patch' of https://codeberg.org/rgiuse/snac2 into ↵ | Giuseppe Ranieri | |
| tootfinder-patch | |||
| 2026-03-19 | Implemented tootfinder.ch compatibility mimic Mastodon Behaviour | Giuseppe 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-19 | Implemented tootfinder.ch compatibility mimic Mastodon Behaviour | Giuseppe 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-18 | Merge 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-18 | fix: memory leak in mastoapi_status() | green | |
| 2026-03-18 | If latitude or longitude are not numbers, use them as string. | grunfink | |
| 2026-03-18 | Don't use a NULL md5 in quoted post anchors. | grunfink | |
| 2026-03-17 | Deleted unused goto label. | default | |