aboutsummaryrefslogtreecommitdiff
path: root/sql/mysql.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for MUC MAMEvgeniy Khramtsov2015-08-081-0/+2
|
* Add MAM (XEP-0313) supportEvgeniy Khramtsov2015-06-221-0/+25
|
* Remove duplicate CREATE INDEX in mysql.sqlAlexey Shchepin2015-03-211-2/+1
|
* Add SCRAM support to ejabberd_auth_odbcAlexey Shchepin2015-03-201-0/+4
|
* Add a missed SQL index on privacy_list_data tableAlexey Shchepin2015-03-201-0/+2
|
* 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-081-1/+1
|
* added privacy_list_data index for mysql database.HAMANO Tsukasa2014-04-241-0/+1
|
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\ | | | | Update FSF address
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
| |
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Get rid of deprecated MySQL variable 'table_type'Evgeniy Khramtsov2013-10-231-29/+25
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+284
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