| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.73 RELEASED.2.73 | 2025-03-04 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-03-04 | 1 | -1/+1 | |
| | | |||||
| * | Deleted (by now) any ways of setting a note's publish date. | 2025-03-03 | 2 | -3/+2 | |
| | | |||||
| * | Posts from the command line accept the DATE env var. | 2025-03-02 | 1 | -1/+1 | |
| | | |||||
| * | msg_note() accepts a nullable post date. | 2025-03-02 | 5 | -10/+16 | |
| | | |||||
| * | Updated documentation. | 2025-03-02 | 1 | -1/+4 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-02-28 | 1 | -0/+2 | |
| | | |||||
| * | Updated documentation. | 2025-02-28 | 1 | -5/+5 | |
| | | |||||
| * | Updated documentation. | 2025-02-28 | 1 | -0/+12 | |
| | | |||||
| * | Updated documentation. | 2025-02-28 | 1 | -0/+26 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-02-28 | 1 | -0/+10 | |
| | | |||||
| * | Deleted old debug code. | 2025-02-28 | 1 | -9/+0 | |
| | | |||||
| * | Updated documentation. | 2025-02-28 | 1 | -0/+3 | |
| | | |||||
| * | SVG support can be enabled by setting enable_svg to true in server.json. | 2025-02-28 | 1 | -10/+16 | |
| | | |||||
| * | Some tweaks to timeline_request(). | 2025-02-27 | 1 | -50/+50 | |
| | | |||||
| * | Also check for blocked hashtags in timeline_request(). | 2025-02-27 | 1 | -49/+49 | |
| | | |||||
| * | More hashtag block tweaks. | 2025-02-27 | 1 | -0/+3 | |
| | | |||||
| * | More hashtag block tweaks. | 2025-02-27 | 1 | -4/+7 | |
| | | |||||
| * | Cosmetic cleanup of po files. | 2025-02-27 | 2 | -101/+99 | |
| | | |||||
| * | Updated po. | 2025-02-27 | 1 | -100/+107 | |
| | | |||||
| * | Added web UI for the blocked hashtags. | 2025-02-27 | 1 | -0/+61 | |
| | | |||||
| * | New function blocked_hashtag_check(). | 2025-02-27 | 1 | -11/+27 | |
| | | |||||
| * | New function hashtag_in_msg(). | 2025-02-27 | 1 | -6/+11 | |
| | | |||||
| * | Merge pull request 'Fix memory leak in multipart parsing' (#307) from ↵ | 2025-02-21 | 1 | -10/+10 | |
| |\ | | | | | | | | | | | inz/snac2:multipart-leak into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/307 | ||||
| | * | Fix memory leak in multipart parsing | 2025-02-21 | 1 | -10/+10 | |
| |/ | | | | Also remove usage of strchr() on non-NUL-terminated buffer. | ||||
| * | Merge pull request 'Fix uninitialised memory access' (#306) from ↵ | 2025-02-20 | 1 | -3/+4 | |
| |\ | | | | | | | | | | | inz/snac2:uninit into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/306 | ||||
| | * | Fix uninitialised memory access | 2025-02-20 | 1 | -3/+4 | |
| |/ | | | | | Avoid calling xs_type() on uninitialised memory when xs_extend() is called with NULL data. | ||||
| * | Merge pull request 'doc/snac8: elaborate regex blocking' (#305) from ↵ | 2025-02-17 | 1 | -2/+3 | |
| |\ | | | | | | | | | | | Menelmacar/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/305 | ||||
| | * | doc/snac8: elaborate regex blocking | 2025-02-17 | 1 | -2/+3 | |
| |/ | | | | 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. | ||||
| * | Show the POST status also as string. | 2025-02-17 | 2 | -3/+22 | |
| | | |||||
| * | Add fake HTTP status error 399 to http_status_text(). | 2025-02-17 | 1 | -0/+1 | |
| | | |||||
| * | Return ASAP if srv_open() fails. | 2025-02-17 | 1 | -0/+3 | |
| | | |||||
| * | Updated po. | 2025-02-15 | 1 | -127/+131 | |
| | | |||||
| * | The interface language preference can now be set. | 2025-02-15 | 2 | -0/+30 | |
| | | |||||
| * | srv_open() now loads all .po files into srv_langs. | 2025-02-15 | 1 | -0/+22 | |
| | | |||||
| * | Optimized lang_str(). | 2025-02-15 | 3 | -15/+22 | |
| | | |||||
| * | Some message tweaks. | 2025-02-14 | 2 | -178/+170 | |
| | | |||||
| * | xs_po.h new file. | 2025-02-14 | 6 | -15/+103 | |
| | | |||||
| * | html_footer() now receives an optional snac *user argument. | 2025-02-14 | 1 | -7/+5 | |
| | | |||||
| * | Redefined L() to use lang_str(). | 2025-02-14 | 3 | -3/+16 | |
| | | |||||
| * | New function lang_str(). | 2025-02-14 | 3 | -0/+29 | |
| | | |||||
| * | More variable renaming. | 2025-02-14 | 1 | -9/+9 | |
| | | |||||
| * | More variable renaming. | 2025-02-14 | 1 | -15/+15 | |
| | | |||||
| * | More variable renaming. | 2025-02-14 | 1 | -2/+2 | |
| | | |||||
| * | More variable renaming. | 2025-02-14 | 1 | -26/+26 | |
| | | |||||
| * | Some variable renaming. | 2025-02-14 | 1 | -7/+7 | |
| | | |||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2025-02-14 | 3 | -2/+702 | |
| |\ | |||||
| | * | New Makefile target. | 2025-02-14 | 2 | -0/+700 | |
| | | | |||||
| | * | Minor string tweak. | 2025-02-14 | 1 | -2/+2 | |
| | | | |||||
| * | | Disable "shortnames" of the image/svg+xml mediaType. | 2025-02-14 | 1 | -10/+16 | |
| |/ | |||||