| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The server creates a pidfile inside the base directory. | 2024-11-17 | 1 | -0/+14 | |
| | | |||||
| * | Propagate 'last-modified' and 'etag' fields while proxying. | 2024-11-07 | 1 | -1/+4 | |
| | | | | | But does it work? | ||||
| * | New HTML variable error (still unused). | 2024-10-06 | 1 | -2/+2 | |
| | | |||||
| * | Added support for listening on unix sockets. | 2024-08-05 | 1 | -5/+14 | |
| | | |||||
| * | Minor logging tweaks. | 2024-08-05 | 1 | -6/+9 | |
| | | |||||
| * | Minor tweak. | 2024-06-20 | 1 | -2/+3 | |
| | | |||||
| * | Don't return a Basic realm if there is no body. | 2024-06-09 | 1 | -1/+1 | |
| | | |||||
| * | Improved OPTIONS method. | 2024-05-31 | 1 | -0/+3 | |
| | | |||||
| * | Translate status codes to canonical status texts | 2024-05-27 | 1 | -1/+1 | |
| | | | | | | Use those in HTTP responses instead of "OK"/"ERROR". Apps like Tokodon show only the status text in unexpected responses. | ||||
| * | Implement Mastodon PATCH endpoint for account profile updates | 2024-05-27 | 1 | -0/+10 | |
| | | |||||
| * | Use enum instead of numeric status codes for HTTP statuses | 2024-05-26 | 1 | -13/+13 | |
| | | |||||
| * | Added more const. | 2024-05-23 | 1 | -4/+5 | |
| | | |||||
| * | Another approach to disabling SHM. | 2024-05-21 | 1 | -23/+23 | |
| | | |||||
| * | New compilation variable WITHOUT_SHM, to disable shared memory functions. | 2024-05-21 | 1 | -0/+23 | |
| | | |||||
| * | Added const everywhere. | 2024-05-21 | 1 | -8/+8 | |
| | | |||||
| * | User search can also be done by tag. | 2024-05-15 | 1 | -1/+1 | |
| | | |||||
| * | Minor "Back to top" "More..." link refactoring. | 2024-05-07 | 1 | -3/+7 | |
| | | |||||
| * | Search by tag returns RSS if the appropriate header is defined. | 2024-05-05 | 1 | -3/+9 | |
| | | |||||
| * | More work in lists. | 2024-04-29 | 1 | -1/+1 | |
| | | |||||
| * | Prevent some browsers from caching servers basic auth request | 2024-04-13 | 1 | -0/+1 | |
| | | |||||
| * | Backport from xs. | 2024-03-15 | 1 | -1/+1 | |
| | | |||||
| * | Replaced most xs_dict_iter() with xs_dict_next(). | 2024-03-09 | 1 | -1/+2 | |
| | | |||||
| * | Added *another argument* to html_timeline() to select where posts are taken ↵ | 2024-02-22 | 1 | -2/+2 | |
| | | | | | | | | from. This way, the /instance logged-in timeline can show posts that are not really into a user's timeline. | ||||
| * | Added a page argument to html_timeline(). | 2024-02-21 | 1 | -2/+4 | |
| | | |||||
| * | Minor tweak to host-meta. | 2024-01-30 | 1 | -3/+4 | |
| | | |||||
| * | cleanup | 2024-01-28 | 1 | -8/+0 | |
| | | |||||
| * | Merge branch 'master' of https://codeberg.org/pswilde/snac2 | 2024-01-28 | 1 | -0/+8 | |
| |\ | |||||
| | * | added host-meta endpoint for subwaytooter app | 2024-01-26 | 1 | -0/+8 | |
| | | | |||||
| * | | added host-meta endpoint for subwaytooter app | 2024-01-26 | 1 | -0/+8 | |
| |/ | |||||
| * | Delay creating the shared memory struct after the socket is successfully ↵ | 2024-01-21 | 1 | -7/+7 | |
| | | | | | created. | ||||
| * | Support DELETE for Mastodon subscriptions | 2024-01-11 | 1 | -0/+8 | |
| | | | | | | | | | While testing Mona, I noticed that after deleting my account entry for my snac server, Mona would repeatedly try to delete the subscription it thought it had created, resulting in many unhandled DELETE calls. This accepts the call and returns 200 for it, which makes Mona happy. | ||||
| * | New command-line option 'state'. | 2024-01-10 | 1 | -6/+75 | |
| | | |||||
| * | Minor code cleaning. | 2024-01-10 | 1 | -12/+2 | |
| | | |||||
| * | New state variable top_job_fifo_size. | 2024-01-08 | 1 | -0/+3 | |
| | | |||||
| * | Renamed some thread states. | 2024-01-08 | 1 | -2/+2 | |
| | | |||||
| * | Added some state flags for threads. | 2024-01-08 | 1 | -2/+14 | |
| | | |||||
| * | Non-important variable renaming. | 2024-01-08 | 1 | -34/+35 | |
| | | |||||
| * | Rewritten part of the job threads to be leaner and faster. | 2024-01-08 | 1 | -39/+45 | |
| | | |||||
| * | Better behaviour on broken queue items. | 2024-01-07 | 1 | -7/+13 | |
| | | |||||
| * | Updated copyright year. | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Moved most server state to a structure. | 2024-01-03 | 1 | -35/+40 | |
| | | |||||
| * | Minor tweaks to /.well-known/nodeinfo returned data. | 2023-12-29 | 1 | -4/+4 | |
| | | |||||
| * | Also log the job_fifo len in status.txt. | 2023-12-26 | 1 | -12/+17 | |
| | | |||||
| * | New page status.txt. | 2023-12-26 | 1 | -2/+14 | |
| | | | | | It just return an empty page as a query, but some status logging is done. | ||||
| * | Added some crash checks. | 2023-12-18 | 1 | -1/+1 | |
| | | |||||
| * | Avoid crashing on missing 'method' or 'path' headers in httpd_connection(). | 2023-12-18 | 1 | -2/+7 | |
| | | |||||
| * | Use xs_html in the static greeting page. | 2023-11-24 | 1 | -13/+19 | |
| | | |||||
| * | Added a tag argument to html_timeline(). | 2023-11-08 | 1 | -2/+2 | |
| | | |||||
| * | Fixed 'show more' in tag search. | 2023-11-08 | 1 | -8/+17 | |
| | | |||||
| * | Tags can now be searched for from the server base URL. | 2023-11-08 | 1 | -0/+15 | |
| | | |||||