util.sasl.plain: Removing plain_hashed authentication provider. Just do hashing and comparison yourself in a plain_test authentication provider.
|
Tobias Markmann |
Fri, 21 May 2010 23:40:29 +0200 |
Merge 0.7->trunk
|
Matthew Wild |
Fri, 21 May 2010 19:28:56 +0100 |
mod_bosh: Re-layout session object creation to make lines shorter
|
Matthew Wild |
Fri, 21 May 2010 19:27:06 +0100 |
mod_bosh: Add option consider_bosh_secure to treat BOSH sessions as encrypted even if they don't use HTTP (useful for when secure requests are proxied to Prosody over HTTP)
|
Matthew Wild |
Fri, 21 May 2010 19:24:50 +0100 |
mod_privacy: Fix several possible tracebacks when either the contact is a host JID, or the contact isn't in your roster and you have roster group/subscription rules in place
|
Matthew Wild |
Fri, 21 May 2010 19:20:21 +0100 |
mod_privacy: Remove validation that checks a roster group you block actually exists - it would be time-consuming on large rosters, and isn't important (or correct?) anyway.
|
Matthew Wild |
Fri, 21 May 2010 19:19:29 +0100 |
Merge 0.7->trunk
|
Matthew Wild |
Thu, 20 May 2010 11:52:20 +0100 |
mod_saslauth: Split out cyrus SASL config options into locals, and add support for cyrus_application_name (default: 'prosody')
|
Matthew Wild |
Thu, 20 May 2010 11:51:55 +0100 |
Merge 0.7->trunk
|
Matthew Wild |
Thu, 20 May 2010 11:44:41 +0100 |
usermanager, mod_saslauth: Make account provisioning for Cyrus SASL optional (default: not required)
|
Matthew Wild |
Thu, 20 May 2010 11:32:24 +0100 |
util.sasl_cyrus: Support for specifying the application name (to pass to Cyrus SASL's init())
|
Matthew Wild |
Thu, 20 May 2010 11:13:51 +0100 |
mod_saslauth: Add return value and error message to the Cyrus SASL handle_status callback
|
Matthew Wild |
Thu, 20 May 2010 11:08:51 +0100 |
mod_saslauth: Allow the Cyrus SASL realm to be configurable
|
Matthew Wild |
Thu, 20 May 2010 11:05:43 +0100 |
Merge 0.7->trunk
|
Matthew Wild |
Thu, 20 May 2010 10:48:44 +0100 |