aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_version: Make the command used to get OS version configurableKim Alvefur2010-08-011-1/+1
* usermanager: Fix two nil global accessesMatthew Wild2010-07-311-2/+2
* mod_saslauth: Fixed a nil global access.Waqas Hussain2010-07-311-3/+4
* mod_saslauth: Check for unencrypted PLAIN auth in mod_saslauth instead of the...Waqas Hussain2010-07-311-6/+6
* mod_saslauth: Move mandatory encryption enforcement to before sasl_handler:se...Waqas Hussain2010-07-311-3/+3
* storage/mod_ejabberd (and associated library): Initial commit.Waqas Hussain2010-07-312-0/+483
* storage/mod_xep0227: Initial commit.Waqas Hussain2010-07-311-0/+163
* prosody: Enable storage manager.Waqas Hussain2010-07-311-0/+1
* prosody.cfg.lua.dist: Fixed trailing whitespace.Waqas Hussain2010-07-311-4/+4
* util.pluginloader: Remove useless datamanager dependency.Waqas Hussain2010-07-311-2/+0
* util.pluginloader: Fix loading of plugins, plugin libraries and resources in ...Waqas Hussain2010-07-311-9/+23
* util.roster: Remove, not going this route nowMatthew Wild2010-07-261-19/+0
* mod_message: Discard headline messages sent to offline full JIDs (to follow l...Waqas Hussain2010-07-261-1/+1
* mod_console: Override dofile() in the console environment (this lets print() ...Waqas Hussain2010-07-261-1/+7
* tests: Added tests for util.sasl.scram.Hi().Waqas Hussain2010-07-262-0/+24
* util.sasl.scram: Made function Hi public.Waqas Hussain2010-07-261-1/+1
* mod_console: Added support for multiple arguments to print().Waqas Hussain2010-07-261-1/+7
* storagemanager: Fixed a nil access.Waqas Hussain2010-07-261-1/+1
* prosody.resolve_relative_path: Updated to take a parent path to resolve against.Waqas Hussain2010-07-232-6/+7
* storagemanager: Initial commit.Waqas Hussain2010-07-231-0/+68
* Merge 0.7->trunkMatthew Wild2010-07-231-2/+2
|\
| * certmanager: Don't disable LuaSec and future cert loading on failure, and add...Matthew Wild2010-07-231-2/+3
* | net.server_select: Remove 'now' parameter from starttls(), and base it on whe...Matthew Wild2010-07-221-4/+4
* | mod_tls: Remove extraneous flag to starttls() for s2sout connecectionsMatthew Wild2010-07-221-1/+1
* | net.server_event: Fix to not call onconnect a second time after the SSL hands...Matthew Wild2010-07-221-17/+19
* | usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of parameter...Matthew Wild2010-07-213-3/+3
* | mod_register: Drop useless depencency on datamanager.Waqas Hussain2010-07-201-1/+0
* | MUC: Store the nick (full room JID) which set the subject, and send subject t...Waqas Hussain2010-07-201-1/+2
* | util.iterators: Add skip() to skip the first n items of an iteratorMatthew Wild2010-07-201-0/+9
* | mod_saslauth: Got rid of undocumented and useless 'sasl_realm' config option ...Waqas Hussain2010-07-181-2/+1
* | Merge with trunk.Waqas Hussain2010-07-172-2/+1
|\ \
| * | MUC: No need to call is_admin twice now, global admins are admins on hostsMatthew Wild2010-07-171-1/+1
| * | net.server_event: Remove debug logging from dummy onstatus handlerMatthew Wild2010-07-171-1/+0
* | | mod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism to not traceback on non...Waqas Hussain2010-07-171-3/+5
|/ /
* | mod_saslauth: Cleaned up unused requires.Waqas Hussain2010-07-171-7/+0
* | mod_saslauth: A little cleanup for anonymous_login.Waqas Hussain2010-07-171-2/+3
* | configmanager: Remove dependency on eventmanager, and global 'prosody' objectMatthew Wild2010-07-171-2/+2
* | s2smanager: Handle disallow_s2s for incoming streams as well as outgoingMatthew Wild2010-07-161-4/+16
* | net.server_select: Ensure that onconnect is called for server sockets as well...Matthew Wild2010-07-161-11/+13
* | Merge Florob->trunkMatthew Wild2010-07-161-0/+27
|\ \
| * | util.dataforms: Add list-multi supportFlorian Zeitz2010-07-151-0/+22
| * | util.dataforms: Capability to set default for list-singleFlorian Zeitz2010-07-151-0/+5
* | | Merge Zash->trunkMatthew Wild2010-07-161-18/+5
|\ \ \
| * | | mod_proxy65: Use util.jid.compare() and remove some clutterKim Alvefur2010-07-161-18/+5
* | | | Merge Zash->trunkMatthew Wild2010-07-162-0/+24
|\| | | | |/ / |/| |
| * | util.jid: compare() added, with some tests.Kim Alvefur2010-07-162-0/+24
* | | util.sasl.scram: Reference actual RFC instead of the draft.Tobias Markmann2010-07-151-1/+1
|/ /
* | util.sasl, util.sasl_cyrus: s/self.mechanisms()/self:mechanisms()/ in method:...Waqas Hussain2010-07-152-2/+2
* | Merge with backoutMatthew Wild2010-07-151-1/+1
|\ \
| * | Backed out changeset 598c33a99a31 (already fixed a better way)Matthew Wild2010-07-151-1/+1