aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Export mod_muc_admin:get_room_pid/2Paweł Chmielowski2022-09-221-1/+2
* Add function for getting room diagnosticsPaweł Chmielowski2022-09-011-5/+27
* Fix errors and warnings for "rebar3 edoc"Badlop2022-05-171-6/+4
* Annotate options and commands recently addedBadlop2022-05-041-0/+2
* Add support for MUC room vCard in get_vcard commandsBadlop2022-04-121-0/+1
* Don't request the whole MUC room state in get_room_occupants_number command (...Alexey Shchepin2022-03-071-2/+2
* Optimize room_unused_* commandsPaweł Chmielowski2022-02-181-6/+11
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Document option subscrube_room_many_max_users introduced in fc34661b6Badlop2022-01-131-1/+8
* Fix version when this command was really updatedBadlop2022-01-111-1/+1
* Add better descripion of subscribe_room_many commandPaweł Chmielowski2022-01-051-0/+1
* Add subscribe_room_many commandAlexey Shchepin2021-12-201-3/+41
* Let get_all_rooms handle "global" argument, fixes rooms_unsued_... (#3726)Badlop2021-12-151-1/+8
* 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