summaryrefslogtreecommitdiff
path: root/httpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 th...Gravatar default2025-02-131-0/+3
* If 'def_timeline_entries' is not set, 'max_timeline_entries' is used (instead...Gravatar default2025-02-061-1/+2
* 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
* 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
* 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
* 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
* User search can also be done by tag.Gravatar default2024-05-151-1/+1
* Minor "Back to top" "More..." link refactoring.Gravatar default2024-05-071-3/+7
* Search by tag returns RSS if the appropriate header is defined.Gravatar default2024-05-051-3/+9
* More work in lists.Gravatar default2024-04-291-1/+1
* Prevent some browsers from caching servers basic auth requestGravatar louis2024-04-131-0/+1
* Backport from xs.Gravatar default2024-03-151-1/+1