Log

plugins/mod_csi_simple.lua @ 13269:d50bee584969

description author age
plugins: Use integer config API with interval specification where sensible Kim Alvefur 17 months ago
plugins: Switch to :get_option_period() for time range options Kim Alvefur 17 months ago
Merge 0.12->trunk Kim Alvefur 20 months ago
mod_csi_simple: Disable revert-to-inactive timer when going to active mode 0.12 Kim Alvefur 20 months ago
mod_csi_simple: Clear delayed active mode timer on disable 0.12 Kim Alvefur 20 months ago
plugins: Prefix module imports with prosody namespace Kim Alvefur 21 months ago
mod_csi_simple: Collect stats on number of stanzas per flush Kim Alvefur 2022-06-14
plugins: Update for namespace bump in XEP-0353 v0.4.0 Kim Alvefur 2022-01-11
mod_csi_simple: Skip initiating flush in all but inactive state Kim Alvefur 2021-11-20
mod_csi_simple: Early return on client activity while flushing buffer Kim Alvefur 2021-11-20
mod_csi_simple: Allow some straggler traffic after flushing buffer Kim Alvefur 2021-11-20
mod_csi_simple: Skip flushing of empty buffer Kim Alvefur 2021-11-18
mod_csi_simple: Fire event when flushing due to client activity Kim Alvefur 2021-11-17
mod_csi_simple: Detach cleanly from sessions if unloaded while flushing Kim Alvefur 2021-11-16
mod_csi_simple: Only act in inactive mode to prevent infinite recursion Kim Alvefur 2021-11-16
mod_csi_simple: Unlock writes after event, to allow things to be queued Kim Alvefur 2021-11-16
mod_csi_simple: Provide custom set of timing buckets Kim Alvefur 2021-10-05
mod_csi_simple: convert to use new metric interface for flush reasons Jonas Schäfer 2021-05-20
mod_csi_simple: s/algoritm/algorithm/ [codespell] Kim Alvefur 2021-03-05
mod_csi_simple: Add command to test importance algorithm on stream of stanzas Kim Alvefur 2021-02-23
mod_csi_simple: Fire event when flushing queue Kim Alvefur 2021-02-16
mod_csi_simple: Set session state to 'flushing' while doing so Kim Alvefur 2021-02-16
mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-0353 Kim Alvefur 2021-01-08
mod_csi_simple: Report whatever's not a stirng and not a stanza Kim Alvefur 2020-05-10
mod_csi_simple: Report whitespace keepalives Kim Alvefur 2020-05-10
mod_csi_simple: Identify raw string data in logging and stats Kim Alvefur 2020-05-10
mod_csi_simple: Collect stats on flush reasons Kim Alvefur 2020-05-09
mod_csi_simple: Record stats of how long buffers are held Kim Alvefur 2020-05-09
mod_csi_simple: Change debug message of client-triggered flush for coherence Kim Alvefur 2020-05-09
mod_csi_simple: Reset queue counter to zero when enabling Kim Alvefur 2020-05-09
mod_csi_simple: Forget queue counter when disabling optimizations Kim Alvefur 2020-05-09
mod_csi_simple: Fix flushing when client sent something Kim Alvefur 2020-05-09
mod_csi_simple: Fix treating presence errors as presence updates Kim Alvefur 2020-05-09
mod_csi_simple: Add comment highlighting that XEP-0353 is experimental Kim Alvefur 2020-05-08
mod_csi_simple: Fix unintentional order of rules from merge Kim Alvefur 2020-05-08
Merge 0.11->trunk Kim Alvefur 2020-05-08
mod_csi_simple: Consider XEP-0353: Jingle Message Initiation important 0.11 Kim Alvefur 2020-05-08
mod_csi_simple: Log reasons for not flushing Kim Alvefur 2020-05-07
mod_csi_simple: Add short reasons to report Kim Alvefur 2020-05-07
mod_csi_simple: Refactor to allow logging reason for buffer flush Kim Alvefur 2020-05-07
mod_csi_simple: Don't consider presence errors as important Kim Alvefur 2020-05-05
mod_csi_simple: Explicitly mention iq stanzas Kim Alvefur 2020-04-26
mod_csi_simple: Clarify what might not be stanzas here Kim Alvefur 2020-04-26
mod_csi_simple: Consider nonzas important Kim Alvefur 2020-04-26
mod_csi_simple: Explicitly consider errors important Kim Alvefur 2020-04-26
mod_csi_simple: Consider MUC invites important Kim Alvefur 2020-04-18
mod_csi_simple: Allow configuring extra tags indicating importance Kim Alvefur 2020-04-18
mod_csi_simple: Make sure to disable optimizations before mod_smacks (thanks pep.) Kim Alvefur 2019-11-17
mod_csi_simple: Always remove session filters when disabling CSI Kim Alvefur 2019-10-05
mod_csi_simple: Try not to flush buffer while already flushing it Kim Alvefur 2019-10-05
mod_csi_simple: Remove duplicated check for connection Kim Alvefur 2019-09-28
mod_csi_simple: Disable optimizations on disconnect (fixes #1358) Kim Alvefur 2019-05-26
mod_csi_simple: Include queue size in debug messages Kim Alvefur 2019-03-25
mod_csi_simple: Fix type in function name Matthew Wild 2019-03-25
mod_csi_simple: Improve debug logs by mentioing why the buffer gets flushed Kim Alvefur 2019-03-24
mod_csi_simple: Add some debug logging Kim Alvefur 2019-03-24
mod_csi_simple: Disable optimizations on unload and re-enable on load Kim Alvefur 2019-03-24
mod_csi_simple: Separate out functions to enable/disable optimizations Kim Alvefur 2019-03-24
mod_csi_simple: Remove old "pump" queue/buffer method, handled in net.server now Kim Alvefur 2019-03-24
mod_csi_simple: Also flush buffer in "pump" mode Kim Alvefur 2019-03-24