aboutsummaryrefslogtreecommitdiffstats
path: root/core/portmanager.lua
Commit message (Collapse)AuthorAgeFilesLines
* portmanager: Import pairsKim Alvefur2012-05-031-1/+1
|
* portmanager: Import ipairs (thanks Maranda)Matthew Wild2012-04-291-1/+1
|
* portmanager: Import tonumber (thanks Zash)Matthew Wild2012-04-281-1/+1
|
* portmanager: Ensure port is always a number (thanks Zash)Matthew Wild2012-04-281-0/+1
|
* portmanager: Fix breakage (import ALL the functions)Matthew Wild2012-04-281-2/+4
|
* portmanager: Rename activate_service() to activate() (to match deactivate())Matthew Wild2012-04-281-2/+2
|
* portmanager: Add module() definitionMatthew Wild2012-04-281-0/+2
|
* portmanager: Explicitly import some librariesMatthew Wild2012-04-281-0/+6
|
* portmanager: Fix selecting bind_interfaces from pre-0.9 config options.Kim Alvefur2012-04-251-2/+3
|
* portmanager: Add get_service_at(interface, port) and close(interface, port)Matthew Wild2012-04-241-3/+17
|
* portmanager: Support 'default_port' in service optionsMatthew Wild2012-03-151-1/+3
|
* portmanager: Add get_registered_services() to the public APIMatthew Wild2012-03-151-0/+4
|
* portmanager: Remove check for service_info.multiplex (now implemented in ↵Matthew Wild2012-03-151-1/+1
| | | | mod_net_multiplex)
* portmanager: Fix pre-0.9 compatibility by taking default_interface and ↵Matthew Wild2012-03-151-4/+5
| | | | default_port from the listener instead of service table
* portmanager: Allow services to specify their config option prefixMatthew Wild2012-03-151-4/+8
|
* portmanager: Fire service-removed on unregisterMatthew Wild2012-03-141-0/+1
|
* portmanager: Fix log message when multiple services are configured to use ↵Matthew Wild2012-03-141-1/+1
| | | | the same port
* portmanager: Support item-added/net-provider (global and shared modules only!)Matthew Wild2012-03-141-0/+9
|
* portmanager: Add unregister_service(), and allow multiple services with the ↵Matthew Wild2012-03-141-6/+26
| | | | same name (they get queued)
* portmanager: Add get_active_services()Matthew Wild2012-03-111-0/+4
|
* portmanager: Add get_service()Matthew Wild2012-03-111-0/+3
|
* core.portmanager: Make sure the private flag takes precedence over global ↵Kim Alvefur2012-03-031-1/+1
| | | | interfaces
* portmanager: Pass port to friendly_error_message()Matthew Wild2012-01-231-2/+2
|
* portmanager: One manager to, in the darkness, bind themMatthew Wild2012-01-221-0/+132