plugins/mod_s2s/mod_s2s.lua
Tue, 14 Oct 2014 10:59:27 +0100 Matthew Wild Merge 0.9->0.10
Fri, 10 Oct 2014 00:56:53 +0200 Kim Alvefur mod_s2s: Capitalize log message
Tue, 23 Sep 2014 19:41:10 +0200 Kim Alvefur mod_s2s: Close s2s connections that can not proceed due to mod_dialback not being present
Tue, 09 Sep 2014 15:05:46 +0200 Kim Alvefur core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from stanza_router
Tue, 02 Sep 2014 22:33:11 +0200 Kim Alvefur Merge 0.9->0.10
Fri, 29 Aug 2014 11:54:34 +0100 Matthew Wild net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent)
Tue, 02 Sep 2014 17:24:25 +0200 Kim Alvefur mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream error instead of throwing an unhandled error
Thu, 28 Aug 2014 09:23:24 +0100 Matthew Wild Merge 0.9->0.10
Sat, 23 Aug 2014 09:29:17 +0100 Matthew Wild mod_c2s, mod_s2s: Log received invalid stream headers
Wed, 27 Aug 2014 13:20:08 +0200 Kim Alvefur mod_s2s: Reset stream ID when resetting stream [compliance]
Tue, 26 Aug 2014 21:50:08 +0200 Kim Alvefur mod_s2s: Mark stream as opened earlier for outgoing connections, fixes double stream headers on policy failures
Fri, 25 Jul 2014 21:12:21 +0200 Kim Alvefur mod_s2s: Remove unused locals
Fri, 25 Jul 2014 20:41:54 +0200 Kim Alvefur mod_s2s_auth_certs: Split PKIX based certificate checking from mod_s2s into new plugin
Fri, 04 Jul 2014 21:48:25 +0200 Kim Alvefur mod_dialback: Short-circuit dialback auth if certificate is considered valid
Sat, 24 May 2014 11:17:26 +0200 Kim Alvefur mod_s2s: Fire a 's2s-created' event when new s2s connections are initialized
Thu, 22 May 2014 22:49:43 +0200 Kim Alvefur mod_s2s: Remove redundant setting of session.direction
Thu, 22 May 2014 22:48:06 +0200 Kim Alvefur mod_s2s: Move filter initialization to common place
Thu, 22 May 2014 22:45:58 +0200 Kim Alvefur mod_s2s: Decide on log function once
Tue, 22 Apr 2014 21:56:06 +0200 Kim Alvefur mod_s2s: Follow XMPP Core on when a stream is to be considered ready
Fri, 18 Apr 2014 07:51:41 +0200 Kim Alvefur mod_s2s: Replace open_stream() with function that only adds s2s/dialback attributes to stream header
Thu, 10 Apr 2014 16:49:59 +0200 Kim Alvefur mod_s2s: Revert e626ee2fe106 change, it broke Dialback
Thu, 10 Apr 2014 13:13:07 +0200 Kim Alvefur mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_stream() functions to util.xmppstream
Sun, 12 Jan 2014 06:19:37 -0500 Matthew Wild Merge 0.9->0.10
Sun, 05 Jan 2014 22:21:50 +0100 Florian Zeitz mod_s2s: Include IP in log messages, if host is unavailable
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 15:00:36 +0200 Kim Alvefur mod_c2s, mod_s2s: Log cipher and encryption info in a more compact and (hopefully) less confusing way
Wed, 14 Aug 2013 14:53:50 +0200 Kim Alvefur mod_s2s: Captitalize log messages that begin with a stream direction
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Tue, 06 Aug 2013 14:35:03 +0200 Kim Alvefur Merge 0.9->trunk
Tue, 06 Aug 2013 14:32:31 +0200 Kim Alvefur mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details
Mon, 05 Aug 2013 20:47:38 +0200 Kim Alvefur mod_s2s: Improve policy check
Sun, 04 Aug 2013 17:33:00 +0200 Kim Alvefur mod_s2s: Log certificate identity validation result
Fri, 02 Aug 2013 15:12:24 +0200 Kim Alvefur mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with some details
Wed, 26 Jun 2013 13:35:38 +0200 Kim Alvefur mod_s2s: Add missing global hook for read-timeout
Tue, 11 Jun 2013 21:36:15 +0200 Kim Alvefur mod_c2s, mod_s2s: Fire an event on read timeouts
Sun, 09 Jun 2013 12:54:10 +0200 Kim Alvefur mod_s2s: Set s2s_session.ip
Thu, 30 May 2013 14:32:40 +0200 Kim Alvefur mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection died
Tue, 28 May 2013 16:10:22 +0100 Matthew Wild mod_s2s: Remove unnecessary debug message
Sat, 18 May 2013 12:02:25 +0100 Matthew Wild mod_s2s: Fix interaction between s2s_secure_auth and s2s_require_encryption, in particular ensure that when s2s_require_encryption is NOT set, do not require encryption on s2s_insecure_domains.
Mon, 29 Apr 2013 00:33:39 +0100 Matthew Wild mod_s2s: Ensure that to/from on stream headers are always correct, fixes #338
Fri, 26 Apr 2013 12:25:25 +0100 Matthew Wild mod_s2s: Obey tcp_keepalives option for s2s too, and make it individually configurable through s2s_tcp_keepalives (thanks yeled)
Mon, 22 Apr 2013 12:35:52 +0100 Matthew Wild mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceback function), to make it clearer where an error occured
Mon, 15 Apr 2013 19:37:15 +0200 Kim Alvefur mod_s2s: Add missing space
Mon, 08 Apr 2013 22:42:38 +0200 Kim Alvefur mod_s2s: Adjust priority of route/remote hooks to negative values (like most other internal hooks)
Thu, 04 Apr 2013 19:21:47 +0200 Kim Alvefur mod_s2s: Add COMPAT cahin verification code for older LuaSec versions
Mon, 01 Apr 2013 14:45:59 +0100 Matthew Wild mod_s2s: Close incoming s2s with stream error when secure and we don't trust their certificate
Wed, 27 Mar 2013 23:09:47 +0100 Kim Alvefur mod_s2s: Prevent s2s to and from hosts we serve locally
Tue, 26 Mar 2013 09:25:20 +0100 Kim Alvefur mod_s2s: Prevent traceback when replying to incoming connection to a host we don't serve
Mon, 25 Mar 2013 08:18:49 +0100 Kim Alvefur mod_s2s: session.from_host does not allways exist on incoming connections, true and nil or "our hostname" does not evaluate to what we want here
Fri, 22 Mar 2013 15:16:22 +0000 Matthew Wild mod_s2s: Fix variable usage in check_auth_policy (thanks Florob)
Fri, 22 Mar 2013 14:31:14 +0000 Matthew Wild mod_s2s: Remove unused variable
Fri, 22 Mar 2013 14:21:02 +0000 Matthew Wild mod_s2s: Add controls for certificate validation via the s2s_secure_auth option. Plugins can now return false from handling s2s-check-certificate to prevent connection establishment (s2sin+s2sout)
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
Sat, 16 Mar 2013 17:46:43 +0100 Kim Alvefur mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams
Tue, 12 Mar 2013 12:30:08 +0000 Matthew Wild mod_s2s: Do not include xmlns:db declaration in stream header if mod_dialback is not loaded
Mon, 11 Mar 2013 21:39:15 +0100 Kim Alvefur mod_s2s: Make sure host variable is reachable
Sun, 10 Mar 2013 17:49:07 +0000 Matthew Wild mod_s2s: Fire s2s-check-certificate event after validating a certificate, to allow plugins to override standard procedure
Sun, 10 Mar 2013 11:25:05 +0000 Matthew Wild mod_s2s, mod_dialback: Rename s2s-authenticate-legacy event to s2sout-authenticate-legacy for clarity. Also, hello!
Thu, 24 Jan 2013 00:59:32 +0100 Kim Alvefur mod_s2s: Don't try to close sessions that were destroyed before timeout
Fri, 28 Dec 2012 14:33:47 +0100 Kim Alvefur prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins
less more (0) -60 tip