Merge 0.7->trunk
|
Matthew Wild |
Sat, 12 Jun 2010 02:39:18 +0100 |
sessionmanager: Fixed a traceback on invalid usernames (typo in previous commit).
0.7.0
|
Waqas Hussain |
Fri, 11 Jun 2010 21:30:24 +0500 |
mod_saslauth: Return proper error on invalid usernames.
|
Waqas Hussain |
Fri, 11 Jun 2010 21:01:17 +0500 |
net.server_event: attemp to fix more spelling fail.
|
Waqas Hussain |
Fri, 11 Jun 2010 20:35:10 +0500 |
sessionmanager: Moved nodeprep to sessionmanager.make_authenticated.
|
Waqas Hussain |
Fri, 11 Jun 2010 20:34:00 +0500 |
mod_presence: Fixed a traceback on outgoing subscriptions from offline users.
|
Waqas Hussain |
Fri, 11 Jun 2010 20:45:00 +0500 |
Merge 0.7->trunk
|
Matthew Wild |
Fri, 11 Jun 2010 14:25:54 +0100 |
prosodyctl, util.pluginloader: Remove support for storing plugins in the data store, and the addplugin command
|
Matthew Wild |
Fri, 11 Jun 2010 14:25:22 +0100 |
mod_uptime: Add ad-hoc command
|
Matthew Wild |
Fri, 11 Jun 2010 13:29:15 +0100 |
mod_adhoc: Scan through list of items on load, in case items have been added before we were loaded
|
Matthew Wild |
Fri, 11 Jun 2010 13:23:10 +0100 |
mod_adhoc/adhoc.lib: Add copyright header
|
Matthew Wild |
Fri, 11 Jun 2010 12:18:27 +0100 |
mod_adhoc/adhoc.lib: Handle errors according to XEP
|
Matthew Wild |
Fri, 11 Jun 2010 12:17:57 +0100 |
mod_announce: Add ad-hoc command for sending announcements \o/
|
Matthew Wild |
Fri, 11 Jun 2010 12:07:25 +0100 |
Merge 0.7->trunk
|
Matthew Wild |
Thu, 10 Jun 2010 16:48:21 +0100 |
mod_compression: Move logging of compression/decompression errors to before the closing of the stream, to make logs a bit easier to follow
|
Matthew Wild |
Thu, 10 Jun 2010 16:47:17 +0100 |
Tagging 0.7.0
|
Matthew Wild |
Wed, 09 Jun 2010 01:14:32 +0100 |
s2smanager: Move 'sending' debug log message so that it sees the pre-filtered stanzas
|
Matthew Wild |
Thu, 10 Jun 2010 02:07:48 +0100 |
mod_compression: Remove the unneccessary stream:reset() overloading, which was causing double decompression and c2s/s2s failures
|
Matthew Wild |
Thu, 10 Jun 2010 01:55:32 +0100 |
mod_legacyauth: Fixed the ordering of parameters passed to usermanager.test_password.
|
Waqas Hussain |
Thu, 10 Jun 2010 03:54:22 +0500 |
mod_privacy: Workaround for a traceback.
|
Waqas Hussain |
Thu, 10 Jun 2010 03:26:01 +0500 |
mod_adhoc: Imported from prosody-modules, thanks Florob!
|
Matthew Wild |
Wed, 09 Jun 2010 21:27:43 +0100 |
mod_auth_internal{,_hashed}: Update is_admin to only report the admin status of the current host (ignores global admin rights), fixes global access traceback
|
Matthew Wild |
Wed, 09 Jun 2010 21:25:59 +0100 |
usermanager: Handle checking for global admins on behalf of providers
|
Matthew Wild |
Wed, 09 Jun 2010 21:24:20 +0100 |
mod_legacyauth: Use the new usermanager.test_password instead of usermanager.validate_credentials.
|
Waqas Hussain |
Wed, 09 Jun 2010 22:20:53 +0500 |
mod_auth_internal_hashed: Removed some useless code.
|
Waqas Hussain |
Wed, 09 Jun 2010 22:01:47 +0500 |
mod_presence: Fixed a traceback.
|
Waqas Hussain |
Wed, 09 Jun 2010 22:00:01 +0500 |
Merge with Tobias.
|
Waqas Hussain |
Wed, 09 Jun 2010 21:34:32 +0500 |
mod_auth_internal_hashed: Empty hashpass after conversion to stored_key/server_key and store new authentication database.
|
Tobias Markmann |
Wed, 09 Jun 2010 17:58:20 +0200 |
mod_auth_internal_hashed: Remove debugging output.
|
Tobias Markmann |
Wed, 09 Jun 2010 17:55:04 +0200 |
mod_auth_internal_hashed: Convert hashpass to server_key/stored_key on SCRAM-SHA-1 login.
|
Tobias Markmann |
Wed, 09 Jun 2010 17:54:34 +0200 |