Log

core/portmanager.lua @ 5554:e91db0aac408

description author age
portmanager: Also include the interface the service is listening on Kim Alvefur Mon, 29 Apr 2013 19:40:39 +0200
portmanager: Include port numbers the service is listening on in the info logs. Waqas Hussain Mon, 29 Apr 2013 22:03:17 +0500
portmanager: import pairs() (thanks Maranda) Matthew Wild Fri, 05 Apr 2013 13:06:26 +0100
portmanager: add logic to allow specification of service default values for ssl config and / or overrides. Marco Cirillo Thu, 04 Apr 2013 23:36:30 +0000
portmanager: Log error and fail to bind when port is invalid (not a number) Matthew Wild Sun, 31 Mar 2013 12:27:28 +0100
portmanager: Add use_ipv4 option, default to true. Kim Alvefur Wed, 27 Mar 2013 23:48:39 +0100
portmanager: use_ipv6 defaults to true if luasocket has ipv6 support Kim Alvefur Wed, 27 Mar 2013 23:32:34 +0100
portmanager: Make sure foo_ports is a table Kim Alvefur Thu, 31 Jan 2013 15:48:55 +0100
portmanager: Return first service with the specified name from get_service() (instead of the array of possible services) (thanks xnyhps) Matthew Wild Tue, 04 Dec 2012 20:08:44 +0000
portmanager: Support 'local_interfaces' config option (default for private listeners like components, telnet, etc.) (thanks mva) Matthew Wild Fri, 10 Aug 2012 16:31:51 +0100
portmanager: Remove unused import of 'pairs' Matthew Wild Sun, 29 Jul 2012 02:27:07 +0100
portmanager: Show a friendly error message when initializing SSL fails (thanks MattJ for the entire patch that I fixed one line in) Kim Alvefur Wed, 25 Jul 2012 20:31:14 +0200
portmanager: Match service against service_info (:iter() doesn't match values) Matthew Wild Tue, 22 May 2012 14:33:06 +0100
portmanager: Fix to deactivate services when they are unregistered (metatable:iter() wins) Matthew Wild Sat, 19 May 2012 20:46:44 +0100
portmanager: Fix missing variable declaration Matthew Wild Fri, 11 May 2012 23:20:58 +0100