Log

description author age
mod_storage_sql: Use util.json instead of util.serialization. Waqas Hussain Mon, 27 Dec 2010 19:43:57 +0500
util.json: Initial commit. Waqas Hussain Mon, 27 Dec 2010 19:37:04 +0500
mod_storage_sql: Log an error on query failure. Waqas Hussain Mon, 27 Dec 2010 06:10:35 +0500
mod_storage_sql: Remove the subkey column from the Prosody table, and make the map store compatible with the key-value store. Waqas Hussain Mon, 27 Dec 2010 06:10:35 +0500
mod_storage_sql: Dynamically replace backquotes with double quotes when connecting to PostgreSQL... Waqas Hussain Mon, 27 Dec 2010 06:10:35 +0500
mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks. Waqas Hussain Mon, 27 Dec 2010 06:10:35 +0500
mod_storage_sql: Quote identifiers in SQL with backquotes, and use the empty string for NULL, and '=' instead of 'IS' for comparison, to work with MySQL's limitations... Waqas Hussain Mon, 27 Dec 2010 06:10:35 +0500
Don't check priority in mod_offline Robert Hoelz Thu, 09 Dec 2010 23:25:16 -0600
mod_message, mod_offline: Change message/offline/store -> message/offline/handle Robert Hoelz Thu, 09 Dec 2010 12:41:30 -0600
mod_offline: Make sure mod_offline's store handler reports success vs failure. Robert Hoelz Thu, 09 Dec 2010 12:38:33 -0600
mod_message: Send service-unavailable if offline storage fails. Robert Hoelz Thu, 09 Dec 2010 12:36:29 -0600
mod_presence, mod_offline: Merge message/offline/delete with message/offline/broadcast. Robert Hoelz Thu, 09 Dec 2010 12:28:05 -0600
core.offlinemanager, mod_message, mod_presence: Removed core.offlinemanager in favor of mod_offline. Robert Hoelz Thu, 09 Dec 2010 12:23:37 -0600
modulemanager: Auto-load mod_offline. Waqas Hussain Mon, 27 Dec 2010 06:10:34 +0500