| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-08 | Updated RELEASE_NOTES. | default | |
| 2025-03-08 | Merge pull request 'Add russian translation' (#315) from sn4il/snac2:master ↵ | grunfink | |
| into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/315 | |||
| 2025-03-08 | Add russian translation | Sn4il | |
| 2025-03-08 | Updated po files with previously missing strings. | default | |
| 2025-03-08 | Fixed some stray translatable strings. | default | |
| 2025-03-08 | Updated fr.po. | default | |
| 2025-03-07 | Updated RELEASE_NOTES. | default | |
| 2025-03-07 | Merge pull request 'translation in French' (#314) from ↵ | grunfink | |
| Popolon/snac2:french-translation into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/314 | |||
| 2025-03-07 | Updated RELEASE_NOTES. | default | |
| 2025-03-07 | Merge pull request 'Add Finnish translation' (#312) from inz/snac2:lang-fi ↵ | grunfink | |
| into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/312 | |||
| 2025-03-07 | translation in French | Popolon | |
| 2025-03-07 | Add Finnish translation | Santtu Lakkala | |
| 2025-03-07 | Updated RELEASE_NOTES. | default | |
| 2025-03-07 | Merge pull request 'Add Brazilian Portuguese (pt_BR) translation' (#311) ↵ | grunfink | |
| from daltux/snac2:pt-br-translation into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/311 | |||
| 2025-03-06 | Add Brazilian Portuguese (pt_BR) translation | Daltux | |
| 2025-03-06 | Added Czech translation (contributed by pmjv). | default | |
| 2025-03-05 | Updated RELEASE_NOTES. | default | |
| 2025-03-05 | Merge pull request 'Translation: Spanish translation files for Spain, ↵ | grunfink | |
| Argentina and Uruguay' (#309) from gnemmi/snac2:translation-spanish into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/309 | |||
| 2025-03-05 | Added Spanish Uruguay translation file es_UY.po | gnemmi | |
| 2025-03-05 | Added Spanish España translation file es.po | gnemmi | |
| 2025-03-05 | Added Spanish Argentina translation files es_AR.po | gnemmi | |
| 2025-03-04 | Version 2.73 RELEASED. | default | |
| 2025-03-04 | Updated RELEASE_NOTES. | default | |
| 2025-03-03 | Deleted (by now) any ways of setting a note's publish date. | default | |
| 2025-03-02 | Posts from the command line accept the DATE env var. | default | |
| 2025-03-02 | msg_note() accepts a nullable post date. | default | |
| 2025-03-02 | Updated documentation. | default | |
| 2025-02-28 | Updated RELEASE_NOTES. | default | |
| 2025-02-28 | Updated documentation. | default | |
| 2025-02-28 | Updated documentation. | default | |
| 2025-02-28 | Updated documentation. | default | |
| 2025-02-28 | Updated RELEASE_NOTES. | default | |
| 2025-02-28 | Deleted old debug code. | default | |
| 2025-02-28 | Updated documentation. | default | |
| 2025-02-28 | SVG support can be enabled by setting enable_svg to true in server.json. | default | |
| 2025-02-27 | Some tweaks to timeline_request(). | default | |
| 2025-02-27 | Also check for blocked hashtags in timeline_request(). | default | |
| 2025-02-27 | More hashtag block tweaks. | default | |
| 2025-02-27 | More hashtag block tweaks. | default | |
| 2025-02-27 | Cosmetic cleanup of po files. | default | |
| 2025-02-27 | Updated po. | default | |
| 2025-02-27 | Added web UI for the blocked hashtags. | default | |
| 2025-02-27 | New function blocked_hashtag_check(). | default | |
| 2025-02-27 | New function hashtag_in_msg(). | default | |
| 2025-02-21 | Merge pull request 'Fix memory leak in multipart parsing' (#307) from ↵ | grunfink | |
| inz/snac2:multipart-leak into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/307 | |||
| 2025-02-21 | Fix memory leak in multipart parsing | Santtu Lakkala | |
| Also remove usage of strchr() on non-NUL-terminated buffer. | |||
| 2025-02-20 | Merge pull request 'Fix uninitialised memory access' (#306) from ↵ | grunfink | |
| inz/snac2:uninit into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/306 | |||
| 2025-02-20 | Fix uninitialised memory access | Santtu Lakkala | |
| Avoid calling xs_type() on uninitialised memory when xs_extend() is called with NULL data. | |||
| 2025-02-17 | Merge pull request 'doc/snac8: elaborate regex blocking' (#305) from ↵ | grunfink | |
| Menelmacar/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/305 | |||
| 2025-02-17 | doc/snac8: elaborate regex blocking | Menelmacar | |
| It seems regex blocking only works with lower case letters, since the case will be ignored anyway this is fine. This updates the documentation to express this. | |||