summaryrefslogtreecommitdiff
path: root/sql/lite.sql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SQL schemas for MQTT tablesEvgeny Khramtsov2019-02-271-0/+16
|
* Merge branch 'mix'Evgeny Khramtsov2019-02-211-0/+53
|\
| * Update MIX code to reflect newest specificationEvgeny Khramtsov2018-12-051-0/+53
| | | | | | | | | | | | Note that support for older specification is completely dropped, i.e. no backward compatibility is provided since the XEPs are still very experimental and being changed drastically
* | Manually update 2017 copyright dates (#2756)Badlop2019-01-081-1/+1
|/
* Keep info about carbons inside session tableEvgeny Khramtsov2018-12-011-10/+0
| | | | | | | | | | | | | | | Accordingly, Mnesia/SQL/Riak table 'carboncopy' is not used anymore and can be safely removed. As a consequence, the commit deprecates the following options of mod_carboncopy: - ram_db_type - use_cache - cache_size - cache_missed - cache_life_time Fixes #2663
* Move mod_irc to ejabberd-contribEvgeniy Khramtsov2018-06-201-9/+0
|
* Pubsub creation/modification use varchar (#2397)Christophe Romain2018-04-241-2/+2
|
* sql/*: Add username to peer indexesHolger Weiss2018-02-241-2/+2
| | | | | The username is available for all MAM queries in question, and adding it to the indexes can improve the lookup performance significantly.
* PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.pluginChristophe Romain2017-11-161-1/+1
|
* Fix sql syntax error in lite.sqlPaweł Chmielowski2017-10-311-2/+2
|
* Optimize muc subscriptions handlingChristophe Romain2017-10-311-0/+12
|
* Update SQL archive index to match mysql.sqlAlexey Shchepin2017-10-271-1/+1
|
* Add SQL support for mod_pushEvgeniy Khramtsov2017-10-261-0/+11
|
* Clean up database code related to mod_vcard_xupdateEvgeniy Khramtsov2017-05-171-6/+0
|
* Add SQL as mod_proxy65 RAM backendEvgeniy Khramtsov2017-03-311-0/+12
|
* Add SQL as mod_carboncopy RAM backendEvgeniy Khramtsov2017-03-301-0/+10
|
* Add SQL as mod_muc RAM backendEvgeniy Khramtsov2017-03-291-0/+21
|
* Add SQL as mod_bosh RAM backendEvgeniy Khramtsov2017-03-281-0/+8
|
* Add SQL as router RAM backendEvgeniy Khramtsov2017-03-281-0/+11
|
* Add missing NOT NULL restrictionsChristophe Romain2017-02-221-17/+17
|
* Move archive tables into lite.sql for better comparison with other schemasChristophe Romain2017-02-221-26/+25
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Add OAUTH SQL backendAlexey Shchepin2016-08-011-0/+7
|
* In SQL files create Users table with SCRAM support by default (#956)Badlop2016-03-291-0/+3
|
* Make it possible to define 'sm_db_type' per virtual hostEvgeniy Khramtsov2016-02-191-0/+14
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Add support for MUC MAMEvgeniy Khramtsov2015-08-081-0/+2
|
* Add MAM (XEP-0313) supportEvgeniy Khramtsov2015-06-221-0/+24
|
* Fix lite.sql and convert binary to integerSergey Abramyan2015-03-271-4/+4
|
* Add SQLite supportSergey Abramyan2015-03-201-0/+272