plugins/mod_s2s/s2sout.lib.lua
Sun, 30 Sep 2018 17:54:09 +0200 Kim Alvefur mod_s2s: Fix previous commit
Sun, 30 Sep 2018 17:52:30 +0200 Kim Alvefur mod_s2s: Silence luacheck warnings in s2sout module
Thu, 14 Jun 2018 18:16:23 +0200 Kim Alvefur mod_s2s: Use session logger to ease debugging
Thu, 14 Jun 2018 16:13:56 +0200 Kim Alvefur mod_s2s: Log a message before trying the next SRV record
Sat, 09 Jun 2018 15:47:59 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 09 Jun 2018 00:09:25 +0200 Kim Alvefur mod_s2s: Fix DNS timeout setting for per-session resolvers (fixes #1167)
Sun, 03 Jun 2018 00:57:51 +0200 Kim Alvefur mod_s2s: Add setting for overriding DNS resolvers (and avoid reading /etc/resolv.conf every time)
Thu, 21 Dec 2017 07:00:56 +0100 Kim Alvefur mod_s2s: Remove tostring() in logging since this is handled by util.format now
Mon, 25 Sep 2017 23:12:47 +0100 Matthew Wild mod_s2s: Use a separate resolver object for each outgoing session
Tue, 04 Oct 2016 15:46:24 +0200 Kim Alvefur mod_s2s: Log error message from DNS lookup
Fri, 12 Aug 2016 01:38:40 +0200 Kim Alvefur mod_s2s: Set read mode for s2sout sockets to the same as s2sins
Fri, 22 Jan 2016 14:49:05 +0100 Kim Alvefur Merge 0.9->0.10
Thu, 21 Jan 2016 22:21:19 +0100 Kim Alvefur Backout 63f5870f9afe, no longer needed since Windows is currently unsupported
Thu, 05 Nov 2015 13:54:35 +0100 Kim Alvefur mod_s2s/s2sout: Keep SRV lookup response around even if it's empty
Wed, 13 May 2015 22:31:59 +0200 Kim Alvefur Merge 0.9->0.10
Wed, 13 May 2015 21:47:39 +0200 Kim Alvefur mod_s2s/s2sout: Use the local address assigned to UDP sockets instead of util.net to enumerate possible source addresses
Wed, 13 May 2015 21:43:05 +0200 Kim Alvefur mod_s2s/s2sout: Remove now unused config option dns_max_depth
Sun, 26 Apr 2015 00:06:44 +0200 Kim Alvefur Merge 0.9->0.10
Fri, 24 Apr 2015 14:14:01 +0200 Kim Alvefur net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s
Thu, 22 May 2014 22:48:06 +0200 Kim Alvefur mod_s2s: Move filter initialization to common place
Wed, 12 Feb 2014 19:26:22 +0100 Kim Alvefur Merge 0.9 -> 0.10
Sun, 09 Feb 2014 15:13:46 +0100 Kim Alvefur mod_s2s: Log a warning if no local addresses are found, as this breaks s2sout
Mon, 07 Oct 2013 12:43:00 +0200 Kim Alvefur mod_c2s, mod_s2s: Set session.encrypted as session.secure does not allways mean encrypted (eg consider_bosh_secure)
Wed, 14 Aug 2013 14:44:56 +0200 Kim Alvefur mod_s2s: Lower "Beginning new connection attempt" message from info to debug level
Wed, 14 Aug 2013 00:18:39 +0100 Matthew Wild mod_s2s/s2sout.lib: Improve error message logged at 'info' level when failing to connect to a host. Now 'Failed in all attempts to connect to XYZ'
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Tue, 18 Jun 2013 12:14:46 +0100 Matthew Wild mod_s2s/s2sout.lib: Remove unused variables and imports
Tue, 18 Jun 2013 12:12:49 +0100 Matthew Wild mod_s2s/s2sout.lib: Remove reference to undefined global
Tue, 18 Jun 2013 12:12:12 +0100 Matthew Wild mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interface addresses
Tue, 18 Jun 2013 12:11:40 +0100 Matthew Wild mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket supports IPv6
Tue, 30 Apr 2013 18:34:03 +0200 Florian Zeitz util.rfc{3484,6724}: Update to RFC 6724
Mon, 25 Mar 2013 19:08:15 +0100 Kim Alvefur mod_s2s: Reset secure flag on new connection attempt
Sat, 23 Mar 2013 23:30:13 +0100 Kim Alvefur mod_s2s: Keep the dns answer object around a while so plugins can look at it
Sat, 16 Mar 2013 17:46:43 +0100 Kim Alvefur mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams
Mon, 03 Sep 2012 04:22:40 +0200 Kim Alvefur mod_s2s: Check that an SRV reply isn't empty.
Mon, 23 Jul 2012 13:29:33 +0100 Matthew Wild mod_s2s/s2sout.lib: Use %s to insert strings into log messages instead of concatenation
Sun, 22 Jul 2012 16:29:52 +0100 Matthew Wild mod_s2s/s2sout.lib: Fix indentation
Sun, 22 Jul 2012 16:17:04 +0100 Matthew Wild mod_s2s/s2sout.lib: Don't wait for both v4 and v6 DNS responses if we only send one (e.g. because v6 is disabled)
Tue, 29 May 2012 18:04:29 +0200 Kim Alvefur mod_s2s: Remove check for socket.tcp6()
Tue, 29 May 2012 18:02:48 +0200 Kim Alvefur mod_s2s: Only do AAAA lookup if IPv6 is available, and A if IPv4 is available.
Thu, 24 May 2012 03:08:42 +0100 Matthew Wild mod_s2s, s2sout.lib: Send stream header in onconnect()
Thu, 10 May 2012 23:05:03 +0200 Kim Alvefur s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s
Fri, 04 May 2012 00:05:15 +0100 Matthew Wild Rename plugins/s2s/ to plugins/mod_s2s/
less more (0) tip