mod_pep: Limit possible growth of node subscription info
0.11
|
Kim Alvefur |
2021-11-03 |
mod_pep: Limit possible growth of number of pubsub services
0.11
|
Kim Alvefur |
2021-11-03 |
mod_pep: Don't pass pubsub services across reloads
0.11
|
Kim Alvefur |
2021-11-03 |
net.server_epoll: Process all queued events from epoll before timers
0.11
|
Kim Alvefur |
2021-10-21 |
configmanager: Update error message to say 'VirtualHost' instead of 'Host'
|
Matthew Wild |
2021-12-20 |
mod_storage_xep0227: Replace custom tag-removal helpers with :remove_children()
|
Matthew Wild |
2021-12-20 |
mod_smacks: Add future todo
|
Kim Alvefur |
2021-12-19 |
mod_smacks: Only include max resumption time when resumption is activated
|
Kim Alvefur |
2021-12-19 |
core.modulemanager: Load mod_smacks on Components
|
Kim Alvefur |
2021-12-19 |
mod_smacks: Fix typos
|
Kim Alvefur |
2021-12-19 |
mod_smacks: Fix error on shutdown if loaded on Component
|
Kim Alvefur |
2021-12-19 |
mod_smacks: Fix typo (thanks codespell)
|
Kim Alvefur |
2021-12-19 |
mod_smacks: Avoid log noise when a non-smacks session is closed
|
Kim Alvefur |
2021-12-19 |
mod_smacks: Check if session was really sleeping before logging message
|
Kim Alvefur |
2021-12-18 |
mod_smacks: Fix traceback when bouncing unacked stanzas
|
Kim Alvefur |
2021-12-18 |
mod_smacks: Fix duplicate sleep behavior when replacing a session
|
Kim Alvefur |
2021-12-18 |
mod_c2s: Fire pre-closing event regardless of connected state
|
Kim Alvefur |
2021-12-18 |
mod_smacks: Remove references to connection on hibernation
|
Kim Alvefur |
2021-12-18 |
mod_smacks: Add more logging
|
Kim Alvefur |
2021-12-18 |
mod_smacks: Remove useless delay in requesting ack on resumption
|
Kim Alvefur |
2021-12-17 |
mod_smacks: Fix to not wait for acks from before a resumption
|
Kim Alvefur |
2021-12-17 |
mod_smacks: Split log messages for when an old session exists in storage
|
Kim Alvefur |
2021-12-17 |
mod_smacks: Bounce unacked stanzas on shutdown
|
Kim Alvefur |
2021-12-17 |
mod_smacks: Preserve counter values on shutdown
|
Kim Alvefur |
2021-12-17 |
mod_smacks: Simplify access to local user sessions
|
Kim Alvefur |
2021-12-17 |
mod_smacks: Cancel hibernation when session is closed
|
Kim Alvefur |
2021-12-16 |
mod_smacks: Skip hibernation logic if session was closed or replaced
|
Kim Alvefur |
2021-12-16 |
mod_smacks: Fix indentation
|
Kim Alvefur |
2021-12-16 |
mod_smacks: Stop stanzas from being queued on hibernation timeout
|
Kim Alvefur |
2021-12-16 |
util.smqueue: Simplify compat table, fix dependent modules (thanks Martin)
|
Kim Alvefur |
2021-12-16 |
util.smqueue: Add missing method to Teal record spec
|
Kim Alvefur |
2021-12-16 |
mod_smacks: Limit queue memory consumption using new util
|
Kim Alvefur |
2021-12-14 |
util.smqueue: Abstract queue with acknowledgements and overflow
|
Kim Alvefur |
2021-12-14 |
mod_smacks: Set a watchdog to watch sleeping sessions
|
Kim Alvefur |
2021-12-02 |
mod_smacks: Switch storage for tracking resumption tokens
|
Kim Alvefur |
2021-12-02 |
mod_smacks: Clear resumption token from persistent storage on resumption
|
Kim Alvefur |
2021-12-01 |
mod_smacks: Persist old counter values to storage
|
Kim Alvefur |
2021-12-01 |
mod_smacks: Remove now unused variable [luacheck]
|
Kim Alvefur |
2021-12-15 |
mod_smacks: Remove unused event
|
Kim Alvefur |
2021-12-15 |
mod_smacks: Fix typo
|
Kim Alvefur |
2021-12-15 |
mod_smacks: Flag both sessions to prevent duplicating queue on resumption
|
Kim Alvefur |
2021-12-14 |
mod_smacks: Increment a counter for each resumption
|
Kim Alvefur |
2021-12-06 |
mod_smacks: Back out 48f8fa6cea7b - back in a86ae74da96c again
|
Kim Alvefur |
2021-12-13 |
mod_smacks: Patch various self-references on the resumed session
|
Kim Alvefur |
2021-12-13 |
mod_smacks: Back out a86ae74da96c: Fixed one problem, caused another
|
Kim Alvefur |
2021-12-13 |
mod_smacks: Back out def20683c161
|
Kim Alvefur |
2021-12-13 |
mod_smacks: Update reference to session from send()
|
Kim Alvefur |
2021-12-13 |
util.format: Optimize most common integer format
|
Kim Alvefur |
2021-12-13 |
util.format: Ensure metatable __tostring results are also sanitized
|
Kim Alvefur |
2021-12-13 |
mod_smacks: Include reason for destroying session on hibernation timeout
|
Kim Alvefur |
2021-12-12 |
tools/generate_format_spec: Apply lua-format to silence luacheck
|
Kim Alvefur |
2021-12-11 |
util.format: Fix some formats expecting positive numbers in Lua 5.2
|
Kim Alvefur |
2021-12-11 |
util.format: Fix Lua 5.1 quirks thanks to ALL THE TESTS
|
Kim Alvefur |
2021-12-11 |
util.format: ALL THE TESTS!!!
|
Kim Alvefur |
2021-12-11 |
util.format: Also handle the %p format added in Lua 5.4
|
Kim Alvefur |
2021-12-11 |
util.format: Ensure sanitation of strings passed to wrong format
|
Kim Alvefur |
2021-12-11 |
util.format: Escape invalid UTF-8 by passing trough serialization
|
Kim Alvefur |
2021-12-10 |
mod_mam: Avoid storing bounces for messages from the bare account (thanks Ge0rG)
|
Kim Alvefur |
2021-12-10 |
MUC: Remove <{muc}x> tags in some errors
|
Kim Alvefur |
2021-12-08 |
MUC: Fix error origin JID in wrong argument position
|
Kim Alvefur |
2021-12-08 |