portmanager: Set default read size back to 4K
|
Kim Alvefur |
2016-05-04 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-01-11 |
core: Increase default read size to "all of it", in practice 8K (size of LuaSockets buffer)
|
Kim Alvefur |
2016-01-10 |
portmanager: Lower the priority of module-supplied TLS options
|
Kim Alvefur |
2015-12-08 |
portmanager: Add forward declarations
|
Kim Alvefur |
2015-04-07 |
core.*: Remove use of module() function
|
Kim Alvefur |
2015-02-21 |
portmanager: Remove unused argument from function [luacheck]
|
Matthew Wild |
2015-05-13 |
portmanager: Rename variable to avoid name conflict [luacheck]
|
Matthew Wild |
2015-05-13 |
portmanager: Add luacheck annotations
|
Matthew Wild |
2015-05-13 |
portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations
|
Matthew Wild |
2015-05-06 |
portmanager: Remove unused import of pairs()
|
Matthew Wild |
2015-01-20 |
core.portmanager: Simplify and take advantage of new ssl config merging in certmanager
|
Kim Alvefur |
2014-07-03 |
Merge 0.9->0.10
|
Matthew Wild |
2014-04-02 |
portmanager: Make maximum read size configurable, and default to 4KB
|
Matthew Wild |
2014-03-30 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
portmanager: Also include the interface the service is listening on
|
Kim Alvefur |
2013-04-29 |
portmanager: Include port numbers the service is listening on in the info logs.
|
Waqas Hussain |
2013-04-29 |
portmanager: import pairs() (thanks Maranda)
|
Matthew Wild |
2013-04-05 |
portmanager: add logic to allow specification of service default values for ssl config and / or overrides.
|
Marco Cirillo |
2013-04-04 |
portmanager: Log error and fail to bind when port is invalid (not a number)
|
Matthew Wild |
2013-03-31 |
portmanager: Add use_ipv4 option, default to true.
|
Kim Alvefur |
2013-03-27 |
portmanager: use_ipv6 defaults to true if luasocket has ipv6 support
|
Kim Alvefur |
2013-03-27 |
portmanager: Make sure foo_ports is a table
|
Kim Alvefur |
2013-01-31 |
portmanager: Return first service with the specified name from get_service() (instead of the array of possible services) (thanks xnyhps)
|
Matthew Wild |
2012-12-04 |
portmanager: Support 'local_interfaces' config option (default for private listeners like components, telnet, etc.) (thanks mva)
|
Matthew Wild |
2012-08-10 |
portmanager: Remove unused import of 'pairs'
|
Matthew Wild |
2012-07-29 |
portmanager: Show a friendly error message when initializing SSL fails (thanks MattJ for the entire patch that I fixed one line in)
|
Kim Alvefur |
2012-07-25 |
portmanager: Match service against service_info (:iter() doesn't match values)
|
Matthew Wild |
2012-05-22 |
portmanager: Fix to deactivate services when they are unregistered (metatable:iter() wins)
|
Matthew Wild |
2012-05-19 |
portmanager: Fix missing variable declaration
|
Matthew Wild |
2012-05-11 |
portmanager: Remove unused import of 'package'
|
Matthew Wild |
2012-05-11 |
portmanager: Support for per-port SSL certificates
|
Matthew Wild |
2012-05-11 |
portmanager: Import pairs
|
Kim Alvefur |
2012-05-03 |
portmanager: Import ipairs (thanks Maranda)
|
Matthew Wild |
2012-04-29 |
portmanager: Import tonumber (thanks Zash)
|
Matthew Wild |
2012-04-28 |
portmanager: Ensure port is always a number (thanks Zash)
|
Matthew Wild |
2012-04-28 |
portmanager: Fix breakage (import ALL the functions)
|
Matthew Wild |
2012-04-28 |
portmanager: Rename activate_service() to activate() (to match deactivate())
|
Matthew Wild |
2012-04-28 |
portmanager: Add module() definition
|
Matthew Wild |
2012-04-28 |
portmanager: Explicitly import some libraries
|
Matthew Wild |
2012-04-28 |
portmanager: Fix selecting bind_interfaces from pre-0.9 config options.
|
Kim Alvefur |
2012-04-25 |
portmanager: Add get_service_at(interface, port) and close(interface, port)
|
Matthew Wild |
2012-04-24 |
portmanager: Support 'default_port' in service options
|
Matthew Wild |
2012-03-15 |
portmanager: Add get_registered_services() to the public API
|
Matthew Wild |
2012-03-15 |
portmanager: Remove check for service_info.multiplex (now implemented in mod_net_multiplex)
|
Matthew Wild |
2012-03-15 |
portmanager: Fix pre-0.9 compatibility by taking default_interface and default_port from the listener instead of service table
|
Matthew Wild |
2012-03-15 |
portmanager: Allow services to specify their config option prefix
|
Matthew Wild |
2012-03-15 |
portmanager: Fire service-removed on unregister
|
Matthew Wild |
2012-03-14 |
portmanager: Fix log message when multiple services are configured to use the same port
|
Matthew Wild |
2012-03-14 |
portmanager: Support item-added/net-provider (global and shared modules only!)
|
Matthew Wild |
2012-03-14 |
portmanager: Add unregister_service(), and allow multiple services with the same name (they get queued)
|
Matthew Wild |
2012-03-14 |
portmanager: Add get_active_services()
|
Matthew Wild |
2012-03-11 |
portmanager: Add get_service()
|
Matthew Wild |
2012-03-11 |
core.portmanager: Make sure the private flag takes precedence over global interfaces
|
Kim Alvefur |
2012-03-02 |
portmanager: Pass port to friendly_error_message()
|
Matthew Wild |
2012-01-23 |
portmanager: One manager to, in the darkness, bind them
|
Matthew Wild |
2012-01-22 |