Log

description author age
core.*: Remove use of module() function Kim Alvefur 2015-02-21
util.dependencies: Only abort on Lua versions before 5.1, log a warning about 5.2 and above for now Kim Alvefur 2015-02-21
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur 2015-02-21
MUC: Fix logic error Kim Alvefur 2015-08-16
Merge 0.10->trunk Kim Alvefur 2015-08-11
Merge 0.9->0.10 Kim Alvefur 2015-08-10
mod_component: Fire an event on successful component authentication (For Goffi) Kim Alvefur 2015-08-10
util.interpolation: Add support for filter functions Kim Alvefur 2015-08-07
util.{interpolation,prosodyctl,sql}: Trim trailing whitespace Kim Alvefur 2015-07-17
Merge Matthew Wild 2015-07-27
plugins/muc: Move loading of optional muc libraries from muc.lib.lua to mod_muc daurnimator 2015-07-27
mod_muc: Fix a traceback when an owner joins a room Emmanuel Gil Peyrot 2015-07-25
Merge 0.10->trunk Matthew Wild 2015-07-08
util.sql: Add safety check to ensure our chosen connection charset is actually being used (MySQL) Matthew Wild 2015-07-08
util.sql: Fix log level of debug message Matthew Wild 2015-07-08
util.sql: Log debug message when connecting to database Matthew Wild 2015-07-08
util.sql: Make set_encoding() return failure of SET NAMES Matthew Wild 2015-07-08
util.sql: Return failure if set_encoding() fails Matthew Wild 2015-07-08
mod_storage_sql2: Upgrade table if its charset does not match our connection's charset (thanks Zash) Matthew Wild 2015-07-08
util.sql: Use appropriate collation for the chosen character set - fixes MySQL silently ignoring our SET NAMES command when we use utf8mb4 Matthew Wild 2015-07-08
util.sql: Create table with same charset as the charset we selected for our connection, also use corresponding _bin collation Matthew Wild 2015-07-08
util.sql: Allow onconnect callback to fail connection to the DB by returning false, err Matthew Wild 2015-07-07
mod_storage_sql2: Don't upgrade tables without admin intervention Matthew Wild 2015-07-07
mod_storage_sql2: Add prosodyctl command to upgrade tables from the command-line Matthew Wild 2015-07-07
mod_storage_sql2: Add missing return to upgrade_table(), so we know if an upgrade is required Matthew Wild 2015-07-07
mod_storage_sql2: Rename variable to avoid name clash Matthew Wild 2015-07-07
net.dns: Remove resolver:new(), as it needlessly and incorrectly duplicates dns.resolver() Matthew Wild 2015-07-06
Merge with 0.10 Matthew Wild 2015-07-06
prosodyctl: check: Add some more known global config options Kim Alvefur 2015-07-05
luacheckrc: Allow plugins to implement functions under module.* (module.load, etc.) Matthew Wild 2015-06-29
Merge 0.10->trunk Kim Alvefur 2015-07-05
util.sql: Call onconnect, provide noop dummy if not set Kim Alvefur 2015-07-02