Fri, 10 Jul 2020 03:23:10 +0200 prosodyctl about: Split out libraries into a separate section
Kim Alvefur <zash@zash.se> [Fri, 10 Jul 2020 03:23:10 +0200] rev 11007
prosodyctl about: Split out libraries into a separate section Currently libevent and libunbound would show up under Lua modules but they are not, so a separate section seems more appropriate.
Fri, 10 Jul 2020 03:13:27 +0200 prosodyctl about: Use library function for sorted listing of lua modules
Kim Alvefur <zash@zash.se> [Fri, 10 Jul 2020 03:13:27 +0200] rev 11006
prosodyctl about: Use library function for sorted listing of lua modules Code reuse and one less module to import is nice.
Thu, 09 Jul 2020 02:17:49 +0200 scansion/prosody.cfg: Fix typo
Kim Alvefur <zash@zash.se> [Thu, 09 Jul 2020 02:17:49 +0200] rev 11005
scansion/prosody.cfg: Fix typo
Wed, 08 Jul 2020 23:22:28 +0200 coding_style: Replace mention of git with hg
Kim Alvefur <zash@zash.se> [Wed, 08 Jul 2020 23:22:28 +0200] rev 11004
coding_style: Replace mention of git with hg We use Mercurial, not git!
Wed, 08 Jul 2020 22:01:19 +0200 net.cqueues: Fix resuming after timeouts
Kim Alvefur <zash@zash.se> [Wed, 08 Jul 2020 22:01:19 +0200] rev 11003
net.cqueues: Fix resuming after timeouts net.cqueues previously relied on timers instead of fd events sometimes. Under net.server_select, it would have called cq:loop() on every iteration of the main loop, which was probably not optimal.
Wed, 08 Jul 2020 21:39:10 +0200 util.indexedbheap: Add failing test case for #1572
Kim Alvefur <zash@zash.se> [Wed, 08 Jul 2020 21:39:10 +0200] rev 11002
util.indexedbheap: Add failing test case for #1572 This approximates what happens if you add a timer far in the future, then reschedule it to right now.
Wed, 08 Jul 2020 20:22:48 +0200 luacheck: Remove exception for net.cqueues since it is now clean
Kim Alvefur <zash@zash.se> [Wed, 08 Jul 2020 20:22:48 +0200] rev 11001
luacheck: Remove exception for net.cqueues since it is now clean
Wed, 08 Jul 2020 20:11:49 +0200 net.cqueues: Switch to server.watchfd for main loop integration
Kim Alvefur <zash@zash.se> [Wed, 08 Jul 2020 20:11:49 +0200] rev 11000
net.cqueues: Switch to server.watchfd for main loop integration Why? Just look at all that code deleted! watchfd is the prefered way to poll things that expose FDs for this purpose, altho it was added after net.cqueues.
Tue, 07 Jul 2020 13:52:45 +0100 Merge 0.11->trunk
Matthew Wild <mwild1@gmail.com> [Tue, 07 Jul 2020 13:52:45 +0100] rev 10999
Merge 0.11->trunk
Tue, 07 Jul 2020 13:52:25 +0100 net.http: Fix traceback on invalid URL passed to request() 0.11
Matthew Wild <mwild1@gmail.com> [Tue, 07 Jul 2020 13:52:25 +0100] rev 10998
net.http: Fix traceback on invalid URL passed to request()
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip