Commit Graph

75 Commits (7eadd412eb46fd12eb2fcc81064f205c49beca83)

Author SHA1 Message Date
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 7 years ago
Kim Alvefur 83f9904a48 mod_http: Log served URLs at 'info' level 7 years ago
Kim Alvefur 70a81b5ffd mod_http: Soften dependency on mod_http_errors 7 years ago
Kim Alvefur 4bce859570 mod_http: Unhook CORS related event handlers 7 years ago
Matthew Wild 0817627105 mod_http: Add support for configuring CORS Access-Control-Allow-Credentials 7 years ago
Kim Alvefur 2e93c4b785 mod_http: Make sure path from http_external_url always ends with a slash (fixes #1183) 8 years ago
Kim Alvefur 41abd787ba mod_http: Move normalize_path to util.http 8 years ago
Kim Alvefur c81bc76c2d mod_http: Support global HTTP modules 8 years ago
Kim Alvefur 853b4c3a2c Revert 2dc7490899ae::5d6b252bc36f: Unfinished and broken 8 years ago
Kim Alvefur 3ba94daf4b mod_http: Hook the host-less event if hooked from a global module 8 years ago
Kim Alvefur 245cf9bfbf net.http.server: Move handling of hosts to mod_http 8 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 11 years ago
Matthew Wild fd8f4e67d9 Merge 0.10->trunk 11 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 12 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 12 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 14 years ago
Matthew Wild 3e74495e55 mod_http: Fix pattern and slightly improve efficiency and memory usage of wildcard HTTP handlers 14 years ago
Kim Alvefur 12f09bf02b mod_http: Make module:http_url() aware of http_host 14 years ago
Matthew Wild 19d7b4c584 mod_http: Rename variable for clarity 14 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') 14 years ago
Waqas Hussain 025eca8452 mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). 14 years ago
Kim Alvefur d2867a4507 mod_http: Rework how module:http_url() builds the url. 14 years ago
Kim Alvefur 958f6dc50e mod_http: Don't produce paths with double / if a module is set to serve / 14 years ago
Kim Alvefur a08b6d8226 core.certmanager: Do not ask for client certificates by default 7 years ago
Kim Alvefur 13ce41d3f9 mod_http: Determine CORS methods to whitelist from actual methods used 7 years ago