aboutsummaryrefslogtreecommitdiff
path: root/sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 'serverkey' and 'salt' should have empty string as defaultEvgeniy Khramtsov2016-04-081-2/+2
|
* In SQL files create Users table with SCRAM support by default (#956)Badlop2016-03-294-2/+14
|
* Update MSSQL schemaEvgeniy Khramtsov2016-03-291-0/+0
|
* Make it possible to define 'sm_db_type' per virtual hostEvgeniy Khramtsov2016-02-191-0/+14
|
* Update copyright to 2016 (#901)Badlop2016-01-133-3/+3
|
* Use UTF8MB4 character set in MySQL tablesEvgeniy Khramtsov2015-12-111-71/+71
|
* Use BLOB instead of TEXT on mysql in stanza storagePablo Polvorin2015-12-111-1/+1
| | | | | | | | | | | | | | 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.
* Improve MSSQL schemaEvgeniy Khramtsov2015-09-141-0/+0
|
* Fix MSSQL supportEvgeniy Khramtsov2015-09-134-4679/+0
|
* Add support for MUC MAMEvgeniy Khramtsov2015-08-083-0/+6
|
* Add MAM (XEP-0313) supportEvgeniy Khramtsov2015-06-223-3/+75
|
* Add missing sm table (thanks to Rasim Kalimullin)(EJAB-1740)Christophe Romain2015-05-201-0/+14
|
* Revert "added sm table to pg.sql"Evgeny Khramtsov2015-05-201-15/+0
|
* pg - added sm tableMatthias Rieber2015-05-171-0/+15
|
* Merge pull request #486 from saa/sqlite_supportEvgeny Khramtsov2015-04-081-0/+272
|\ | | | | Add SQLite support
| * Fix lite.sql and convert binary to integerSergey Abramyan2015-03-271-4/+4
| |
| * Add SQLite supportSergey Abramyan2015-03-201-0/+272
| |
* | Remove duplicate CREATE INDEX in mysql.sqlAlexey Shchepin2015-03-211-2/+1
| |
* | Add SCRAM support to ejabberd_auth_odbcAlexey Shchepin2015-03-202-0/+8
| |
* | Add a missed SQL index on privacy_list_data tableAlexey Shchepin2015-03-202-0/+4
| |
* | Added MySQL support for delete_old_messages (offline) command.Jerome Sautret2015-03-201-0/+1
|/
* Make it possible to use SQL as an SM backendEvgeniy Khramtsov2015-03-091-0/+14
|
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-085-5/+5
|
* added privacy_list_data index for mysql database.HAMANO Tsukasa2014-04-241-0/+1
|
* Merge pull request #146 from jamielinux/masterbadlop2014-04-115-20/+15
|\ | | | | Update FSF address
| * Update FSF addressJamie Nguyen2014-02-225-20/+15
| |
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-135-5/+5
|/
* Create mssql2012.sqlMikhail-D2013-12-021-0/+1783
| | | replace sp_dboption with new instructions
* Get rid of deprecated MySQL variable 'table_type'Evgeniy Khramtsov2013-10-231-29/+25
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-134-0/+3468
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