util.sql: Fix log level of debug message
|
Matthew Wild |
Wed, 08 Jul 2015 15:16:17 +0100 |
util.sql: Log debug message when connecting to database
|
Matthew Wild |
Wed, 08 Jul 2015 15:15:32 +0100 |
util.sql: Make set_encoding() return failure of SET NAMES
|
Matthew Wild |
Wed, 08 Jul 2015 15:14:24 +0100 |
util.sql: Return failure if set_encoding() fails
|
Matthew Wild |
Wed, 08 Jul 2015 15:10:25 +0100 |
mod_storage_sql2: Upgrade table if its charset does not match our connection's charset (thanks Zash)
|
Matthew Wild |
Wed, 08 Jul 2015 15:07:23 +0100 |
util.sql: Use appropriate collation for the chosen character set - fixes MySQL silently ignoring our SET NAMES command when we use utf8mb4
|
Matthew Wild |
Wed, 08 Jul 2015 15:06:20 +0100 |
util.sql: Create table with same charset as the charset we selected for our connection, also use corresponding _bin collation
|
Matthew Wild |
Wed, 08 Jul 2015 15:04:23 +0100 |
util.sql: Allow onconnect callback to fail connection to the DB by returning false, err
|
Matthew Wild |
Tue, 07 Jul 2015 17:43:14 +0100 |
mod_storage_sql2: Don't upgrade tables without admin intervention
|
Matthew Wild |
Tue, 07 Jul 2015 17:42:29 +0100 |
mod_storage_sql2: Add prosodyctl command to upgrade tables from the command-line
|
Matthew Wild |
Tue, 07 Jul 2015 17:41:09 +0100 |
mod_storage_sql2: Add missing return to upgrade_table(), so we know if an upgrade is required
|
Matthew Wild |
Tue, 07 Jul 2015 17:40:23 +0100 |
mod_storage_sql2: Rename variable to avoid name clash
|
Matthew Wild |
Tue, 07 Jul 2015 17:39:56 +0100 |
net.dns: Remove resolver:new(), as it needlessly and incorrectly duplicates dns.resolver()
|
Matthew Wild |
Mon, 06 Jul 2015 19:11:39 +0100 |
Merge with 0.10
|
Matthew Wild |
Mon, 06 Jul 2015 17:07:05 +0100 |
prosodyctl: check: Add some more known global config options
|
Kim Alvefur |
Sun, 05 Jul 2015 22:20:29 +0200 |