summaryrefslogtreecommitdiff
path: root/httpd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Keep track of deleted users and return 410 Gone for them.Gravatar grunfink2025-10-241-0/+3
|
* xs_http.h: new file.Gravatar grunfink2025-10-131-1/+2
|
* making sure that global data is immutableGravatar byte2025-09-221-3/+3
|
* Always do a deferred fsck at startup.Gravatar grunfink2025-09-071-0/+2
|
* Ensure the tag is a string in server_get_handler().Gravatar grunfink2025-08-231-1/+1
|
* Added nodeinfo 2.1 support.Gravatar grunfink2025-08-141-3/+17
|
* Added metadata to nodeinfo 2.0.Gravatar grunfink2025-07-101-2/+7
|
* More webmention hook tweaks.Gravatar grunfink2025-06-241-7/+6
|
* "voided" unused arguments in server_post_handler().Gravatar grunfink2025-06-241-0/+6
|
* Added a webmention hook.Gravatar grunfink2025-06-241-0/+62
|
* Renamed server knob to 'rss_hashtag_poll_hours'.Gravatar grunfink2025-05-281-2/+2
|
* Activated hashtag RSS polling.Gravatar grunfink2025-05-281-11/+31
|
* Renamed timeline_to_rss() to rss_from_timeline().Gravatar grunfink2025-05-281-1/+1
|
* Added header "access-control-expose-headers" with the "Link" value.Gravatar grunfink2025-05-091-0/+1
| | | | This helps paging in Mastodon clients.
* emoji: refactor + emoji in display names on front pageGravatar green2025-04-131-1/+3
|
* Redefined L() to use lang_str().Gravatar default2025-02-141-0/+2
|
* Force the Content-Security-Policy header, instead of just suggesting it in ↵Gravatar default2025-02-131-0/+3
| | | | the docs.
* If 'def_timeline_entries' is not set, 'max_timeline_entries' is used ↵Gravatar default2025-02-061-1/+2
| | | | (instead of the default).
* Merged 53ad5cdf0371fc068fa03bf287fc94be.Gravatar Alexandre Oliva2025-02-061-1/+1
|
* Hide the 'relay' user from the greeting list.Gravatar default2025-01-211-1/+1
|
* Fixed check for the basedir (contributed by an-im-dugud).Gravatar default2025-01-201-1/+1
|
* Added the USER_AGENT to HTTP errors.Gravatar default2025-01-201-3/+3
|
* Changed Boost/Like order in the /authorize_interaction page.Gravatar default2025-01-161-1/+1
|
* Implemented Mastodon-like /authorize_interaction.Gravatar default2025-01-161-0/+42
|
* Bumped copyright year.Gravatar default2025-01-081-1/+1
|
* In the /share page, set the charset explicitly to utf-8.Gravatar default2025-01-061-1/+1
|
* Use the site's CSS in the /share page.Gravatar default2025-01-051-1/+3
|
* More /share tweaks.Gravatar default2025-01-051-0/+3
|
* Serve BASE_URL/style.css.Gravatar default2025-01-021-0/+13
| | | | I thought I was already doing this 🤦(not that it really matters much).
* Minor tweak to the /share webpoint.Gravatar default2025-01-021-2/+6
|
* The shared post is really sent.Gravatar default2025-01-011-1/+1
|
* More work in the Mastodon-share webpoint.Gravatar default2024-12-311-1/+1
|
* Started support for Mastodon-like /share endpoint.Gravatar default2024-12-311-0/+39
|
* Added pidfile locking.Gravatar default2024-12-161-11/+20
|
* New function timeline_link_header().Gravatar default2024-12-151-1/+4
|
* The server creates a pidfile inside the base directory.Gravatar default2024-11-171-0/+14
|
* Propagate 'last-modified' and 'etag' fields while proxying.Gravatar default2024-11-071-1/+4
| | | | But does it work?
* New HTML variable error (still unused).Gravatar default2024-10-061-2/+2
|
* Added support for listening on unix sockets.Gravatar default2024-08-051-5/+14
|
* Minor logging tweaks.Gravatar default2024-08-051-6/+9
|
* Minor tweak.Gravatar default2024-06-201-2/+3
|
* Don't return a Basic realm if there is no body.Gravatar default2024-06-091-1/+1
|
* Improved OPTIONS method.Gravatar default2024-05-311-0/+3
|
* Translate status codes to canonical status textsGravatar Louis Brauer2024-05-271-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 updatesGravatar Louis Brauer2024-05-271-0/+10
|
* Use enum instead of numeric status codes for HTTP statusesGravatar Louis Brauer2024-05-261-13/+13
|
* Added more const.Gravatar default2024-05-231-4/+5
|
* Another approach to disabling SHM.Gravatar default2024-05-211-23/+23
|
* New compilation variable WITHOUT_SHM, to disable shared memory functions.Gravatar default2024-05-211-0/+23
|
* Added const everywhere.Gravatar default2024-05-211-8/+8
|