Fri, 10 Jul 2020 13:01:17 +0100 Merge 0.11->trunk
Matthew Wild <mwild1@gmail.com> [Fri, 10 Jul 2020 13:01:17 +0100] rev 11012
Merge 0.11->trunk
Fri, 10 Jul 2020 13:00:02 +0100 net.resolvers.basic: Default conn_type to 'tcp' consistently if unspecified (thanks marc0s) 0.11
Matthew Wild <mwild1@gmail.com> [Fri, 10 Jul 2020 13:00:02 +0100] rev 11011
net.resolvers.basic: Default conn_type to 'tcp' consistently if unspecified (thanks marc0s) Fixes a traceback when passed an IP address with no conn_type.
Fri, 10 Jul 2020 03:33:37 +0200 prosodyctl about: Show longer name for luaunbound
Kim Alvefur <zash@zash.se> [Fri, 10 Jul 2020 03:33:37 +0200] rev 11010
prosodyctl about: Show longer name for luaunbound luaunbound, lunbound, lua-unbound ... "kärt barn har många namn"
Fri, 10 Jul 2020 03:29:06 +0200 prosodyctl about: Strip name from lua module _VERSION
Kim Alvefur <zash@zash.se> [Fri, 10 Jul 2020 03:29:06 +0200] rev 11009
prosodyctl about: Strip name from lua module _VERSION Some modules have _VERSION = "LuaModule x.y.z", so it is a bit weird to show the name twice.
Fri, 10 Jul 2020 03:29:02 +0200 prosodyctl about: Substitute better names for some Lua modules
Kim Alvefur <zash@zash.se> [Fri, 10 Jul 2020 03:29:02 +0200] rev 11008
prosodyctl about: Substitute better names for some Lua modules E.g. 'lxp' isn't that easy to guess that it's LuaExpat
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.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip