aboutsummaryrefslogtreecommitdiff
path: root/httpd.c
AgeCommit message (Expand)Author
2026-04-15Make neighborhood privateRuben Beltran del Rio
2026-04-15Add neighborhood featuremasterRuben Beltran del Rio
2026-04-15Serve the baseURL in nodeinfo's metadata.grunfink
2026-03-19Implemented tootfinder.ch compatibility mimic Mastodon BehaviourGiuseppe Ranieri
2026-02-17httpd: Log xs_socket_accept failure reasonAlvar Penning
2026-01-01Bumped copyright year.grunfink
2025-12-09New query variable terse=anything.grunfink
2025-10-24Keep track of deleted users and return 410 Gone for them.grunfink
2025-10-13xs_http.h: new file.grunfink
2025-09-22making sure that global data is immutablebyte
2025-09-07Always do a deferred fsck at startup.grunfink
2025-08-23Ensure the tag is a string in server_get_handler().grunfink
2025-08-14Added nodeinfo 2.1 support.grunfink
2025-07-10Added metadata to nodeinfo 2.0.grunfink
2025-06-24More webmention hook tweaks.grunfink
2025-06-24"voided" unused arguments in server_post_handler().grunfink
2025-06-24Added a webmention hook.grunfink
2025-05-28Renamed server knob to 'rss_hashtag_poll_hours'.grunfink
2025-05-28Activated hashtag RSS polling.grunfink
2025-05-28Renamed timeline_to_rss() to rss_from_timeline().grunfink
2025-05-09Added header "access-control-expose-headers" with the "Link" value.grunfink
2025-04-13emoji: refactor + emoji in display names on front pagegreen
2025-02-14Redefined L() to use lang_str().default
2025-02-13Force the Content-Security-Policy header, instead of just suggesting it in th...default
2025-02-06If 'def_timeline_entries' is not set, 'max_timeline_entries' is used (instead...default
2025-02-06Merged 53ad5cdf0371fc068fa03bf287fc94be.Alexandre Oliva
2025-01-21Hide the 'relay' user from the greeting list.default
2025-01-20Fixed check for the basedir (contributed by an-im-dugud).default
2025-01-20Added the USER_AGENT to HTTP errors.default
2025-01-16Changed Boost/Like order in the /authorize_interaction page.default
2025-01-16Implemented Mastodon-like /authorize_interaction.default
2025-01-08Bumped copyright year.default
2025-01-06In the /share page, set the charset explicitly to utf-8.default
2025-01-05Use the site's CSS in the /share page.default
2025-01-05More /share tweaks.default
2025-01-02Serve BASE_URL/style.css.default
2025-01-02Minor tweak to the /share webpoint.default
2025-01-01The shared post is really sent.default
2024-12-31More work in the Mastodon-share webpoint.default
2024-12-31Started support for Mastodon-like /share endpoint.default
2024-12-16Added pidfile locking.default
2024-12-15New function timeline_link_header().default
2024-11-17The server creates a pidfile inside the base directory.default
2024-11-07Propagate 'last-modified' and 'etag' fields while proxying.default
2024-10-06New HTML variable error (still unused).default
2024-08-05Added support for listening on unix sockets.default
2024-08-05Minor logging tweaks.default
2024-06-20Minor tweak.default
2024-06-09Don't return a Basic realm if there is no body.default
2024-05-31Improved OPTIONS method.default