Commit Graph

30 Commits (0ec577b5dfed46586ff329e531bcc18a4cd5ec00)

Author SHA1 Message Date
Kim Alvefur c20412ca92 mod_csi_simple: Make sure to disable optimizations before mod_smacks (thanks pep.) 7 years ago
Kim Alvefur a183273abe mod_csi_simple: Always remove session filters when disabling CSI 7 years ago
Kim Alvefur 120baded86 mod_csi_simple: Try not to flush buffer while already flushing it 7 years ago
Kim Alvefur 8369b96e16 mod_csi_simple: Remove duplicated check for connection 7 years ago
Kim Alvefur 2dbd1528bb mod_csi_simple: Disable optimizations on disconnect (fixes #1358) 7 years ago
Kim Alvefur 3b8d96984a mod_csi_simple: Consider messages encrypted payload as important (fixes part of #1250) 8 years ago
Kim Alvefur 7c10b606cd mod_csi_simple: Consider messages with subject (eg MUC joins) (fixes part of #1250) 8 years ago
Kim Alvefur 14787cf7ec mod_csi_simple: Unpack Carbons-forwarded messages (fixes part of #1250) 8 years ago
Kim Alvefur 6b0baf8932 mod_csi_simple: Consider messages forwarded from another of the users clients as important (fixes part of #1250) 8 years ago
Kim Alvefur 3d53bcd72a mod_csi_simple: Tweak check for <body> 8 years ago
Kim Alvefur 3d30bbe912 mod_csi: Set session.state to simplify CSI modules 8 years ago
Kim Alvefur 105b5fed06 mod_csi_simple: Fix autocompletion mistake 8 years ago
Kim Alvefur e525ef5a65 mod_csi_simple: Bypass importance event in active mode (fixes #1249) 8 years ago
Kim Alvefur e3b4fe22a7 mod_csi_simple: Don't set <delay> stamps on <iq> stanzas (fixes #1248) 8 years ago
Kim Alvefur 0e49129a8b mod_csi_simple: Use the same event name when firing as when hooking (fixes #1245) 8 years ago
Kim Alvefur 320392f1d1 mod_csi_simple: Consider non-stanza objects important 8 years ago
Kim Alvefur 301cad9b16 mod_csi_simple: Skip delay tags on objects other than stanzas (thanks quest) 8 years ago
Kim Alvefur 9386bcbd2a mod_csi_simple: Import modified version of mod_csi_pump from prosody-modules 8 years ago
Kim Alvefur 65f01dec0d mod_csi_simple: Include queue size in debug messages 7 years ago
Matthew Wild 3179518b6a mod_csi_simple: Fix type in function name 7 years ago
Kim Alvefur ee00373447 mod_csi_simple: Improve debug logs by mentioing why the buffer gets flushed 7 years ago
Kim Alvefur dd0258ff77 mod_csi_simple: Add some debug logging 7 years ago
Kim Alvefur 0c520e8a39 mod_csi_simple: Disable optimizations on unload and re-enable on load 7 years ago
Kim Alvefur 8ad3c66121 mod_csi_simple: Separate out functions to enable/disable optimizations 7 years ago
Kim Alvefur eefe3deafa mod_csi_simple: Remove old "pump" queue/buffer method, handled in net.server now 7 years ago
Kim Alvefur 461c69ff4e mod_csi_simple: Also flush buffer in "pump" mode 7 years ago
Kim Alvefur 439a1e0ebb mod_csi_simple: Trigger buffer flush on seeing incoming data 7 years ago
Kim Alvefur 00f3e4db9c mod_csi_simple: Count buffered items and flush when it reaches configured limit 7 years ago
Kim Alvefur e31a4cdd89 mod_csi_simple: Break out stanza timestamping into a function for future reuse 7 years ago
Kim Alvefur 7ef5adb448 mod_csi_simple: Use write locks in net.server if available 8 years ago