aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_c2s.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c8Kim Alvefur2017-01-251-2/+0
* mod_c2s: Clarify that there were no *stream* features to offerKim Alvefur2017-01-251-2/+2
* mod_c2s, mod_s2s: Switch connection counting to 'amount' type and enumerate o...Kim Alvefur2016-09-121-5/+3
* mod_c2s: Don't try to keep alive sessions where the stream is not (yet) openKim Alvefur2016-08-071-1/+4
* mod_c2s: Fix whitespace (why does it keep getting messed up?)Kim Alvefur2016-08-071-3/+3
* mod_c2s, mod_s2s: Bootstrap connection count statistic on module loadKim Alvefur2016-07-071-0/+10
* Merge 0.9->0.10Kim Alvefur2016-04-031-0/+3
|\
| * mod_c2s: Just destroy the session when it has no connection (see #641)Kim Alvefur2016-04-031-0/+3
* | mod_c2s: Remove use of util.asyncKim Alvefur2016-03-171-20/+5
* | Merge 0.9->0.10Kim Alvefur2016-03-021-0/+1
|\|
| * mod_c2s: Remove connection object from session object when connection disconn...Kim Alvefur2016-03-021-0/+1
* | Merge 0.9->0.10Kim Alvefur2016-01-261-1/+1
|\|
| * mod_c2s, mod_s2s: Lower priority of session shutdown to negative, so that plu...Kim Alvefur2016-01-261-1/+1
* | mod_c2s, mod_s2s: Close incoming connections if there are no features to offe...Kim Alvefur2015-09-241-1/+6
* | mod_c2s, mod_s2s: Collect statistics on number of connectionsKim Alvefur2015-04-261-0/+4
* | Merge 0.9->0.10Kim Alvefur2014-09-021-3/+3
|\|
| * net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,...Matthew Wild2014-08-291-0/+4
* | Merge 0.9->0.10Matthew Wild2014-08-281-1/+1
|\|
| * mod_c2s, mod_s2s: Log received invalid stream headersMatthew Wild2014-08-231-1/+1
| * mod_c2s: Fix traceback if c2s stream sent to componentKim Alvefur2014-05-101-1/+1
* | mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_strea...Kim Alvefur2014-04-101-14/+0
* | mod_c2s: Break out stream opening into a separate functionFlorian Zeitz2014-01-311-6/+16
* | mod_c2s, mod_s2s: Set session.encrypted as session.secure does not allways me...Kim Alvefur2013-10-071-0/+2
* | mod_c2s: Move another log message to debug levelKim Alvefur2013-08-141-1/+1
* | mod_c2s, mod_s2s: Log cipher and encryption info in a more compact and (hopef...Kim Alvefur2013-08-141-2/+1
* | mod_c2s: Port coroutine code to util.asyncMatthew Wild2013-08-111-63/+18
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-10/+10
* | mod_c2s: Add session:sleep() and session:wake() to pause a session (e.g. whil...Matthew Wild2013-08-091-10/+73
* | mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with ...Kim Alvefur2013-08-021-4/+7
* | Merge 0.9->trunkKim Alvefur2013-07-241-1/+1
|\|
| * mod_c2s: Change default of tcp_keepalives to true, and make it individually c...Kim Alvefur2013-07-241-1/+1
* | mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, a...Matthew Wild2013-07-151-2/+0
* | mod_c2s, mod_s2s: Fire an event on read timeoutsKim Alvefur2013-06-111-2/+10
* | mod_c2s: Become a shared module and allow being disabled on some virtualhostsKim Alvefur2013-06-111-1/+3
* | mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecti...Kim Alvefur2013-05-301-0/+7
|/
* mod_c2s: Fix session:close() when a stanza is passed as reasonKim Alvefur2013-05-101-1/+1
* mod_c2s: Refactor <stream:error> building to allways tostring() it and only c...Kim Alvefur2013-04-251-9/+9
* mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceba...Matthew Wild2013-04-221-1/+1
* mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mo...Kim Alvefur2013-03-231-0/+1
* prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective...Kim Alvefur2012-12-281-0/+9
* mod_c2s: Check if TLS compression is usedKim Alvefur2012-12-091-0/+16
* mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides(...Waqas Hussain2012-09-121-2/+2
* mod_c2s: When a user gets deleted, drop all their sessionsKim Alvefur2012-08-251-0/+10
* mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep,...Kim Alvefur2012-07-261-0/+1
* mod_c2s, mod_s2s: Lower 'Disconnecting X' log messages from 'info' to 'debug'Matthew Wild2012-07-231-3/+3
* mod_c2s: Change 'reason' parameter of session:close() to take nil to mean 'gr...Matthew Wild2012-07-231-6/+6
* mod_c2s: Don't call ondisconnect manually on close, it is now called by net.s...Matthew Wild2012-07-221-4/+23
* mod_c2s: Another lurking string.format squashed.Matthew Wild2012-05-111-3/+3
* mod_c2s: Remove unused import of portmanagerMatthew Wild2012-04-281-1/+0
* mod_c2s: Add missing multiplexed service discovery pattern.Kim Alvefur2012-03-151-0/+3