net.http: Add formdecode to decode an urlencoded form
|
Matthew Wild |
2011-08-10 |
core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Extensions
|
Kim Alvefur |
2011-08-08 |
prosodyctl: Update message on reload success
|
Matthew Wild |
2011-08-04 |
Add "reload" command to prosodyctl
|
Vladimir Protasov |
2011-08-04 |
prosodyctl: Remove typo'd '+' after LuaRocks 1.x version (thanks spoobie)
|
Matthew Wild |
2011-07-27 |
prosodyctl: Add info about the presence of LuaRocks to 'about' command
|
Matthew Wild |
2011-07-27 |
mod_bosh: Update to use typed variants of module:get_option(), makes it more tolerant to config variations and simplifies the code.
|
Matthew Wild |
2011-07-20 |
prosodyctl: Fix 'about' command to not show up where it shouldn't...
|
Matthew Wild |
2011-07-19 |
util.x509: Update references to published RFCs
|
Paul Aurich |
2011-05-22 |
s2smanager: Update to newer luasec
|
Paul Aurich |
2010-12-07 |
mod_admin_telnet: Update to newer luasec.
|
Paul Aurich |
2010-12-07 |
mod_bosh: Fix logging when no sid present, fix a missing semi-colon, avoid an extra useless table lookup (thanks Thomas)
|
Matthew Wild |
2011-06-28 |
MUC: Change error type of badly-formatted stanza from 'auth' to 'modify' (thanks Andrew)
|
Matthew Wild |
2011-06-27 |
sessionmanager: Remove dependency on util.import
|
Matthew Wild |
2011-06-27 |
prosodyctl: Add 'about' command to list Prosody version, directories, and various other stuff
|
Matthew Wild |
2011-06-27 |
mod_component: Clearer log message when bouncing a stanza from a component that is not connected (thanks MK)
|
Matthew Wild |
2011-06-18 |
connlistener, server_select, prosody: Add support for binding to multiple addresses
|
Florian Zeitz |
2011-06-15 |
Merge 0.8->trunk
|
Matthew Wild |
2011-06-12 |
Tagging 0.8.2
|
Matthew Wild |
2011-06-12 |
Merge 0.8->trunk
|
Matthew Wild |
2011-06-11 |
mod_storage_sql: Add extra logging and error handling around table creation
0.8.2
|
Matthew Wild |
2011-06-11 |
mod_storage_sql: Add sql_manage_tables to disable table creation/updating.
|
Matthew Wild |
2011-06-11 |
Merge 0.8->trunk
|
Matthew Wild |
2011-06-07 |
Backout bcdff2b1d3ec from 0.8 - going to commit a slightly cleaner patch for the same issue to trunk
|
Matthew Wild |
2011-06-07 |
mod_dialback: More robust handling of multiple outstanding dialback requests for the same domain, fixes intermittent s2s with some (patched?) ejabberds
|
Matthew Wild |
2011-06-06 |
Backout commit d6366294f618 which I was testing and didn't mean to push to 0.8
|
Matthew Wild |
2011-06-05 |
mod_groups: Persist changes to mod_groups contacts (e.g. moving groups)
|
Christian Haase |
2011-06-05 |
mod_bosh: Fix terminate logic - process any stanzas in a terminating request, and add type='terminate' to any responses generated by those stanzas. Finally, close all remaining open requests with type='terminate' and close the session. Fixes #211 (thanks Maranda + waqas).
|
Matthew Wild |
2011-03-04 |
migrator/prosody_sql.lua: Fix for compatibility with non-MySQL databases
|
Matthew Wild |
2011-06-05 |
mod_storage_sql: Fix commit c806a599224a for compatibility with non-MySQL databases (thanks Ognyan Kulev)
|
Matthew Wild |
2011-06-05 |
mod_bosh: Mark a session as active when a request comes in, even if we don't end up holding that request, fixes BOSH ghosts (thanks smoku)
|
Matthew Wild |
2011-06-05 |
s2smanager: Fix letter case in log message (thanks darkrain)
|
Matthew Wild |
2011-06-05 |
Merge 0.8->trunk
|
Matthew Wild |
2011-06-05 |
util.xmppstream: Check to make sure parser.stop is present before calling it.
|
Waqas Hussain |
2011-06-04 |
COPYING: Reflow the all-caps text. It was wrapping really badly in the Windows installer.
|
Waqas Hussain |
2011-06-04 |
COPYING: Update copyright year; it's 2011 already.
|
Waqas Hussain |
2011-06-04 |
util.encodings: Fix small typo introduced in 7f789266b741
|
Matthew Wild |
2011-06-04 |
mod_component: Small code clarity fix
|
Matthew Wild |
2011-06-03 |
Merge with Florob
|
Matthew Wild |
2011-06-03 |
Merge 0.8->trunk
|
Matthew Wild |
2011-06-03 |
Tagging 0.8.1
|
Matthew Wild |
2011-06-03 |
mod_storage_sql: Log error when failing to update MySQL schema
0.8.1
|
Matthew Wild |
2011-06-03 |
mod_admin_adhoc: Only allow global admins to shut the server down
|
Florian Zeitz |
2011-06-03 |
Merge 0.8->trunk
|
Matthew Wild |
2011-06-02 |
migrator/prosody_sql.lua: Create (and upgrade) MySQL tables to use MEDIUMTEXT for the 'value' column to avoid truncation
|
Matthew Wild |
2011-06-02 |
migrator/prosody_files: Don't choke on empty data stores for a user (thanks @eoranged)
|
Matthew Wild |
2011-06-02 |
mod_admin_adhoc: Add "Reload configuration" command
|
Florian Zeitz |
2011-06-02 |
mod_adhoc: Add support for commands only executable by global administrators
|
Florian Zeitz |
2011-06-02 |
Merge 0.8->trunk
|
Matthew Wild |
2011-06-02 |
Merge 0.7->0.8
|
Matthew Wild |
2011-06-02 |
Merge 0.6->0.7
|
Matthew Wild |
2011-06-02 |
xmlhandlers/xmppstream: Stop the parser when encountering restricted XML, completing the fix for the billion laughs attack
|
Matthew Wild |
2011-06-02 |
Merge 0.8->trunk
|
Matthew Wild |
2011-06-02 |
mod_storage_sql: Switch to MEDIUMTEXT for the 'value' column when using MySQL, as it imposes a 64K limit otherwise, potentially truncating data. Automatically upgrades existing tables.
|
Matthew Wild |
2011-06-02 |
util.json: Fixed handling of truncated JSON.
|
Waqas Hussain |
2011-06-02 |
Merge 0.8->trunk
|
Matthew Wild |
2011-06-01 |