Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make it possible to define 'sm_db_type' per virtual host | Evgeniy Khramtsov | 2016-02-19 | 1 | -0/+14 | |
| | ||||||
* | Update copyright to 2016 (#901) | Badlop | 2016-01-13 | 3 | -3/+3 | |
| | ||||||
* | Use UTF8MB4 character set in MySQL tables | Evgeniy Khramtsov | 2015-12-11 | 1 | -71/+71 | |
| | ||||||
* | Use BLOB instead of TEXT on mysql in stanza storage | Pablo Polvorin | 2015-12-11 | 1 | -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 schema | Evgeniy Khramtsov | 2015-09-14 | 1 | -0/+0 | |
| | ||||||
* | Fix MSSQL support | Evgeniy Khramtsov | 2015-09-13 | 4 | -4679/+0 | |
| | ||||||
* | Add support for MUC MAM | Evgeniy Khramtsov | 2015-08-08 | 3 | -0/+6 | |
| | ||||||
* | Add MAM (XEP-0313) support | Evgeniy Khramtsov | 2015-06-22 | 3 | -3/+75 | |
| | ||||||
* | Add missing sm table (thanks to Rasim Kalimullin)(EJAB-1740) | Christophe Romain | 2015-05-20 | 1 | -0/+14 | |
| | ||||||
* | Revert "added sm table to pg.sql" | Evgeny Khramtsov | 2015-05-20 | 1 | -15/+0 | |
| | ||||||
* | pg - added sm table | Matthias Rieber | 2015-05-17 | 1 | -0/+15 | |
| | ||||||
* | Merge pull request #486 from saa/sqlite_support | Evgeny Khramtsov | 2015-04-08 | 1 | -0/+272 | |
|\ | | | | | Add SQLite support | |||||
| * | Fix lite.sql and convert binary to integer | Sergey Abramyan | 2015-03-27 | 1 | -4/+4 | |
| | | ||||||
| * | Add SQLite support | Sergey Abramyan | 2015-03-20 | 1 | -0/+272 | |
| | | ||||||
* | | Remove duplicate CREATE INDEX in mysql.sql | Alexey Shchepin | 2015-03-21 | 1 | -2/+1 | |
| | | ||||||
* | | Add SCRAM support to ejabberd_auth_odbc | Alexey Shchepin | 2015-03-20 | 2 | -0/+8 | |
| | | ||||||
* | | Add a missed SQL index on privacy_list_data table | Alexey Shchepin | 2015-03-20 | 2 | -0/+4 | |
| | | ||||||
* | | Added MySQL support for delete_old_messages (offline) command. | Jerome Sautret | 2015-03-20 | 1 | -0/+1 | |
|/ | ||||||
* | Make it possible to use SQL as an SM backend | Evgeniy Khramtsov | 2015-03-09 | 1 | -0/+14 | |
| | ||||||
* | Update copyright dates to 2015 (EJAB-1733) | Badlop | 2015-01-08 | 5 | -5/+5 | |
| | ||||||
* | added privacy_list_data index for mysql database. | HAMANO Tsukasa | 2014-04-24 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #146 from jamielinux/master | badlop | 2014-04-11 | 5 | -20/+15 | |
|\ | | | | | Update FSF address | |||||
| * | Update FSF address | Jamie Nguyen | 2014-02-22 | 5 | -20/+15 | |
| | | ||||||
* | | Update copyright dates to 2014 (EJAB-1679) | Badlop | 2014-03-13 | 5 | -5/+5 | |
|/ | ||||||
* | Create mssql2012.sql | Mikhail-D | 2013-12-02 | 1 | -0/+1783 | |
| | | | replace sp_dboption with new instructions | |||||
* | Get rid of deprecated MySQL variable 'table_type' | Evgeniy Khramtsov | 2013-10-23 | 1 | -29/+25 | |
| | ||||||
* | Switch to rebar build tool | Evgeniy Khramtsov | 2013-06-13 | 4 | -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 |