net.server_event: Check the buffer *length*, not the buffer itself (Fixes 100% cpu...
[prosody.git] / core / portmanager.lua
2016-01-10 Kim Alvefurcore: Increase default read size to "all of it", in...
2014-04-01 Matthew WildMerge
2014-04-01 Matthew WildMerge
2014-03-30 Matthew Wildportmanager: Make maximum read size configurable, and...
2013-05-01 Matthew WildMerge with Florob
2013-04-29 Kim Alvefurportmanager: Also include the interface the service...
2013-04-29 Waqas Hussainportmanager: Include port numbers the service is listen...
2013-04-05 Matthew Wildportmanager: import pairs() (thanks Maranda)
2013-04-05 Matthew WildMerge with Maranda
2013-04-04 Marco Cirilloportmanager: add logic to allow specification of servic...
2013-03-31 Matthew Wildportmanager: Log error and fail to bind when port is...
2013-03-27 Kim Alvefurportmanager: Add use_ipv4 option, default to true.
2013-03-27 Kim Alvefurportmanager: use_ipv6 defaults to true if luasocket...
2013-02-03 Kim AlvefurMerge 0.9->trunk
2013-01-31 Kim Alvefurportmanager: Make sure foo_ports is a table
2012-12-04 Matthew WildMerge
2012-12-04 Matthew Wildportmanager: Return first service with the specified...
2012-08-10 Matthew WildMerge 0.9->trunk
2012-08-10 Matthew Wildportmanager: Support 'local_interfaces' config option...
2012-07-29 Matthew WildMerge with Zash
2012-07-29 Matthew Wildportmanager: Remove unused import of 'pairs'
2012-07-25 Kim Alvefurportmanager: Show a friendly error message when initial...
2012-05-22 Matthew Wildportmanager: Match service against service_info (:iter...
2012-05-19 Matthew Wildportmanager: Fix to deactivate services when they are...
2012-05-11 Matthew Wildportmanager: Fix missing variable declaration
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew Wildportmanager: Remove unused import of 'package'
2012-05-11 Matthew Wildportmanager: Support for per-port SSL certificates
2012-05-03 Matthew WildMerge with Zash
2012-05-03 Kim Alvefurportmanager: Import pairs
2012-04-29 Matthew Wildportmanager: Import ipairs (thanks Maranda)
2012-04-28 Matthew Wildportmanager: Import tonumber (thanks Zash)
2012-04-28 Matthew Wildportmanager: Ensure port is always a number (thanks...
2012-04-28 Matthew Wildportmanager: Fix breakage (import ALL the functions)
2012-04-28 Matthew Wildportmanager: Rename activate_service() to activate...
2012-04-28 Matthew Wildportmanager: Add module() definition
2012-04-28 Matthew Wildportmanager: Explicitly import some libraries
2012-04-25 Kim Alvefurportmanager: Fix selecting bind_interfaces from pre...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-24 Matthew Wildportmanager: Add get_service_at(interface, port) and...
2012-03-15 Matthew Wildportmanager: Support 'default_port' in service options
2012-03-15 Matthew WildMerge with Zash
2012-03-15 Matthew Wildportmanager: Add get_registered_services() to the publi...
2012-03-15 Matthew Wildportmanager: Remove check for service_info.multiplex...
2012-03-15 Matthew Wildportmanager: Fix pre-0.9 compatibility by taking defaul...
2012-03-15 Matthew Wildportmanager: Allow services to specify their config...
2012-03-14 Matthew Wildportmanager: Fire service-removed on unregister
2012-03-14 Matthew Wildportmanager: Fix log message when multiple services...
2012-03-14 Matthew Wildportmanager: Support item-added/net-provider (global...
2012-03-14 Matthew Wildportmanager: Add unregister_service(), and allow multip...
2012-03-11 Matthew WildMerge with Zash
2012-03-11 Matthew Wildportmanager: Add get_active_services()
2012-03-11 Matthew Wildportmanager: Add get_service()
2012-03-03 Matthew WildMerge with Zash
2012-03-02 Kim Alvefurcore.portmanager: Make sure the private flag takes...
2012-01-23 Matthew Wildportmanager: Pass port to friendly_error_message()
2012-01-22 Matthew Wildportmanager: One manager to, in the darkness, bind...