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
Thu, 02 Jan 2020 13:17:03 +0100 net.websocket.frames: Add test case for masked data
Kim Alvefur <zash@zash.se> [Thu, 02 Jan 2020 13:17:03 +0100] rev 10587
net.websocket.frames: Add test case for masked data ASCI is pretty neat in how lower case alphabet XOR space is upper case
Thu, 02 Jan 2020 10:52:47 +0100 Merge 0.11->trunk
Kim Alvefur <zash@zash.se> [Thu, 02 Jan 2020 10:52:47 +0100] rev 10586
Merge 0.11->trunk
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip