Thu, 23 Apr 2020 19:24:27 +0200 mod_register_limits: Fix text reason field name for 'throttled'
Kim Alvefur <zash@zash.se> [Thu, 23 Apr 2020 19:24:27 +0200] rev 10772
mod_register_limits: Fix text reason field name for 'throttled' Copy-paste mistake presumably
Thu, 23 Apr 2020 19:02:44 +0200 mod_register_ibr: Fix reporting of registration rejection reason
Kim Alvefur <zash@zash.se> [Thu, 23 Apr 2020 19:02:44 +0200] rev 10771
mod_register_ibr: Fix reporting of registration rejection reason When the reason is reported as an util.error object the `reason` field is empty and the reason text should be extacted from the error object.
Thu, 23 Apr 2020 19:00:48 +0200 mod_register_limits: Fix typo error name (fix #1539 p2) (thanks Ge0rG)
Kim Alvefur <zash@zash.se> [Thu, 23 Apr 2020 19:00:48 +0200] rev 10770
mod_register_limits: Fix typo error name (fix #1539 p2) (thanks Ge0rG) Probably because autocomplete.
Thu, 23 Apr 2020 19:00:40 +0200 mod_register_limits: Fix order of arguments to util.error (fix #1539 p1) (thanks Ge0rG)
Kim Alvefur <zash@zash.se> [Thu, 23 Apr 2020 19:00:40 +0200] rev 10769
mod_register_limits: Fix order of arguments to util.error (fix #1539 p1) (thanks Ge0rG)
Thu, 23 Apr 2020 18:42:47 +0200 util.rsm: Don't convert values to strings that should already be strings
Kim Alvefur <zash@zash.se> [Thu, 23 Apr 2020 18:42:47 +0200] rev 10768
util.rsm: Don't convert values to strings that should already be strings Causes util.stanza to throw an error, which helps detect mistakes
Thu, 23 Apr 2020 18:40:57 +0200 util.rsm: Explicitly serialize numbers in correct format
Kim Alvefur <zash@zash.se> [Thu, 23 Apr 2020 18:40:57 +0200] rev 10767
util.rsm: Explicitly serialize numbers in correct format
Thu, 23 Apr 2020 18:17:54 +0200 util.rsm: Test that Lua 5.3 floats are not encoded with decimal point
Kim Alvefur <zash@zash.se> [Thu, 23 Apr 2020 18:17:54 +0200] rev 10766
util.rsm: Test that Lua 5.3 floats are not encoded with decimal point The 'max' 'count' and 'index' fields are integers and should be encoded as such on the wire. Care needs to be taken because tostring(1.0) in Lua 5.3+ returns to "1.0" while in previous Lua versions it would return "1".
Thu, 23 Apr 2020 18:16:36 +0200 util.rsm: Fix passing number as attribute
Kim Alvefur <zash@zash.se> [Thu, 23 Apr 2020 18:16:36 +0200] rev 10765
util.rsm: Fix passing number as attribute
Thu, 23 Apr 2020 18:05:00 +0200 util.rsm: Add tests
Kim Alvefur <zash@zash.se> [Thu, 23 Apr 2020 18:05:00 +0200] rev 10764
util.rsm: Add tests Based on examples from XEP-0059
Thu, 23 Apr 2020 15:17:42 +0100 MUC tests: Add missing 'affiliation' attribute
Matthew Wild <mwild1@gmail.com> [Thu, 23 Apr 2020 15:17:42 +0100] rev 10763
MUC tests: Add missing 'affiliation' attribute
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip