Wed, 15 Jan 2020 21:16:08 +0100 util.ip: Fix equality metamethod for Lua 5.3
Kim Alvefur <zash@zash.se> [Wed, 15 Jan 2020 21:16:08 +0100] rev 10597
util.ip: Fix equality metamethod for Lua 5.3
Wed, 15 Jan 2020 21:08:01 +0100 util.array: Fix equality metamethod in Lua 5.3
Kim Alvefur <zash@zash.se> [Wed, 15 Jan 2020 21:08:01 +0100] rev 10596
util.array: Fix equality metamethod in Lua 5.3 Lua 5.2 only used the __eq metamethod if both operands have the same __eq, but Lua 5.3 will pick one from either operands that has one as long as both are tables. This results in array() == {} and all sorts of odd behavior, including array() == util.json.null. <MattJ> I think [array() == {}] should have the same semantics as {} == {}
Wed, 15 Jan 2020 21:14:06 +0100 util.json: Test util.array integration
Kim Alvefur <zash@zash.se> [Wed, 15 Jan 2020 21:14:06 +0100] rev 10595
util.json: Test util.array integration This is to expose how [] == json.null due to a change in Lua 5.3 with how the equality metamethod is chosen.
Tue, 14 Jan 2020 23:39:47 +0100 util.array: Add a test case for a behavior change in Lua 5.3
Kim Alvefur <zash@zash.se> [Tue, 14 Jan 2020 23:39:47 +0100] rev 10594
util.array: Add a test case for a behavior change in Lua 5.3 In Lua 5.1 and 5.2 the __eq metamethod is not invoked if the other argument is of a different metatable, but in Lua 5.3 it is.
Sun, 12 Jan 2020 20:36:21 +0100 net.server_epoll: Log error about missing *all* callbacks at 'error' level
Kim Alvefur <zash@zash.se> [Sun, 12 Jan 2020 20:36:21 +0100] rev 10593
net.server_epoll: Log error about missing *all* callbacks at 'error' level
Sun, 12 Jan 2020 20:36:04 +0100 net.server_epoll: Log errors caught in listeners on 'error' level
Kim Alvefur <zash@zash.se> [Sun, 12 Jan 2020 20:36:04 +0100] rev 10592
net.server_epoll: Log errors caught in listeners on 'error' level
Sun, 12 Jan 2020 20:35:04 +0100 net.server_epoll: Add option for reducing debug logging
Kim Alvefur <zash@zash.se> [Sun, 12 Jan 2020 20:35:04 +0100] rev 10591
net.server_epoll: Add option for reducing debug logging Sometimes all these things just drown out the logs you are interested in with low-level socket noise. Enabled since it's still new and experimental.
Sun, 05 Jan 2020 02:29:31 +0100 net.server_epoll: Collect full traceback from errors in listeners
Kim Alvefur <zash@zash.se> [Sun, 05 Jan 2020 02:29:31 +0100] rev 10590
net.server_epoll: Collect full traceback from errors in listeners
Sat, 04 Jan 2020 14:05:10 +0100 mod_muc_mam: Measure how long a cleanup run takes (like mod_mam)
Kim Alvefur <zash@zash.se> [Sat, 04 Jan 2020 14:05:10 +0100] rev 10589
mod_muc_mam: Measure how long a cleanup run takes (like mod_mam)
Thu, 02 Jan 2020 13:17:43 +0100 net.websocket.frames: Add ping and pong test cases
Kim Alvefur <zash@zash.se> [Thu, 02 Jan 2020 13:17:43 +0100] rev 10588
net.websocket.frames: Add ping and pong test cases
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip