| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-22 | Version 2.89 RELEASED. | grunfink | |
| 2026-01-22 | Updated RELEASE_NOTES. | grunfink | |
| 2026-01-19 | Updated RELEASE_NOTES. | grunfink | |
| 2026-01-19 | New command-line option 'refresh'. | grunfink | |
| 2026-01-17 | Updated RELEASE_NOTES. | grunfink | |
| 2026-01-17 | Fixed small memory leak. | grunfink | |
| 2026-01-17 | Merge pull request 'simple cosmetic counters' (#519) from ↵ | grunfink | |
| byte/snac2:counters into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/519 | |||
| 2026-01-17 | Updated RELEASE_NOTES. | grunfink | |
| 2026-01-17 | Merge pull request 'segfault fix' (#521) from byte/snac2:fix_segfault into ↵ | grunfink | |
| master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/521 | |||
| 2026-01-17 | segfault fix | byte | |
| 2026-01-17 | doing count conditional | byte | |
| 2026-01-16 | simple cosmetic counters | byte | |
| 2026-01-13 | Version 2.88 RELEASED. | grunfink | |
| 2026-01-13 | Updated RELEASE_NOTES. | grunfink | |
| 2026-01-12 | Fixed typo. | grunfink | |
| 2026-01-12 | Updated RELEASE_NOTES. | grunfink | |
| 2026-01-12 | Updated documentation. | grunfink | |
| 2026-01-12 | Merge pull request 'Implement metadata stripping for uploaded photos and ↵ | grunfink | |
| videos' (#515) from draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/515 | |||
| 2026-01-12 | Revert "Updated documentation." | grunfink | |
| This reverts commit cef1d7a176b7603491dfec3f394c1b34bf765f2c. | |||
| 2026-01-12 | Move the pronouns closer to the account name. | grunfink | |
| 2026-01-12 | Added emoji categories. | violette | |
| 2026-01-12 | Updated documentation. | grunfink | |
| 2026-01-12 | Updated RELEASE_NOTES. | grunfink | |
| 2026-01-12 | mastoapi: also return children of children. | violette | |
| 2026-01-12 | Strip all HTML tags from pronouns. | grunfink | |
| 2026-01-12 | Updated RELEASE_NOTES. | grunfink | |
| 2026-01-12 | Minor tweak. | grunfink | |
| 2026-01-12 | Use the metadata pronouns. | violette | |
| 2026-01-12 | Updated RELEASE_NOTES. | grunfink | |
| 2026-01-12 | Merge pull request 'user-specified word mutes and matching' (#518) from ↵ | grunfink | |
| byte/snac2:user_mutes into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/518 | |||
| 2026-01-12 | user-specified word mutes and matching | byte | |
| 2026-01-10 | Updated RELEASE_NOTES. | grunfink | |
| 2026-01-10 | Updated documentation. | grunfink | |
| 2026-01-10 | New command-line option top_ten. | grunfink | |
| 2026-01-10 | New file xs_list_tools.h. | grunfink | |
| 2026-01-08 | Also disable EmojiReact notifications, if so configured. | grunfink | |
| 2026-01-08 | Updated documentation. | grunfink | |
| 2026-01-08 | Updated RELEASE_NOTES. | grunfink | |
| 2026-01-08 | Don't show the EmojiReact dropdown if disabled. | grunfink | |
| 2026-01-08 | Don't show any EmojiReactions if they are disabled. | grunfink | |
| 2026-01-08 | If disable_emojireact is set to true in server.json, EmojiReacts are dropped ↵ | grunfink | |
| on input. | |||
| 2026-01-06 | Fixed crash. | grunfink | |
| 2026-01-06 | Version 2.87 RELEASED. | grunfink | |
| 2026-01-06 | Updated RELEASE_NOTES. | grunfink | |
| 2026-01-06 | mastoapi: hide EmojiReacts from muted actors and block instances. | grunfink | |
| 2026-01-06 | Hide EmojiReacts from muted actors and blocked instances. | grunfink | |
| 2026-01-06 | Implement metadata stripping for uploaded videos | Stefano Marinelli | |
| - Extend `strip_media` to support video files using `ffmpeg`. - Use `ffmpeg -map_metadata -1 -c copy` to strip global metadata. - Support formats: mp4, m4v, mov, webm, mkv, avi. - Add `ffmpeg_path` configuration option. - Implement robust relative path handling (`user/` heuristic) to support jailed environments. - Enforce strict checks on startup: fail if tools (mogrify/ffmpeg) are missing when enabled. | |||
| 2026-01-06 | Implement configurable EXIF stripping for uploaded media | Stefano Marinelli | |
| - Add `strip_exif` configuration option to enable metadata removal. - Add `mogrify_path` configuration to specify external tool location. - Implement strip_media using `mogrify -strip`. - Support multiple image formats: jpg, png, webp, heic, heif, avif, tiff, gif, bmp. - Add strict startup check: fail to start if `strip_exif` is enabled but `mogrify` is missing/broken. - Update documentation in `doc/snac.8`. | |||
| 2026-01-05 | Version 2.86 RELEASED. | grunfink | |
| 2026-01-05 | Updated RELEASE_NOTES. | grunfink | |