IMPORTANT: due to a drive failure, as of 13-Mar-2021, the Mercurial repository had to be re-mirrored, which changed every commit SHA. The old SHAs and trees are backed up in the vault branches. Please migrate to the new branches as soon as you can.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
prosody/plugins/muc
daurnimator bb07b5a54f plugins/muc/muc.lib: Fix incorrect whois logic (thanks mva) 12 years ago
..
description.lib.lua plugins/muc/muc.lib: Move description functions out to own file 12 years ago
hidden.lib.lua plugins/muc: Move 'hidden' ('public') code to own file 12 years ago
history.lib.lua plugins/muc: Move 'module:get_option_number("max_history_messages")' from mod_muc into history lib; remove from muclib exports 12 years ago
lock.lib.lua plugins/muc/lock.lib: lock inside of pre-create instead of 'created' 12 years ago
members_only.lib.lua plugins/muc/members_only.lib: Compare affiliations via rank; wrap some long lines 12 years ago
mod_muc.lua plugins/muc/mod_muc: Get rid of room global; use module:shared to get it 12 years ago
moderated.lib.lua plugins/muc: Move 'moderated' code to seperate file; changes default "muc-get-default-role" behaviour 12 years ago
muc.lib.lua plugins/muc/muc.lib: Fix incorrect whois logic (thanks mva) 12 years ago
name.lib.lua plugins/muc: Move name functions to seperate module 12 years ago
occupant.lib.lua plugins/muc/occupant: Check for type == nil rather than type ~= unavailable 12 years ago
password.lib.lua plugins/muc: Move password functions to seperate module 12 years ago
persistent.lib.lua plugins/muc: Move persistent room configuration to own module 12 years ago
subject.lib.lua plugins/muc/subject.lib: If subject is not set by an occupant, it should come from room jid itself 12 years ago
util.lib.lua plugins/muc: Move valid_roles, valid_affiliations and is_kickable_error to new muc/util module 12 years ago
whois.lib.lua plugins/muc: Move `whois` code to seperate file 12 years ago