| Commit message (Expand) | Author | Age | Files | Lines |
* | util.pluginloader: Remove useless datamanager dependency. | Waqas Hussain | 2010-07-31 | 1 | -2/+0 |
* | util.pluginloader: Fix loading of plugins, plugin libraries and resources in ... | Waqas Hussain | 2010-07-31 | 1 | -9/+23 |
* | util.roster: Remove, not going this route now | Matthew Wild | 2010-07-26 | 1 | -19/+0 |
* | util.sasl.scram: Made function Hi public. | Waqas Hussain | 2010-07-26 | 1 | -1/+1 |
* | util.iterators: Add skip() to skip the first n items of an iterator | Matthew Wild | 2010-07-20 | 1 | -0/+9 |
* | Merge Florob->trunk | Matthew Wild | 2010-07-16 | 1 | -0/+27 |
|\ |
|
| * | util.dataforms: Add list-multi support | Florian Zeitz | 2010-07-15 | 1 | -0/+22 |
| * | util.dataforms: Capability to set default for list-single | Florian Zeitz | 2010-07-15 | 1 | -0/+5 |
* | | Merge Zash->trunk | Matthew Wild | 2010-07-16 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | util.jid: compare() added, with some tests. | Kim Alvefur | 2010-07-16 | 1 | -0/+13 |
* | | util.sasl.scram: Reference actual RFC instead of the draft. | Tobias Markmann | 2010-07-15 | 1 | -1/+1 |
|/ |
|
* | util.sasl, util.sasl_cyrus: s/self.mechanisms()/self:mechanisms()/ in method:... | Waqas Hussain | 2010-07-15 | 2 | -2/+2 |
* | util.sasl, util.sasl_cyrus: Use method:mechanisms() in method:select(), inste... | Waqas Hussain | 2010-07-14 | 2 | -3/+2 |
* | util.sasl, util.sasl_cyrus: Updated method:mechanisms() to cache and re-use l... | Waqas Hussain | 2010-07-14 | 2 | -12/+18 |
* | util.sasl: Use the proper session-specific table of mechanisms when selecting... | Waqas Hussain | 2010-07-14 | 1 | -2/+2 |
* | SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array. | Waqas Hussain | 2010-07-14 | 2 | -2/+2 |
* | util.roster: Initial skeleton commit | Matthew Wild | 2010-07-14 | 1 | -0/+19 |
* | util.logger: Add reset() method to clear all sinks | Matthew Wild | 2010-07-14 | 1 | -0/+15 |
* | util.caps: Entity capabilities hash generation (moved from mod_pep) | Matthew Wild | 2010-07-09 | 1 | -0/+61 |
* | util.filters: Add newline at end of file | Matthew Wild | 2010-07-08 | 1 | -1/+1 |
* | util.prosodyctl: Fixed host variables in user_exists. | Tobias Tom | 2010-07-01 | 1 | -2/+2 |
* | Merge 0.7->trunk | Matthew Wild | 2010-06-29 | 1 | -3/+44 |
|\ |
|
| * | util.sasl_cyrus: Return error strings using the new table mapping error codes... | Waqas Hussain | 2010-06-24 | 1 | -3/+3 |
| * | util.sasl_cyrus: Added a table mapping error codes to strings. | Waqas Hussain | 2010-06-24 | 1 | -0/+41 |
* | | util.prosodyctl: Initialize the host's auth provider if necessary (thanks joh... | Matthew Wild | 2010-06-29 | 1 | -0/+12 |
* | | Merge 0.7->trunk | Matthew Wild | 2010-06-11 | 1 | -23/+0 |
|\| |
|
| * | prosodyctl, util.pluginloader: Remove support for storing plugins in the data... | Matthew Wild | 2010-06-11 | 1 | -23/+0 |
| * | util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors,... | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
| * | util.sasl.scram: Fixed a log level. | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
* | | util.sasl.scram: Authenticate clients by calculated StoredKey instead of Clie... | Tobias Markmann | 2010-06-08 | 1 | -10/+10 |
* | | mod_auth_internal_hashed: Store StoredKey and ServerKey instead of salted has... | Tobias Markmann | 2010-06-08 | 1 | -5/+6 |
* | | util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors,... | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
* | | SASL: Minor cleanup. | Waqas Hussain | 2010-06-03 | 4 | -11/+6 |
* | | util.sasl.scram: Fixed a log level. | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
* | | Check in mod_hashpassauth -- works! | Jeff Mitchell | 2010-05-26 | 1 | -2/+2 |
* | | util.filters: Ensure initialize() never initializes an object twice - and ret... | Matthew Wild | 2010-06-02 | 1 | -10/+13 |
* | | util.filters: Break processing if a filterer returns nil | Matthew Wild | 2010-06-02 | 1 | -0/+1 |
* | | util.filters: Don't traceback with no filters of a type added | Matthew Wild | 2010-06-02 | 1 | -2/+4 |
* | | util.filters: Don't traceback when trying to remove a filter from an uninitia... | Matthew Wild | 2010-06-02 | 1 | -0/+1 |
* | | util.filters: Expose the initialization function | Matthew Wild | 2010-06-02 | 1 | -2/+2 |
* | | util.filters: New utility library for managing filters on an object | Matthew Wild | 2010-06-02 | 1 | -0/+61 |
* | | Merge 0.7->trunk | Matthew Wild | 2010-05-24 | 1 | -1/+1 |
|\| |
|
| * | util.sasl.scram: Fix remaining - in profile name | Matthew Wild | 2010-05-24 | 1 | -1/+1 |
| * | util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_' | Tobias Markmann | 2010-05-24 | 2 | -5/+12 |
| * | util.sasl.scram: Fixing logic error in argument checking. | Tobias Markmann | 2010-05-24 | 1 | -1/+1 |
* | | util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_' | Tobias Markmann | 2010-05-24 | 2 | -5/+12 |
* | | util.sasl.scram: Fixing logic error in argument checking. | Tobias Markmann | 2010-05-24 | 1 | -1/+1 |
* | | Merge 0.7->trunk | Matthew Wild | 2010-05-23 | 2 | -6/+14 |
|\| |
|
| * | Merge 0.7/waqas->0.7/MattJ | Matthew Wild | 2010-05-23 | 1 | -1/+1 |
| |\ |
|
| | * | util.datamanager: Return an error string when failing to save. | Waqas Hussain | 2010-05-23 | 1 | -1/+1 |