log plugins/mod_csi_simple.lua @ 10957:8902cecbdd39

age author description
Sun, 10 May 2020 23:12:33 +0200 Kim Alvefur mod_csi_simple: Report whatever's not a stirng and not a stanza
Sun, 10 May 2020 23:09:15 +0200 Kim Alvefur mod_csi_simple: Report whitespace keepalives
Sun, 10 May 2020 23:06:21 +0200 Kim Alvefur mod_csi_simple: Identify raw string data in logging and stats
Sat, 09 May 2020 17:47:03 +0200 Kim Alvefur mod_csi_simple: Collect stats on flush reasons
Sat, 09 May 2020 17:45:45 +0200 Kim Alvefur mod_csi_simple: Record stats of how long buffers are held
Sat, 09 May 2020 17:38:13 +0200 Kim Alvefur mod_csi_simple: Change debug message of client-triggered flush for coherence
Sat, 09 May 2020 17:07:43 +0200 Kim Alvefur mod_csi_simple: Reset queue counter to zero when enabling
Sat, 09 May 2020 17:05:46 +0200 Kim Alvefur mod_csi_simple: Forget queue counter when disabling optimizations
Sat, 09 May 2020 13:50:58 +0200 Kim Alvefur mod_csi_simple: Fix flushing when client sent something
Sat, 09 May 2020 13:33:26 +0200 Kim Alvefur mod_csi_simple: Fix treating presence errors as presence updates
Sat, 09 May 2020 01:01:03 +0200 Kim Alvefur mod_csi_simple: Add comment highlighting that XEP-0353 is experimental
Sat, 09 May 2020 01:01:01 +0200 Kim Alvefur mod_csi_simple: Fix unintentional order of rules from merge
Sat, 09 May 2020 00:48:22 +0200 Kim Alvefur Merge 0.11->trunk
Fri, 08 May 2020 23:47:48 +0200 Kim Alvefur mod_csi_simple: Consider XEP-0353: Jingle Message Initiation important 0.11
Thu, 07 May 2020 23:02:47 +0200 Kim Alvefur mod_csi_simple: Log reasons for not flushing
Thu, 07 May 2020 22:56:30 +0200 Kim Alvefur mod_csi_simple: Add short reasons to report
Thu, 07 May 2020 21:55:29 +0200 Kim Alvefur mod_csi_simple: Refactor to allow logging reason for buffer flush
Tue, 05 May 2020 23:08:47 +0200 Kim Alvefur mod_csi_simple: Don't consider presence errors as important
Sun, 26 Apr 2020 11:40:48 +0200 Kim Alvefur mod_csi_simple: Explicitly mention iq stanzas
Sun, 26 Apr 2020 11:13:25 +0200 Kim Alvefur mod_csi_simple: Clarify what might not be stanzas here
Sun, 26 Apr 2020 11:13:01 +0200 Kim Alvefur mod_csi_simple: Consider nonzas important
Sun, 26 Apr 2020 10:58:22 +0200 Kim Alvefur mod_csi_simple: Explicitly consider errors important
Sat, 18 Apr 2020 19:36:26 +0200 Kim Alvefur mod_csi_simple: Consider MUC invites important
Sat, 18 Apr 2020 16:18:41 +0200 Kim Alvefur mod_csi_simple: Allow configuring extra tags indicating importance
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