Wed, 10 Oct 2018 17:45:19 +0100 util.promise: ES6-like API for promises
Matthew Wild <mwild1@gmail.com> [Wed, 10 Oct 2018 17:45:19 +0100] rev 9459
util.promise: ES6-like API for promises
Tue, 09 Oct 2018 18:42:19 +0200 MUC: Check that a room password is set before verifying password supplied by user
Michel Le Bihan <michel@lebihan.pl> [Tue, 09 Oct 2018 18:42:19 +0200] rev 9458
MUC: Check that a room password is set before verifying password supplied by user
Tue, 09 Oct 2018 15:02:44 +0100 mod_admin_telnet: Allow viewing HTTP event listeners via debug:events('http')
Matthew Wild <mwild1@gmail.com> [Tue, 09 Oct 2018 15:02:44 +0100] rev 9457
mod_admin_telnet: Allow viewing HTTP event listeners via debug:events('http')
Tue, 09 Oct 2018 15:01:34 +0100 mod_register_ibr: Include password in user-registering event, to allow e.g. password policy enforcement
Matthew Wild <mwild1@gmail.com> [Tue, 09 Oct 2018 15:01:34 +0100] rev 9456
mod_register_ibr: Include password in user-registering event, to allow e.g. password policy enforcement
Mon, 01 Oct 2018 20:21:26 +0100 Fix storage tests so they run, but not by default
Matthew Wild <mwild1@gmail.com> [Mon, 01 Oct 2018 20:21:26 +0100] rev 9455
Fix storage tests so they run, but not by default
Mon, 01 Oct 2018 19:43:20 +0100 util.pubsub tests: Ensure necessary tests run in the defined order
Matthew Wild <mwild1@gmail.com> [Mon, 01 Oct 2018 19:43:20 +0100] rev 9454
util.pubsub tests: Ensure necessary tests run in the defined order
Mon, 08 Oct 2018 15:33:15 +0200 util.poll: Increase max epoll events per call
Kim Alvefur <zash@zash.se> [Mon, 08 Oct 2018 15:33:15 +0200] rev 9453
util.poll: Increase max epoll events per call This makes the struct roughly the same size in both epoll and select mode (64bit). There doesn’t seem to be much guidance on an appropriate size, it does not seem to matter too much since if there are more events they will simply show up in the next epoll_wait call. The number of exactly concurrent events should be fairly low most of the time anyways.
Mon, 08 Oct 2018 15:03:26 +0200 mod_s2s: Indicate origin of s2s error
Kim Alvefur <zash@zash.se> [Mon, 08 Oct 2018 15:03:26 +0200] rev 9452
mod_s2s: Indicate origin of s2s error
Sun, 07 Oct 2018 20:58:51 +0200 util.poll: Zero FD sets watched for errors on creation
Kim Alvefur <zash@zash.se> [Sun, 07 Oct 2018 20:58:51 +0200] rev 9451
util.poll: Zero FD sets watched for errors on creation
Sun, 07 Oct 2018 18:44:46 +0200 net.poll: Guard against negative or too large FDs
Kim Alvefur <zash@zash.se> [Sun, 07 Oct 2018 18:44:46 +0200] rev 9450
net.poll: Guard against negative or too large FDs
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip