core/s2smanager.lua
Fri, 12 Nov 2021 13:30:39 +0000 Matthew Wild s2smanager: Fire s2s-destroyed event to mirror s2s-created
Wed, 03 Mar 2021 13:30:19 +0100 Kim Alvefur core.s2smanager: Set "direction" on destroyed sessions (fixes #1641)
Sat, 23 Nov 2019 01:29:03 +0100 Kim Alvefur s2s: Allow passing a custom error for bouncing queued stanzas (#770)
Sat, 05 Oct 2019 17:09:24 +0200 Kim Alvefur core.s2smanager: Fix traceback due to mixup with to/from
Sat, 05 Oct 2019 16:21:41 +0200 Kim Alvefur core.s2smanager: Remove bidi-enabled s2sin from outgoing routing table
Sat, 07 Sep 2019 17:32:55 +0200 Kim Alvefur core.s2smanager: Add map of names authenticate for remote on s2sout for parity with s2sin
Sat, 07 Sep 2019 17:31:26 +0200 Kim Alvefur core.s2smanager: Add [direction] boolean flags to s2s connections
Tue, 30 Jul 2019 02:14:50 +0200 Kim Alvefur core.s2smanager: Rewrite log line to use formatting instead of concatenation
Mon, 29 Jul 2019 23:15:30 +0200 Kim Alvefur core.s2smanager: Remove use of tostring in logging
Sat, 30 Mar 2019 09:04:33 +0100 Kim Alvefur core.s2smanager: Fix previous commit (Thanks Martin)
Fri, 29 Mar 2019 22:40:53 +0100 Kim Alvefur core.s2smanager: Use util.session to create sessions
Fri, 29 Mar 2019 22:37:12 +0100 Kim Alvefur core.s2smanager: Spread out session tables over multiple lines
Fri, 29 Mar 2019 22:45:54 +0100 Kim Alvefur core.s2smanager: Rename variable to be same in two functions
Wed, 16 Jan 2019 20:01:38 +0100 Kim Alvefur core.s2smanager: Add stub reset_stream method to destroyed sessions
Fri, 23 Mar 2018 13:14:05 +0100 Kim Alvefur s2smanager: Explicitly export the incoming_s2s table [luacheck]
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Mon, 06 Mar 2017 01:14:32 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 04 Mar 2017 17:49:48 +0100 Kim Alvefur core: Split some very long lines [luacheck]
Thu, 09 Jun 2016 14:04:50 +0200 Kim Alvefur s2smanager: Include a stub thread on destroyed sessions (thanks Link Mauve)
Sat, 21 Feb 2015 10:42:19 +0100 Kim Alvefur core.*: Remove use of module() function
Thu, 14 May 2015 00:22:56 +0200 Kim Alvefur Merge 0.9->0.10
Thu, 14 May 2015 00:22:13 +0200 Kim Alvefur s2smanager: Make sure destroyed sessions have a sends2s method
Wed, 06 May 2015 19:20:07 +0100 Matthew Wild portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Thu, 11 Apr 2013 17:35:39 +0100 Matthew Wild sessionmanager, s2smanager: Remove unused imports
Mon, 08 Apr 2013 15:53:18 +0100 Matthew Wild sessionmanager, s2smanager: Remove open_session tracing
Fri, 22 Mar 2013 14:50:43 +0000 Matthew Wild s2smanager: Remove unused function parameter
Fri, 22 Mar 2013 14:50:29 +0000 Matthew Wild s2smanager: Access prosody.hosts instead of hosts global directly
Fri, 22 Mar 2013 14:18:23 +0000 Matthew Wild s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event
Wed, 13 Mar 2013 07:33:36 +0100 Kim Alvefur s2smanager: Use unused local, reduce table indexing
Thu, 24 Jan 2013 00:58:17 +0100 Kim Alvefur s2smanager: Generate session names used for logging the same way everywhere
Sun, 26 Aug 2012 22:54:10 +0000 Marco Cirillo s2smanager: missing return on session.send function.
Mon, 23 Jul 2012 17:35:18 +0100 Matthew Wild s2smanager: Remove logging of (unknown) in a case where from_host and to_host should always be set
Mon, 23 Jul 2012 17:32:33 +0100 Matthew Wild Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
Wed, 13 Jun 2012 11:47:04 +0500 Waqas Hussain s2smanager: Fix a traceback when we close a s2s connection ourselves (thanks for the testing Zash).
Thu, 10 May 2012 23:10:56 +0100 Matthew Wild Merge with Zash
Thu, 10 May 2012 23:05:03 +0200 Kim Alvefur s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s
Thu, 10 May 2012 23:01:10 +0200 Kim Alvefur s2smanager: Clean up unused imports.
Thu, 10 May 2012 22:59:01 +0100 Matthew Wild mod_s2s, s2smanager, mod_dialback: Move addition of session.send() on s2sin to after they are authenticated (thus from mod_s2s to s2smanager). Update mod_dialback to fire route/remote directly, as session.send() is no longer available for s2sin_unauthed. Fixes #291.
Tue, 24 Apr 2012 21:59:20 +0100 Matthew Wild Merge timber->trunk - thanks everyone!
Sun, 11 Mar 2012 19:14:28 +0100 Kim Alvefur s2smanager, mod_s2s: Move import of dns_max_depth to mod_s2s
Fri, 24 Feb 2012 18:03:27 +0000 Marco Cirillo s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, remove useless space from mod_s2s code
Fri, 24 Feb 2012 15:15:43 +0000 Florian Zeitz s2smanager: remove send_to_host.
Mon, 23 Jan 2012 16:28:20 +0000 Matthew Wild s2smanager, mod_s2s, mod_s2s/s2sout: Split connection handling out of s2smanager into mod_s2s, and further split connection logic for s2sout to a module lib, s2sout.lib.lua
Fri, 09 Mar 2012 18:46:19 +0000 Matthew Wild Merge 0.9->trunk
Sun, 04 Mar 2012 17:38:47 +0100 Kim Alvefur core.s2smanager: Log the entire stream header.
Sat, 25 Feb 2012 17:21:15 +0000 Matthew Wild Merge with 0.9
Tue, 21 Feb 2012 21:13:13 +0100 Kim Alvefur core.s2smanager: Fix check_cert_status() for when the stream has no from attr
Sat, 25 Feb 2012 02:03:26 +0000 Matthew Wild s2smanager: Fix traceback when socket.tcp6 isn't available
Thu, 26 Jan 2012 18:48:21 +0000 Matthew Wild Merge with 0.9
Tue, 24 Jan 2012 14:58:54 -0800 Paul Aurich s2smanager: Log the host when marking it authenticated
Tue, 20 Dec 2011 17:36:38 +0000 Matthew Wild s2smanager: Fix missing import of 'type' (thanks darkrain)
Wed, 14 Dec 2011 06:46:24 +0500 Waqas Hussain s2smanager: Don't throw an error when the "interface" config option is a string (which it is by default).
Tue, 13 Dec 2011 15:40:37 +0000 Matthew Wild s2smanager: Remove unused reference to modulemanager
Wed, 07 Dec 2011 23:37:56 +0100 Florian Zeitz s2smanager: Store port specified by SRV records
Mon, 28 Nov 2011 14:30:12 +0000 Matthew Wild s2smanager: Use config over xmppserver's default interface
Wed, 26 Oct 2011 02:03:33 +0200 Florian Zeitz s2smanager, net.dns: Fix handling for NXNAME and SRV target of "."
Sat, 22 Oct 2011 18:29:23 +0200 Florian Zeitz s2smanager, xmppserver_listener: Support for connecting to other servers via IPv6
Mon, 06 Dec 2010 21:46:50 -0800 Paul Aurich s2smanager: Update to newer luasec
Sun, 05 Jun 2011 23:55:16 +0100 Matthew Wild s2smanager: Fix letter case in log message (thanks darkrain)
less more (0) -100 -60 tip