Sat, 04 Aug 2018 03:04:00 +0200 util.pubsub: Look for a configured callback for more complicated access models
Kim Alvefur <zash@zash.se> [Sat, 04 Aug 2018 03:04:00 +0200] rev 9101
util.pubsub: Look for a configured callback for more complicated access models
Sat, 04 Aug 2018 03:38:55 +0200 mod_pep: Set default access model to 'presence'
Kim Alvefur <zash@zash.se> [Sat, 04 Aug 2018 03:38:55 +0200] rev 9100
mod_pep: Set default access model to 'presence'
Sat, 04 Aug 2018 03:38:38 +0200 mod_pubsub: Add access model to configuration form
Kim Alvefur <zash@zash.se> [Sat, 04 Aug 2018 03:38:38 +0200] rev 9099
mod_pubsub: Add access model to configuration form
Sat, 04 Aug 2018 03:38:20 +0200 util.pubsub: Add initial support for configurable access models
Kim Alvefur <zash@zash.se> [Sat, 04 Aug 2018 03:38:20 +0200] rev 9098
util.pubsub: Add initial support for configurable access models
Fri, 03 Aug 2018 22:55:28 +0200 util.dataforms: Only allow overriding of options when passed via the :form method
Kim Alvefur <zash@zash.se> [Fri, 03 Aug 2018 22:55:28 +0200] rev 9097
util.dataforms: Only allow overriding of options when passed via the :form method
Fri, 03 Aug 2018 22:25:16 +0200 MUC: Allow destruction of tombstones (eg via telnet or adhoc command)
Kim Alvefur <zash@zash.se> [Fri, 03 Aug 2018 22:25:16 +0200] rev 9096
MUC: Allow destruction of tombstones (eg via telnet or adhoc command) Otherwise this just updates the timestamp, which is probably the opposite of what the user wanted
Fri, 03 Aug 2018 22:24:35 +0200 util.dataforms: Allow overriding default options even if the form has such
Kim Alvefur <zash@zash.se> [Fri, 03 Aug 2018 22:24:35 +0200] rev 9095
util.dataforms: Allow overriding default options even if the form has such
Fri, 03 Aug 2018 22:05:40 +0200 util.dataforms: Allow passing dynamically generated options as values (fixes traceback)
Kim Alvefur <zash@zash.se> [Fri, 03 Aug 2018 22:05:40 +0200] rev 9094
util.dataforms: Allow passing dynamically generated options as values (fixes traceback) This is awkward but there’s currently no better way to do this, short of dynamically generating the entire form each time
Fri, 03 Aug 2018 21:45:55 +0200 util.dataforms: Exclude descriptive text fields from forms of type 'submit'
Kim Alvefur <zash@zash.se> [Fri, 03 Aug 2018 21:45:55 +0200] rev 9093
util.dataforms: Exclude descriptive text fields from forms of type 'submit' The receiving end presumably already have the original form, so these potentially long text fields are of little value.
Fri, 03 Aug 2018 21:06:59 +0200 util.dataforms: Skip all fields for the 'cancel' form type
Kim Alvefur <zash@zash.se> [Fri, 03 Aug 2018 21:06:59 +0200] rev 9092
util.dataforms: Skip all fields for the 'cancel' form type XEP-0004 says: > a data form of type "cancel" SHOULD NOT contain any <field/> elements. The title and instructions don't seem to be of much value in this case either. I'm not aware of 'cancel' being used anywhere, so this should break nothing. Early return is always nice.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip