| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.12->trunk | Kim Alvefur | 2022-06-13 | 1 | -1/+1 |
|\ |
|
| * | mod_smacks: Fix #1761 by setting a flag earlier | Kim Alvefur | 2022-06-12 | 1 | -1/+1 |
* | | mod_smacks: Indicate that bounces are generated by the server | Kim Alvefur | 2022-05-27 | 1 | -1/+2 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-05-27 | 1 | -3/+2 |
|\| |
|
| * | mod_smacks: Bounce unhandled stanzas from local origin (fix #1759)0.12.1 | Kim Alvefur | 2022-05-27 | 1 | -2/+1 |
| * | mod_smacks: Fix bounce of stanzas directed to full JID on unclean disconnect | Kim Alvefur | 2022-05-27 | 1 | -1/+1 |
* | | mod_smacks: Remove debug log references to timer (not used anymore) | Kim Alvefur | 2022-05-26 | 1 | -2/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2022-05-26 | 1 | -3/+2 |
|\| |
|
| * | mod_smacks: Fix to use current method of counting acked stanzas | Kim Alvefur | 2022-05-26 | 1 | -3/+2 |
* | | mod_smacks: Use session logging for remaining log messages | Kim Alvefur | 2022-05-21 | 1 | -6/+6 |
* | | mod_smacks: Factor out some convenience functions | Kim Alvefur | 2022-02-11 | 1 | -10/+21 |
* | | mod_smacks: Initialize queue before sending <enable> | Kim Alvefur | 2022-05-15 | 1 | -1/+1 |
* | | mod_smacks: Improve activation of smacks on outgoing s2s | Kim Alvefur | 2022-04-24 | 1 | -21/+16 |
|/ |
|
* | mod_smacks: Tweak resumption age buckets towards multiples of 60 | Kim Alvefur | 2022-02-04 | 1 | -1/+1 |
* | mod_smacks: Log error to silence luacheck | Kim Alvefur | 2021-12-31 | 1 | -0/+2 |
* | mod_smacks: Limit "old" session resumption counters | Kim Alvefur | 2021-12-31 | 1 | -0/+19 |
* | mod_smacks: Record timestamp with persisted counters | Kim Alvefur | 2021-12-31 | 1 | -2/+4 |
* | mod_smacks: sprinkle some metrics on it | Jonas Schäfer | 2021-12-27 | 1 | -2/+45 |
* | mod_smacks: Compact code using new stanza API | Kim Alvefur | 2021-12-22 | 1 | -9/+2 |
* | mod_smacks: Use more compact resumption tokens | Kim Alvefur | 2021-12-22 | 1 | -2/+2 |
* | mod_smacks: Add future todo | Kim Alvefur | 2021-12-20 | 1 | -0/+1 |
* | mod_smacks: Only include max resumption time when resumption is activated | Kim Alvefur | 2021-12-20 | 1 | -1/+3 |
* | mod_smacks: Fix typos | Kim Alvefur | 2021-12-20 | 1 | -2/+2 |
* | mod_smacks: Fix error on shutdown if loaded on Component | Kim Alvefur | 2021-12-20 | 1 | -0/+4 |
* | mod_smacks: Fix typo (thanks codespell) | Kim Alvefur | 2021-12-19 | 1 | -1/+1 |
* | mod_smacks: Avoid log noise when a non-smacks session is closed | Kim Alvefur | 2021-12-19 | 1 | -0/+1 |
* | mod_smacks: Check if session was really sleeping before logging message | Kim Alvefur | 2021-12-18 | 1 | -1/+1 |
* | mod_smacks: Fix traceback when bouncing unacked stanzas | Kim Alvefur | 2021-12-18 | 1 | -0/+1 |
* | mod_smacks: Fix duplicate sleep behavior when replacing a session | Kim Alvefur | 2021-12-18 | 1 | -0/+1 |
* | mod_smacks: Remove references to connection on hibernation | Kim Alvefur | 2021-12-18 | 1 | -1/+4 |
* | mod_smacks: Add more logging | Kim Alvefur | 2021-12-18 | 1 | -0/+9 |
* | mod_smacks: Remove useless delay in requesting ack on resumption | Kim Alvefur | 2021-12-17 | 1 | -23/+1 |
* | mod_smacks: Fix to not wait for acks from before a resumption | Kim Alvefur | 2021-12-17 | 1 | -0/+1 |
* | mod_smacks: Split log messages for when an old session exists in storage | Kim Alvefur | 2021-12-17 | 1 | -1/+2 |
* | mod_smacks: Bounce unacked stanzas on shutdown | Kim Alvefur | 2021-12-17 | 1 | -1/+11 |
* | mod_smacks: Preserve counter values on shutdown | Kim Alvefur | 2021-12-17 | 1 | -0/+22 |
* | mod_smacks: Simplify access to local user sessions | Kim Alvefur | 2021-12-17 | 1 | -2/+2 |
* | mod_smacks: Cancel hibernation when session is closed | Kim Alvefur | 2021-12-16 | 1 | -0/+6 |
* | mod_smacks: Skip hibernation logic if session was closed or replaced | Kim Alvefur | 2021-12-16 | 1 | -0/+4 |
* | mod_smacks: Fix indentation | Kim Alvefur | 2021-12-16 | 1 | -4/+4 |
* | mod_smacks: Stop stanzas from being queued on hibernation timeout | Kim Alvefur | 2021-12-16 | 1 | -0/+1 |
* | mod_smacks: Limit queue memory consumption using new util | Kim Alvefur | 2021-12-14 | 1 | -51/+72 |
* | mod_smacks: Set a watchdog to watch sleeping sessions | Kim Alvefur | 2021-12-02 | 1 | -59/+27 |
* | mod_smacks: Switch storage for tracking resumption tokens | Kim Alvefur | 2021-12-02 | 1 | -40/+5 |
* | mod_smacks: Clear resumption token from persistent storage on resumption | Kim Alvefur | 2021-12-01 | 1 | -0/+1 |
* | mod_smacks: Persist old counter values to storage | Kim Alvefur | 2021-12-01 | 1 | -7/+5 |
* | mod_smacks: Remove now unused variable [luacheck] | Kim Alvefur | 2021-12-15 | 1 | -1/+1 |
* | mod_smacks: Remove unused event | Kim Alvefur | 2021-12-15 | 1 | -1/+0 |
* | mod_smacks: Fix typo | Kim Alvefur | 2021-12-15 | 1 | -1/+1 |
* | mod_smacks: Flag both sessions to prevent duplicating queue on resumption | Kim Alvefur | 2021-12-14 | 1 | -0/+3 |