Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-22Export mod_muc_admin:get_room_pid/2Paweł Chmielowski
2022-09-01Add function for getting room diagnosticsPaweł Chmielowski
2022-05-17Fix errors and warnings for "rebar3 edoc"Badlop
2022-05-04Annotate options and commands recently addedBadlop
2022-04-12Add support for MUC room vCard in get_vcard commandsBadlop
2022-03-07Don't request the whole MUC room state in get_room_occupants_number command (...Alexey Shchepin
2022-02-18Optimize room_unused_* commandsPaweł Chmielowski
2022-02-11Update copyright year to 2022Badlop
2022-01-13Document option subscrube_room_many_max_users introduced in fc34661b6Badlop
2022-01-11Fix version when this command was really updatedBadlop
2022-01-05Add better descripion of subscribe_room_many commandPaweł Chmielowski
2021-12-20Add subscribe_room_many commandAlexey Shchepin
2021-12-15Let get_all_rooms handle "global" argument, fixes rooms_unsued_... (#3726)Badlop
2021-10-21Fix create_room_with_opts when using SQL storage (#3700)Badlop
2021-08-23Use specific syntax so modules and top-level will be linksBadlop
2021-07-30Store who defines a command, specially when defined by ejabberd modulesBadlop
2021-07-23Add missing fields from config inside mod_muc_admin:change_optionsPaweł Chmielowski
2021-07-13Provide proper error message when create_room fails with invalid_serviceBadlop
2021-07-08After create_room, store in DB if it's persistent (#3632)Badlop
2021-05-05Use the new 'note' field to annotate changes in 20.01..21.03Badlop
2021-03-09New command get_user_subscriptions (#3403)Badlop
2021-03-09Show in WebAdmin the erlang node where the room residesBadlop
2021-03-03Use monitors to track muc roomsPaweł Chmielowski
2021-01-27Update newest copyright year to 2021 (#3464)Badlop
2021-01-26Don't fetch subscribers list in room_unused_*Paweł Chmielowski
2021-01-21Validate affiliations in set_room_affiliation commandPaweł Chmielowski
2020-12-18Fix typo in case clause detected by DialyzerBadlop
2020-12-18Update spec for get_room_pidPaweł Chmielowski
2020-12-17Use better fallback value for room activity time when skipping room in decide...Paweł Chmielowski
2020-12-14Fix getting age of newly created rooms in rooms_unused_*Paweł Chmielowski
2020-12-08Normalize names passed to destroy_roomPaweł Chmielowski
2020-12-04Simplify updating disk room options in set_room_affiliationPaweł Chmielowski
2020-12-01Fix typo in last commitPaweł Chmielowski
2020-12-01Make decide room better handle rooms that were just hibernatedPaweł Chmielowski
2020-11-19Fix room_unused_destroy on hibernated roomsPaweł Chmielowski
2020-11-18Update muc_room just_created timestamp when message is receivedPaweł Chmielowski
2020-11-18We don't use persistent field in decide_roomPaweł Chmielowski
2020-11-18Fix logic that determines room age when history_size=0Paweł Chmielowski
2020-11-16Allow room_unused_list/destroy work on hibernated roomsPaweł Chmielowski
2020-10-20Add better error reporting to mod_muc_admin commandsPaweł Chmielowski
2020-10-16Document that send_direct_invitation is asynchronousBadlop
2020-10-15Store room options in create_room_with_opts only if we will start roomPaweł Chmielowski
2020-10-15send_direct_invitation command is now asynchronousJerome Sautret
2020-10-13Make mod_muc_admin command work correctly with hibernated roomsPaweł Chmielowski
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson
2020-07-10Parse also ServerHost in create_room* commands (#3326)Badlop
2020-05-11Fix most EDoc errors, even if that's not used nowadays apparentlyBadlop
2020-05-07Don't use string:take, as it isn't available in Erlang/OTP 19.3 (#3256)Badlop
2020-05-07Fix webadmin muc room sorting broken due to trailing slash patch (#3256)Badlop
2020-04-20Make a few more strings translatable in MUC and Shared Roster WebAdminBadlop