aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc
Commit message (Expand)AuthorAgeFilesLines
* MUC: Use variable that actually exists (thanks Martin)Kim Alvefur2017-08-061-2/+2
* MUC: Reject whitespace-only nicknames (fixes #337)Kim Alvefur2017-07-211-0/+14
* MUC: Add some comments attempting to explain what presence and <x> tag goes w...Kim Alvefur2017-07-061-0/+2
* MUC: Include status code 110 on affiliation changes (see #765)Kim Alvefur2017-07-061-3/+7
* MUC: Include status code 110 on role change notifications (fixes #765))Kim Alvefur2017-07-061-3/+6
* MUC: Only create rooms in a locked state when they are created by someone joi...Kim Alvefur2017-03-311-3/+3
* MUC: Log when denying entry to locked roomKim Alvefur2017-03-221-0/+1
* MUC: Don't create room in response to unavailable presenceKim Alvefur2016-11-271-1/+1
* MUC: Return 'true' from room:destroy() so that use from the telnet console sa...Kim Alvefur2016-10-011-0/+1
* MUC: Allow members (or above) in members-only non-anonymous rooms to see the ...Kim Alvefur2016-05-281-1/+2
* Merge 0.9->0.10Kim Alvefur2016-04-191-0/+7
|\
| * MUC: Accept missing form as "instant room" request (fixes #377)Kim Alvefur2016-04-191-0/+8
* | MUC: Use type-specific config API for the 'name' optionKim Alvefur2016-03-111-2/+1
* | MUC: Fire a muc-disco#info event like in trunk so modules can extend the replyKim Alvefur2016-02-031-6/+13
* | Merge 0.9->0.10Matthew Wild2015-12-161-1/+1
|\|
| * MUC: Fix incorrect nesting of status codes when room config changes (fixes #579)Matthew Wild2015-12-161-1/+2
* | MUC: Fix previous commitKim Alvefur2015-12-091-2/+2
* | MUC: Process only options that are included in a form (Fixes #521)Kim Alvefur2015-12-081-3/+3
* | Merge 0.9->0.10Matthew Wild2015-11-171-1/+1
|\|
| * muc.lib: Fix pattern so that it doesn't match hashes containing null bytes, c...Matthew Wild2015-11-171-1/+1
* | MUC: Break a very long lineKim Alvefur2015-09-121-2/+4
* | Merge 0.9->0.10Kim Alvefur2015-06-251-1/+1
|\|
| * MUC: Prevent admins from being given affiliatons other than ownerKim Alvefur2015-06-251-1/+1
| * Backed out changeset bea3862b6bde in favor of a different approachKim Alvefur2015-06-251-0/+5
| * MUC: Remove half of monkeypatch that was supposed to make admins always be ro...Kim Alvefur2015-06-161-5/+0
* | Merge 0.9->0.10Matthew Wild2014-04-022-155/+174
|\ \ | |/ |/|
| * MUC: Tag PMs with <x>, like presence stanzasKim Alvefur2014-01-281-0/+1
| * Merge 0.9->0.10Matthew Wild2014-01-211-0/+1
| |\
| * | MUC: Expose room metatable on moduleKim Alvefur2014-01-181-2/+3
| * | MUC: Split out sending of the topic into method separate from sending historyKim Alvefur2014-01-181-0/+3
| * | MUC: Split saving to history into a separate methodKim Alvefur2014-01-181-10/+13
| * | mod_muc: Remove extra parenthesis (thanks janhouse)Kim Alvefur2013-12-141-1/+1
| * | Merge 0.9->0.10Matthew Wild2013-12-131-1/+1
| |\ \
| * \ \ Merge 0.9->0.10Matthew Wild2013-10-051-1/+1
| |\ \ \
| * | | | mod_muc: Support for locking newly-created rooms until they are configured (e...Matthew Wild2013-08-302-0/+26
| * | | | mod_muc: Import util.arrayMatthew Wild2013-08-301-0/+1
| * | | | Remove all trailing whitespaceFlorian Zeitz2013-08-092-7/+7
| * | | | mod_muc: Add Ad-Hoc command to destroy MUC roomsFlorian Zeitz2013-06-051-0/+36
| * | | | mod_muc: Utilize mod_disco, instead of reimplementing disco handlingFlorian Zeitz2013-06-051-14/+9
| * | | | mod_muc: Include status code 332 on service shutdown (thanks mathieui)Matthew Wild2013-06-081-1/+2
| * | | | mod_muc: Remove some old TODO commentsMatthew Wild2013-05-211-2/+1
| * | | | mod_muc: Fix incorrect variable nameMatthew Wild2013-05-211-1/+1
| * | | | mod_muc: Remove unused variableMatthew Wild2013-05-211-1/+1
| * | | | mod_muc: Use stanza:maptags() instead of custom filtering functions, 7 insert...Matthew Wild2013-05-211-19/+7
| * | | | mod_muc: Replace getText() with get_child_text(), 1 insertion, 12 deletions!Matthew Wild2013-05-211-12/+1
| * | | | mod_muc: Pass actor (requesting JID) when generating the config form, and to ...Matthew Wild2013-05-181-4/+4
| * | | | mod_muc: Add getter/setter for 'whois' (fixes traceback)Matthew Wild2013-05-181-3/+14
| * | | | mod_muc: Refactor config form handling, and allow for clients to submit incom...Matthew Wild2013-05-162-81/+46
* | | | | MUC: Fixed traceback when a JID not in a room requested a role change for an ...Waqas Hussain2014-04-011-1/+1
| |_|_|/ |/| | |
* | | | MUC: Fire muc-room-destroyed event when the last participant leaves a non-per...Kim Alvefur2014-01-181-0/+1