mod_s2s: Remove redundant setting of session.direction
|
Kim Alvefur |
Thu, 22 May 2014 22:49:43 +0200 |
mod_s2s: Move filter initialization to common place
|
Kim Alvefur |
Thu, 22 May 2014 22:48:06 +0200 |
mod_s2s: Decide on log function once
|
Kim Alvefur |
Thu, 22 May 2014 22:45:58 +0200 |
mod_s2s: Follow XMPP Core on when a stream is to be considered ready
|
Kim Alvefur |
Tue, 22 Apr 2014 21:56:06 +0200 |
mod_s2s: Replace open_stream() with function that only adds s2s/dialback attributes to stream header
|
Kim Alvefur |
Fri, 18 Apr 2014 07:51:41 +0200 |
mod_s2s: Revert e626ee2fe106 change, it broke Dialback
|
Kim Alvefur |
Thu, 10 Apr 2014 16:49:59 +0200 |
mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_stream() functions to util.xmppstream
|
Kim Alvefur |
Thu, 10 Apr 2014 13:13:07 +0200 |
Merge 0.9->0.10
|
Matthew Wild |
Sun, 12 Jan 2014 06:19:37 -0500 |
mod_s2s: Include IP in log messages, if host is unavailable
|
Florian Zeitz |
Sun, 05 Jan 2014 22:21:50 +0100 |
mod_c2s, mod_s2s: Set session.encrypted as session.secure does not allways mean encrypted (eg consider_bosh_secure)
|
Kim Alvefur |
Mon, 07 Oct 2013 12:43:00 +0200 |
mod_c2s, mod_s2s: Log cipher and encryption info in a more compact and (hopefully) less confusing way
|
Kim Alvefur |
Wed, 14 Aug 2013 15:00:36 +0200 |
mod_s2s: Captitalize log messages that begin with a stream direction
|
Kim Alvefur |
Wed, 14 Aug 2013 14:53:50 +0200 |
Remove all trailing whitespace
|
Florian Zeitz |
Fri, 09 Aug 2013 17:48:21 +0200 |
Merge 0.9->trunk
|
Kim Alvefur |
Tue, 06 Aug 2013 14:35:03 +0200 |
mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details
|
Kim Alvefur |
Tue, 06 Aug 2013 14:32:31 +0200 |
mod_s2s: Improve policy check
|
Kim Alvefur |
Mon, 05 Aug 2013 20:47:38 +0200 |
mod_s2s: Log certificate identity validation result
|
Kim Alvefur |
Sun, 04 Aug 2013 17:33:00 +0200 |
mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with some details
|
Kim Alvefur |
Fri, 02 Aug 2013 15:12:24 +0200 |
mod_s2s: Add missing global hook for read-timeout
|
Kim Alvefur |
Wed, 26 Jun 2013 13:35:38 +0200 |
mod_c2s, mod_s2s: Fire an event on read timeouts
|
Kim Alvefur |
Tue, 11 Jun 2013 21:36:15 +0200 |
mod_s2s: Set s2s_session.ip
|
Kim Alvefur |
Sun, 09 Jun 2013 12:54:10 +0200 |
mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection died
|
Kim Alvefur |
Thu, 30 May 2013 14:32:40 +0200 |
mod_s2s: Remove unnecessary debug message
|
Matthew Wild |
Tue, 28 May 2013 16:10:22 +0100 |
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.
|
Matthew Wild |
Sat, 18 May 2013 12:02:25 +0100 |
mod_s2s: Ensure that to/from on stream headers are always correct, fixes #338
|
Matthew Wild |
Mon, 29 Apr 2013 00:33:39 +0100 |
mod_s2s: Obey tcp_keepalives option for s2s too, and make it individually configurable through s2s_tcp_keepalives (thanks yeled)
|
Matthew Wild |
Fri, 26 Apr 2013 12:25:25 +0100 |
mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceback function), to make it clearer where an error occured
|
Matthew Wild |
Mon, 22 Apr 2013 12:35:52 +0100 |
mod_s2s: Add missing space
|
Kim Alvefur |
Mon, 15 Apr 2013 19:37:15 +0200 |
mod_s2s: Adjust priority of route/remote hooks to negative values (like most other internal hooks)
|
Kim Alvefur |
Mon, 08 Apr 2013 22:42:38 +0200 |
mod_s2s: Add COMPAT cahin verification code for older LuaSec versions
|
Kim Alvefur |
Thu, 04 Apr 2013 19:21:47 +0200 |