Commit message (Collapse) | 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 ↵ | Matthew Wild | 2011-06-01 | 1 | -0/+22 |
| | | | | | | | | by LuaExpat) DTDs. If not supported, log a warning. [Backport of 7cc426988bcc in trunk] | ||||
* | | certmanager: Don't disable LuaSec and future cert loading on failure, and ↵ | Matthew Wild | 2010-07-23 | 1 | -2/+3 |
| | | | | | | | | add error messages to the no LuaSec/config cases (thanks Jakob) | ||||
* | | 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 |
| | | | | | | | | non-existent list is activated by the client (thanks teo) | ||||
* | | net.server_select: Clean up buffer and fire drained callback on successful ↵ | Matthew Wild | 2010-07-02 | 1 | -1/+1 |
| | | | | | | | | write before we try and start TLS negotiation (if negotiation fails instantly then we can be left without a handler to use for cleanup) (thanks dersd) | ||||
* | | net.server_select: Fix a snippet of code that was living at the wrong ↵ | Matthew Wild | 2010-07-02 | 1 | -3/+3 |
| | | | | | | | | indentation level | ||||
* | | s2smanager: Don't attempt to connect to a nil host (for whatever reason... ↵ | Matthew Wild | 2010-07-02 | 1 | -1/+1 |
| | | | | | | | | invalid DNS record perhaps?) (thanks dersd) | ||||
* | | Merge backout | Matthew Wild | 2010-06-29 | 1 | -1/+1 |
|\ \ | |||||
| * | | Backed out changeset 454e1cf18daf (this isn't for debugging, it's to inform ↵ | Matthew Wild | 2010-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | the user) | ||||
* | | | mod_privacy: Treat stanzas with no 'to' address as going to the user's bare ↵ | Matthew Wild | 2010-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | JID (thanks KSid) | ||||
* | | | util.sasl_cyrus: Return error strings using the new table mapping error ↵ | Waqas Hussain | 2010-06-24 | 1 | -3/+3 |
| | | | | | | | | | | | | codes to strings. | ||||
* | | | 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 |
| | | | | | | | | | | | | cause problems). | ||||
* | | | 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 ↵vault/0.7.00.7.0 | Waqas Hussain | 2010-06-11 | 1 | -1/+1 |
| | | | | | | | | | | | | commit). | ||||
* | | | 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 ↵ | Matthew Wild | 2010-06-11 | 2 | -54/+0 |
| | | | | | | | | | | | | data store, and the addplugin command | ||||
* | | | 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 ↵ | Waqas Hussain | 2010-06-08 | 1 | -1/+0 |
| | | | | | | | | | | | | would get two error replies. | ||||
* | | | util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL ↵ | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | errors, not just the error code. | ||||
* | | | 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 ↵ | Waqas Hussain | 2010-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | sender's full JID, not bare JID. | ||||
* | | | 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 ↵ | Matthew Wild | 2010-06-02 | 1 | -1/+1 |
| | | | | | | | | | | | | compatibility with server_select (thanks uhoreg) | ||||
* | | | mod_groups: Check for existence of roster[false] before clearing version ↵ | Matthew Wild | 2010-05-26 | 1 | -1/+3 |
| | | | | | | | | | | | | (thanks Flo) | ||||
* | | | 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 ↵ | Waqas Hussain | 2010-05-24 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | 'internal-server-error'. | ||||
| * | | | usermanager: Take datamanager errors into account when determining account ↵ | Waqas Hussain | 2010-05-24 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | existance. | ||||
| * | | | mod_presence: Don't send 'unsubscribed' in response to probes when roster ↵ | Waqas Hussain | 2010-05-24 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | loading fails. | ||||
| * | | | rostermanager: Return an error string when subscription test fails due to an ↵ | Waqas Hussain | 2010-05-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | error. | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | and subscriptions. | ||||
| * | | | 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 ↵ | Tobias Markmann | 2010-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | style already used by the plain module. | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | the SCRAM-SHA-1 mechanism. | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | Marc Santamaria) | ||||
* | | | | util.sasl.scram: Fix in nonce check of client-final-message. | Tobias Markmann | 2010-05-22 | 1 | -2/+2 |
| | | | |