aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-05Updated RELEASE_NOTES.default
2025-03-05Merge 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-05Added Spanish Uruguay translation file es_UY.pognemmi
2025-03-05Added Spanish España translation file es.pognemmi
2025-03-05Added Spanish Argentina translation files es_AR.pognemmi
2025-03-04Version 2.73 RELEASED.default
2025-03-04Updated RELEASE_NOTES.default
2025-03-03Deleted (by now) any ways of setting a note's publish date.default
2025-03-02Posts from the command line accept the DATE env var.default
2025-03-02msg_note() accepts a nullable post date.default
2025-03-02Updated documentation.default
2025-02-28Updated RELEASE_NOTES.default
2025-02-28Updated documentation.default
2025-02-28Updated documentation.default
2025-02-28Updated documentation.default
2025-02-28Updated RELEASE_NOTES.default
2025-02-28Deleted old debug code.default
2025-02-28Updated documentation.default
2025-02-28SVG support can be enabled by setting enable_svg to true in server.json.default
2025-02-27Some tweaks to timeline_request().default
2025-02-27Also check for blocked hashtags in timeline_request().default
2025-02-27More hashtag block tweaks.default
2025-02-27More hashtag block tweaks.default
2025-02-27Cosmetic cleanup of po files.default
2025-02-27Updated po.default
2025-02-27Added web UI for the blocked hashtags.default
2025-02-27New function blocked_hashtag_check().default
2025-02-27New function hashtag_in_msg().default
2025-02-22Merge branch 'master' into curl-smtpshtrophic
2025-02-21Merge 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-21Fix memory leak in multipart parsingSanttu Lakkala
Also remove usage of strchr() on non-NUL-terminated buffer.
2025-02-20Merge 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-20duping isn't necessary as xs_vals are copied anyway (right?)shtrophic
2025-02-20use xs_dict_append correctlyshtrophic
2025-02-20duplicate dict insteadshtrophic
2025-02-20Revert "fix ownership-problem of mailinfo"shtrophic
This reverts commit 2ca7735779e79dbe6fe62f0111a12c145f428d8f.
2025-02-20Fix uninitialised memory accessSanttu Lakkala
Avoid calling xs_type() on uninitialised memory when xs_extend() is called with NULL data.
2025-02-19fix ownership-problem of mailinfoshtrophic
2025-02-17Merge remote-tracking branch 'upstream/master' into curl-smtpshtrophic
2025-02-17Merge 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-17doc/snac8: elaborate regex blockingMenelmacar
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.
2025-02-17Show the POST status also as string.default
2025-02-17Add fake HTTP status error 399 to http_status_text().default
2025-02-17Return ASAP if srv_open() fails.default
2025-02-15Merge tag '2.72' into curl-smtpshtrophic
Version 2.72 RELEASED.
2025-02-15Updated po.default
2025-02-15The interface language preference can now be set.default
2025-02-15srv_open() now loads all .po files into srv_langs.default
2025-02-15Optimized lang_str().default
2025-02-14Some message tweaks.default