aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_admin.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-22Export mod_muc_admin:get_room_pid/2Paweł Chmielowski1-1/+2
2022-09-01Add function for getting room diagnosticsPaweł Chmielowski1-5/+27
2022-05-17Fix errors and warnings for "rebar3 edoc"Badlop1-6/+4
2022-05-04Annotate options and commands recently addedBadlop1-0/+2
2022-04-12Add support for MUC room vCard in get_vcard commandsBadlop1-0/+1
2022-03-07Don't request the whole MUC room state in get_room_occupants_number command (...Alexey Shchepin1-2/+2
2022-02-18Optimize room_unused_* commandsPaweł Chmielowski1-6/+11
2022-02-11Update copyright year to 2022Badlop1-1/+1
2022-01-13Document option subscrube_room_many_max_users introduced in fc34661b6Badlop1-1/+8
2022-01-11Fix version when this command was really updatedBadlop1-1/+1
2022-01-05Add better descripion of subscribe_room_many commandPaweł Chmielowski1-0/+1
2021-12-20Add subscribe_room_many commandAlexey Shchepin1-3/+41
2021-12-15Let get_all_rooms handle "global" argument, fixes rooms_unsued_... (#3726)Badlop1-1/+8
2021-10-21Fix create_room_with_opts when using SQL storage (#3700)Badlop1-1/+1
2021-08-23Use specific syntax so modules and top-level will be linksBadlop1-1/+1
2021-07-30Store who defines a command, specially when defined by ejabberd modulesBadlop1-1/+1
2021-07-23Add missing fields from config inside mod_muc_admin:change_optionsPaweł Chmielowski1-0/+3
2021-07-13Provide proper error message when create_room fails with invalid_serviceBadlop1-0/+2
2021-07-08After create_room, store in DB if it's persistent (#3632)Badlop1-1/+10
2021-05-05Use the new 'note' field to annotate changes in 20.01..21.03Badlop1-0/+1
2021-03-09New command get_user_subscriptions (#3403)Badlop1-1/+27
2021-03-09Show in WebAdmin the erlang node where the room residesBadlop1-4/+9
2021-03-03Use monitors to track muc roomsPaweł Chmielowski1-39/+13
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2021-01-26Don't fetch subscribers list in room_unused_*Paweł Chmielowski1-1/+8
2021-01-21Validate affiliations in set_room_affiliation commandPaweł Chmielowski1-1/+9
2020-12-18Fix typo in case clause detected by DialyzerBadlop1-1/+1
2020-12-18Update spec for get_room_pidPaweł Chmielowski1-1/+1
2020-12-17Use better fallback value for room activity time when skipping room in decide...Paweł Chmielowski1-4/+4
2020-12-14Fix getting age of newly created rooms in rooms_unused_*Paweł Chmielowski1-1/+1
2020-12-08Normalize names passed to destroy_roomPaweł Chmielowski1-8/+15
2020-12-04Simplify updating disk room options in set_room_affiliationPaweł Chmielowski1-49/+8
2020-12-01Fix typo in last commitPaweł Chmielowski1-1/+1
2020-12-01Make decide room better handle rooms that were just hibernatedPaweł Chmielowski1-3/+14
2020-11-19Fix room_unused_destroy on hibernated roomsPaweł Chmielowski1-5/+12
2020-11-18Update muc_room just_created timestamp when message is receivedPaweł Chmielowski1-25/+13
2020-11-18We don't use persistent field in decide_roomPaweł Chmielowski1-11/+10
2020-11-18Fix logic that determines room age when history_size=0Paweł Chmielowski1-2/+1
2020-11-16Allow room_unused_list/destroy work on hibernated roomsPaweł Chmielowski1-17/+51
2020-10-20Add better error reporting to mod_muc_admin commandsPaweł Chmielowski1-80/+117
2020-10-16Document that send_direct_invitation is asynchronousBadlop1-1/+5
2020-10-15Store room options in create_room_with_opts only if we will start roomPaweł Chmielowski1-7/+7
2020-10-15send_direct_invitation command is now asynchronousJerome Sautret1-1/+0
2020-10-13Make mod_muc_admin command work correctly with hibernated roomsPaweł Chmielowski1-18/+19
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-07-10Parse also ServerHost in create_room* commands (#3326)Badlop1-1/+2
2020-05-11Fix most EDoc errors, even if that's not used nowadays apparentlyBadlop1-1/+1
2020-05-07Don't use string:take, as it isn't available in Erlang/OTP 19.3 (#3256)Badlop1-3/+2
2020-05-07Fix webadmin muc room sorting broken due to trailing slash patch (#3256)Badlop1-1/+2
2020-04-20Make a few more strings translatable in MUC and Shared Roster WebAdminBadlop1-8/+8