aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/subject.lib.lua
Commit message (Expand)AuthorAgeFilesLines
* MUC: Use empty string if no subject provided (thanks pep+)Matthew Wild2018-03-161-1/+1
* MUC: Assign priorities to config form hooks so they have a consistent order o...Kim Alvefur2016-04-191-1/+1
* MUC/subject: Fix reference to room for save call (self, not room)Kim Alvefur2016-04-181-2/+3
* MUC: Save room after subject is changedKim Alvefur2016-04-151-0/+1
* MUC: Save room to storage once after form processing, not in each individual ...Kim Alvefur2016-04-151-2/+0
* MUC: Provide a noop stub room:save() methodKim Alvefur2016-04-141-2/+2
* MUC: Update all config form handlers to take advantage of the new per-option ...Matthew Wild2015-12-111-3/+2
* plugins/muc: Add muc-occupant-groupchat eventdaurnimator2014-09-251-13/+21
* plugins/muc: Fix use of incorrect event on occupant joindaurnimator2014-06-171-1/+1
* plugins/muc/subject.lib: If subject is not set by an occupant, it should come...daurnimator2014-04-181-2/+3
* plugins/muc: Move subject code to seperate moduledaurnimator2014-04-161-0/+93