| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | 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 | ||
| | | | | ||||||
| * | | | Merge pull request 'Rewrite http header parsing' (#298) from ↵ | 2025-02-06 | 2 | -23/+35 | ||
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | inz/snac2:http-header-parse into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/298 | |||||
| | * | | | Rewrite http header parsing | 2025-02-06 | 2 | -23/+35 | ||
| | | | | | ||||||
| * | | | | Added an anchor to the post link in the date. | 2025-02-06 | 1 | -2/+4 | ||
| | | | | | ||||||
| * | | | | Merged 383bf2e2eeadcacfa519be7a56c9a301. | 2025-02-06 | 2 | -9/+30 | ||
| | | | | | ||||||
| * | | | | Merged 53ad5cdf0371fc068fa03bf287fc94be. | 2025-02-06 | 5 | -2/+7 | ||
| | | | | | ||||||
| * | | | | Updated RELEASE_NOTES. | 2025-02-06 | 1 | -1/+3 | ||
| | | | | | ||||||
| * | | | | Merge pull request 'Rewrite query string decoding' (#299) from ↵ | 2025-02-06 | 1 | -34/+69 | ||
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | inz/snac2:qs-parse into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/299 | |||||
| | * | | | Rewrite query string decoding | 2025-02-06 | 1 | -34/+69 | ||
| |/ / / | ||||||
| * | | | More HTML tweaks. | 2025-02-05 | 1 | -1/+1 | ||
| | | | | ||||||
| * | | | Minor HTML tweak. | 2025-02-05 | 1 | -1/+1 | ||
| | | | | ||||||
| * | | | Fixed JSON string parsing. | 2025-02-05 | 1 | -0/+6 | ||
| | | | | ||||||
| * | | | Fixed compilation failure in FreeBSD. | 2025-02-05 | 1 | -0/+1 | ||
| | | | | ||||||
| * | | | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2025-02-05 | 3 | -10/+23 | ||
| |\ \ \ | ||||||
| | * \ \ | Merge pull request 'Add short_description_raw option' (#266) from ↵ | 2025-02-05 | 3 | -10/+23 | ||
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | ltning/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/266 | |||||