aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* Merge with tip.Tobias Markmann2010-03-123-4/+5
|\
| * util.sasl: Fixed a nil global access.Waqas Hussain2010-03-021-1/+1
| |
| * util.stanza: Fixed nil global accesses.Waqas Hussain2010-03-021-3/+3
| |
| * util.sasl_cyrus: Ensure the mechanisms table is available after a failed ↵Waqas Hussain2010-03-011-0/+1
| | | | | | | | auth attempt.
* | util.sasl: 2009 -> 2010 in copyright header.Tobias Markmann2010-03-125-5/+5
| |
* | util.sasl.scram: Adjusting authentication backend name to conform with the ↵Tobias Markmann2010-02-281-2/+2
| | | | | | | | style already used by the plain module.
* | util.sasl.plain: Adding plain_hashed authentication backend support.Tobias Markmann2010-02-281-1/+10
| |
* | util.sasl.scram: Adding documentation on SCRAM authentication backend.Tobias Markmann2010-02-281-0/+10
| |
* | util.sasl.anonymous: Adding documentation on anonymous authentication backend.Tobias Markmann2010-02-281-0/+10
| |
* | util.sasl: Moving SASL authentication backends documentation to the ↵Tobias Markmann2010-02-283-21/+30
| | | | | | | | mechanism files.
* | util.sasl: Abstracting out the hash function used since SCRAM is independent ↵Tobias Markmann2010-02-281-57/+75
|/ | | | of it. Adding scram-{mech} authentication backend support.
* util.sasl.scram: Removed unnecessary dependency on bitlib.Waqas Hussain2010-02-161-1/+0
|
* Backed out changeset cb1f9266130b: better way to achieve this to be ↵Matthew Wild2010-02-131-43/+0
| | | | committed Real Soon Now.
* util.datamanager: Added support for hooks to override behavior.Waqas Hussain2010-02-111-0/+43
|
* util.sasl_cyrus: Add text message from cyrussasl to <not-authorized/> errors.Waqas Hussain2010-02-101-1/+1
|
* Merge with backoutMatthew Wild2010-02-051-1/+2
|\
| * util.sasl.digest-md5: Revert changeset 6094a4e2b6f3 as it breaks some ↵Matthew Wild2010-02-051-1/+2
| | | | | | | | clients, re-visit some time down the line
* | util.dependencies: Don't query the config (it isn't really necessary)Matthew Wild2010-02-051-9/+5
| |
* | util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text>Matthew Wild2010-01-311-7/+10
| |
* | util.stanza: Add stanza:get_error() to return type, condition and text of a ↵Matthew Wild2010-01-291-0/+26
| | | | | | | | stanza error
* | util.dependencies: Load luarocks.loader/luarocks.requireMatthew Wild2010-01-281-0/+5
| |
* | util.dependencies, prosody, prosodyctl: Give util.dependencies a ↵Matthew Wild2010-01-281-81/+86
| | | | | | | | check_dependencies() function so the caller can decide what to do when dependencies aren't met - update prosody/prosodyctl for this change
* | util.dataforms: Add optional type parameters (defaults to 'form')Matthew Wild2010-01-221-2/+2
| |
* | util.stanza: Trailing whitespaceMatthew Wild2010-01-211-7/+5
| |
* | prosodyctl: Use mode r+ for opening the file so 1) it fails if the file ↵Matthew Wild2010-01-131-1/+1
| | | | | | | | doesn't exist 2) we have write access to lock it
* | util.prosodyctl: Report Prosody as not running if the pidfile isn't lockedMatthew Wild2010-01-111-2/+9
| |
* | util.datamanager: Use pposix.mkdir if availableMatthew Wild2010-01-101-3/+9
| |
* | util.events: Rename add_plugin() and remove_plugin() to add_handlers() and ↵Matthew Wild2009-12-311-4/+4
| | | | | | | | remove_handlers() respectively
* | util.sasl_cyrus: Report an error if Cyrus SASL init fails.Tobias Markmann2009-12-301-1/+4
| |
* | util.sasl_cyrus: Removing whitespace.Tobias Markmann2009-12-291-2/+2
| |
* | util.sasl_cyrus: Automatically initialize Cyrus SASL with the first used ↵Tobias Markmann2009-12-291-1/+11
| | | | | | | | service name.
* | util.sasl_cyrus: Change variable name.Tobias Markmann2009-12-281-2/+2
| |
* | util.sasl_cyrus: Fixing cyrus mechanism list parsing. (Thanks darkrain)Tobias Markmann2009-12-281-1/+1
| |
* | first working version with Cyrus SASL support.jorj2009-12-231-5/+7
| |
* | util.sasl_cyrus: Further fixing and cleanup.Tobias Markmann2009-12-221-2/+2
| |
* | util.sasl_cyrus: Initializing Cyrus SASL library and a bit cleanup.Tobias Markmann2009-12-221-11/+1
| |
* | util.sasl_cyrus: Log errors if CyrusSASL init fails.Tobias Markmann2009-12-221-2/+4
| |
* | Adding sasl_cyrus.lua. A sasl.lua drop-in replacement to use CyrusSASL for ↵Tobias Markmann2009-12-221-0/+118
| | | | | | | | all c2s authentication.
* | util.prosodyctl: Saner determination of Prosody executable pathBrian Cully2009-12-211-3/+1
| |
* | util.timer: Use luaevent's built-in method of repeating an event (fixes a ↵Matthew Wild2009-12-171-2/+2
| | | | | | | | weird crash)
* | util.datamanager: Store data stores with no host in '_global' folderMatthew Wild2009-12-061-1/+1
| |
* | util.pluginloader: Don't specify a host for the plugin data store (clever ↵Matthew Wild2009-12-051-2/+2
| | | | | | | | waqas...)
* | Redo merge with Waqas' PBKDF2 optimizations.Tobias Markmann2009-12-033-41/+37
|\ \
* \ \ Merge with 0.6Matthew Wild2009-12-021-1/+1
|\ \ \
| * | | util.dependencies: Fix package name of LuaFilesystemMatthew Wild2009-12-021-1/+1
| | | |
* | | | Merge with TobiasMatthew Wild2009-12-023-37/+41
|\ \ \ \
* | | | | util.pluginloader: Support for fetching plugins from the data storeMatthew Wild2009-12-021-5/+33
| |_|/ / |/| | |
* | | | util.sasl.plain: Allow empty authzid (thanks bjc).Waqas Hussain2009-12-011-1/+1
| | | |
* | | | util.hmac: Optimized.Waqas Hussain2009-12-011-29/+20
| | | |
* | | | util.sasl.scram: Optimized binaryXOR.Waqas Hussain2009-12-011-9/+14
| | | |