mod_dialback: COMPAT reset session.send function for servers (e.g. ejabberd) which don't include a from attr when opening the stream.
|
Marco Cirillo |
Wed, 09 May 2012 02:56:22 +0000 |
mod_s2s, mod_auth_anonymous, hostmanager: Remove disallow_s2s flag, deprecate the config option of the same name (disable mod_s2s instead), and add 'allow_anonymous_s2s' to separately control s2s for anonymous users
|
Matthew Wild |
Fri, 11 May 2012 00:56:18 +0100 |
Merge with Zash
|
Matthew Wild |
Thu, 10 May 2012 23:10:56 +0100 |
s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s
|
Kim Alvefur |
Thu, 10 May 2012 23:05:03 +0200 |
s2smanager: Clean up unused imports.
|
Kim Alvefur |
Thu, 10 May 2012 23:01:10 +0200 |
util.rfc3484: Don't pollute the global scope.
|
Kim Alvefur |
Thu, 10 May 2012 23:00:45 +0200 |
util.hashes: Add sha224, sha384, sha512
|
Kim Alvefur |
Thu, 10 May 2012 05:57:24 +0200 |
util.hashes: Use defined hash function output lengths.
|
Kim Alvefur |
Wed, 09 May 2012 01:26:56 +0200 |
prosodyctl: Show an error if the user doesn't supply a hostname to the certificate commands
|
Kim Alvefur |
Wed, 09 May 2012 01:11:27 +0200 |
prosodyctl: Replace hack with lfs for checking if a file exists
|
Kim Alvefur |
Wed, 09 May 2012 01:02:00 +0200 |
util.x509: Remove logic for generating certificate configs
|
Kim Alvefur |
Wed, 09 May 2012 00:34:24 +0200 |
prosodyctl: Use util.openssl in certificate helpers. Improve feedback
|
Kim Alvefur |
Wed, 09 May 2012 00:33:55 +0200 |
util.openssl: Add wrapper for the openssl cli tool and move certificate config logic from util.x509 into it.
|
Kim Alvefur |
Wed, 09 May 2012 00:12:53 +0200 |
mod_s2s, s2smanager, mod_dialback: Move addition of session.send() on s2sin to after they are authenticated (thus from mod_s2s to s2smanager). Update mod_dialback to fire route/remote directly, as session.send() is no longer available for s2sin_unauthed. Fixes #291.
|
Matthew Wild |
Thu, 10 May 2012 22:59:01 +0100 |
mod_auth_anonymous: Block s2s when enabled on a host (and disallow_s2s ~= false)
|
Matthew Wild |
Fri, 04 May 2012 02:28:10 +0100 |