aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc_room.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Advertise muc#roominfo_logs in disco#info of the roomEvgeny Khramtsov2019-09-261-1/+12
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-24/+24
* Apply default role after revoking admin affiliation (#3023)Badlop2019-09-171-3/+7
* Custom exit message is not broadcastVyache2019-08-231-1/+2
* Revert "Affiliations other than admin and owner cannot invite to members_only...Badlop2019-08-131-2/+1
* Don't render CAPTCHA whitelist when CAPTCHA is not configuredEvgeny Khramtsov2019-07-311-5/+9
* Fix typos using codespellEvgeny Khramtsov2019-07-161-1/+1
* Use econf:timeout/2Evgeny Khramtsov2019-07-161-1/+1
* Add code for hibernating inactive muc_room processesPaweł Chmielowski2019-07-161-21/+73
* Only respond with occupants list to disco#items with empty nodeEvgeny Khramtsov2019-07-151-2/+6
* Improve handling of unexpected iq in mod_muc_roomEvgeny Khramtsov2019-07-151-15/+19