aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | util.encodings: Fix small typo introduced in 7f789266b741Matthew Wild2011-06-041-1/+1
* | | | | | mod_component: Small code clarity fixMatthew Wild2011-06-041-1/+1
* | | | | | Merge with FlorobMatthew Wild2011-06-031-1/+1
|\ \ \ \ \ \
| * | | | | | mod_admin_adhoc: Only allow global admins to shut the server downFlorian Zeitz2011-06-031-1/+1
* | | | | | | Merge 0.8->trunkMatthew Wild2011-06-031-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Tagging 0.8.1Matthew Wild2011-06-030-0/+0
| * | | | | mod_storage_sql: Log error when failing to update MySQL schemavault/0.8.10.8.1Matthew Wild2011-06-031-0/+2
* | | | | | Merge 0.8->trunkMatthew Wild2011-06-032-1/+24
|\| | | | |
| * | | | | migrator/prosody_sql.lua: Create (and upgrade) MySQL tables to use MEDIUMTEXT...Matthew Wild2011-06-031-0/+18
| * | | | | migrator/prosody_files: Don't choke on empty data stores for a user (thanks @...Matthew Wild2011-06-021-1/+6
* | | | | | mod_admin_adhoc: Add "Reload configuration" commandFlorian Zeitz2011-06-021-3/+13
* | | | | | 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, com...Matthew Wild2011-06-021-1/+4
* | | | | | | | Merge 0.8->trunkMatthew Wild2011-06-022-0/+20
|\| | | | | | |
| * | | | | | | mod_storage_sql: Switch to MEDIUMTEXT for the 'value' column when using MySQL...Matthew Wild2011-06-021-0/+18
| * | | | | | | 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 b...Matthew Wild2011-06-011-0/+22
| * | | | | | | util.xmppstream: Reject XML comments, processing instructions and (if support...Matthew Wild2011-06-011-0/+21
* | | | | | | | util.xmppstream: Reject XML comments, processing instructions and (if support...Matthew Wild2011-06-011-0/+21
* | | | | | | | 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 false,...Matthew Wild2011-05-281-1/+1
* | | | | | | | mod_register: Move allow_registration option into an upvalue for efficiency (...Matthew Wild2011-05-281-2/+3
* | | | | | | | Advertise in-band registration support.Glenn Maynard2011-05-271-0/+12
* | | | | | | | 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 lat...Waqas Hussain2011-05-071-1/+1
* | | | | | | | 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 allow_un...Matthew Wild2011-04-201-1/+3
* | | | | | | | 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