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
/
mod_muc.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
MUC: Fix error logged when no persistent rooms present
Matthew Wild
2018-05-30
1
-2
/
+5
*
MUC: Don't reply to errors with more errors (fixes #1122)
Kim Alvefur
2018-03-28
1
-1
/
+3
*
MUC: Say something about storage failure before aborting (see #1091)
Kim Alvefur
2018-03-12
1
-0
/
+1
*
MUC: Prevent creation of room that could not be loaded from storage (see #1091)
Kim Alvefur
2018-03-09
1
-2
/
+8
*
MUC: Abort module loading if unable to get list of persistent rooms from stor...
Kim Alvefur
2018-03-07
1
-1
/
+5
*
MUC: Only create rooms in a locked state when they are created by someone joi...
Kim Alvefur
2017-03-31
1
-3
/
+3
*
MUC: Don't create room in response to unavailable presence
Kim Alvefur
2016-11-27
1
-1
/
+1
*
MUC: Use type-specific config API for the 'name' option
Kim Alvefur
2016-03-11
1
-2
/
+1
*
Merge 0.9->0.10
Kim Alvefur
2015-06-25
1
-1
/
+1
|
\
|
*
MUC: Prevent admins from being given affiliatons other than owner
Kim Alvefur
2015-06-25
1
-1
/
+1
|
*
Backed out changeset bea3862b6bde in favor of a different approach
Kim Alvefur
2015-06-25
1
-0
/
+5
|
*
MUC: Remove half of monkeypatch that was supposed to make admins always be ro...
Kim Alvefur
2015-06-16
1
-5
/
+0
*
|
Merge 0.9->0.10
Matthew Wild
2014-01-21
1
-0
/
+1
|
\
|
|
*
MUC: Fire muc-room-destroyed event when the last participant leaves a non-per...
Kim Alvefur
2014-01-18
1
-0
/
+1
|
*
mod_muc: Remove extra parenthesis (thanks janhouse)
Kim Alvefur
2013-12-14
1
-1
/
+1
*
|
MUC: Expose room metatable on module
Kim Alvefur
2014-01-18
1
-2
/
+3
*
|
mod_muc: Remove extra parenthesis (thanks janhouse)
Kim Alvefur
2013-12-14
1
-1
/
+1
*
|
Merge 0.9->0.10
Matthew Wild
2013-12-13
1
-1
/
+1
|
\
|
|
*
mod_muc: Allow admins to always bypass restrict_room_creation (thanks Chris B)
Matthew Wild
2013-12-13
1
-1
/
+1
*
|
mod_muc: Support for locking newly-created rooms until they are configured (e...
Matthew Wild
2013-08-30
1
-0
/
+13
*
|
mod_muc: Import util.array
Matthew Wild
2013-08-30
1
-0
/
+1
*
|
Remove all trailing whitespace
Florian Zeitz
2013-08-09
1
-2
/
+2
*
|
mod_muc: Add Ad-Hoc command to destroy MUC rooms
Florian Zeitz
2013-06-05
1
-0
/
+36
*
|
mod_muc: Utilize mod_disco, instead of reimplementing disco handling
Florian Zeitz
2013-06-05
1
-14
/
+9
*
|
mod_muc: Include status code 332 on service shutdown (thanks mathieui)
Matthew Wild
2013-06-08
1
-1
/
+2
*
|
mod_muc: Refactor config form handling, and allow for clients to submit incom...
Matthew Wild
2013-05-16
1
-1
/
+1
|
/
*
mod_muc: Fire muc-room-created and muc-room-destroyed events (thanks nik)
Matthew Wild
2013-05-14
1
-0
/
+1
*
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ...
Kim Alvefur
2013-04-19
1
-7
/
+8
*
MUC: Access prosody.hosts instead of the old global hosts
Kim Alvefur
2013-03-23
1
-1
/
+1
*
MUC: Always return <service-unavailable/> when a node is present in service d...
Waqas Hussain
2013-02-26
1
-2
/
+3
*
MUC: Expose create_room(jid).
Waqas Hussain
2012-11-30
1
-12
/
+11
*
muc: Make max_history_messages simply a service-wide config option, and don't...
Matthew Wild
2012-11-22
1
-11
/
+4
*
mod_muc: Fix syntax error (thanks Florob)
Matthew Wild
2012-08-01
1
-1
/
+1
*
MUC: Give host and server admins "owner" affiliation in all rooms.
Waqas Hussain
2012-08-01
1
-1
/
+13
*
MUC: Send unavailable presence when the component or server is shutting down.
Waqas Hussain
2012-08-01
1
-0
/
+27
*
MUC: Return <item-not-found/> on message and iq to non-existent rooms (thanks...
Waqas Hussain
2012-08-01
1
-0
/
+4
*
mod_muc: Remove unused variable and pull hosts into a local
Kim Alvefur
2012-07-26
1
-3
/
+3
*
mod_muc: Use module:send() instead of core_*_stanza()
Kim Alvefur
2012-07-26
1
-2
/
+2
*
MUC: Handle missing persistent room data.
Waqas Hussain
2012-06-12
1
-10
/
+18
*
muc - implement per channel history limits
Markus Kötter
2012-04-13
1
-4
/
+4
*
MUC: A little cleanup.
Waqas Hussain
2011-08-31
1
-33
/
+27
*
mod_muc: Remove room from memory when it is made non-persistent and is empty
Matthew Wild
2011-05-04
1
-0
/
+3
*
MUC: Give stanza handlers a negative priority, to allow mod_iq to process the...
Waqas Hussain
2010-12-02
1
-9
/
+9
*
MUC: Fixed: Variable referencing the host session wasn't initialized.
Waqas Hussain
2010-11-17
1
-1
/
+1
*
prosody: Removed all references to componentmanager from Prosody, except the ...
Waqas Hussain
2010-11-10
1
-7
/
+1
*
MUC: Return true from the stanza handler to suppress error responses.
Waqas Hussain
2010-11-10
1
-1
/
+2
*
MUC: Preserve the global rooms table through reloads.
Waqas Hussain
2010-11-09
1
-1
/
+0
*
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
[next]