Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 ↵ | Matthew Wild | 2010-02-13 | 1 | -43/+0 | |
| | | | | | | | | committed Real Soon Now. | |||||
* | | 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 ↵ | Matthew Wild | 2010-02-05 | 1 | -1/+2 | |
| | | | | | | | | | | | | clients, re-visit some time down the line | |||||
* | | | 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 ↵ | Matthew Wild | 2010-01-29 | 1 | -0/+26 | |
| | | | | | | | | | | | | stanza error | |||||
* | | | util.dependencies: Load luarocks.loader/luarocks.require | Matthew Wild | 2010-01-28 | 1 | -0/+5 | |
| | | | ||||||
* | | | util.dependencies, prosody, prosodyctl: Give util.dependencies a ↵ | Matthew Wild | 2010-01-28 | 1 | -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 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 ↵ | Matthew Wild | 2010-01-13 | 1 | -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 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 ↵ | Matthew Wild | 2009-12-31 | 1 | -4/+4 | |
| | | | | | | | | | | | | remove_handlers() respectively | |||||
* | | | 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 ↵ | Tobias Markmann | 2009-12-29 | 1 | -1/+11 | |
| | | | | | | | | | | | | service name. | |||||
* | | | 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 ↵ | Tobias Markmann | 2009-12-22 | 1 | -0/+118 | |
| | | | | | | | | | | | | all c2s authentication. | |||||
* | | | 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 ↵ | Matthew Wild | 2009-12-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | weird crash) | |||||
* | | | 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 ↵ | Matthew Wild | 2009-12-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | waqas...) | |||||
* | | | 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 | |
| | | | | ||||||
* | | | | util.sasl.scram: Fixed a variable redeclaration. | Waqas Hussain | 2009-12-01 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | util.sasl.scram: Making =2D and =3D substitution actually work. | Tobias Markmann | 2009-11-30 | 1 | -2/+2 | |
| | | | ||||||
* | | | util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a ↵ | Matthew Wild | 2009-11-30 | 1 | -0/+11 | |
| | | | | | | | | | | | | name/xmlns | |||||
* | | | util.sasl.plain: A little refactoring. | Waqas Hussain | 2009-11-29 | 1 | -13/+10 | |
| | | | ||||||
* | | | util.sasl.digest-md5: Fixing some variable access. | Tobias Markmann | 2009-11-28 | 1 | -2/+3 | |
| | | | ||||||
* | | | Make some more variables to locals. | Tobias Markmann | 2009-11-28 | 2 | -7/+3 | |
| | | | ||||||
* | | | util.sasl: Move some variables to local space. Fix a bug. | Tobias Markmann | 2009-11-28 | 1 | -4/+5 | |
| | | | ||||||
* | | | util.sasl.plain: Fail gracefully on empty <auth/> tag | Matthew Wild | 2009-11-28 | 1 | -5/+9 | |
| | | | ||||||
* | | | util.jid: Add join(node, host, resource) function to join the components and ↵ | Matthew Wild | 2009-11-27 | 1 | -0/+13 | |
| | | | | | | | | | | | | return nil if invalid | |||||
* | | | util.sasl: Adding clean_clone() method. | Tobias Markmann | 2009-11-26 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge with 0.6 | Matthew Wild | 2009-11-25 | 1 | -1/+1 | |
|\| | |