index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
muc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
MUC: Allow role changes based on JIDs.
Waqas Hussain
2010-02-18
1
-0
/
+3
|
/
/
*
|
MUC: muc.lib.lua: Fix the sending of the occupant JID instead of the nick in ...
Matthew Wild
2010-01-30
1
-8
/
+13
*
|
MUC: Fixes and refactoring for the previous commit to work in all cases, text...
Matthew Wild
2010-01-29
1
-12
/
+14
*
|
MUC: Show error message texts when participants are kicked for stanza errors
Matthew Wild
2010-01-29
1
-2
/
+7
*
|
MUC: Have get_error_condition() use the new stanza:get_error() (muc.lib.lua 1...
Matthew Wild
2010-01-29
1
-11
/
+4
*
|
MUC: Removed old commented code.
Waqas Hussain
2010-01-26
1
-11
/
+0
*
|
MUC: Converted some local functions into methods.
Waqas Hussain
2010-01-26
1
-4
/
+4
*
|
mod_muc: Remove unused history_length declaration
Matthew Wild
2010-01-13
1
-1
/
+0
*
|
mod_muc/muc.lib: Use stanza:get_child() to locate MUC child element
Matthew Wild
2010-01-03
1
-11
/
+2
*
|
Added notification of configuration changes for MUCs
Rob Hoelz
2009-12-30
1
-0
/
+20
*
|
Add support for non-anonymous MUC rooms
Rob Hoelz
2009-12-29
1
-8
/
+42
*
|
MUC: Added support for the room-destroy owner use case.
Waqas Hussain
2009-11-26
1
-1
/
+38
*
|
MUC: Slightly refactored form processing.
Waqas Hussain
2009-11-25
1
-42
/
+47
*
|
MUC: Only allow moderators to change the room subject.
Waqas Hussain
2009-11-25
1
-1
/
+6
*
|
MUC: Prevent visitors from broadcasting messages.
Waqas Hussain
2009-11-25
1
-1
/
+4
*
|
MUC: Improved handling of incoming groupchat messages (state preserved for po...
Waqas Hussain
2009-11-25
1
-2
/
+5
|
/
*
MUC: Include occupants' real JIDs in their presence (semi-anonymous rooms).
Waqas Hussain
2009-10-31
1
-13
/
+51
*
MUC: Fixed: affiliation='none' was omitted from some presence broadcasts.
Waqas Hussain
2009-10-25
1
-5
/
+5
*
MUC: Fixed an issue with multi-session nicks where the 'from' attribute in a ...
Waqas Hussain
2009-10-25
1
-0
/
+1
*
MUC: List occupants in a room's disco#items response.
Waqas Hussain
2009-10-21
1
-1
/
+5
*
MUC: Added config option 'restrict_room_creation' to allow restricting room c...
Waqas Hussain
2009-10-21
1
-7
/
+21
*
MUC: Added 'name' config option, for specifying the component's name in disco...
Waqas Hussain
2009-10-21
1
-1
/
+2
*
MUC: Re-enable nick changes for non-multisession nicks.
Waqas Hussain
2009-10-18
1
-1
/
+1
*
MUC: Added support for reason messages in role and affiliation changes (e.g.,...
Waqas Hussain
2009-10-18
1
-6
/
+11
*
MUC: Rewrote code for mediated invites to be more robust, and to support lega...
Waqas Hussain
2009-10-18
1
-9
/
+27
*
MUC: Improved handling of error stanzas and made error messages concise.
Waqas Hussain
2009-10-18
1
-11
/
+16
*
MUC: Ignore invisible presence (incorrectly broadcasted or forwarded by ejabb...
Waqas Hussain
2009-10-18
1
-1
/
+3
*
MUC: Fixed an incorrect error message.
Waqas Hussain
2009-10-18
1
-1
/
+1
*
MUC: Kick occupants on sending error messages to other occupants.
Waqas Hussain
2009-10-18
1
-0
/
+4
*
MUC: Multiple sessions per nick.
Waqas Hussain
2009-10-18
1
-18
/
+40
*
MUC: Prep given JID when changing affiliation.
Waqas Hussain
2009-10-02
1
-0
/
+8
*
MUC: Added multi-session support to the room-exiting occupant use case.
Waqas Hussain
2009-09-25
1
-4
/
+16
*
MUC: Renamed a variable name.
Waqas Hussain
2009-09-25
1
-2
/
+2
*
MUC: Refactored to remove some duplicate code.
Waqas Hussain
2009-09-25
1
-11
/
+2
*
MUC: Added legacy error code to the presence error returned when a banned use...
Waqas Hussain
2009-09-25
1
-1
/
+3
*
MUC: Added legacy error codes to nickname conflict presence errors.
Waqas Hussain
2009-09-25
1
-2
/
+6
*
MUC: Added MUC feature to the disco#info replies of rooms.
Waqas Hussain
2009-09-22
1
-1
/
+3
*
MUC: Removed some debug logging.
Waqas Hussain
2009-09-14
1
-4
/
+0
*
MUC: Added a send() method to the component. Fixes issues with local mod_vcard.
Waqas Hussain
2009-09-14
1
-0
/
+5
*
MUC: Correct routing of vCard requests to bare JID.
Waqas Hussain
2009-09-13
1
-4
/
+31
*
MUC: Preserve stanza attributes for private messages.
Waqas Hussain
2009-09-09
1
-1
/
+2
*
MUC: Don't kick on errors in private messages.
Waqas Hussain
2009-09-09
1
-3
/
+5
*
MUC: Discard non-persistent rooms as soon as they become empty.
Waqas Hussain
2009-09-09
1
-0
/
+3
*
MUC: Removed commented code.
Waqas Hussain
2009-09-09
1
-56
/
+0
*
MUC: Fixed traceback on unauthorized access of the room configuration form.
Waqas Hussain
2009-09-07
1
-1
/
+1
*
MUC: Added service discovery replies for rooms.
Waqas Hussain
2009-09-07
1
-2
/
+6
*
MUC: Fixed an undefined global access.
Waqas Hussain
2009-09-07
1
-1
/
+1
*
MUC: Added support for room configuration forms, persistence and hidden rooms.
Waqas Hussain
2009-09-07
2
-4
/
+100
*
MUC: Refactored IQ handling to be more easily extensible.
Waqas Hussain
2009-09-07
1
-54
/
+53
*
MUC: Added kicking support.
Waqas Hussain
2009-09-07
1
-0
/
+1
[prev]
[next]