| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| |/ | |||||
| * | Force the Content-Security-Policy header, instead of just suggesting it in ↵ | 2025-02-13 | 2 | -3/+4 | |
| | | | | | the docs. | ||||
| * | Drop SVG attachments, as they may include JavaScript. | 2025-02-13 | 1 | -0/+5 | |
| | | |||||
| * | Added a default MAX_JSON_DEPTH inside xs_json.h. | 2025-02-13 | 1 | -0/+4 | |
| | | |||||
| * | Limit JSON depth | 2025-02-13 | 2 | -17/+23 | |
| | | |||||
| * | Don't show the bookmark emoji to strangers. | 2025-02-11 | 1 | -1/+1 | |
| | | |||||
| * | Bumped version. | 2025-02-11 | 1 | -1/+1 | |
| | | |||||
| * | Added some checks to xs_regex_split_n(). | 2025-02-11 | 1 | -2/+4 | |
| | | |||||
| * | In sanitize(), also accept attribute values between single quotes. | 2025-02-11 | 1 | -1/+1 | |
| | | |||||
| * | Updated documentation. | 2025-02-11 | 1 | -2/+6 | |
| | | |||||
| * | Version 2.72 RELEASED.2.72 | 2025-02-10 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-02-10 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' of comam.es:git/snac2 | 2025-02-09 | 1 | -2/+2 | |
| |\ | |||||
| | * | Minor xs_html tweak. | 2025-02-09 | 1 | -2/+2 | |
| | | | |||||
| * | | Fixed function tid() for some architectures. | 2025-02-09 | 1 | -1/+1 | |
| |/ | |||||
| * | Updated README. | 2025-02-08 | 1 | -0/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-02-08 | 1 | -0/+2 | |
| | | |||||
| * | Fixed crash in incomplete poll post. | 2025-02-08 | 1 | -9/+10 | |
| | | |||||
| * | Show links to followed hashtags just below the list of lists. | 2025-02-08 | 1 | -0/+23 | |
| | | |||||
| * | mastoapi: notify the maximum configured attachments. | 2025-02-07 | 1 | -1/+6 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2025-02-07 | 1 | -1/+3 | |
| | | |||||
| * | Updated documentation. | 2025-02-07 | 1 | -0/+2 | |
| | | |||||
| * | Added support for multiple attachments in the same post. | 2025-02-07 | 1 | -59/+109 | |
| | | |||||
| * | Fixed a crash in xs_multipart_form_data(). | 2025-02-06 | 1 | -2/+4 | |
| | | |||||
| * | If 'def_timeline_entries' is not set, 'max_timeline_entries' is used ↵ | 2025-02-06 | 2 | -2/+4 | |
| | | | | | (instead of the default). | ||||
| * | Minor tweak to inbox_list(). | 2025-02-06 | 1 | -1/+1 | |
| | | |||||
| * | Fixed bug in xs_httpd_request(). | 2025-02-06 | 1 | -1/+1 | |
| | | |||||