| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | 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 inz/sna... | 2025-02-21 | 1 | -10/+10 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix memory leak in multipart parsing | 2025-02-21 | 1 | -10/+10 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request 'Fix uninitialised memory access' (#306) from inz/snac2:un... | 2025-02-20 | 1 | -3/+4 | ||
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | Fix uninitialised memory access | 2025-02-20 | 1 | -3/+4 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request 'doc/snac8: elaborate regex blocking' (#305) from Menelmac... | 2025-02-17 | 1 | -2/+3 | ||
| |\ \ \ \ | ||||||
| | * | | | | doc/snac8: elaborate regex blocking | 2025-02-17 | 1 | -2/+3 | ||
| |/ / / / | ||||||
| * | | | | 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 th... | 2025-02-13 | 2 | -3/+4 | ||