log plugins/mod_c2s.lua @ 11283:f415176281fa

age author description
Wed, 30 Sep 2020 09:50:33 +0100 Matthew Wild Merge 0.11->trunk
Sun, 31 May 2020 22:39:34 +0200 Kim Alvefur mod_c2s,mod_s2s: Make stanza size limits configurable 0.11 0.11.7
Sun, 31 May 2020 22:39:34 +0200 Kim Alvefur mod_c2s,mod_s2s: Make stanza size limits configurable
Sun, 31 May 2020 22:25:48 +0200 Kim Alvefur mod_c2s,mod_s2s: Use a distinct stream error for hitting stanza size limit
Fri, 08 May 2020 23:58:24 +0200 Kim Alvefur mod_c2s: Run stream open and close events in async thread, fixes #1103
Sun, 19 Apr 2020 13:04:12 +0200 Kim Alvefur mod_c2s: Swap comments
Fri, 29 Nov 2019 23:27:51 +0100 Kim Alvefur mod_net_multiplex: Add support for using ALPN
Sat, 02 Nov 2019 15:39:40 +0100 Kim Alvefur mod_c2s: Validate that a 'to' attribute exists at all
Sun, 25 Aug 2019 23:12:55 +0200 Kim Alvefur Remove COMPAT with temporary luasec fork
Tue, 30 Jul 2019 02:29:36 +0200 Kim Alvefur plugins: Remove tostring call from logging
Sun, 26 May 2019 19:41:58 +0200 Kim Alvefur Merge 0.11->trunk
Sat, 18 May 2019 17:45:20 +0200 Kim Alvefur mod_c2s: Associate connection with session last (fixes #1313) 0.11
Sun, 24 Mar 2019 18:30:51 +0100 Kim Alvefur mod_c2s: Fire an event when outgoing buffers have been emptied
Tue, 15 Jan 2019 20:08:30 +0100 Kim Alvefur mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734)
Fri, 28 Dec 2018 00:13:03 +0100 Kim Alvefur mod_c2s: Improve log message in case there are no stream features on offer (thanks hexa)