Log

plugins/mod_http.lua @ 13254:a2ba3f06dcf4 0.12 0.12.4

description author age
mod_http: Fix error if 'access_control_allow_origins' is set 0.12 Kim Alvefur 21 months ago
mod_http: Simplify conversion of Set to Array Kim Alvefur 21 months ago
mod_http: Make RFC 7239 Forwarded opt-in for now to be safe Kim Alvefur 21 months ago
mod_http: Use RFC 7239 Forwarded header to find original client IP Kim Alvefur 21 months ago
mod_http: Handle bracketed IP address format from RFC 7239 Kim Alvefur 21 months ago
mod_http: Add way to retrieve internal URL instead of external Kim Alvefur 22 months ago
mod_http: Fix reliance on previous tostring() format of util.set Kim Alvefur 23 months ago
plugins: Prefix module imports with prosody namespace Kim Alvefur 24 months ago
mod_http: Unhook CORS handlers only if active (fixes #1801) 0.12 Kim Alvefur 2023-03-05
mod_http: Allow disabling CORS in the http_cors_override option and by default 0.12 Matthew Wild 2022-10-31
mod_http (and dependent modules): Make CORS opt-in by default (fixes #1731) 0.12 Matthew Wild 2022-03-28
mod_http: Reintroduce support for disabling or limiting CORS (fixes #1730) 0.12 Matthew Wild 2022-03-28
mod_http: Use interface name as default default global hostname Kim Alvefur 2022-02-04
mod_http: Use http_default_host for URLs generated in global context Kim Alvefur 2022-02-04
mod_http: Increase severity of loading unreachable http modules Kim Alvefur 2022-01-15
mod_http: Skip querying portmanager when http_external_url when is set Kim Alvefur 2021-11-27
mod_http: Limit unencrypted http port (5280) to loopback by default Kim Alvefur 2022-01-15
mod_http: Clean up redirects handlers for wildcard on http module unload Kim Alvefur 2021-12-22
Fix various spelling errors (thanks codespell) Kim Alvefur 2021-07-26
mod_http: Consolidate handling of proxied connection details Kim Alvefur 2021-02-27
net.http.server: Set request.ip so mod_http doesn't have to Kim Alvefur 2021-02-27
Merge 0.11->trunk Kim Alvefur 2021-02-27
mod_http: Restore ip field for requests without proxies 0.11 Kim Alvefur 2021-02-27
mod_http: Improve message for missing 'route' Kim Alvefur 2021-02-23
mod_http: Warn if app is missing 'route' Kim Alvefur 2021-02-21
mod_http: Allow modifying CORS header list via :provides API Kim Alvefur 2019-12-30
mod_http: Allow setting the CORS credentials flag via :provides API Kim Alvefur 2019-12-30
Merge 0.11->trunk Kim Alvefur 2021-02-18
mod_http: Fix trusted proxies check (thanks buildbot) 0.11 Kim Alvefur 2021-02-18
mod_http: Optimize proxy IP check Kim Alvefur 2021-02-18
mod_http: Consider x-forwarded-proto from trusted proxies Kim Alvefur 2021-02-18
Merge 0.11->trunk Kim Alvefur 2021-02-18
mod_http: Skip IP resolution in non-proxied case 0.11 Kim Alvefur 2021-02-18
mod_http: Silence warnings when running under prosodyctl Matthew Wild 2020-09-11
mod_http: Add way to signal that a module supports streaming uploads Kim Alvefur 2020-08-01
net.http.parser: Allow specifying sink for large request bodies Kim Alvefur 2020-08-01
mod_http: Support CIDR for trusted proxies. Boris Grozev 2020-06-10
mod_http: Tell luacheck to ignore the long comment lines Kim Alvefur 2020-05-14
mod_http: Add documentation to the non-obvious logic of get_ip_from_request Jonas Schäfer 2020-05-14
mod_net_multiplex: Add support for using ALPN Kim Alvefur 2019-11-29
mod_http: Log served URLs at 'info' level Kim Alvefur 2019-11-29
mod_http: Soften dependency on mod_http_errors Kim Alvefur 2019-11-16
mod_http: Unhook CORS related event handlers Kim Alvefur 2019-10-10
mod_http: Add support for configuring CORS Access-Control-Allow-Credentials Matthew Wild 2019-09-11
core.certmanager: Do not ask for client certificates by default Kim Alvefur 2019-03-10
mod_http: Determine CORS methods to whitelist from actual methods used Kim Alvefur 2019-01-17
mod_http: Set up to handle OPTIONS Kim Alvefur 2019-01-18
mod_http: Solve CORS problems once and for all Kim Alvefur 2018-10-04
mod_http: Move normalize_path to util.http Kim Alvefur 2018-10-14
Merge 0.10->trunk Kim Alvefur 2018-10-14
mod_http: Make sure path from http_external_url always ends with a slash (fixes #1183) Kim Alvefur 2018-10-14
mod_http: Support global HTTP modules Kim Alvefur 2018-09-21
Revert 2dc7490899ae::5d6b252bc36f: Unfinished and broken Kim Alvefur 2018-09-21
mod_http: Hook the host-less event if hooked from a global module Kim Alvefur 2018-09-21
net.http.server: Move handling of hosts to mod_http Kim Alvefur 2018-09-21
mod_http: Rename argument to avoid name clash with outer scope [luacheck] Kim Alvefur 2018-07-05
mod_http: Rename loop variable to avoid name clash [luacheck] Kim Alvefur 2018-07-05
mod_http: Rename loop variable to avoid name clash [luacheck] Kim Alvefur 2018-07-05
mod_http: Silecence harmless warnings Kim Alvefur 2018-07-05
mod_http: Pass util.events object to API, fixes traceback Kim Alvefur 2018-03-16