| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.6->0.7 | Matthew Wild | 2011-06-01 | 1 | -0/+22 |
|\ |
|
| * | xmlhandlers: Reject XML comments, processing instructions and (if supported b... | Matthew Wild | 2011-06-01 | 1 | -0/+22 |
* | | certmanager: Don't disable LuaSec and future cert loading on failure, and add... | Matthew Wild | 2010-07-23 | 1 | -2/+3 |
* | | mod_privacy: Add service discovery feature. | Waqas Hussain | 2010-07-03 | 1 | -0/+2 |
* | | mod_privacy: Return the correct item-not-found instead of bad-request when a ... | Matthew Wild | 2010-07-02 | 1 | -1/+3 |
* | | net.server_select: Clean up buffer and fire drained callback on successful wr... | Matthew Wild | 2010-07-02 | 1 | -1/+1 |
* | | net.server_select: Fix a snippet of code that was living at the wrong indenta... | Matthew Wild | 2010-07-02 | 1 | -3/+3 |
* | | s2smanager: Don't attempt to connect to a nil host (for whatever reason... in... | Matthew Wild | 2010-07-02 | 1 | -1/+1 |
* | | Merge backout | Matthew Wild | 2010-06-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Backed out changeset 454e1cf18daf (this isn't for debugging, it's to inform t... | Matthew Wild | 2010-06-29 | 1 | -1/+1 |
* | | | mod_privacy: Treat stanzas with no 'to' address as going to the user's bare J... | Matthew Wild | 2010-06-29 | 1 | -1/+1 |
* | | | 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 |
* | | | mod_register: Delete the offline store as a list, and delete the privacy store. | Waqas Hussain | 2010-06-24 | 1 | -1/+2 |
* | | | mod_register: Don't disable account before deleting it (unnecessary, and can ... | Waqas Hussain | 2010-06-24 | 1 | -1/+1 |
* | | | mod_compression: Lowered a log level. | Waqas Hussain | 2010-06-24 | 1 | -1/+1 |
* | | | Tagging 0.7.0 (again) | Matthew Wild | 2010-06-12 | 0 | -0/+0 |
* | | | sessionmanager: Fixed a traceback on invalid usernames (typo in previous comm...vault/0.7.00.7.0 | Waqas Hussain | 2010-06-11 | 1 | -1/+1 |
* | | | mod_saslauth: Return proper error on invalid usernames. | Waqas Hussain | 2010-06-11 | 1 | -9/+9 |
* | | | net.server_event: attemp to fix more spelling fail. | Waqas Hussain | 2010-06-11 | 1 | -9/+9 |
* | | | sessionmanager: Moved nodeprep to sessionmanager.make_authenticated. | Waqas Hussain | 2010-06-11 | 1 | -0/+3 |
* | | | prosodyctl, util.pluginloader: Remove support for storing plugins in the data... | Matthew Wild | 2010-06-11 | 2 | -54/+0 |
* | | | Tagging 0.7.0 | Matthew Wild | 2010-06-09 | 0 | -0/+0 |
* | | | tools/xep227toprosody.lua: Set executable bit | Matthew Wild | 2010-06-09 | 1 | -0/+0 |
* | | | mod_compression: Removed some useless logging code. | Waqas Hussain | 2010-06-08 | 1 | -1/+0 |
* | | | mod_announce: Fixed an edge case where non-admins attempting to announce woul... | Waqas Hussain | 2010-06-08 | 1 | -1/+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 |
* | | | mod_presence: Send unavailable presence in response to probes to the sender's... | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
* | | | s2smanager: Remove potentially misleading log message (thanks albert) | Matthew Wild | 2010-06-03 | 1 | -1/+0 |
* | | | net.server_event: Also return the socket from wrapclient, to maintain compati... | Matthew Wild | 2010-06-02 | 1 | -1/+1 |
* | | | mod_groups: Check for existence of roster[false] before clearing version (tha... | Matthew Wild | 2010-05-26 | 1 | -1/+3 |
* | | | 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 |
* | | | Merge 0.7/waqas->0.7/MattJ | Matthew Wild | 2010-05-23 | 5 | -12/+15 |
|\ \ \ |
|
| * | | | mod_private: Detect datamanager read errors, and respond with 'internal-serve... | Waqas Hussain | 2010-05-24 | 1 | -1/+5 |
| * | | | usermanager: Take datamanager errors into account when determining account ex... | Waqas Hussain | 2010-05-24 | 1 | -1/+2 |
| * | | | mod_presence: Don't send 'unsubscribed' in response to probes when roster loa... | Waqas Hussain | 2010-05-24 | 1 | -2/+3 |
| * | | | rostermanager: Return an error string when subscription test fails due to an ... | Waqas Hussain | 2010-05-24 | 1 | -2/+2 |
| * | | | rostermanager: Mark rosters which fail to load as broken, and never save them. | Waqas Hussain | 2010-05-24 | 1 | -1/+2 |
| * | | | mod_presence: Removed a useless check when handling incoming presence probes ... | Waqas Hussain | 2010-05-24 | 1 | -4/+0 |
| * | | | util.datamanager: Return an error string when failing to save. | Waqas Hussain | 2010-05-23 | 1 | -1/+1 |
* | | | | util.sasl.scram: Adjusting authentication backend name to conform with the st... | Tobias Markmann | 2010-02-28 | 1 | -1/+1 |
* | | | | util.sasl.scram: Fixing issue #177. | Tobias Markmann | 2010-05-22 | 1 | -1/+1 |
* | | | | util.sasl.plain: Typo. | Tobias Markmann | 2010-05-22 | 1 | -1/+1 |
* | | | | util.sasl.scram: Providing an API function to generate a salted password for ... | Tobias Markmann | 2010-05-22 | 1 | -1/+20 |
* | | | | util.sasl.scram: Split up long line. | Tobias Markmann | 2010-05-22 | 1 | -1/+2 |
* | | | | util.sasl.scram: Parsing client-final-message in a more strict way. (thanks ... | Tobias Markmann | 2010-05-22 | 1 | -4/+1 |
* | | | | util.sasl.scram: Fix in nonce check of client-final-message. | Tobias Markmann | 2010-05-22 | 1 | -2/+2 |