Merge 0.10->trunk
|
Kim Alvefur |
Sun, 03 Apr 2016 15:53:00 +0200 |
Merge 0.9->0.10
|
Kim Alvefur |
Sun, 03 Apr 2016 15:52:40 +0200 |
mod_c2s: Just destroy the session when it has no connection (see #641)
|
Kim Alvefur |
Sun, 03 Apr 2016 15:18:21 +0200 |
Merge 0.10->trunk
|
Kim Alvefur |
Thu, 17 Mar 2016 18:04:43 +0100 |
mod_c2s: Remove use of util.async
|
Kim Alvefur |
Thu, 17 Mar 2016 12:47:24 +0100 |
Merge 0.9->0.10
|
Kim Alvefur |
Wed, 02 Mar 2016 16:32:37 +0100 |
mod_c2s: Remove connection object from session object when connection disconnected to prevent accidental use (see #590)
|
Kim Alvefur |
Wed, 02 Mar 2016 16:28:11 +0100 |
Merge 0.9->0.10
|
Kim Alvefur |
Tue, 26 Jan 2016 14:15:00 +0100 |
mod_c2s, mod_s2s: Lower priority of session shutdown to negative, so that plugins hooking at the default priority run first (fixes #601)
|
Kim Alvefur |
Tue, 26 Jan 2016 00:28:07 +0100 |
mod_c2s, mod_s2s: Close incoming connections if there are no features to offer on incomplete streams (fixes #285)
|
Kim Alvefur |
Thu, 24 Sep 2015 20:05:23 +0200 |
mod_c2s, mod_s2s: Collect statistics on number of connections
|
Kim Alvefur |
Sun, 26 Apr 2015 00:06:11 +0200 |
Merge 0.9->0.10
|
Kim Alvefur |
Tue, 02 Sep 2014 22:33:11 +0200 |
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)
|
Matthew Wild |
Fri, 29 Aug 2014 11:54:34 +0100 |
Merge 0.9->0.10
|
Matthew Wild |
Thu, 28 Aug 2014 09:23:24 +0100 |
mod_c2s, mod_s2s: Log received invalid stream headers
|
Matthew Wild |
Sat, 23 Aug 2014 09:29:17 +0100 |
Merge 0.9->0.10
|
Kim Alvefur |
Sat, 21 Jun 2014 15:05:21 +0200 |
mod_c2s: Fix traceback if c2s stream sent to component
|
Kim Alvefur |
Sat, 10 May 2014 02:12:51 +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 |
mod_c2s: Break out stream opening into a separate function
|
Florian Zeitz |
Fri, 31 Jan 2014 12:01:12 +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: Move another log message to debug level
|
Kim Alvefur |
Wed, 14 Aug 2013 15:38:56 +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_c2s: Port coroutine code to util.async
|
Matthew Wild |
Sun, 11 Aug 2013 14:46:27 +0100 |
Remove all trailing whitespace
|
Florian Zeitz |
Fri, 09 Aug 2013 17:48:21 +0200 |
mod_c2s: Add session:sleep() and session:wake() to pause a session (e.g. while waiting for an external event). Needs a gallon or two of testing.
|
Matthew Wild |
Fri, 09 Aug 2013 11:10:22 +0100 |
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 |
Merge 0.9->trunk
|
Kim Alvefur |
Wed, 24 Jul 2013 21:50:38 +0200 |
mod_c2s: Change default of tcp_keepalives to true, and make it individually configurable through c2s_tcp_keepalives
|
Kim Alvefur |
Wed, 24 Jul 2013 15:28:36 +0200 |
mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, and shared modules make it easy for global modules to hook per-host now)
|
Matthew Wild |
Mon, 15 Jul 2013 11:44:49 +0100 |
mod_c2s, mod_s2s: Fire an event on read timeouts
|
Kim Alvefur |
Tue, 11 Jun 2013 21:36:15 +0200 |