aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_room.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* hibernation_time is not an option worth storing in room state (#3946)Badlop2022-11-231-0/+1
* Add details about XEP implementations to some protocol attributesBadlop2022-11-071-1/+2
* Allow MUC service admins to bypass max_user_conferences limitationBadlop2022-09-161-3/+3
* Remove unused macro definitions detected by rebar3_hankBadlop2022-09-161-2/+0
* Don't persist 'none' role (thanks to Blake Miller)(#3330)Badlop2022-09-131-1/+10
* Store role, and use it when joining a moderated room (#3330)Badlop2022-09-131-3/+21
* Fix mucsub unsubscribe notification payload to have muc_unsubcribe in itPaweł Chmielowski2022-08-241-2/+2
* Show allow_query_users room option in disco info (#3830)Badlop2022-08-041-0/+1
* Don't set affiliation to 'none' if it's already 'none' in mod_muc_room:proces...Alexey Shchepin2022-07-011-16/+20
* Pass room state to muc_{un}subscribed hookPaweł Chmielowski2022-05-091-2/+2
* Allow muc_{un}subscribe hooks to modify sent packetsPaweł Chmielowski2022-05-091-32/+38
* Update options configurable in default_room_optionsBadlop2022-05-021-0/+5
* Attach meta field with real jid to mucsub subscription eventsPaweł Chmielowski2022-04-291-2/+4
* Stop empty MUC rooms 30 seconds after creationAlexey Shchepin2022-04-211-0/+7
* Don't request the whole MUC room state in get_room_occupants_number command (...Alexey Shchepin2022-03-071-0/+16
* Fix compilation on OTP < 21 and remove dialyzer warningPaweł Chmielowski2022-02-181-9/+11
* Optimize room_unused_* commandsPaweł Chmielowski2022-02-181-9/+9
* Update copyright year to 2022Badlop2022-02-111-1/+1
* mod_muc_room: Fix function name typoHolger Weiss2021-12-301-4/+4
* Optimize user removal handling in mod_mucAlexey Shchepin2021-12-201-0/+18
* Handle user removal in mod_mucAlexey Shchepin2021-12-141-1/+19
* Fix exception in mucsub {un}subscription events multicast handlerPaweł Chmielowski2021-11-101-2/+2
* Annotate support for XEP-0317: Hats, since commit 5d0e599f1Badlop2021-11-051-0/+2
* Support MUC hats (XEP-0317, conversejs/prosody compatible)Alexey Shchepin2021-10-291-6/+414
* Optimize MucSub processingAlexey Shchepin2021-09-131-109/+227
* Fix spec: xmpp:set_from_to/3 allows undefined as second argumentBadlop2021-07-131-1/+1
* Fix previous commit to pass all testsPaweł Chmielowski2021-07-131-5/+5
* Use multicast routing for more packets generated by mucPaweł Chmielowski2021-07-131-33/+111
* mod_muc_room: Don't leak owner JIDs (#3615)Holger Weiß2021-05-281-12/+0
* When occupant is banned, remove his subscriptions too (#2451)Badlop2021-03-181-1/+5
* Use monitors to track muc roomsPaweł Chmielowski2021-03-031-3/+1
* Fix muc testsPaweł Chmielowski2021-02-171-3/+2
* Take in account subscriber's affiliation when checking access to moderated roomPaweł Chmielowski2021-02-171-26/+38
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* mod_muc/mod_muc_room: add option limits for password and captcha_whitelist (#...Jing Sun2021-01-211-5/+14
* Allow non-occupant non-subscribed service admin send private MUC message (#3474)Badlop2021-01-131-2/+3
* Simplify updating disk room options in set_room_affiliationPaweł Chmielowski2020-12-041-0/+1
* Update muc_room just_created timestamp when message is receivedPaweł Chmielowski2020-11-181-2/+2
* Allow room_unused_list/destroy work on hibernated roomsPaweł Chmielowski2020-11-161-2/+5
* Don't do double utf-8 conversion on translated strings in str:formatPaweł Chmielowski2020-11-091-3/+4
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Provide room disco info identity name only when title was set (#3370)Badlop2020-08-281-1/+1
* New hook to run when a room process is started (#3353)Badlop2020-08-281-0/+2
* Show nick also in oneself list of subscriptions (#3206)Badlop2020-08-261-2/+2
* Always show MucSub subscribers nicks (#3206)(thanks to Snoopcatt)Badlop2020-08-261-1/+1
* Subscriber should not send message to moderated room (#3222)Badlop2020-06-241-1/+2
* Fix unsubscribe command result, handle_sync_event result, and dialyzerBadlop2020-03-241-2/+4
* Make mod_muc_room:unsubscirbe handle that unsubscribe may stop roomPaweł Chmielowski2020-03-231-1/+4
* 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-11/+11