aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mod_adhoc: Add support for commands only executable by global administratorsFlorian Zeitz2011-06-021-6/+9
|
* Merge 0.8->trunkMatthew Wild2011-06-021-2/+5
|\
| * Merge 0.7->0.8Matthew Wild2011-06-021-2/+5
| |\
| | * Merge 0.6->0.7Matthew Wild2011-06-021-1/+4
| | |\
| | | * xmlhandlers/xmppstream: Stop the parser when encountering restricted XML, ↵Matthew Wild2011-06-021-1/+4
| | | | | | | | | | | | | | | | completing the fix for the billion laughs attack
* | | | Merge 0.8->trunkMatthew Wild2011-06-022-0/+20
|\| | |
| * | | mod_storage_sql: Switch to MEDIUMTEXT for the 'value' column when using ↵Matthew Wild2011-06-021-0/+18
| | | | | | | | | | | | | | | | MySQL, as it imposes a 64K limit otherwise, potentially truncating data. Automatically upgrades existing tables.
| * | | util.json: Fixed handling of truncated JSON.Waqas Hussain2011-06-021-0/+2
| | | |
* | | | Merge 0.8->trunkMatthew Wild2011-06-021-1/+0
|\| | |
| * | | Merge 0.7->0.8Matthew Wild2011-06-021-1/+0
| |\| |
| | * | Merge 0.6->0.7Matthew Wild2011-06-021-1/+0
| | |\|
| | | * xmlhandlers: Don't restrict CDATAMatthew Wild2011-06-021-1/+0
| | | |
* | | | Merge 0.8->trunkMatthew Wild2011-06-020-0/+0
|\| | |
| * | | Merge 0.7->0.8Matthew Wild2011-06-010-0/+0
| |\| |
| | * | Merge 0.6->0.7Matthew Wild2011-06-011-0/+22
| | |\|
| | | * xmlhandlers: Reject XML comments, processing instructions and (if supported ↵Matthew Wild2011-06-011-0/+22
| | | | | | | | | | | | | | | | by LuaExpat) DTDs. If not supported, log a warning. [Backport of 7cc426988bcc in trunk]
| * | | util.xmppstream: Reject XML comments, processing instructions and (if ↵Matthew Wild2011-06-011-0/+21
| | | | | | | | | | | | | | | | supported by LuaExpat) DTDs. If not supported, log a warning.
* | | | util.xmppstream: Reject XML comments, processing instructions and (if ↵Matthew Wild2011-06-011-0/+21
| | | | | | | | | | | | | | | | supported by LuaExpat) DTDs. If not supported, log a warning.
* | | | util.encodings: Check return values before proceedingPaul Aurich2011-05-221-3/+17
| | | |
* | | | util.encodings: Swap code order ("ifndef" bugs me)Paul Aurich2011-05-221-75/+77
| | | |
* | | | util.encodings: Fix idna.to_unicodePaul Aurich2011-05-221-1/+1
| | | |
* | | | mod_register: Change the default for 'allow_registration' from true to ↵Matthew Wild2011-05-281-1/+1
| | | | | | | | | | | | | | | | false, most users shouldn't be affected as allow_registration is already explicitly set in the default config file.
* | | | mod_register: Move allow_registration option into an upvalue for efficiency ↵Matthew Wild2011-05-281-2/+3
| | | | | | | | | | | | | | | | (now it is being checked on every new c2s stream)
* | | | Advertise in-band registration support.Glenn Maynard2011-05-271-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement optional registration support advertisement according to XEP-0077 sec8: <features> <register xmlns='http://jabber.org/features/iq-register'/> </features> --- plugins/mod_register.lua | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)
* | | | net.dns: Support for resolving AAAA recordsMatthew Wild2011-05-161-0/+8
| | | |
* | | | MUC: Include occupant count in room disco#info response.Waqas Hussain2011-05-071-1/+3
| | | |
* | | | mod_roster: Remove <optional/> from roster version stream feature, as per ↵Waqas Hussain2011-05-071-1/+1
| | | | | | | | | | | | | | | | latest specs.
* | | | mod_dialback: Remove <optional/> from stream feature, as per latest specs.Waqas Hussain2011-05-071-1/+1
| | | |
* | | | sessionmanager: Log reason when destroying a session.Waqas Hussain2011-05-071-1/+1
| | | |
* | | | s2smanager: Log reason when destroying a session.Waqas Hussain2011-05-071-1/+1
| | | |
* | | | Merge 0.8->trunkMatthew Wild2011-05-041-0/+3
|\| | |
| * | | mod_muc: Remove room from memory when it is made non-persistent and is emptyMatthew Wild2011-05-041-0/+3
| | | |
* | | | Merge 0.8->trunkMatthew Wild2011-04-201-1/+3
|\| | |
| * | | mod_legacyauth: Disallow on unencrypted connections by default, heed ↵Matthew Wild2011-04-201-1/+3
| | | | | | | | | | | | | | | | allow_unencrypted_plain_auth config option (thanks Maranda/Zash)
* | | | Merge 0.8->trunkMatthew Wild2011-04-180-0/+0
|\| | |
| * | | Tagging 0.8.1Matthew Wild2011-04-180-0/+0
| | | |
* | | | Merge 0.8->trunkMatthew Wild2011-04-150-0/+0
|\| | |
| * | | util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)Matthew Wild2011-04-151-1/+1
| | | |
| * | | prosody: Add sanity_check() to startup sequence. Check that we have at least ↵Matthew Wild2011-04-141-0/+14
| | | | | | | | | | | | | | | | one vhost enabled to avoid Bad Things.
* | | | Merge Zash->trunkMatthew Wild2011-04-151-1/+1
|\ \ \ \
| * | | | net.dns: Fix TXT recordsKim Alvefur2011-04-151-1/+1
| | | | |
* | | | | util.datetime: Fix timestamp parsing when in DST (thanks xnyhps)Matthew Wild2011-04-151-1/+1
|/ / / /
* | | | prosody: Add sanity_check() to startup sequence. Check that we have at least ↵Matthew Wild2011-04-141-0/+14
| | | | | | | | | | | | | | | | one vhost enabled to avoid Bad Things.
* | | | Merge 0.8->trunkMatthew Wild2011-04-111-1/+5
|\| | |
| * | | tools/migration/migrator/prosody_sql.lua: Fix compatibility with PostgreSQL ↵Matthew Wild2011-04-111-1/+5
| | | | | | | | | | | | | | | | (thanks Timo)
* | | | mod_pubsub: Support for setting a disco nameMarco Cirillo2011-04-061-2/+4
| | | |
* | | | Merge 0.8->trunkMatthew Wild2011-04-061-4/+3
|\| | |
| * | | mod_tls: Fix for components to more reliably inherit SSL settings from their ↵Matthew Wild2011-04-061-4/+3
| | | | | | | | | | | | | | | | parenthost (thanks Link Mauve)
* | | | Merge 0.8 -> trunkMatthew Wild2011-04-052-2/+13
|\| | |
| * | | Tagging 0.8.0Matthew Wild2011-04-050-0/+0
| | | |