aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* util.jid: Fix parsing of JIDs with no nodepart and an @ in the resourcepart ↵Matthew Wild2010-08-311-1/+1
| | | | (thanks seth)
* 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 ↵Matthew Wild2010-08-301-0/+24
| | | | (return nil to remove tag from stanza)
* util.stanza: Optimisation, remove useless if...then in stanza:children() ↵Matthew Wild2010-08-291-2/+1
| | | | iterator
* 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 ↵Waqas Hussain2010-08-231-0/+3
| | | | provisioning check out of mod_saslauth.
* util.sasl_cyrus: Spaces -> tabs.Waqas Hussain2010-08-231-7/+7
|
* util.logger: Remove support for the 'log_sources' option, to remove a ↵Matthew Wild2010-08-221-15/+0
| | | | dependency on configmanager. I think the equivalent of log_sources can be done with the advanced logging config.
* 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 ↵Matthew Wild2010-08-021-2/+8
| | | | stream is associated with
* 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
|
* 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 ↵Waqas Hussain2010-07-152-2/+2
| | | | method:select().
* 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-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 ↵Waqas Hussain2010-06-241-3/+3
| | | | | | | | codes to strings.
| * 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 ↵Matthew Wild2010-06-291-0/+12
| | | | | | | | johnny, and all the other people whom this hindered :) )
* | Merge 0.7->trunkMatthew Wild2010-06-111-23/+0
|\|
| * prosodyctl, util.pluginloader: Remove support for storing plugins in the ↵Matthew Wild2010-06-111-23/+0
| | | | | | | | data store, and the addplugin command
| * util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL ↵Waqas Hussain2010-06-031-1/+1
| | | | | | | | errors, not just the error code.
| * util.sasl.scram: Fixed a log level.Waqas Hussain2010-06-031-1/+1
| |
* | util.sasl.scram: Authenticate clients by calculated StoredKey instead of ↵Tobias Markmann2010-06-081-10/+10
| | | | | | | | ClientProof.
* | mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted ↵Tobias Markmann2010-06-081-5/+6
| | | | | | | | hashed password.
* | util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL ↵Waqas Hussain2010-06-031-1/+1
| | | | | | | | errors, not just the error code.
* | SASL: Minor cleanup.Waqas Hussain2010-06-034-11/+6
| |