Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clean up database code related to mod_vcard_xupdate | Evgeniy Khramtsov | 2017-05-17 | 4 | -28/+0 | |
| | ||||||
* | Add SQL as mod_proxy65 RAM backend | Evgeniy Khramtsov | 2017-03-31 | 3 | -0/+36 | |
| | ||||||
* | Add SQL as mod_carboncopy RAM backend | Evgeniy Khramtsov | 2017-03-30 | 4 | -1/+44 | |
| | ||||||
* | Add SQL as mod_muc RAM backend | Evgeniy Khramtsov | 2017-03-29 | 4 | -0/+87 | |
| | ||||||
* | Add SQL as mod_bosh RAM backend | Evgeniy Khramtsov | 2017-03-28 | 4 | -0/+34 | |
| | ||||||
* | Add SQL as router RAM backend | Evgeniy Khramtsov | 2017-03-28 | 4 | -0/+47 | |
| | ||||||
* | Fix pubsub MySQL schema | Jerome Sautret | 2017-02-23 | 1 | -3/+3 | |
| | ||||||
* | Add missing NOT NULL restrictions | Christophe Romain | 2017-02-22 | 4 | -68/+68 | |
| | ||||||
* | Move archive tables into lite.sql for better comparison with other schemas | Christophe Romain | 2017-02-22 | 1 | -26/+25 | |
| | ||||||
* | Update copyright date automatically (#1442) | Badlop | 2017-01-02 | 4 | -4/+4 | |
| | ||||||
* | Cleanup file headers | Christophe Romain | 2016-12-27 | 2 | -2/+2 | |
| | ||||||
* | Add OAUTH SQL backend | Alexey Shchepin | 2016-08-01 | 4 | -0/+33 | |
| | ||||||
* | Use MEDIUMTEXT type for muc_room.opts in MySQL schema | Juan Pablo Carlino | 2016-05-02 | 1 | -1/+1 | |
| | ||||||
* | Switch to varchar(64) in mysql user.server/salt as text can't have default ↵ | Paweł Chmielowski | 2016-04-08 | 1 | -4/+4 | |
| | | | | values | |||||
* | 'serverkey' and 'salt' should have empty string as default | Evgeniy Khramtsov | 2016-04-08 | 1 | -2/+2 | |
| | ||||||
* | In SQL files create Users table with SCRAM support by default (#956) | Badlop | 2016-03-29 | 4 | -2/+14 | |
| | ||||||
* | Update MSSQL schema | Evgeniy Khramtsov | 2016-03-29 | 1 | -0/+0 | |
| | ||||||
* | 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 |