aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.6->0.7Matthew Wild2011-06-021-1/+4
|\
| * xmlhandlers/xmppstream: Stop the parser when encountering restricted XML, com...Matthew Wild2011-06-021-1/+4
* | Merge 0.6->0.7Matthew Wild2011-06-021-1/+0
|\|
| * xmlhandlers: Don't restrict CDATAMatthew Wild2011-06-021-1/+0
* | Merge 0.6->0.7Matthew Wild2011-06-011-0/+22
|\|
| * xmlhandlers: Reject XML comments, processing instructions and (if supported b...Matthew Wild2011-06-011-0/+22
* | certmanager: Don't disable LuaSec and future cert loading on failure, and add...Matthew Wild2010-07-231-2/+3
* | mod_privacy: Add service discovery feature.Waqas Hussain2010-07-031-0/+2
* | mod_privacy: Return the correct item-not-found instead of bad-request when a ...Matthew Wild2010-07-021-1/+3
* | net.server_select: Clean up buffer and fire drained callback on successful wr...Matthew Wild2010-07-021-1/+1
* | net.server_select: Fix a snippet of code that was living at the wrong indenta...Matthew Wild2010-07-021-3/+3
* | s2smanager: Don't attempt to connect to a nil host (for whatever reason... in...Matthew Wild2010-07-021-1/+1
* | Merge backoutMatthew Wild2010-06-291-1/+1
|\ \
| * | Backed out changeset 454e1cf18daf (this isn't for debugging, it's to inform t...Matthew Wild2010-06-291-1/+1
* | | mod_privacy: Treat stanzas with no 'to' address as going to the user's bare J...Matthew Wild2010-06-291-1/+1
* | | util.sasl_cyrus: Return error strings using the new table mapping error codes...Waqas Hussain2010-06-241-3/+3
* | | util.sasl_cyrus: Added a table mapping error codes to strings.Waqas Hussain2010-06-241-0/+41
* | | mod_register: Delete the offline store as a list, and delete the privacy store.Waqas Hussain2010-06-241-1/+2
* | | mod_register: Don't disable account before deleting it (unnecessary, and can ...Waqas Hussain2010-06-241-1/+1
* | | mod_compression: Lowered a log level.Waqas Hussain2010-06-241-1/+1
* | | Tagging 0.7.0 (again)Matthew Wild2010-06-120-0/+0
* | | sessionmanager: Fixed a traceback on invalid usernames (typo in previous comm...vault/0.7.00.7.0Waqas Hussain2010-06-111-1/+1
* | | mod_saslauth: Return proper error on invalid usernames.Waqas Hussain2010-06-111-9/+9
* | | net.server_event: attemp to fix more spelling fail.Waqas Hussain2010-06-111-9/+9
* | | sessionmanager: Moved nodeprep to sessionmanager.make_authenticated.Waqas Hussain2010-06-111-0/+3
* | | prosodyctl, util.pluginloader: Remove support for storing plugins in the data...Matthew Wild2010-06-112-54/+0
* | | Tagging 0.7.0Matthew Wild2010-06-090-0/+0
* | | tools/xep227toprosody.lua: Set executable bitMatthew Wild2010-06-091-0/+0
* | | mod_compression: Removed some useless logging code.Waqas Hussain2010-06-081-1/+0
* | | mod_announce: Fixed an edge case where non-admins attempting to announce woul...Waqas Hussain2010-06-081-1/+0
* | | util.sasl_cyrus: Log the textual representation of unknown Cyrus SASL errors,...Waqas Hussain2010-06-031-1/+1
* | | util.sasl.scram: Fixed a log level.Waqas Hussain2010-06-031-1/+1
* | | mod_presence: Send unavailable presence in response to probes to the sender's...Waqas Hussain2010-06-031-1/+1
* | | s2smanager: Remove potentially misleading log message (thanks albert)Matthew Wild2010-06-031-1/+0
* | | net.server_event: Also return the socket from wrapclient, to maintain compati...Matthew Wild2010-06-021-1/+1
* | | mod_groups: Check for existence of roster[false] before clearing version (tha...Matthew Wild2010-05-261-1/+3
* | | util.sasl.scram: Fix remaining - in profile nameMatthew Wild2010-05-241-1/+1
* | | util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_'Tobias Markmann2010-05-242-5/+12
* | | util.sasl.scram: Fixing logic error in argument checking.Tobias Markmann2010-05-241-1/+1
* | | Merge 0.7/waqas->0.7/MattJMatthew Wild2010-05-235-12/+15
|\ \ \
| * | | mod_private: Detect datamanager read errors, and respond with 'internal-serve...Waqas Hussain2010-05-241-1/+5
| * | | usermanager: Take datamanager errors into account when determining account ex...Waqas Hussain2010-05-241-1/+2
| * | | mod_presence: Don't send 'unsubscribed' in response to probes when roster loa...Waqas Hussain2010-05-241-2/+3
| * | | rostermanager: Return an error string when subscription test fails due to an ...Waqas Hussain2010-05-241-2/+2
| * | | rostermanager: Mark rosters which fail to load as broken, and never save them.Waqas Hussain2010-05-241-1/+2
| * | | mod_presence: Removed a useless check when handling incoming presence probes ...Waqas Hussain2010-05-241-4/+0
| * | | util.datamanager: Return an error string when failing to save.Waqas Hussain2010-05-231-1/+1
* | | | util.sasl.scram: Adjusting authentication backend name to conform with the st...Tobias Markmann2010-02-281-1/+1
* | | | util.sasl.scram: Fixing issue #177.Tobias Markmann2010-05-221-1/+1
* | | | util.sasl.plain: Typo.Tobias Markmann2010-05-221-1/+1