| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | util.prosodyctl: Report Prosody as not running if the pidfile isn't locked | Matthew Wild | 2010-01-11 | 1 | -2/+9 |
| | |/ / / |
|
* | | | | | util.xmppstream: new() now returns a parser object | Matthew Wild | 2010-03-22 | 1 | -4/+9 |
* | | | | | util.xmppstream: Initial commit | Matthew Wild | 2010-03-22 | 1 | -0/+145 |
|/ / / / |
|
* | | | | util.sasl_cyrus: Return invalid-mechanism instead of undefined-condition wher... | Matthew Wild | 2010-03-18 | 1 | -6/+2 |
* | | | | util.sasl_cyrus: Clarify some log messages and levels | Matthew Wild | 2010-03-18 | 1 | -3/+3 |
* | | | | util.sasl_cyrus: Protect the call to cyrussasl.server_new properly. | Paul Aurich | 2010-03-17 | 1 | -5/+8 |
* | | | | util.sasl_cyrus: If available, use a c14n callback for interoperability with ... | Paul Aurich | 2010-03-17 | 1 | -0/+10 |
* | | | | util.cyrus_sasl: Pass the realm to Cyrus | Paul Aurich | 2010-03-15 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | util.sasl: Fixed a nil global access. | Waqas Hussain | 2010-03-02 | 1 | -1/+1 |
* | | | util.stanza: Fixed nil global accesses. | Waqas Hussain | 2010-03-02 | 1 | -3/+3 |
* | | | util.sasl_cyrus: Ensure the mechanisms table is available after a failed auth... | Waqas Hussain | 2010-03-01 | 1 | -0/+1 |
| |/
|/| |
|
* | | util.sasl.scram: Removed unnecessary dependency on bitlib. | Waqas Hussain | 2010-02-16 | 1 | -1/+0 |
* | | Backed out changeset cb1f9266130b: better way to achieve this to be committed... | Matthew Wild | 2010-02-13 | 1 | -43/+0 |
* | | util.datamanager: Added support for hooks to override behavior. | Waqas Hussain | 2010-02-11 | 1 | -0/+43 |
* | | util.sasl_cyrus: Add text message from cyrussasl to <not-authorized/> errors. | Waqas Hussain | 2010-02-10 | 1 | -1/+1 |
* | | Merge with backout | Matthew Wild | 2010-02-05 | 1 | -1/+2 |
|\ \ |
|
| * | | util.sasl.digest-md5: Revert changeset 6094a4e2b6f3 as it breaks some clients... | Matthew Wild | 2010-02-05 | 1 | -1/+2 |
* | | | util.dependencies: Don't query the config (it isn't really necessary) | Matthew Wild | 2010-02-05 | 1 | -9/+5 |
* | | | util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text> | Matthew Wild | 2010-01-31 | 1 | -7/+10 |
* | | | util.stanza: Add stanza:get_error() to return type, condition and text of a s... | Matthew Wild | 2010-01-29 | 1 | -0/+26 |
* | | | util.dependencies: Load luarocks.loader/luarocks.require | Matthew Wild | 2010-01-28 | 1 | -0/+5 |
* | | | util.dependencies, prosody, prosodyctl: Give util.dependencies a check_depend... | Matthew Wild | 2010-01-28 | 1 | -81/+86 |
* | | | util.dataforms: Add optional type parameters (defaults to 'form') | Matthew Wild | 2010-01-22 | 1 | -2/+2 |
* | | | util.stanza: Trailing whitespace | Matthew Wild | 2010-01-21 | 1 | -7/+5 |
* | | | prosodyctl: Use mode r+ for opening the file so 1) it fails if the file doesn... | Matthew Wild | 2010-01-13 | 1 | -1/+1 |
* | | | util.prosodyctl: Report Prosody as not running if the pidfile isn't locked | Matthew Wild | 2010-01-11 | 1 | -2/+9 |
* | | | util.datamanager: Use pposix.mkdir if available | Matthew Wild | 2010-01-10 | 1 | -3/+9 |
* | | | util.events: Rename add_plugin() and remove_plugin() to add_handlers() and re... | Matthew Wild | 2009-12-31 | 1 | -4/+4 |
* | | | util.sasl_cyrus: Report an error if Cyrus SASL init fails. | Tobias Markmann | 2009-12-30 | 1 | -1/+4 |
* | | | util.sasl_cyrus: Removing whitespace. | Tobias Markmann | 2009-12-29 | 1 | -2/+2 |
* | | | util.sasl_cyrus: Automatically initialize Cyrus SASL with the first used serv... | Tobias Markmann | 2009-12-29 | 1 | -1/+11 |
* | | | util.sasl_cyrus: Change variable name. | Tobias Markmann | 2009-12-28 | 1 | -2/+2 |
* | | | util.sasl_cyrus: Fixing cyrus mechanism list parsing. (Thanks darkrain) | Tobias Markmann | 2009-12-28 | 1 | -1/+1 |
* | | | first working version with Cyrus SASL support. | jorj | 2009-12-23 | 1 | -5/+7 |
* | | | util.sasl_cyrus: Further fixing and cleanup. | Tobias Markmann | 2009-12-22 | 1 | -2/+2 |
* | | | util.sasl_cyrus: Initializing Cyrus SASL library and a bit cleanup. | Tobias Markmann | 2009-12-22 | 1 | -11/+1 |
* | | | util.sasl_cyrus: Log errors if CyrusSASL init fails. | Tobias Markmann | 2009-12-22 | 1 | -2/+4 |
* | | | Adding sasl_cyrus.lua. A sasl.lua drop-in replacement to use CyrusSASL for al... | Tobias Markmann | 2009-12-22 | 1 | -0/+118 |
* | | | util.prosodyctl: Saner determination of Prosody executable path | Brian Cully | 2009-12-21 | 1 | -3/+1 |
* | | | util.timer: Use luaevent's built-in method of repeating an event (fixes a wei... | Matthew Wild | 2009-12-17 | 1 | -2/+2 |
* | | | util.datamanager: Store data stores with no host in '_global' folder | Matthew Wild | 2009-12-06 | 1 | -1/+1 |
* | | | util.pluginloader: Don't specify a host for the plugin data store (clever waq... | Matthew Wild | 2009-12-05 | 1 | -2/+2 |
* | | | Redo merge with Waqas' PBKDF2 optimizations. | Tobias Markmann | 2009-12-03 | 3 | -41/+37 |
|\ \ \ |
|
* \ \ \ | Merge with 0.6 | Matthew Wild | 2009-12-02 | 1 | -1/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | util.dependencies: Fix package name of LuaFilesystem | Matthew Wild | 2009-12-02 | 1 | -1/+1 |
* | | | | Merge with Tobias | Matthew Wild | 2009-12-02 | 3 | -37/+41 |
|\ \ \ \ |
|
* | | | | | util.pluginloader: Support for fetching plugins from the data store | Matthew Wild | 2009-12-02 | 1 | -5/+33 |
| |_|/ /
|/| | | |
|
* | | | | util.sasl.plain: Allow empty authzid (thanks bjc). | Waqas Hussain | 2009-12-01 | 1 | -1/+1 |
* | | | | util.hmac: Optimized. | Waqas Hussain | 2009-12-01 | 1 | -29/+20 |
* | | | | util.sasl.scram: Optimized binaryXOR. | Waqas Hussain | 2009-12-01 | 1 | -9/+14 |