Commit Graph

79 Commits (vault/master)

Author SHA1 Message Date
Matthew Wild e6866e4df8 mod_http: Silence warnings when running under prosodyctl 5 years ago
Kim Alvefur 30cf0db09c mod_http: Add way to signal that a module supports streaming uploads 5 years ago
Kim Alvefur eefe8a7688 net.http.parser: Allow specifying sink for large request bodies 5 years ago
Boris Grozev 68146065e1 mod_http: Support CIDR for trusted proxies. 6 years ago
Kim Alvefur 21af26d1a1 mod_http: Tell luacheck to ignore the long comment lines 6 years ago
Jonas Sch?fer 1e270c57c7 mod_http: Add documentation to the non-obvious logic of get_ip_from_request 6 years ago
Kim Alvefur 349ac37e3c mod_net_multiplex: Add support for using ALPN 6 years ago
Kim Alvefur 83f9904a48 mod_http: Log served URLs at 'info' level 6 years ago
Kim Alvefur 70a81b5ffd mod_http: Soften dependency on mod_http_errors 6 years ago
Kim Alvefur 4bce859570 mod_http: Unhook CORS related event handlers 6 years ago
Matthew Wild 0817627105 mod_http: Add support for configuring CORS Access-Control-Allow-Credentials 6 years ago
Kim Alvefur 2e93c4b785 mod_http: Make sure path from http_external_url always ends with a slash (fixes #1183) 7 years ago
Kim Alvefur 41abd787ba mod_http: Move normalize_path to util.http 7 years ago
Kim Alvefur c81bc76c2d mod_http: Support global HTTP modules 7 years ago
Kim Alvefur 853b4c3a2c Revert 2dc7490899ae::5d6b252bc36f: Unfinished and broken 7 years ago
Kim Alvefur 3ba94daf4b mod_http: Hook the host-less event if hooked from a global module 7 years ago
Kim Alvefur 245cf9bfbf net.http.server: Move handling of hosts to mod_http 7 years ago
Kim Alvefur 6e567e7aeb mod_http: Rename argument to avoid name clash with outer scope [luacheck] 8 years ago
Kim Alvefur c969c2c90c mod_http: Rename loop variable to avoid name clash [luacheck] 8 years ago
Kim Alvefur 6047a301a2 mod_http: Rename loop variable to avoid name clash [luacheck] 8 years ago
Kim Alvefur 3c5f5ec3de mod_http: Silecence harmless warnings 8 years ago
Kim Alvefur eb3a20eb05 mod_http: Pass util.events object to API, fixes traceback 8 years ago
Kim Alvefur a951160038 mod_http: Set request.ip on all HTTP requests (moves code out of mod_bosh) (fixes #540) 8 years ago
Kim Alvefur e18117b8f9 util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options 9 years ago
Kim Alvefur e9341ec413 mod_http: Allow configuring http parser size limits 10 years ago
Emmanuel Gil Peyrot 6cf7ca7a86 mod_http: Fix indentation in redir_handler 10 years ago
Emmanuel Gil Peyrot bbf1653e04 Update every link to the documentation to use HTTPS 10 years ago
daurnimator 6c59f3565f plugins/mod_http: Keep query string over automatic redirects 10 years ago
Matthew Wild e5e327d5db Backout unintentional commit ed5440a6ef7f 10 years ago
Matthew Wild fd8f4e67d9 Merge 0.10->trunk 10 years ago
Kim Alvefur 54b9ab1ce4 mod_http: Return a static string from module:http_url() when no ports are enabled and log a warning 11 years ago
Kim Alvefur e1988edd2e mod_http: Log a debug message when adding new http apps and warn if no http ports are enabled 11 years ago
Kim Alvefur 833a34dd65 Backout 7726b627c3ea 11 years ago
Matthew Wild 9f9a4c8e6c mod_http: Log event name when adding a HTTP app's hooks 11 years ago
Kim Alvefur aca7a4db80 mod_http: Log name and base URL of HTTP apps 11 years ago
Kim Alvefur 56b49947b8 mod_http: For URLs that end with / or wildcard handlers, add a low-priority redirect from without to with slash 11 years ago
Kim Alvefur 92e7f6f56a Backed out 35ebcb733c4c 11 years ago
Kim Alvefur be21fe5f36 mod_http: Update to disable peer verification with the new certmanager 12 years ago
Kim Alvefur 9ff00bc616 mod_http: Fix http_external_url setting without an explicit port 12 years ago
Kim Alvefur b6d6861ec7 mod_http: Use hostname from the correct context (thanks gryffus) 12 years ago
Florian Zeitz 4b618a8727 Remove all trailing whitespace 13 years ago
Marco Cirillo d6f7def73c mod_http: disable ssl peer verification by default. 13 years ago
Kim Alvefur b865dd462f mod_http: Import portmanager 13 years ago
Kim Alvefur 12ce5fc119 mod_http: Expand $host in http_paths 13 years ago
Kim Alvefur 3904cf00a1 mod_http: Fix path length pattern 13 years ago
Matthew Wild 3e74495e55 mod_http: Fix pattern and slightly improve efficiency and memory usage of wildcard HTTP handlers 13 years ago
Kim Alvefur 12f09bf02b mod_http: Make module:http_url() aware of http_host 13 years ago
Matthew Wild 19d7b4c584 mod_http: Rename variable for clarity 13 years ago
Matthew Wild e3281bcdb9 mod_http: Add 'http_host' option to change the HTTP virtual host that this host is accessible at (e.g. allows mapping a host to '127.0.0.1') 13 years ago
Waqas Hussain 025eca8452 mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). 13 years ago