mod_blocklist: Only log message about migrating from mod_privacy when there is data to migrate
|
Kim Alvefur |
Sat, 25 Oct 2014 14:45:11 +0200 |
mod_saslauth: Better name for config option
|
Kim Alvefur |
Tue, 21 Oct 2014 16:41:28 +0200 |
mod_saslauth: Make it possible to disable certain mechanisms
|
Kim Alvefur |
Tue, 21 Oct 2014 14:38:40 +0200 |
mod_saslauth: Add LOGIN to mechanisms not allowed over unencrypted connections as it may be offered by 3rd party authentication plugins
|
Kim Alvefur |
Tue, 21 Oct 2014 14:37:05 +0200 |
mod_saslauth: Use a configurable set of mechanisms to not allow over unencrypted connections
|
Kim Alvefur |
Tue, 21 Oct 2014 14:35:32 +0200 |
mod_saslauth: Log warning if no SASL mechanisms were offered
|
Kim Alvefur |
Tue, 21 Oct 2014 12:57:56 +0200 |
mod_saslauth: Use type-specific config option getters
|
Kim Alvefur |
Tue, 21 Oct 2014 12:56:19 +0200 |
mod_legacyauth, mod_saslauth, mod_tls: Pass require_encryption as default option to s2s_require_encryption so the later overrides the former
|
Kim Alvefur |
Tue, 21 Oct 2014 12:49:03 +0200 |
prosodyctl: Add 'require_encryption' to list of deprecated options pointed out by the check command
|
Kim Alvefur |
Tue, 21 Oct 2014 12:47:53 +0200 |
net/server: Handle lack of util.signal correctly
|
daurnimator |
Wed, 22 Oct 2014 16:00:40 -0400 |
net/server: Remove print
|
daurnimator |
Wed, 22 Oct 2014 15:59:51 -0400 |
net.server: Rename 'server' config option to 'network_backend' (to select which net.server implementation to use)
|
Matthew Wild |
Wed, 22 Oct 2014 12:56:41 +0100 |
net/server: If server.hook_signal exists, overwrite signal.signal; else make server.hook_signal == signal.signal
|
daurnimator |
Tue, 21 Oct 2014 17:26:48 -0400 |
Move timer code out of util.timer and into relevant net.server backends
|
daurnimator |
Mon, 20 Oct 2014 16:13:24 -0400 |
net/server: Split up different backends in a nicer way. Add global config option 'server'
|
daurnimator |
Fri, 17 Oct 2014 17:30:21 -0400 |