aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge 0.7->trunkMatthew Wild2010-06-111-23/+0
|\|
| * prosodyctl, util.pluginloader: Remove support for storing plugins in the data...Matthew Wild2010-06-111-23/+0
| * util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors,...Waqas Hussain2010-06-031-1/+1
| * util.sasl.scram: Fixed a log level.Waqas Hussain2010-06-031-1/+1
* | util.sasl.scram: Authenticate clients by calculated StoredKey instead of Clie...Tobias Markmann2010-06-081-10/+10
* | mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted has...Tobias Markmann2010-06-081-5/+6
* | util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors,...Waqas Hussain2010-06-031-1/+1
* | SASL: Minor cleanup.Waqas Hussain2010-06-034-11/+6
* | util.sasl.scram: Fixed a log level.Waqas Hussain2010-06-031-1/+1
* | Check in mod_hashpassauth -- works!Jeff Mitchell2010-05-261-2/+2
* | util.filters: Ensure initialize() never initializes an object twice - and ret...Matthew Wild2010-06-021-10/+13
* | util.filters: Break processing if a filterer returns nilMatthew Wild2010-06-021-0/+1
* | util.filters: Don't traceback with no filters of a type addedMatthew Wild2010-06-021-2/+4
* | util.filters: Don't traceback when trying to remove a filter from an uninitia...Matthew Wild2010-06-021-0/+1
* | util.filters: Expose the initialization functionMatthew Wild2010-06-021-2/+2