aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* util.stanza: Make the current element <message> instead of <body> when body t...Waqas Hussain2010-09-211-1/+1
* util.events: Event handler indices are now built lazily (faster server startu...Waqas Hussain2010-09-191-3/+8
* util.events: Create new index on handler change instead of modifying existing...Waqas Hussain2010-09-171-4/+2
* util.events: Fixed the exposed API for adding/removing sets of event handlers.Waqas Hussain2010-09-171-2/+2
* util.events: Removed dispatcher creation functions (these weren't being used).Waqas Hussain2010-09-171-31/+1
* util.httpstream: Refactored and simplified code to improve readability.Waqas Hussain2010-09-171-19/+14
* util.httpstream: Removed unused variables.Waqas Hussain2010-09-171-5/+0
* util.httpstream: Initial commit of the new HTTP parser.Waqas Hussain2010-09-041-0/+89
* util.jid: Fix parsing of JIDs with no nodepart and an @ in the resourcepart (...Matthew Wild2010-08-311-1/+1
* util.stanza: stanza:matched_children() -> stanza:matching_tags()Matthew Wild2010-08-301-1/+1
* util.stanza: Add stanza:maptags() to apply a function over child tags (return...Matthew Wild2010-08-301-0/+24
* util.stanza: Optimisation, remove useless if...then in stanza:children() iter...Matthew Wild2010-08-291-2/+1
* util.stanza: Add stanza:matched_children(name, xmlns) [name suggestions welcome]Matthew Wild2010-08-291-0/+17
* mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioni...Waqas Hussain2010-08-231-0/+3
* util.sasl_cyrus: Spaces -> tabs.Waqas Hussain2010-08-231-7/+7
* util.logger: Remove support for the 'log_sources' option, to remove a depende...Matthew Wild2010-08-221-15/+0
* util.xmppstream: Removed some useless property assignments.Waqas Hussain2010-08-031-4/+0
* util.sasl_cyrus: Make multi-step SASL mechanisms work correctly.Waqas Hussain2010-08-031-1/+2
* util.sasl: Simplified some code a bit.Waqas Hussain2010-08-031-9/+5
* util.sasl, util.sasl_cyrus: Removed a ton of unused variables.Waqas Hussain2010-08-032-23/+1
* util.datetime: Added implementation for function parse().Waqas Hussain2010-08-021-1/+20
* util.sasl_cyrus: Cleanup.Waqas Hussain2010-08-021-9/+4
* util.sasl: Removed method:forbidden() and its side effects.Waqas Hussain2010-08-021-21/+5
* util.sasl_cyrus: Removed method:forbidden().Waqas Hussain2010-08-021-7/+1
* util.xmppstream: Add set_session() method to change the session that a stream...Matthew Wild2010-08-021-2/+8
* 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
* util.sasl.scram: Made function Hi public.Waqas Hussain2010-07-261-1/+1
* util.iterators: Add skip() to skip the first n items of an iteratorMatthew Wild2010-07-201-0/+9
* 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-0/+13
|\ \ | |/ |/|
| * util.jid: compare() added, with some tests.Kim Alvefur2010-07-161-0/+13
* | 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
* util.sasl, util.sasl_cyrus: Use method:mechanisms() in method:select(), inste...Waqas Hussain2010-07-142-3/+2
* util.sasl, util.sasl_cyrus: Updated method:mechanisms() to cache and re-use l...Waqas Hussain2010-07-142-12/+18
* util.sasl: Use the proper session-specific table of mechanisms when selecting...Waqas Hussain2010-07-141-2/+2
* SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array.Waqas Hussain2010-07-142-2/+2
* util.roster: Initial skeleton commitMatthew Wild2010-07-141-0/+19
* util.logger: Add reset() method to clear all sinksMatthew Wild2010-07-141-0/+15
* util.caps: Entity capabilities hash generation (moved from mod_pep)Matthew Wild2010-07-091-0/+61
* util.filters: Add newline at end of fileMatthew Wild2010-07-081-1/+1
* util.prosodyctl: Fixed host variables in user_exists.Tobias Tom2010-07-011-2/+2
* Merge 0.7->trunkMatthew Wild2010-06-291-3/+44
|\
| * util.sasl_cyrus: Return error strings using the new table mapping error codes...Waqas Hussain2010-06-241-3/+3
| * util.sasl_cyrus: Added a table mapping error codes to strings.Waqas Hussain2010-06-241-0/+41
* | util.prosodyctl: Initialize the host's auth provider if necessary (thanks joh...Matthew Wild2010-06-291-0/+12