Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_csi: Set session.state to simplify CSI modules | Kim Alvefur | 2018-11-27 | 1 | -2/+0 |
| | | | | Moved here from mod_csi_simple | ||||
* | mod_csi_simple: Fix autocompletion mistake | Kim Alvefur | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | mod_csi_simple: Bypass importance event in active mode (fixes #1249) | Kim Alvefur | 2018-11-27 | 1 | -1/+3 |
| | |||||
* | mod_csi_simple: Don't set <delay> stamps on <iq> stanzas (fixes #1248) | Kim Alvefur | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | mod_csi_simple: Use the same event name when firing as when hooking (fixes ↵ | Kim Alvefur | 2018-11-25 | 1 | -1/+1 |
| | | | | #1245) | ||||
* | mod_csi_simple: Consider non-stanza objects important | Kim Alvefur | 2018-11-17 | 1 | -0/+3 |
| | | | | | Most cases are for keepalive or stream closing, where it needs to be flushed anyways. | ||||
* | mod_csi_simple: Skip delay tags on objects other than stanzas (thanks quest) | Kim Alvefur | 2018-11-17 | 1 | -2/+4 |
| | | | | | This may be triggered by sending strings, eg as done by mod_c2s for keepalives, stream errors, "</stream>". | ||||
* | mod_csi_simple: Import modified version of mod_csi_pump from prosody-modules | Kim Alvefur | 2018-10-29 | 1 | -0/+100 |