plugins/mod_csi_simple.lua
Mon, 01 May 2023 15:10:32 +0200 Kim Alvefur mod_csi_simple: Disable revert-to-inactive timer when going to active mode 0.12
Mon, 01 May 2023 14:52:38 +0200 Kim Alvefur mod_csi_simple: Clear delayed active mode timer on disable 0.12
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Tue, 14 Jun 2022 03:31:30 +0200 Kim Alvefur mod_csi_simple: Collect stats on number of stanzas per flush
Tue, 11 Jan 2022 17:51:26 +0100 Kim Alvefur plugins: Update for namespace bump in XEP-0353 v0.4.0
Sat, 20 Nov 2021 23:54:43 +0100 Kim Alvefur mod_csi_simple: Skip initiating flush in all but inactive state
Sat, 20 Nov 2021 22:50:51 +0100 Kim Alvefur mod_csi_simple: Early return on client activity while flushing buffer
Sat, 20 Nov 2021 19:23:08 +0100 Kim Alvefur mod_csi_simple: Allow some straggler traffic after flushing buffer
Thu, 18 Nov 2021 01:57:21 +0100 Kim Alvefur mod_csi_simple: Skip flushing of empty buffer
Thu, 18 Nov 2021 00:39:10 +0100 Kim Alvefur mod_csi_simple: Fire event when flushing due to client activity
Tue, 16 Nov 2021 16:03:23 +0100 Kim Alvefur mod_csi_simple: Detach cleanly from sessions if unloaded while flushing
Tue, 16 Nov 2021 13:53:30 +0100 Kim Alvefur mod_csi_simple: Only act in inactive mode to prevent infinite recursion
Tue, 16 Nov 2021 13:37:18 +0100 Kim Alvefur mod_csi_simple: Unlock writes after event, to allow things to be queued
Tue, 05 Oct 2021 15:49:47 +0200 Kim Alvefur mod_csi_simple: Provide custom set of timing buckets
Thu, 20 May 2021 14:00:54 +0200 Jonas Schäfer mod_csi_simple: convert to use new metric interface for flush reasons
Fri, 05 Mar 2021 15:05:21 +0100 Kim Alvefur mod_csi_simple: s/algoritm/algorithm/ [codespell]
Tue, 23 Feb 2021 19:52:57 +0100 Kim Alvefur mod_csi_simple: Add command to test importance algorithm on stream of stanzas
Tue, 16 Feb 2021 23:10:23 +0100 Kim Alvefur mod_csi_simple: Fire event when flushing queue
Tue, 16 Feb 2021 23:09:51 +0100 Kim Alvefur mod_csi_simple: Set session state to 'flushing' while doing so
Fri, 08 Jan 2021 17:32:06 +0100 Kim Alvefur mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-0353
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
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
Sun, 24 Mar 2019 18:32:50 +0100 Kim Alvefur mod_csi_simple: Break out stanza timestamping into a function for future reuse
less more (0) -60 tip