aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Check if mod_muc_log is enabled before setting logging option (#3215)Badlop2020-04-171-0/+9
* Update links to the ejabberd Docs page in WebAdminBadlop2020-04-141-2/+2
* fix command rooms_empty_destroy (#3183)Paweł Chmielowski2020-03-051-1/+1
* Remove tweak introduced in 05c2995c for #1954 as it isn't needed anymoreBadlop2020-02-071-5/+7
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Do not use ~ts format in string that are put in xmpp payloadPaweł Chmielowski2020-01-221-1/+1
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-081-1/+8
* Support custom base path in WebAdmin by using relative URLs (#3043)Badlop2019-10-021-1/+1
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-5/+5
* Fix some links to Guide in WebAdmin and add new ones (#3003)Badlop2019-08-271-4/+6
* Improve rooms_* commands to accept 'global' as MUC service argument (#2976)Badlop2019-08-121-31/+25
* Rename MUC command arguments from Host to Service (#2976)Badlop2019-08-081-61/+82
* Fix typos using codespellEvgeny Khramtsov2019-07-161-1/+1
* Don't expose internal FSM API of mod_muc_roomEvgeny Khramtsov2019-07-091-17/+12
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-8/+9
* Use new configuration validatorEvgeny Khramtsov2019-06-141-17/+15
* Add option user_mucsub_from_muc_archive to mod_mucPaweł Chmielowski2019-03-281-5/+5
* Fix crash in mod_muc_admin:web_page_main/2 caused by just_created (#2830)Badlop2019-03-181-4/+10
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-271-1/+1
* Remove now() calls that sneaked in in pull requestsPaweł Chmielowski2019-02-271-1/+1
* mod_muc_admin: Fix indentationHolger Weiss2019-02-231-4/+4
* only destroy rooms if mam is enabledChristoph Scholz2019-02-231-4/+10
* check if mod_mam is loaded before calling mod_mam:is_empty_for_roomChristoph Scholz2019-02-181-1/+6
* added cmds to list and destroy empty rooms by ejabberdctlChristoph Scholz2019-02-181-20/+50
* Once just_created isn't true, use it to keep room process creation (#2787)Badlop2019-02-111-9/+7
* Add notice about rooms_unused_destroy using the room history (#2787)Badlop2019-02-061-0/+4
* Don't consider room's lack of history when history_size is zero (#2787)Badlop2019-02-061-4/+7
* Fix argument name consistencyChristophe Romain2019-01-311-2/+2
* Merge pull request #2748 from area-42/add_acl_for_mam_in_mod_mucChristophe Romain2019-01-101-1/+2
|\
| * add acl for mam in mod_mucChristoph Scholz2019-01-041-1/+2
* | Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|/
* Don't require a full JID as argument, instead set a dummy resource (#2710)Badlop2018-12-101-5/+4
* Replace dict with mapsEvgeny Khramtsov2018-11-151-8/+8
* Recognize more fields that aren't atom in format_room_optionPaweł Chmielowski2018-09-201-1/+8
* Remove direct calls to muc_room mnesia table in mod_muc_admin (#2448)Badlop2018-08-081-3/+1
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-6/+5
* Handle muc_register_nick success correctly (#2415)Badlop2018-05-141-1/+4
* Simplify result of get_room_affiliation command (#2301)Badlop2018-03-011-4/+3
* add ejabberd_command to get affiliation of a user in MUC roomYusro Tsaqova2018-02-281-3/+32
* Add case on create_room, avoid useless callChristophe Romain2018-02-131-2/+4
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-12/+11
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* mod_muc_admin: Fix last timestamp retrievalHolger Weiss2017-12-221-2/+3
* Fix commands rooms_unused_list and _destroyBadlop2017-12-211-17/+11
* Merge pull request #2164 from angelo-chan/masterbadlop2017-12-191-1/+44
|\
| * add muc_online_room_by_regex to mod_muc_admin to filter list online roomsAngelo Chan2017-12-131-1/+44
* | send_direct_invitations accepts only user jidsChristophe Romain2017-12-191-5/+6
|/
* Prepare user and host arguments in get_user_rooms command (#2064)Badlop2017-11-171-2/+2
* Unregister commands when stopping node only if it's last one (#2083)Badlop2017-11-061-1/+6
* Simple optimization in get_room_occupants_number command (#1964)Badlop2017-09-071-1/+7