core/portmanager.lua
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)
Sat, 28 Apr 2012 01:27:46 +0100 Matthew Wild portmanager: Rename activate_service() to activate() (to match deactivate())
Sat, 28 Apr 2012 01:27:15 +0100 Matthew Wild portmanager: Add module() definition
Sat, 28 Apr 2012 01:27:02 +0100 Matthew Wild portmanager: Explicitly import some libraries
Wed, 25 Apr 2012 14:53:54 +0200 Kim Alvefur portmanager: Fix selecting bind_interfaces from pre-0.9 config options.
Tue, 24 Apr 2012 16:00:20 +0100 Matthew Wild portmanager: Add get_service_at(interface, port) and close(interface, port)
Thu, 15 Mar 2012 16:29:30 +0000 Matthew Wild portmanager: Support 'default_port' in service options
Thu, 15 Mar 2012 03:02:51 +0000 Matthew Wild portmanager: Add get_registered_services() to the public API
Thu, 15 Mar 2012 03:02:36 +0000 Matthew Wild portmanager: Remove check for service_info.multiplex (now implemented in mod_net_multiplex)
Thu, 15 Mar 2012 03:02:09 +0000 Matthew Wild portmanager: Fix pre-0.9 compatibility by taking default_interface and default_port from the listener instead of service table
Thu, 15 Mar 2012 02:56:44 +0000 Matthew Wild portmanager: Allow services to specify their config option prefix
Wed, 14 Mar 2012 23:44:24 +0000 Matthew Wild portmanager: Fire service-removed on unregister
Wed, 14 Mar 2012 21:40:14 +0000 Matthew Wild portmanager: Fix log message when multiple services are configured to use the same port
Wed, 14 Mar 2012 21:39:45 +0000 Matthew Wild portmanager: Support item-added/net-provider (global and shared modules only!)
Wed, 14 Mar 2012 21:39:02 +0000 Matthew Wild portmanager: Add unregister_service(), and allow multiple services with the same name (they get queued)
Sun, 11 Mar 2012 18:35:27 +0000 Matthew Wild portmanager: Add get_active_services()
Sun, 11 Mar 2012 12:40:32 +0000 Matthew Wild portmanager: Add get_service()
Sat, 03 Mar 2012 00:54:19 +0100 Kim Alvefur core.portmanager: Make sure the private flag takes precedence over global interfaces
Mon, 23 Jan 2012 00:07:15 +0000 Matthew Wild portmanager: Pass port to friendly_error_message()
Sun, 22 Jan 2012 23:55:48 +0000 Matthew Wild portmanager: One manager to, in the darkness, bind them
less more (0) tip