aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_smacks.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_smacks: Adjust buckets for resumption age statisticKim Alvefur2024-02-161-1/+1
* plugins: Use integer config API with interval specification where sensibleKim Alvefur2023-07-171-4/+4
* plugins: Switch to :get_option_period() for time range optionsKim Alvefur2023-07-161-2/+2
* Merge 0.12->trunkKim Alvefur2023-04-041-1/+10
|\
| * mod_smacks: Replace existing watchdog when starting hibernationKim Alvefur2023-04-021-0/+4
| * mod_smacks: Fix stray watchdog closing sessionsKim Alvefur2023-04-021-1/+6
* | plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-13/+13
* | Merge 0.12->trunkKim Alvefur2023-01-191-0/+1
|\|
| * mod_smacks: Log something when hibernation startsKim Alvefur2023-01-191-0/+1
* | mod_smacks: Factor out resumption token table key generationKim Alvefur2022-11-131-4/+8
* | Merge 0.12->trunkKim Alvefur2022-12-121-161/+179
|\ \ | |/ |/|
| * mod_smacks: Only track resumable sessionsKim Alvefur2022-11-181-1/+3
| * mod_smacks: Change boolean attribute from '1' to 'true' for compatibilityMatthew Wild2022-10-071-1/+1
| * Backed out changeset 1bc2220cd6ecJonas Schäfer2022-10-031-1/+2
| * mod_smacks: Set session flag during successful enableMatthew Wild2022-09-031-0/+1
| * mod_smacks: Add type field to results so actions can be later distinguishedMatthew Wild2022-09-031-1/+2
| * mod_smacks: Set session.smacks after sending <enabled/> to fix tracebackMatthew Wild2022-08-291-2/+1
| * mod_smacks: Use new :add_error() in last remaining error result constructionMatthew Wild2022-08-291-2/+1
| * mod_smacks: Split enable handling to stages, to allow easier SASL2 integrationMatthew Wild2022-08-291-21/+48
| * mod_smacks: Split resumption into multiple stages, to simplify ISR integrationMatthew Wild2022-08-261-63/+82
| * mod_smacks: Don't close resuming session when failed due to overflowMatthew Wild2022-08-261-7/+8
| * mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOsMatthew Wild2022-08-261-51/+13
| * Merge 0.12->trunkKim Alvefur2022-06-131-1/+1
| |\
| * | mod_smacks: Indicate that bounces are generated by the serverKim Alvefur2022-05-271-1/+2
| * | Merge 0.12->trunkKim Alvefur2022-05-271-3/+2
| |\ \
| * | | mod_smacks: Remove debug log references to timer (not used anymore)Kim Alvefur2022-05-261-2/+1
| * | | Merge 0.12->trunkKim Alvefur2022-05-261-3/+2
| |\ \ \
| * | | | mod_smacks: Use session logging for remaining log messagesKim Alvefur2022-05-211-6/+6
| * | | | mod_smacks: Factor out some convenience functionsKim Alvefur2022-02-111-10/+21
| * | | | mod_smacks: Initialize queue before sending <enable>Kim Alvefur2022-05-151-1/+1
| * | | | mod_smacks: Improve activation of smacks on outgoing s2sKim Alvefur2022-04-241-21/+16
* | | | | mod_smacks: Disable resumption behavior on s2sKim Alvefur2022-11-131-1/+2
| |_|_|/ |/| | |
* | | | mod_smacks: Fix #1761 by setting a flag earlierKim Alvefur2022-06-121-1/+1
| |_|/ |/| |
* | | mod_smacks: Bounce unhandled stanzas from local origin (fix #1759)0.12.1Kim Alvefur2022-05-271-2/+1
* | | mod_smacks: Fix bounce of stanzas directed to full JID on unclean disconnectKim Alvefur2022-05-271-1/+1
| |/ |/|
* | mod_smacks: Fix to use current method of counting acked stanzasKim Alvefur2022-05-261-3/+2
|/
* mod_smacks: Tweak resumption age buckets towards multiples of 60Kim Alvefur2022-02-041-1/+1
* mod_smacks: Log error to silence luacheckKim Alvefur2021-12-311-0/+2
* mod_smacks: Limit "old" session resumption countersKim Alvefur2021-12-311-0/+19
* mod_smacks: Record timestamp with persisted countersKim Alvefur2021-12-311-2/+4
* mod_smacks: sprinkle some metrics on itJonas Schäfer2021-12-271-2/+45
* mod_smacks: Compact code using new stanza APIKim Alvefur2021-12-221-9/+2
* mod_smacks: Use more compact resumption tokensKim Alvefur2021-12-221-2/+2
* mod_smacks: Add future todoKim Alvefur2021-12-201-0/+1
* mod_smacks: Only include max resumption time when resumption is activatedKim Alvefur2021-12-201-1/+3
* mod_smacks: Fix typosKim Alvefur2021-12-201-2/+2
* mod_smacks: Fix error on shutdown if loaded on ComponentKim Alvefur2021-12-201-0/+4
* mod_smacks: Fix typo (thanks codespell)Kim Alvefur2021-12-191-1/+1
* mod_smacks: Avoid log noise when a non-smacks session is closedKim Alvefur2021-12-191-0/+1
* mod_smacks: Check if session was really sleeping before logging messageKim Alvefur2021-12-181-1/+1