Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_csi: Update correct variables when counting states | Kim Alvefur | 2024-09-21 | 1 | -2/+2 |
| | |||||
* | mod_csi: Use same label name for gauge as for older counter | Kim Alvefur | 2024-09-06 | 1 | -1/+1 |
| | | | | Consistency. | ||||
* | mod_csi: Optimize metrics collection (prematurely) | Kim Alvefur | 2024-08-18 | 1 | -9/+10 |
| | | | | I did not measure, but this should be way fewer function calls. | ||||
* | mod_csi: Rename unused loop variables to '_' [luacheck] | Kim Alvefur | 2024-08-17 | 1 | -2/+2 |
| | |||||
* | mod_csi: Count how many sessions are using CSI and their state | Kim Alvefur | 2024-08-17 | 1 | -0/+20 |
| | |||||
* | mod_csi: Always advertise feature | Kim Alvefur | 2023-04-16 | 1 | -2/+1 |
| | | | | | | Was previously supposed to be conditionally advertised based on availability of a module handling the actual optimizations, which was removed in be9ac41f1619 | ||||
* | mod_csi: Remove module status, doesn't work because of mod_smacks | Kim Alvefur | 2023-04-10 | 1 | -12/+0 |
| | | | | | | | This was meant to warn in case you had only mod_csi without a logic handling module like mod_csi_simple by checking if anything hooked this event, however mod_smacks also hooks this event and so this isn't really a useful way of detecting this condition. | ||||
* | mod_csi: Drop summary stats, doesn't work in normal module | Kim Alvefur | 2023-04-06 | 1 | -9/+0 |
| | | | | | | This method ends up going up for each collection and the :clear() method is only available to global modules (see e.g. mod_c2s), while regular per-host modules get scoped stats | ||||
* | mod_csi: Add metrics, covering changes and totals | Kim Alvefur | 2023-04-06 | 1 | -0/+12 |
| | | | | | Motivation: Investigating clients that seem to forget to set CSI. Also, of course, MORE GRAPHS! | ||||
* | plugins: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-24 | 1 | -1/+1 |
| | |||||
* | mod_csi: Cache CSI module availability to improve readabilty | Kim Alvefur | 2019-11-23 | 1 | -1/+4 |
| | |||||
* | mod_csi: Set module status based on whether a CSI handler module appears to ↵ | Kim Alvefur | 2019-11-23 | 1 | -0/+9 |
| | | | | be loaded | ||||
* | mod_csi: Only advertise CSI to clients if something is handling CSI events | Kim Alvefur | 2019-11-17 | 1 | -1/+1 |
| | |||||
* | mod_csi: Fix copypaste mistake [luacheck]0.11.1 | Kim Alvefur | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | mod_csi: Set session.state to simplify CSI modules | Kim Alvefur | 2018-11-27 | 1 | -0/+1 |
| | | | | Moved here from mod_csi_simple | ||||
* | mod_csi: Imported from prosody-modules 66b3085ecc49 | Matthew Wild | 2018-08-01 | 1 | -0/+22 |