log plugins/mod_csi_simple.lua @ 10534:8a42fd6702e6

age author description
Sun, 17 Nov 2019 17:59:56 +0100 Kim Alvefur mod_csi_simple: Make sure to disable optimizations before mod_smacks (thanks pep.)
Sat, 05 Oct 2019 16:55:58 +0200 Kim Alvefur mod_csi_simple: Always remove session filters when disabling CSI
Sat, 05 Oct 2019 16:50:41 +0200 Kim Alvefur mod_csi_simple: Try not to flush buffer while already flushing it
Sat, 28 Sep 2019 22:59:29 +0200 Kim Alvefur mod_csi_simple: Remove duplicated check for connection
Sun, 26 May 2019 15:04:16 +0200 Kim Alvefur mod_csi_simple: Disable optimizations on disconnect (fixes #1358)
Mon, 25 Mar 2019 15:20:28 +0100 Kim Alvefur mod_csi_simple: Include queue size in debug messages
Mon, 25 Mar 2019 10:32:39 +0000 Matthew Wild mod_csi_simple: Fix type in function name
Sun, 24 Mar 2019 22:01:36 +0100 Kim Alvefur mod_csi_simple: Improve debug logs by mentioing why the buffer gets flushed
Sun, 24 Mar 2019 20:53:49 +0100 Kim Alvefur mod_csi_simple: Add some debug logging
Sun, 24 Mar 2019 20:43:15 +0100 Kim Alvefur mod_csi_simple: Disable optimizations on unload and re-enable on load
Sun, 24 Mar 2019 20:41:25 +0100 Kim Alvefur mod_csi_simple: Separate out functions to enable/disable optimizations
Sun, 24 Mar 2019 20:22:01 +0100 Kim Alvefur mod_csi_simple: Remove old "pump" queue/buffer method, handled in net.server now
Sun, 24 Mar 2019 19:02:40 +0100 Kim Alvefur mod_csi_simple: Also flush buffer in "pump" mode
Sun, 24 Mar 2019 18:58:53 +0100 Kim Alvefur mod_csi_simple: Trigger buffer flush on seeing incoming data
Sun, 24 Mar 2019 18:33:38 +0100 Kim Alvefur mod_csi_simple: Count buffered items and flush when it reaches configured limit