aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix previous commit: add forgotten endline blankspacesBadlop2021-09-141-2/+2
* Update documentation to match the implemented options values (#3675)Badlop2021-09-141-4/+5
* Optimize MucSub processingAlexey Shchepin2021-09-131-2/+10
* Use specific syntax so modules and top-level will be linksBadlop2021-08-231-2/+2
* Update documentation: mod_muc ram_db_type supports SQL since 17.04 (#3632)Badlop2021-07-081-3/+2
* Use the new 'note' field to annotate changes in 20.01..21.03Badlop2021-05-051-0/+2
* Use monitors to track muc roomsPaweł Chmielowski2021-03-031-19/+48
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* mod_muc/mod_muc_room: add option limits for password and captcha_whitelist (#...Jing Sun2021-01-211-0/+18
* Make mod_muc_admin command work correctly with hibernated roomsPaweł Chmielowski2020-10-131-1/+13
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Show nick also in oneself list of subscriptions (#3206)Badlop2020-08-261-9/+9
* Don't forget not-persistent rooms in load_permanent_roomsPaweł Chmielowski2020-08-061-12/+7
* Copy more option explanations from ejabberd Docs siteBadlop2020-04-081-2/+13
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-081-0/+378
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-8/+8
* When join new room with password, set pass and password_protected (#2668)Badlop2019-08-131-3/+30
* Don't retain module option on gen_mod supervisorEvgeny Khramtsov2019-08-041-5/+6
* Introduce 'vcard' option for the modules supporting vCardsEvgeny Khramtsov2019-08-021-6/+15
* Change time unit of hibernation_timeout option to 'second'Evgeny Khramtsov2019-07-161-1/+1
* Fix typos using codespellEvgeny Khramtsov2019-07-161-1/+1
* Avoid record duplicationEvgeny Khramtsov2019-07-161-18/+22
* Use econf:timeout/2Evgeny Khramtsov2019-07-161-1/+1
* Add code for hibernating inactive muc_room processesPaweł Chmielowski2019-07-161-2/+14
* Compile some regexps as unicodeEvgeny Khramtsov2019-07-151-1/+1
* Fix regexp matchingEvgeny Khramtsov2019-07-151-1/+1
* Attach mod_muc_room processes to a supervisorEvgeny Khramtsov2019-07-151-7/+10
* Don't expose internal FSM API of mod_muc_roomEvgeny Khramtsov2019-07-091-26/+17
* Avoid routing packets through a single processEvgeny Khramtsov2019-07-061-6/+8
* Do not call the same function twiceEvgeny Khramtsov2019-07-061-1/+0
* Restore room when receiving message or generic iq for not started roomPaweł Chmielowski2019-07-051-45/+63
* Limit number of rooms that we return for disco_items from mucPaweł Chmielowski2019-07-051-8/+20
* Distribute routing of MUC messages accross all CPU coresEvgeny Khramtsov2019-07-051-259/+379
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-2/+2
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-27/+26
* Get rid of "well-known" typeEvgeny Khramtsov2019-06-151-5/+5
* Use new configuration validatorEvgeny Khramtsov2019-06-141-128/+97
* Use system_time/1 instead of monotonic_time/1Evgeny Khramtsov2019-06-061-1/+1
* Avoid late arrival of get_disco_item responseEvgeny Khramtsov2019-05-111-11/+15
* Handle get_subscribed_rooms call from mod_muc_room pidPaweł Chmielowski2019-05-061-1/+13
* Make get_subscribed_rooms work even for non-persistant roomsPaweł Chmielowski2019-04-301-16/+31
* Change mucsub API for database backendsEvgeny Khramtsov2019-04-031-19/+32
* Add option user_mucsub_from_muc_archive to mod_mucPaweł Chmielowski2019-03-281-1/+7
* mod_muc: Simplify room creation checksHolger Weiss2019-03-121-26/+32
* allow room recreate for admins even if nonemptyChristoph Scholz2019-03-051-3/+6
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-271-1/+1
* disallow room creation if archive not empty andChristoph Scholz2019-02-181-3/+11
* Improve validation of configured language optionsEvgeny Khramtsov2019-01-191-1/+1
* Merge pull request #2748 from area-42/add_acl_for_mam_in_mod_mucChristophe Romain2019-01-101-4/+8
|\