index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
mod_http.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_http: Consolidate handling of proxied connection details
Kim Alvefur
2021-02-27
1
-9
/
+9
*
net.http.server: Set request.ip so mod_http doesn't have to
Kim Alvefur
2021-02-27
1
-1
/
+1
*
Merge 0.11->trunk
Kim Alvefur
2021-02-27
1
-3
/
+3
|
\
|
*
mod_http: Restore ip field for requests without proxies
Kim Alvefur
2021-02-27
1
-2
/
+2
|
*
mod_http: Fix trusted proxies check (thanks buildbot)
Kim Alvefur
2021-02-18
1
-1
/
+1
*
|
mod_http: Improve message for missing 'route'
Kim Alvefur
2021-02-23
1
-1
/
+1
*
|
mod_http: Warn if app is missing 'route'
Kim Alvefur
2021-02-21
1
-1
/
+7
*
|
mod_http: Allow modifying CORS header list via :provides API
Kim Alvefur
2019-12-30
1
-1
/
+11
*
|
mod_http: Allow setting the CORS credentials flag via :provides API
Kim Alvefur
2019-12-30
1
-1
/
+9
*
|
mod_http: Optimize proxy IP check
Kim Alvefur
2021-02-18
1
-0
/
+3
*
|
mod_http: Consider x-forwarded-proto from trusted proxies
Kim Alvefur
2021-02-18
1
-0
/
+4
*
|
Merge 0.11->trunk
Kim Alvefur
2021-02-18
1
-1
/
+1
|
\
|
|
*
mod_http: Skip IP resolution in non-proxied case
Kim Alvefur
2021-02-18
1
-1
/
+1
*
|
mod_http: Silence warnings when running under prosodyctl
Matthew Wild
2020-09-11
1
-2
/
+4
*
|
mod_http: Add way to signal that a module supports streaming uploads
Kim Alvefur
2020-08-01
1
-1
/
+3
*
|
net.http.parser: Allow specifying sink for large request bodies
Kim Alvefur
2020-08-01
1
-0
/
+9
*
|
mod_http: Support CIDR for trusted proxies.
Boris Grozev
2020-06-10
1
-1
/
+16
*
|
mod_http: Tell luacheck to ignore the long comment lines
Kim Alvefur
2020-05-14
1
-0
/
+1
*
|
mod_http: Add documentation to the non-obvious logic of get_ip_from_request
Jonas Schäfer
2020-05-14
1
-0
/
+7
*
|
mod_net_multiplex: Add support for using ALPN
Kim Alvefur
2019-11-29
1
-0
/
+1
*
|
mod_http: Log served URLs at 'info' level
Kim Alvefur
2019-11-29
1
-1
/
+1
*
|
mod_http: Soften dependency on mod_http_errors
Kim Alvefur
2019-11-16
1
-1
/
+3
*
|
mod_http: Unhook CORS related event handlers
Kim Alvefur
2019-10-10
1
-3
/
+10
*
|
mod_http: Add support for configuring CORS Access-Control-Allow-Credentials
Matthew Wild
2019-09-11
1
-2
/
+6
*
|
core.certmanager: Do not ask for client certificates by default
Kim Alvefur
2019-03-10
1
-3
/
+0
*
|
mod_http: Determine CORS methods to whitelist from actual methods used
Kim Alvefur
2019-01-17
1
-2
/
+9
*
|
mod_http: Set up to handle OPTIONS
Kim Alvefur
2019-01-18
1
-0
/
+7
*
|
mod_http: Solve CORS problems once and for all
Kim Alvefur
2018-10-04
1
-0
/
+19
|
/
*
mod_http: Move normalize_path to util.http
Kim Alvefur
2018-10-14
1
-10
/
+1
*
Merge 0.10->trunk
Kim Alvefur
2018-10-14
1
-3
/
+7
|
\
|
*
mod_http: Make sure path from http_external_url always ends with a slash (fix...
Kim Alvefur
2018-10-14
1
-3
/
+7
*
|
mod_http: Support global HTTP modules
Kim Alvefur
2018-09-21
1
-5
/
+16
*
|
Revert 2dc7490899ae::5d6b252bc36f: Unfinished and broken
Kim Alvefur
2018-09-21
1
-12
/
+2
*
|
mod_http: Hook the host-less event if hooked from a global module
Kim Alvefur
2018-09-21
1
-1
/
+5
*
|
net.http.server: Move handling of hosts to mod_http
Kim Alvefur
2018-09-21
1
-1
/
+7
*
|
mod_http: Rename argument to avoid name clash with outer scope [luacheck]
Kim Alvefur
2018-07-06
1
-3
/
+3
*
|
mod_http: Rename loop variable to avoid name clash [luacheck]
Kim Alvefur
2018-07-06
1
-2
/
+2
*
|
mod_http: Rename loop variable to avoid name clash [luacheck]
Kim Alvefur
2018-07-06
1
-2
/
+2
*
|
mod_http: Silecence harmless warnings
Kim Alvefur
2018-07-06
1
-2
/
+2
*
|
mod_http: Pass util.events object to API, fixes traceback
Kim Alvefur
2018-03-16
1
-1
/
+1
*
|
mod_http: Set request.ip on all HTTP requests (moves code out of mod_bosh) (f...
Kim Alvefur
2018-03-15
1
-0
/
+25
*
|
Merge 0.10->trunk
Kim Alvefur
2017-01-26
1
-5
/
+1
|
\
|
|
*
util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-sta...
Kim Alvefur
2017-01-26
1
-5
/
+1
*
|
Merge 0.10->trunk
Kim Alvefur
2016-08-18
1
-0
/
+3
|
\
|
|
*
Merge 0.9->0.10
Kim Alvefur
2016-08-18
1
-0
/
+3
|
|
\
|
|
*
mod_http: Allow configuring http parser size limits
Kim Alvefur
2016-08-18
1
-0
/
+3
*
|
|
mod_http: Fix indentation in redir_handler
Emmanuel Gil Peyrot
2016-07-24
1
-3
/
+3
*
|
|
Update every link to the documentation to use HTTPS
Emmanuel Gil Peyrot
2016-04-16
1
-1
/
+1
*
|
|
plugins/mod_http: Keep query string over automatic redirects
daurnimator
2016-02-15
1
-0
/
+3
*
|
|
Backout unintentional commit ed5440a6ef7f
Matthew Wild
2015-12-03
1
-1
/
+7
[next]