11 months ago Matthew Wild Merge 0.6->0.7 default tip changeset | files
11 months ago Matthew Wild xmlhandlers/xmppstream: Stop the parser when encountering restricted XML, completing the fix for the billion laughs attack changeset | files
11 months ago Matthew Wild Merge 0.6->0.7 changeset | files
11 months ago Matthew Wild xmlhandlers: Don't restrict CDATA changeset | files
11 months ago Matthew Wild Merge 0.6->0.7 changeset | files
11 months ago Matthew Wild xmlhandlers: Reject XML comments, processing instructions and (if supported by LuaExpat) DTDs. If not supported, log a warning. [Backport of 7cc426988bcc in trunk] changeset | files
22 months ago Matthew Wild certmanager: Don't disable LuaSec and future cert loading on failure, and add error messages to the no LuaSec/config cases (thanks Jakob) changeset | files
22 months ago Waqas Hussain mod_privacy: Add service discovery feature. changeset | files
22 months ago Matthew Wild mod_privacy: Return the correct item-not-found instead of bad-request when a non-existent list is activated by the client (thanks teo) changeset | files
22 months ago Matthew Wild net.server_select: Clean up buffer and fire drained callback on successful 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) changeset | files
22 months ago Matthew Wild net.server_select: Fix a snippet of code that was living at the wrong indentation level changeset | files
22 months ago Matthew Wild s2smanager: Don't attempt to connect to a nil host (for whatever reason... invalid DNS record perhaps?) (thanks dersd) changeset | files
22 months ago Matthew Wild Merge backout changeset | files
22 months ago Matthew Wild Backed out changeset 454e1cf18daf (this isn't for debugging, it's to inform the user) changeset | files
22 months ago Matthew Wild mod_privacy: Treat stanzas with no 'to' address as going to the user's bare JID (thanks KSid) changeset | files
23 months ago Waqas Hussain util.sasl_cyrus: Return error strings using the new table mapping error codes to strings. changeset | files
23 months ago Waqas Hussain util.sasl_cyrus: Added a table mapping error codes to strings. changeset | files
23 months ago Waqas Hussain mod_register: Delete the offline store as a list, and delete the privacy store. changeset | files
23 months ago Waqas Hussain mod_register: Don't disable account before deleting it (unnecessary, and can cause problems). changeset | files
23 months ago Waqas Hussain mod_compression: Lowered a log level. changeset | files
23 months ago Matthew Wild Tagging 0.7.0 (again) changeset | files
23 months ago Waqas Hussain sessionmanager: Fixed a traceback on invalid usernames (typo in previous commit). 0.7.0 changeset | files
23 months ago Waqas Hussain mod_saslauth: Return proper error on invalid usernames. changeset | files
23 months ago Waqas Hussain net.server_event: attemp to fix more spelling fail. changeset | files
23 months ago Waqas Hussain sessionmanager: Moved nodeprep to sessionmanager.make_authenticated. changeset | files
23 months ago Matthew Wild prosodyctl, util.pluginloader: Remove support for storing plugins in the data store, and the addplugin command changeset | files
23 months ago Matthew Wild Tagging 0.7.0 changeset | files
23 months ago Matthew Wild tools/xep227toprosody.lua: Set executable bit changeset | files
23 months ago Waqas Hussain mod_compression: Removed some useless logging code. changeset | files
23 months ago Waqas Hussain mod_announce: Fixed an edge case where non-admins attempting to announce would get two error replies. changeset | files
23 months ago Waqas Hussain util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors, not just the error code. changeset | files
23 months ago Waqas Hussain util.sasl.scram: Fixed a log level. changeset | files
23 months ago Waqas Hussain mod_presence: Send unavailable presence in response to probes to the sender's full JID, not bare JID. changeset | files
23 months ago Matthew Wild s2smanager: Remove potentially misleading log message (thanks albert) changeset | files
23 months ago Matthew Wild net.server_event: Also return the socket from wrapclient, to maintain compatibility with server_select (thanks uhoreg) changeset | files
24 months ago Matthew Wild mod_groups: Check for existence of roster[false] before clearing version (thanks Flo) changeset | files
24 months ago Matthew Wild util.sasl.scram: Fix remaining - in profile name changeset | files
24 months ago Tobias Markmann util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_' changeset | files
24 months ago Tobias Markmann util.sasl.scram: Fixing logic error in argument checking. changeset | files
24 months ago Matthew Wild Merge 0.7/waqas->0.7/MattJ changeset | files
2010-02-28 Tobias Markmann util.sasl.scram: Adjusting authentication backend name to conform with the style already used by the plain module. changeset | files
24 months ago Tobias Markmann util.sasl.scram: Fixing issue #177. changeset | files
24 months ago Tobias Markmann util.sasl.plain: Typo. changeset | files
24 months ago Tobias Markmann util.sasl.scram: Providing an API function to generate a salted password for the SCRAM-SHA-1 mechanism. changeset | files
24 months ago Tobias Markmann util.sasl.scram: Split up long line. changeset | files
24 months ago Tobias Markmann util.sasl.scram: Parsing client-final-message in a more strict way. (thanks Marc Santamaria) changeset | files
24 months ago Tobias Markmann util.sasl.scram: Fix in nonce check of client-final-message. changeset | files
24 months ago Tobias Markmann util.sasl.scram: Parsing client-first-message in a more strict way. (thanks Marc Santamaria) changeset | files
24 months ago Tobias Markmann util.sasl.scram: Check nonce in client final message. Check channel binding flag in client first message. Adding some TODOs on more strict parsing. (thanks Marc Santamaria) changeset | files
2010-05-06 Waqas Hussain util.sasl.scram: Fixed global access. changeset | files
2010-02-28 Tobias Markmann util.sasl.scram: Adding documentation on SCRAM authentication backend. changeset | files
2010-02-28 Tobias Markmann util.sasl: Abstracting out the hash function used since SCRAM is independent of it. Adding scram-{mech} authentication backend support. changeset | files
24 months ago Tobias Markmann util.sasl.plain: Removing plain_hashed authentication provider. Just do hashing and comparison yourself in a plain_test authentication provider. changeset | files
2010-03-12 Tobias Markmann util.sasl: 2009 -> 2010 in copyright header. changeset | files
2010-02-28 Tobias Markmann util.sasl.plain: Adding plain_hashed authentication backend support. changeset | files
2010-02-28 Tobias Markmann util.sasl: Moving SASL authentication backends documentation to the mechanism files. changeset | files
24 months ago Waqas Hussain mod_private: Detect datamanager read errors, and respond with 'internal-server-error'. changeset | files
24 months ago Waqas Hussain usermanager: Take datamanager errors into account when determining account existance. changeset | files
24 months ago Waqas Hussain mod_presence: Don't send 'unsubscribed' in response to probes when roster loading fails. changeset | files
24 months ago Waqas Hussain rostermanager: Return an error string when subscription test fails due to an error. changeset | files
(0) -3000 -1000 -300 -100 -60 tip

mercurial