Log

core/s2smanager.lua @ 12334:e621bb7bb623

description author age
s2smanager: Fire s2s-destroyed event to mirror s2s-created Matthew Wild Fri, 12 Nov 2021 13:30:39 +0000
core.s2smanager: Set "direction" on destroyed sessions (fixes #1641) Kim Alvefur Wed, 03 Mar 2021 13:30:19 +0100
s2s: Allow passing a custom error for bouncing queued stanzas (#770) Kim Alvefur Sat, 23 Nov 2019 01:29:03 +0100
core.s2smanager: Fix traceback due to mixup with to/from Kim Alvefur Sat, 05 Oct 2019 17:09:24 +0200
core.s2smanager: Remove bidi-enabled s2sin from outgoing routing table Kim Alvefur Sat, 05 Oct 2019 16:21:41 +0200
core.s2smanager: Add map of names authenticate for remote on s2sout for parity with s2sin Kim Alvefur Sat, 07 Sep 2019 17:32:55 +0200
core.s2smanager: Add [direction] boolean flags to s2s connections Kim Alvefur Sat, 07 Sep 2019 17:31:26 +0200
core.s2smanager: Rewrite log line to use formatting instead of concatenation Kim Alvefur Tue, 30 Jul 2019 02:14:50 +0200
core.s2smanager: Remove use of tostring in logging Kim Alvefur Mon, 29 Jul 2019 23:15:30 +0200
core.s2smanager: Fix previous commit (Thanks Martin) Kim Alvefur Sat, 30 Mar 2019 09:04:33 +0100
core.s2smanager: Use util.session to create sessions Kim Alvefur Fri, 29 Mar 2019 22:40:53 +0100
core.s2smanager: Spread out session tables over multiple lines Kim Alvefur Fri, 29 Mar 2019 22:37:12 +0100
core.s2smanager: Rename variable to be same in two functions Kim Alvefur Fri, 29 Mar 2019 22:45:54 +0100
core.s2smanager: Add stub reset_stream method to destroyed sessions Kim Alvefur Wed, 16 Jan 2019 20:01:38 +0100
s2smanager: Explicitly export the incoming_s2s table [luacheck] Kim Alvefur Fri, 23 Mar 2018 13:14:05 +0100
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur Wed, 28 Feb 2018 20:06:26 +0100
Merge 0.10->trunk Kim Alvefur Mon, 06 Mar 2017 01:14:32 +0100
core: Split some very long lines [luacheck] Kim Alvefur Sat, 04 Mar 2017 17:49:48 +0100
s2smanager: Include a stub thread on destroyed sessions (thanks Link Mauve) Kim Alvefur Thu, 09 Jun 2016 14:04:50 +0200
core.*: Remove use of module() function Kim Alvefur Sat, 21 Feb 2015 10:42:19 +0100
Merge 0.9->0.10 Kim Alvefur Thu, 14 May 2015 00:22:56 +0200
s2smanager: Make sure destroyed sessions have a sends2s method Kim Alvefur Thu, 14 May 2015 00:22:13 +0200
portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations Matthew Wild Wed, 06 May 2015 19:20:07 +0100
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
sessionmanager, s2smanager: Remove unused imports Matthew Wild Thu, 11 Apr 2013 17:35:39 +0100
sessionmanager, s2smanager: Remove open_session tracing Matthew Wild Mon, 08 Apr 2013 15:53:18 +0100
s2smanager: Remove unused function parameter Matthew Wild Fri, 22 Mar 2013 14:50:43 +0000
s2smanager: Access prosody.hosts instead of hosts global directly Matthew Wild Fri, 22 Mar 2013 14:50:29 +0000
s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event Matthew Wild Fri, 22 Mar 2013 14:18:23 +0000
s2smanager: Use unused local, reduce table indexing Kim Alvefur Wed, 13 Mar 2013 07:33:36 +0100