log plugins/muc/subject.lib.lua @ 8849:cd186331ab1f

age author description
Fri, 01 Jun 2018 08:03:12 +0200 Kim Alvefur MUC: Advertise room subject in disco#info
Fri, 01 Jun 2018 08:02:43 +0200 Kim Alvefur MUC: Advertise in whether participants are allowed to change the subject (#1155)
Fri, 16 Mar 2018 17:36:49 +0000 Matthew Wild MUC: Use empty string if no subject provided (thanks pep+)
Tue, 19 Apr 2016 20:31:39 +0200 Kim Alvefur MUC: Assign priorities to config form hooks so they have a consistent order on each start
Mon, 18 Apr 2016 19:09:10 +0200 Kim Alvefur MUC/subject: Fix reference to room for save call (self, not room)
Fri, 15 Apr 2016 18:03:55 +0200 Kim Alvefur MUC: Save room after subject is changed
Fri, 15 Apr 2016 11:50:55 +0200 Kim Alvefur MUC: Save room to storage once after form processing, not in each individual setter
Thu, 14 Apr 2016 21:23:09 +0200 Kim Alvefur MUC: Provide a noop stub room:save() method
Fri, 11 Dec 2015 15:33:58 +0000 Matthew Wild MUC: Update all config form handlers to take advantage of the new per-option events
Thu, 25 Sep 2014 17:43:00 -0400 daurnimator plugins/muc: Add muc-occupant-groupchat event
Tue, 17 Jun 2014 15:18:43 -0400 daurnimator plugins/muc: Fix use of incorrect event on occupant join
Fri, 18 Apr 2014 12:20:07 -0400 daurnimator plugins/muc/subject.lib: If subject is not set by an occupant, it should come from room jid itself
Wed, 16 Apr 2014 13:54:51 -0400 daurnimator plugins/muc: Move subject code to seperate module