aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix create_room_with_opts when using SQL storage (#3700)Badlop2021-10-211-1/+1
* Use specific syntax so modules and top-level will be linksBadlop2021-08-231-1/+1
* Store who defines a command, specially when defined by ejabberd modulesBadlop2021-07-301-1/+1
* Add missing fields from config inside mod_muc_admin:change_optionsPaweł Chmielowski2021-07-231-0/+3
* Provide proper error message when create_room fails with invalid_serviceBadlop2021-07-131-0/+2
* After create_room, store in DB if it's persistent (#3632)Badlop2021-07-081-1/+10
* Use the new 'note' field to annotate changes in 20.01..21.03Badlop2021-05-051-0/+1
* New command get_user_subscriptions (#3403)Badlop2021-03-091-1/+27
* Show in WebAdmin the erlang node where the room residesBadlop2021-03-091-4/+9
* Use monitors to track muc roomsPaweł Chmielowski2021-03-031-39/+13
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Don't fetch subscribers list in room_unused_*Paweł Chmielowski2021-01-261-1/+8
* Validate affiliations in set_room_affiliation commandPaweł Chmielowski2021-01-211-1/+9
* Fix typo in case clause detected by DialyzerBadlop2020-12-181-1/+1
* Update spec for get_room_pidPaweł Chmielowski2020-12-181-1/+1
* Use better fallback value for room activity time when skipping room in decide...Paweł Chmielowski2020-12-171-4/+4
* Fix getting age of newly created rooms in rooms_unused_*Paweł Chmielowski2020-12-141-1/+1
* Normalize names passed to destroy_roomPaweł Chmielowski2020-12-081-8/+15
* Simplify updating disk room options in set_room_affiliationPaweł Chmielowski2020-12-041-49/+8
* Fix typo in last commitPaweł Chmielowski2020-12-011-1/+1
* Make decide room better handle rooms that were just hibernatedPaweł Chmielowski2020-12-011-3/+14
* Fix room_unused_destroy on hibernated roomsPaweł Chmielowski2020-11-191-5/+12
* Update muc_room just_created timestamp when message is receivedPaweł Chmielowski2020-11-181-25/+13
* We don't use persistent field in decide_roomPaweł Chmielowski2020-11-181-11/+10
* Fix logic that determines room age when history_size=0Paweł Chmielowski2020-11-181-2/+1
* Allow room_unused_list/destroy work on hibernated roomsPaweł Chmielowski2020-11-161-17/+51
* Add better error reporting to mod_muc_admin commandsPaweł Chmielowski2020-10-201-80/+117
* Document that send_direct_invitation is asynchronousBadlop2020-10-161-1/+5
* Store room options in create_room_with_opts only if we will start roomPaweł Chmielowski2020-10-151-7/+7
* send_direct_invitation command is now asynchronousJerome Sautret2020-10-151-1/+0
* Make mod_muc_admin command work correctly with hibernated roomsPaweł Chmielowski2020-10-131-18/+19
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Parse also ServerHost in create_room* commands (#3326)Badlop2020-07-101-1/+2
* Fix most EDoc errors, even if that's not used nowadays apparentlyBadlop2020-05-111-1/+1
* Don't use string:take, as it isn't available in Erlang/OTP 19.3 (#3256)Badlop2020-05-071-3/+2
* Fix webadmin muc room sorting broken due to trailing slash patch (#3256)Badlop2020-05-071-1/+2
* Make a few more strings translatable in MUC and Shared Roster WebAdminBadlop2020-04-201-8/+8
* 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