Mon, 09 Dec 2019 16:39:48 +0100 util.sasl.scram: Ignore unused authzid variable (strict lint)
Kim Alvefur <zash@zash.se> [Mon, 09 Dec 2019 16:39:48 +0100] rev 10503
util.sasl.scram: Ignore unused authzid variable (strict lint) It would be nice if authzid was passed down into the stack and could be used by plugins for things.
Mon, 09 Dec 2019 12:44:43 +0000 .luacheckrc: Remove passing spec/ files from ignore list
Matthew Wild <mwild1@gmail.com> [Mon, 09 Dec 2019 12:44:43 +0000] rev 10502
.luacheckrc: Remove passing spec/ files from ignore list
Mon, 09 Dec 2019 12:43:32 +0000 net.http.parser tests: Expand tests to include validation of results
Matthew Wild <mwild1@gmail.com> [Mon, 09 Dec 2019 12:43:32 +0000] rev 10501
net.http.parser tests: Expand tests to include validation of results
Mon, 09 Dec 2019 12:42:22 +0000 .luacheckrc: Remove passing file from ignore list
Matthew Wild <mwild1@gmail.com> [Mon, 09 Dec 2019 12:42:22 +0000] rev 10500
.luacheckrc: Remove passing file from ignore list
Mon, 09 Dec 2019 11:57:10 +0000 configmanager tests: Split long line
Matthew Wild <mwild1@gmail.com> [Mon, 09 Dec 2019 11:57:10 +0000] rev 10499
configmanager tests: Split long line
Sun, 08 Dec 2019 17:48:37 +0100 util.x509: Fix recording of CommonNames in get_identities
Kim Alvefur <zash@zash.se> [Sun, 08 Dec 2019 17:48:37 +0100] rev 10498
util.x509: Fix recording of CommonNames in get_identities Don't worry, this function is not used by anything yet, this isn't a security issue. It'll be used by Prosody to pick the correct certificate for itself in the future. The `names` multitable is a collection of (name, service) pairs but it put them in the wrong order here.
Sun, 08 Dec 2019 17:00:45 +0100 util.error: Write down some thoughts in comments
Kim Alvefur <zash@zash.se> [Sun, 08 Dec 2019 17:00:45 +0100] rev 10497
util.error: Write down some thoughts in comments
Sun, 08 Dec 2019 14:26:32 +0100 net.server_epoll: Use monotonic time for scheduling
Kim Alvefur <zash@zash.se> [Sun, 08 Dec 2019 14:26:32 +0100] rev 10496
net.server_epoll: Use monotonic time for scheduling Timer API of passing wallclock time remains
Sun, 08 Dec 2019 14:20:56 +0100 net.server_epoll: Change timer rescheduling method to match util.timer
Kim Alvefur <zash@zash.se> [Sun, 08 Dec 2019 14:20:56 +0100] rev 10495
net.server_epoll: Change timer rescheduling method to match util.timer Relative to current time instead of absolute time, in preparation for switching to monotonic time.
Sun, 08 Dec 2019 13:40:42 +0100 net.server_epoll: Remove unused function for adding timer at absolute time
Kim Alvefur <zash@zash.se> [Sun, 08 Dec 2019 13:40:42 +0100] rev 10494
net.server_epoll: Remove unused function for adding timer at absolute time This won't make sense if we switch to monotonic time
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip