summaryrefslogtreecommitdiff
path: root/src/mod_muc_sup.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Guard agains erlang:system_info(logical_processors) not always returning numberPaweł Chmielowski2022-04-281-1/+1
|
* Update copyright year to 2022Badlop2022-02-111-1/+1
|
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Don't retain module option on gen_mod supervisorEvgeny Khramtsov2019-08-041-7/+7
| | | | | | When module's options were updated (e.g. by reloading ejabberd.yml) and, later, the module's process crashed, gen_mod supervisor restarts the process with outdated options. This is now fixed.
* Attach mod_muc_room processes to a supervisorEvgeny Khramtsov2019-07-151-7/+18
|
* Add forgotten fileEvgeny Khramtsov2019-07-051-0/+66