index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
portmanager.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 0.9->0.10
Matthew Wild
2014-04-02
1
-4
/
+4
|
\
|
*
Remove all trailing whitespace
Florian Zeitz
2013-08-09
1
-4
/
+4
*
|
portmanager: Make maximum read size configurable, and default to 4KB
Matthew Wild
2014-03-30
1
-1
/
+3
|
/
*
portmanager: Also include the interface the service is listening on
Kim Alvefur
2013-04-29
1
-1
/
+1
*
portmanager: Include port numbers the service is listening on in the info logs.
Waqas Hussain
2013-04-29
1
-1
/
+3
*
portmanager: import pairs() (thanks Maranda)
Matthew Wild
2013-04-05
1
-1
/
+1
*
portmanager: add logic to allow specification of service default values for s...
Marco Cirillo
2013-04-04
1
-3
/
+28
*
portmanager: Log error and fail to bind when port is invalid (not a number)
Matthew Wild
2013-03-31
1
-9
/
+11
*
portmanager: Add use_ipv4 option, default to true.
Kim Alvefur
2013-03-27
1
-2
/
+6
*
portmanager: use_ipv6 defaults to true if luasocket has ipv6 support
Kim Alvefur
2013-03-27
1
-1
/
+2
*
portmanager: Make sure foo_ports is a table
Kim Alvefur
2013-01-31
1
-2
/
+3
*
portmanager: Return first service with the specified name from get_service() ...
Matthew Wild
2012-12-04
1
-1
/
+1
*
portmanager: Support 'local_interfaces' config option (default for private li...
Matthew Wild
2012-08-10
1
-1
/
+1
*
portmanager: Remove unused import of 'pairs'
Matthew Wild
2012-07-29
1
-1
/
+1
*
portmanager: Show a friendly error message when initializing SSL fails (thank...
Kim Alvefur
2012-07-25
1
-18
/
+17
*
portmanager: Match service against service_info (:iter() doesn't match values)
Matthew Wild
2012-05-22
1
-2
/
+5
*
portmanager: Fix to deactivate services when they are unregistered (metatable...
Matthew Wild
2012-05-19
1
-13
/
+8
*
portmanager: Fix missing variable declaration
Matthew Wild
2012-05-11
1
-1
/
+1
*
portmanager: Remove unused import of 'package'
Matthew Wild
2012-05-11
1
-1
/
+1
*
portmanager: Support for per-port SSL certificates
Matthew Wild
2012-05-11
1
-7
/
+8
*
portmanager: Import pairs
Kim Alvefur
2012-05-03
1
-1
/
+1
*
portmanager: Import ipairs (thanks Maranda)
Matthew Wild
2012-04-29
1
-1
/
+1
*
portmanager: Import tonumber (thanks Zash)
Matthew Wild
2012-04-28
1
-1
/
+1
*
portmanager: Ensure port is always a number (thanks Zash)
Matthew Wild
2012-04-28
1
-0
/
+1
*
portmanager: Fix breakage (import ALL the functions)
Matthew Wild
2012-04-28
1
-2
/
+4
*
portmanager: Rename activate_service() to activate() (to match deactivate())
Matthew Wild
2012-04-28
1
-2
/
+2
*
portmanager: Add module() definition
Matthew Wild
2012-04-28
1
-0
/
+2
*
portmanager: Explicitly import some libraries
Matthew Wild
2012-04-28
1
-0
/
+6
*
portmanager: Fix selecting bind_interfaces from pre-0.9 config options.
Kim Alvefur
2012-04-25
1
-2
/
+3
*
portmanager: Add get_service_at(interface, port) and close(interface, port)
Matthew Wild
2012-04-24
1
-3
/
+17
*
portmanager: Support 'default_port' in service options
Matthew Wild
2012-03-15
1
-1
/
+3
*
portmanager: Add get_registered_services() to the public API
Matthew Wild
2012-03-15
1
-0
/
+4
*
portmanager: Remove check for service_info.multiplex (now implemented in mod_...
Matthew Wild
2012-03-15
1
-1
/
+1
*
portmanager: Fix pre-0.9 compatibility by taking default_interface and defaul...
Matthew Wild
2012-03-15
1
-4
/
+5
*
portmanager: Allow services to specify their config option prefix
Matthew Wild
2012-03-15
1
-4
/
+8
*
portmanager: Fire service-removed on unregister
Matthew Wild
2012-03-14
1
-0
/
+1
*
portmanager: Fix log message when multiple services are configured to use the...
Matthew Wild
2012-03-14
1
-1
/
+1
*
portmanager: Support item-added/net-provider (global and shared modules only!)
Matthew Wild
2012-03-14
1
-0
/
+9
*
portmanager: Add unregister_service(), and allow multiple services with the s...
Matthew Wild
2012-03-14
1
-6
/
+26
*
portmanager: Add get_active_services()
Matthew Wild
2012-03-11
1
-0
/
+4
*
portmanager: Add get_service()
Matthew Wild
2012-03-11
1
-0
/
+3
*
core.portmanager: Make sure the private flag takes precedence over global int...
Kim Alvefur
2012-03-03
1
-1
/
+1
*
portmanager: Pass port to friendly_error_message()
Matthew Wild
2012-01-23
1
-2
/
+2
*
portmanager: One manager to, in the darkness, bind them
Matthew Wild
2012-01-22
1
-0
/
+132