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: Expose the rooms table as a global 'rooms'.
Waqas Hussain
2010-11-09
1
-1
/
+2
*
MUC: Allow restricting room creation to local JIDs (thanks thomas.mangin).
Waqas Hussain
2010-11-08
1
-3
/
+10
*
MUC: Use events for hooking stanzas instead of the component stanza handler.
Waqas Hussain
2010-11-04
1
-2
/
+14
*
Monster whitespace commit (beware the whitespace monster).
Waqas Hussain
2010-10-16
1
-2
/
+2
*
MUC: Use util.dataforms to generate forms
Kim Alvefur
2010-10-12
1
-42
/
+66
*
MUC: fix timezone support when sending history
Kim Alvefur
2010-10-12
1
-1
/
+1
*
MUC: Make the room node be the default room name (thanks Zash).
Waqas Hussain
2010-09-28
2
-3
/
+3
*
Merge with trunk.
Waqas Hussain
2010-09-27
1
-1
/
+45
|
\
|
*
MUC: Added a 'Description' property (muc#roomconfig_roomdesc)
Kim Alvefur
2010-09-26
1
-2
/
+28
|
*
MUC: Added a 'Name' property (muc#roomconfig_roomname)
Kim Alvefur
2010-09-24
1
-1
/
+19
*
|
MUC: Fixed traceback on presence errors lacking a condition.
Waqas Hussain
2010-09-27
1
-1
/
+1
|
/
*
MUC: Fixed: Unavilable presence was not being broadcasted for banned users in...
Waqas Hussain
2010-08-03
1
-1
/
+1
*
MUC: Return correct error to non-members attempting to enter a members-only r...
Waqas Hussain
2010-08-03
1
-0
/
+4
*
MUC: Store the nick (full room JID) which set the subject, and send subject t...
Waqas Hussain
2010-07-20
1
-1
/
+2
*
MUC: No need to call is_admin twice now, global admins are admins on hosts
Matthew Wild
2010-07-17
1
-1
/
+1
*
MUC: Fixed a traceback introduced in hg:bdc325ce9fbc.
Waqas Hussain
2010-07-14
1
-2
/
+2
*
MUC: Make number of stored history messages configurable with option max_hist...
Matthew Wild
2010-07-06
2
-7
/
+18
*
MUC: A little modification to improve code analysis.
Waqas Hussain
2010-06-19
1
-1
/
+4
*
MUC: Updated room:set_role() to use room:can_set_role().
Waqas Hussain
2010-06-19
1
-3
/
+2
*
MUC: Added room:can_set_role().
Waqas Hussain
2010-06-19
1
-0
/
+17
*
MUC: Added disco#info features to advertise room's anonymity status (muc_semi...
Waqas Hussain
2010-06-13
1
-0
/
+1
*
MUC: Added disco#info features to advertise room's public status (muc_public ...
Waqas Hussain
2010-06-13
1
-0
/
+1
*
MUC: Updated code to use :set_hidden() and :is_hidden().
Waqas Hussain
2010-06-13
2
-4
/
+4
*
MUC: Added room:set_hidden(boolean) and room:is_hidden().
Waqas Hussain
2010-06-13
1
-0
/
+10
*
MUC: Added disco#info features to advertise room's persistence status (muc_pe...
Waqas Hussain
2010-06-13
1
-0
/
+1
*
MUC: Replaced direct access of room's internal persistence state with :set_pe...
Waqas Hussain
2010-06-13
1
-5
/
+4
*
MUC: Added room:set_persistent(boolean) and room:is_persistent().
Waqas Hussain
2010-06-13
1
-0
/
+10
*
MUC: Added disco#info features to advertise room's members-only status (muc_m...
Waqas Hussain
2010-06-13
1
-0
/
+1
*
MUC: Added a 'Make Room Members-Only?' field to the room config dialog.
Waqas Hussain
2010-06-13
1
-0
/
+10
*
MUC: Updated room:get_default_role() to not assign unaffiliated occupants a r...
Waqas Hussain
2010-06-13
1
-1
/
+3
*
MUC: Added room:set_members_only(boolean) and room:is_members_only().
Waqas Hussain
2010-06-13
1
-0
/
+10
*
MUC: Added disco#info features to advertise room's moderation status (muc_mod...
Waqas Hussain
2010-06-13
1
-0
/
+1
*
MUC: Added a 'Make Room Moderated?' field to the room config dialog.
Waqas Hussain
2010-06-13
1
-1
/
+11
*
MUC: Updated room:get_default_role() to assign unaffiliated occupants a "visi...
Waqas Hussain
2010-06-13
1
-1
/
+3
*
MUC: Added room:set_moderated(boolean) and room:is_moderated().
Waqas Hussain
2010-06-13
1
-0
/
+10
*
MUC: Persist data in room:set_password() when called programmatically.
Waqas Hussain
2010-06-13
1
-2
/
+4
*
MUC: Added a password field to the room config dialog.
Waqas Hussain
2010-06-13
1
-0
/
+8
*
MUC: Include a <password/> element in invites from password protected rooms.
Waqas Hussain
2010-06-13
1
-2
/
+5
*
MUC: Added disco#info features to advertise room's password protection (muc_p...
Waqas Hussain
2010-06-13
1
-1
/
+3
*
MUC: Added password checking on room join.
Waqas Hussain
2010-06-13
1
-1
/
+9
*
MUC: Added room:get_password() and room:set_password().
Waqas Hussain
2010-06-13
1
-0
/
+9
*
Merge 0.7->trunk
Matthew Wild
2010-03-22
2
-4
/
+4
|
\
|
*
Merge 0.6->0.7
Matthew Wild
2010-03-22
2
-4
/
+4
|
|
\
|
|
*
Update copyright headers for 2010
Matthew Wild
2010-03-22
2
-4
/
+4
|
|
*
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: 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: Allow role changes based on JIDs.
Waqas Hussain
2010-02-18
1
-0
/
+3
[prev]
[next]