aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_mnesia.erl (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-11Update copyright year to 2022Badlop1-1/+1
2021-03-03Use monitors to track muc roomsPaweł Chmielowski1-1/+15
This should prevent keeping rooms that were hard killed from in online table.
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2019-07-12Process unexpected messages uniformlyEvgeny Khramtsov1-5/+6
2019-06-24Make logging messages more consistentEvgeny Khramtsov1-1/+1
2019-06-14Use new configuration validatorEvgeny Khramtsov1-8/+8
2019-04-03Change mucsub API for database backendsEvgeny Khramtsov1-5/+1
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-09-12Expect mnesia_up event when joining clusterAquarHEAD Lou1-0/+2
2018-08-20Fix max_user_conferences in Mnesia to consider only one MUC service (#2556)Badlop1-3/+4
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-10-31Optimize muc subscriptions handlingChristophe Romain1-3/+7
2017-08-08Introduce 'hosts' optionEvgeniy Khramtsov1-2/+5
The option can be used as a replacement of 'host' option when several (sub)domains are needed to be registered for the module. Note that you cannot combine both 'host' and 'hosts' in the config because 'host' option is of a higher priority. Example: mod_pubsub: ... hosts: - "pubsub1.@HOST@" - "pubsub2.@HOST@" Fixes #1883
2017-04-23Improve Mnesia tables creation and transformationEvgeniy Khramtsov1-60/+20
2017-04-21Speedup Mnesia tables initializationEvgeniy Khramtsov1-1/+0
2017-04-20When getting user rooms, filter by the serverhost as expected (#1683)Badlop1-2/+3
2017-03-29Add SQL as mod_muc RAM backendEvgeniy Khramtsov1-16/+19
2017-02-26Put more stuff under supervisionEvgeniy Khramtsov1-7/+10
2017-02-26Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov1-1/+1
2017-02-18Fix some dialyzer warningsEvgeniy Khramtsov1-1/+1
2017-01-17Let ejabberd_mnesia handles copy_typeChristophe Romain1-3/+3
2017-01-16Correctly set gen_server's nameEvgeniy Khramtsov1-1/+2
2017-01-16Remove handle_event/1 callbackEvgeniy Khramtsov1-38/+69
2017-01-13Implement database backend interface for MUC, BOSH and auth_anonyousEvgeniy Khramtsov1-12/+206
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2017-01-02Get rid of "jlib.hrl" header in some filesEvgeniy Khramtsov1-1/+1
2016-12-27Cleanup file headersChristophe Romain1-6/+22
2016-11-30Improve handling of mnesia schemaChristophe Romain1-2/+2
2016-11-22Improve ODBC importChristophe Romain1-5/+32
2016-04-13Clean mod_muc.erl from DB specific codeEvgeniy Khramtsov1-0/+163