aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | subfolders (e.g., when loading 'a/b', load 'a/mod_b.lua', and not 'mod_a/b.lua').
* 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 ↵Waqas Hussain2010-07-261-1/+1
| | | | latest spec updates).
* mod_console: Override dofile() in the console environment (this lets print() ↵Waqas Hussain2010-07-261-1/+7
| | | | print to the console session for example).
* 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 ↵Matthew Wild2010-07-231-2/+3
| | | | | | | | add error messages to the no LuaSec/config cases (thanks Jakob)
* | net.server_select: Remove 'now' parameter from starttls(), and base it on ↵Matthew Wild2010-07-221-4/+4
| | | | | | | | whether the sendbuffer is empty instead
* | 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 ↵Matthew Wild2010-07-221-17/+19
| | | | | | | | handshake for starttls connections (thanks Flo)
* | usermanager, mod_auth_internal_hashed, mod_legacyauth: New order of ↵Matthew Wild2010-07-213-3/+3
| | | | | | | | parameters for usermanager.test_password - username, host, password
* | 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 ↵Waqas Hussain2010-07-201-1/+2
| | | | | | | | to occupants from that JID.
* | 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
| | | | | | | | (was only used for anonymous auth, and that didn't make sense).
* | 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 ↵Waqas Hussain2010-07-171-3/+5
|/ / | | | | | | non-existent users.
* | 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 ↵Matthew Wild2010-07-161-11/+13
| | | | | | | | well as clients, rather than onincoming. Fixes mod_console traceback, issue #197
* | 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 ↵Waqas Hussain2010-07-152-2/+2
| | | | | | | | method:select().
* | Merge with backoutMatthew Wild2010-07-151-1/+1
|\ \
| * | Backed out changeset 598c33a99a31 (already fixed a better way)Matthew Wild2010-07-151-1/+1
| | |
* | | certmanager: Fix to handle the case of no SSL configuration at allMatthew Wild2010-07-141-2/+2
| | |
* | | certmanager: Added copyright header.Waqas Hussain2010-07-151-0/+8
| | |
* | | certmanager: Defined default_capath to prevent a global nil access.Waqas Hussain2010-07-151-0/+1
|/ /
* | certmanager: Use an empty table as the default ssl config when a global ↵Waqas Hussain2010-07-151-1/+1
| | | | | | | | 'ssl' config option isn't specified (fixes a top-level traceback on startup).
* | util.sasl, util.sasl_cyrus: Use method:mechanisms() in method:select(), ↵Waqas Hussain2010-07-142-3/+2
| | | | | | | | instead of using the mechanisms list directly (fixes a traceback).
* | util.sasl, util.sasl_cyrus: Updated method:mechanisms() to cache and re-use ↵Waqas Hussain2010-07-142-12/+18
| | | | | | | | list of mechanisms.
* | util.sasl: Use the proper session-specific table of mechanisms when ↵Waqas Hussain2010-07-141-2/+2
| | | | | | | | selecting a mechanism, and not the global table.
* | SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array.Waqas Hussain2010-07-143-4/+4
| |