mod_http: Fix passing minimum limits in wrong argument position
|
Kim Alvefur |
17 months ago |
plugins: Use integer config API with interval specification where sensible
|
Kim Alvefur |
17 months ago |
plugins: Switch to :get_option_period() for time range options
|
Kim Alvefur |
17 months ago |
renamening: Fix newly added imports to use the new namespace
|
Kim Alvefur |
18 months ago |
Merge 0.12->trunk
|
Kim Alvefur |
18 months ago |
mod_http: Fix error if 'access_control_allow_origins' is set
0.12
|
Kim Alvefur |
18 months ago |
mod_http: Simplify conversion of Set to Array
|
Kim Alvefur |
18 months ago |
mod_http: Make RFC 7239 Forwarded opt-in for now to be safe
|
Kim Alvefur |
19 months ago |
mod_http: Use RFC 7239 Forwarded header to find original client IP
|
Kim Alvefur |
19 months ago |
mod_http: Handle bracketed IP address format from RFC 7239
|
Kim Alvefur |
19 months ago |
mod_http: Add way to retrieve internal URL instead of external
|
Kim Alvefur |
19 months ago |
mod_http: Fix reliance on previous tostring() format of util.set
|
Kim Alvefur |
20 months ago |
plugins: Prefix module imports with prosody namespace
|
Kim Alvefur |
21 months ago |
mod_http: Unhook CORS handlers only if active (fixes #1801)
0.12
|
Kim Alvefur |
22 months ago |
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 |