Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2016-01-13Update copyright to 2016 (#901)Badlop
2015-12-11Use UTF8MB4 character set in MySQL tablesEvgeniy Khramtsov
2015-12-11Use BLOB instead of TEXT on mysql in stanza storagePablo Polvorin
Mysql 'utf8' do not support 4-bytes UTF8 chars. Characters like 'KISS MARK' (U+1F48B) causes mysql to cut the string at that point. There is utf8mb4 encoding available on newer mysql versions that do support 4-bytes utf8. But for storing stanzas, that doesn't need to be indexed or searched or inspected in any way, it was easier to use BLOB (the bytes stored are utf8 encoded anyway, like all XMPP), and avoids the need to redefine indexes (as allowed size is shorter on utf8mb4) or having mixed utf8 and utf8mb4 encodings on the same table.
2015-09-14Improve MSSQL schemaEvgeniy Khramtsov
2015-09-13Fix MSSQL supportEvgeniy Khramtsov
2015-08-08Add support for MUC MAMEvgeniy Khramtsov
2015-06-22Add MAM (XEP-0313) supportEvgeniy Khramtsov
2015-05-20Add missing sm table (thanks to Rasim Kalimullin)(EJAB-1740)Christophe Romain
2015-05-20Revert "added sm table to pg.sql"Evgeny Khramtsov
2015-05-17pg - added sm tableMatthias Rieber
2015-04-08Merge pull request #486 from saa/sqlite_supportEvgeny Khramtsov
Add SQLite support
2015-03-27Fix lite.sql and convert binary to integerSergey Abramyan
2015-03-21Remove duplicate CREATE INDEX in mysql.sqlAlexey Shchepin
2015-03-20Add SCRAM support to ejabberd_auth_odbcAlexey Shchepin
2015-03-20Add a missed SQL index on privacy_list_data tableAlexey Shchepin
2015-03-20Added MySQL support for delete_old_messages (offline) command.Jerome Sautret
2015-03-20Add SQLite supportSergey Abramyan
2015-03-09Make it possible to use SQL as an SM backendEvgeniy Khramtsov
2015-01-08Update copyright dates to 2015 (EJAB-1733)Badlop
2014-04-24added privacy_list_data index for mysql database.HAMANO Tsukasa
2014-04-11Merge pull request #146 from jamielinux/masterbadlop
Update FSF address
2014-03-13Update copyright dates to 2014 (EJAB-1679)Badlop
2014-02-22Update FSF addressJamie Nguyen
2013-12-02Create mssql2012.sqlMikhail-D
replace sp_dboption with new instructions
2013-10-23Get rid of deprecated MySQL variable 'table_type'Evgeniy Khramtsov
2013-06-13Switch to rebar build toolEvgeniy Khramtsov
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite