Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-18 | Optimize room_unused_* commands | Paweł Chmielowski | 1 | -16/+18 | |
Previously to check if hibernated room was old enough we had to fetch info about all rooms from database. Now we repurpose created_at field in sql to store that info, that allow us to have more efficient query just for it. | |||||
2022-02-11 | Update copyright year to 2022 | Badlop | 1 | -1/+1 | |
2022-02-03 | Fix support for MSSQL testing | Badlop | 1 | -1/+1 | |
2021-12-14 | Handle user removal in mod_muc | Alexey Shchepin | 1 | -0/+1 | |
2021-06-14 | Add mqtt_pub table definition for MSSQL (#3097) | Badlop | 1 | -0/+20 | |
2021-01-27 | Update newest copyright year to 2021 (#3464) | Badlop | 1 | -1/+1 | |
2020-01-28 | Update copyright to 2020 (#3149) | Badlop | 1 | -1/+1 | |
2019-12-28 | change publisher from text to varchar for mssql | Christoph Scholz | 1 | -1/+1 | |
2019-12-27 | allow storage of emojis in archive on mssql | Christoph Scholz | 1 | -2/+2 | |
2019-01-08 | Manually update 2017 copyright dates (#2756) | Badlop | 1 | -1/+1 | |
2018-12-01 | Keep info about carbons inside session table | Evgeny Khramtsov | 1 | -13/+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 | |||||
2018-07-18 | Update mssql.sql | rouen-sk | 1 | -4/+4 | |
Fixed: - conflicting clustered indexes on 2 tables - semicolon type - Azure SQL incompatibility | |||||
2018-06-20 | Move mod_irc to ejabberd-contrib | Evgeniy Khramtsov | 1 | -10/+0 | |
2018-04-24 | Pubsub creation/modification use varchar (#2397) | Christophe Romain | 1 | -2/+2 | |
2018-02-24 | sql/*: Add username to peer indexes | Holger Weiss | 1 | -3/+3 | |
The username is available for all MAM queries in question, and adding it to the indexes can improve the lookup performance significantly. | |||||
2017-11-16 | PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.plugin | Christophe Romain | 1 | -1/+1 | |
2017-10-31 | Optimize muc subscriptions handling | Christophe Romain | 1 | -0/+12 | |
2017-10-27 | Update SQL archive index to match mysql.sql | Alexey Shchepin | 1 | -1/+1 | |
2017-10-26 | Add SQL support for mod_push | Evgeniy Khramtsov | 1 | -0/+14 | |
2017-05-17 | Clean up database code related to mod_vcard_xupdate | Evgeniy Khramtsov | 1 | -10/+0 | |
2017-03-30 | Add SQL as mod_carboncopy RAM backend | Evgeniy Khramtsov | 1 | -1/+14 | |
2017-03-29 | Add SQL as mod_muc RAM backend | Evgeniy Khramtsov | 1 | -0/+24 | |
2017-03-28 | Add SQL as mod_bosh RAM backend | Evgeniy Khramtsov | 1 | -0/+10 | |
2017-03-28 | Add SQL as router RAM backend | Evgeniy Khramtsov | 1 | -0/+14 | |
2017-02-22 | Add missing NOT NULL restrictions | Christophe Romain | 1 | -18/+18 | |
2017-01-02 | Update copyright date automatically (#1442) | Badlop | 1 | -1/+1 | |
2016-12-27 | Cleanup file headers | Christophe Romain | 1 | -1/+1 | |
2016-08-01 | Add OAUTH SQL backend | Alexey Shchepin | 1 | -0/+10 | |
2016-04-12 | Synchronizing master changes | Mickael Remond | 1 | -2/+2 | |
2016-04-08 | 'serverkey' and 'salt' should have empty string as default | Evgeniy Khramtsov | 1 | -2/+2 | |
2016-03-29 | In SQL files create Users table with SCRAM support by default (#956) | Badlop | 1 | -0/+3 | |
2016-03-29 | Update MSSQL schema | Evgeniy Khramtsov | 1 | -0/+0 | |
2015-09-14 | Improve MSSQL schema | Evgeniy Khramtsov | 1 | -0/+0 | |
2015-09-13 | Fix MSSQL support | Evgeniy Khramtsov | 1 | -0/+0 | |