portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager...
[prosody.git] / core / portmanager.lua
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...