core/portmanager.lua
Tue, 22 Feb 2022 13:41:05 +0100 Kim Alvefur core.portmanager: Fix traceback on attempt to get non-existent service
Thu, 10 Jun 2021 15:33:52 +0200 Kim Alvefur core.portmanager: Also reload per-SNI certificates
Thu, 10 Jun 2021 15:30:54 +0200 Kim Alvefur core.portmanager: Reload direct TLS certificates after config reload
Thu, 10 Jun 2021 15:21:07 +0200 Kim Alvefur core.portmanager: Factor out base TLS context creation for reuse
Fri, 28 May 2021 17:09:22 +0200 Kim Alvefur core.portmanager: Fix race condition in initialization of SNI cert map
Wed, 05 May 2021 17:54:44 +0200 Kim Alvefur core.portmanager: Use existing http_host for https SNI mapping
Wed, 05 May 2021 17:52:51 +0200 Kim Alvefur core.portmanager: Allow overriding expected SNI name per service
Tue, 02 Mar 2021 21:47:09 +0100 Kim Alvefur core.portmanager: Log SNI hosts, services looked for
Wed, 05 Feb 2020 17:41:40 +0000 Matthew Wild portmanager: Don't auto-start network services under prosodyctl
Mon, 23 Dec 2019 21:26:51 +0100 Kim Alvefur core.portmanager: Ignore unused return variable [luacheck]
Sat, 30 Nov 2019 16:40:04 +0100 Kim Alvefur core.portmanager: Complete error message for SNI TLS context problems
Fri, 29 Nov 2019 23:24:14 +0100 Kim Alvefur core.portmanager: Fix TLS context inheritance for SNI hosts (completes SNI support)
Fri, 29 Nov 2019 23:22:29 +0100 Kim Alvefur core.portmanager: Don't set the first TLS context with a cert as main context
Tue, 30 Jul 2019 02:20:27 +0200 Kim Alvefur core.portmanager: Remove unused local [luacheck]
Tue, 30 Jul 2019 02:19:54 +0200 Kim Alvefur core.portmanager: Remove tostring call from logging
Wed, 24 Apr 2019 18:06:48 +0200 Kim Alvefur Merge 0.11->trunk
Tue, 23 Apr 2019 19:21:06 +0200 Kim Alvefur core.portmanager: Log debug message for each kind of TLS context created 0.11
Fri, 14 Sep 2018 01:30:56 +0200 Kim Alvefur core.portmanager: Collect per-host certificates for SNI
Wed, 10 Oct 2018 17:23:03 +0200 Kim Alvefur core.portmanager: Record TLS config for each port
Wed, 10 Oct 2018 17:22:08 +0200 Kim Alvefur core.portmanager: Reduce scope of variable
Thu, 13 Sep 2018 21:17:37 +0200 Kim Alvefur core.portmanager: Use server.listen API
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Sat, 04 Mar 2017 17:49:48 +0100 Kim Alvefur core: Split some very long lines [luacheck]
Wed, 04 May 2016 15:31:32 +0200 Kim Alvefur portmanager: Set default read size back to 4K
Mon, 11 Jan 2016 15:33:18 +0100 Kim Alvefur Merge 0.9->0.10
Sun, 10 Jan 2016 23:25:00 +0100 Kim Alvefur core: Increase default read size to "all of it", in practice 8K (size of LuaSockets buffer)
Tue, 08 Dec 2015 20:12:38 +0100 Kim Alvefur portmanager: Lower the priority of module-supplied TLS options
Wed, 08 Apr 2015 00:45:26 +0200 Kim Alvefur portmanager: Add forward declarations
Sat, 21 Feb 2015 10:42:19 +0100 Kim Alvefur core.*: Remove use of module() function
Wed, 13 May 2015 17:08:34 +0100 Matthew Wild portmanager: Remove unused argument from function [luacheck]
Wed, 13 May 2015 17:08:20 +0100 Matthew Wild portmanager: Rename variable to avoid name conflict [luacheck]
Wed, 13 May 2015 17:07:30 +0100 Matthew Wild portmanager: Add luacheck annotations
Wed, 06 May 2015 19:20:07 +0100 Matthew Wild portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations
Tue, 20 Jan 2015 11:31:04 +0000 Matthew Wild portmanager: Remove unused import of pairs()
Thu, 03 Jul 2014 15:33:11 +0200 Kim Alvefur core.portmanager: Simplify and take advantage of new ssl config merging in certmanager
Wed, 02 Apr 2014 17:41:38 +0100 Matthew Wild Merge 0.9->0.10
Sun, 30 Mar 2014 08:44:55 +0100 Matthew Wild portmanager: Make maximum read size configurable, and default to 4KB
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Mon, 29 Apr 2013 19:40:39 +0200 Kim Alvefur portmanager: Also include the interface the service is listening on
Mon, 29 Apr 2013 22:03:17 +0500 Waqas Hussain portmanager: Include port numbers the service is listening on in the info logs.
Fri, 05 Apr 2013 13:06:26 +0100 Matthew Wild portmanager: import pairs() (thanks Maranda)
Thu, 04 Apr 2013 23:36:30 +0000 Marco Cirillo portmanager: add logic to allow specification of service default values for ssl config and / or overrides.
Sun, 31 Mar 2013 12:27:28 +0100 Matthew Wild portmanager: Log error and fail to bind when port is invalid (not a number)
Wed, 27 Mar 2013 23:48:39 +0100 Kim Alvefur portmanager: Add use_ipv4 option, default to true.
Wed, 27 Mar 2013 23:32:34 +0100 Kim Alvefur portmanager: use_ipv6 defaults to true if luasocket has ipv6 support
Thu, 31 Jan 2013 15:48:55 +0100 Kim Alvefur portmanager: Make sure foo_ports is a table
Tue, 04 Dec 2012 20:08:44 +0000 Matthew Wild portmanager: Return first service with the specified name from get_service() (instead of the array of possible services) (thanks xnyhps)
Fri, 10 Aug 2012 16:31:51 +0100 Matthew Wild portmanager: Support 'local_interfaces' config option (default for private listeners like components, telnet, etc.) (thanks mva)
Sun, 29 Jul 2012 02:27:07 +0100 Matthew Wild portmanager: Remove unused import of 'pairs'
Wed, 25 Jul 2012 20:31:14 +0200 Kim Alvefur portmanager: Show a friendly error message when initializing SSL fails (thanks MattJ for the entire patch that I fixed one line in)
Tue, 22 May 2012 14:33:06 +0100 Matthew Wild portmanager: Match service against service_info (:iter() doesn't match values)
Sat, 19 May 2012 20:46:44 +0100 Matthew Wild portmanager: Fix to deactivate services when they are unregistered (metatable:iter() wins)
Fri, 11 May 2012 23:20:58 +0100 Matthew Wild portmanager: Fix missing variable declaration
Fri, 11 May 2012 21:27:42 +0100 Matthew Wild portmanager: Remove unused import of 'package'
Fri, 11 May 2012 21:24:43 +0100 Matthew Wild portmanager: Support for per-port SSL certificates
Thu, 03 May 2012 15:38:12 +0200 Kim Alvefur portmanager: Import pairs
Sun, 29 Apr 2012 19:31:44 +0100 Matthew Wild portmanager: Import ipairs (thanks Maranda)
Sat, 28 Apr 2012 19:38:51 +0100 Matthew Wild portmanager: Import tonumber (thanks Zash)
Sat, 28 Apr 2012 18:45:04 +0100 Matthew Wild portmanager: Ensure port is always a number (thanks Zash)
Sat, 28 Apr 2012 01:44:08 +0100 Matthew Wild portmanager: Fix breakage (import ALL the functions)
less more (0) -60 tip