aboutsummaryrefslogtreecommitdiffstats
path: root/core/portmanager.lua
Commit message (Expand)AuthorAgeFilesLines
* portmanager: Expose API to get at SSL/TLS config for a given interface/portMatthew Wild2022-09-071-0/+8
* core.portmanager: Join strings broken into multiple linesKim Alvefur2023-07-291-6/+3
* core.portmanager: Hint at HTTP servers for conflicts over port 443Kim Alvefur2023-07-291-1/+1
* core: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-6/+6
* net: isolate LuaSec-specificsJonas Schäfer2022-04-271-10/+11
* core.portmanager: Fix traceback on attempt to get non-existent serviceKim Alvefur2022-02-221-1/+3
* core.portmanager: Also reload per-SNI certificatesKim Alvefur2021-06-101-1/+3
* core.portmanager: Reload direct TLS certificates after config reloadKim Alvefur2021-06-101-0/+21
* core.portmanager: Factor out base TLS context creation for reuseKim Alvefur2021-06-101-10/+15
* core.portmanager: Fix race condition in initialization of SNI cert mapKim Alvefur2021-05-281-2/+2
* core.portmanager: Use existing http_host for https SNI mappingKim Alvefur2021-05-051-0/+4
* core.portmanager: Allow overriding expected SNI name per serviceKim Alvefur2021-05-051-2/+3
* core.portmanager: Log SNI hosts, services looked forKim Alvefur2021-03-021-0/+1
* portmanager: Don't auto-start network services under prosodyctlMatthew Wild2020-02-051-1/+1
* core.portmanager: Ignore unused return variable [luacheck]Kim Alvefur2019-12-231-0/+1
* core.portmanager: Complete error message for SNI TLS context problemsKim Alvefur2019-11-301-1/+1
* core.portmanager: Fix TLS context inheritance for SNI hosts (completes SNI su...Kim Alvefur2019-11-291-10/+5
* core.portmanager: Don't set the first TLS context with a cert as main contextKim Alvefur2019-11-291-4/+0
* core.portmanager: Remove unused local [luacheck]Kim Alvefur2019-07-301-1/+1
* core.portmanager: Remove tostring call from loggingKim Alvefur2019-07-301-1/+1
* Merge 0.11->trunkKim Alvefur2019-04-241-1/+1
|\
| * core.portmanager: Log debug message for each kind of TLS context createdKim Alvefur2019-04-231-0/+1
* | core.portmanager: Collect per-host certificates for SNIKim Alvefur2018-09-141-0/+41
* | core.portmanager: Record TLS config for each portKim Alvefur2018-10-101-2/+4
* | core.portmanager: Reduce scope of variableKim Alvefur2018-10-101-2/+2
* | core.portmanager: Use server.listen APIKim Alvefur2018-09-131-1/+5
|/
* vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
* core: Split some very long lines [luacheck]Kim Alvefur2017-03-041-4/+8
* portmanager: Set default read size back to 4KKim Alvefur2016-05-041-1/+1
* Merge 0.9->0.10Kim Alvefur2016-01-111-1/+1
|\
| * core: Increase default read size to "all of it", in practice 8K (size of LuaS...Kim Alvefur2016-01-101-1/+1
* | portmanager: Lower the priority of module-supplied TLS optionsKim Alvefur2015-12-081-1/+1
* | portmanager: Add forward declarationsKim Alvefur2015-04-081-2/+6
* | core.*: Remove use of module() functionKim Alvefur2015-02-211-20/+32
* | portmanager: Remove unused argument from function [luacheck]Matthew Wild2015-05-131-1/+1
* | portmanager: Rename variable to avoid name conflict [luacheck]Matthew Wild2015-05-131-2/+2
* | portmanager: Add luacheck annotationsMatthew Wild2015-05-131-1/+1
* | portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, userm...Matthew Wild2015-05-061-1/+1
* | portmanager: Remove unused import of pairs()Matthew Wild2015-01-201-1/+1
* | core.portmanager: Simplify and take advantage of new ssl config merging in ce...Kim Alvefur2014-07-031-28/+9
* | Merge 0.9->0.10Matthew Wild2014-04-021-4/+4
|\ \ | |/ |/|
| * Remove all trailing whitespaceFlorian Zeitz2013-08-091-4/+4
* | portmanager: Make maximum read size configurable, and default to 4KBMatthew Wild2014-03-301-1/+3
|/
* portmanager: Also include the interface the service is listening onKim Alvefur2013-04-291-1/+1
* portmanager: Include port numbers the service is listening on in the info logs.Waqas Hussain2013-04-291-1/+3
* portmanager: import pairs() (thanks Maranda)Matthew Wild2013-04-051-1/+1
* portmanager: add logic to allow specification of service default values for s...Marco Cirillo2013-04-041-3/+28
* portmanager: Log error and fail to bind when port is invalid (not a number)Matthew Wild2013-03-311-9/+11
* portmanager: Add use_ipv4 option, default to true.Kim Alvefur2013-03-271-2/+6
* portmanager: use_ipv6 defaults to true if luasocket has ipv6 supportKim Alvefur2013-03-271-1/+2