aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_c2s.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_c2s: Change default of tcp_keepalives to true, and make it individually c...Kim Alvefur2013-07-241-1/+1
* 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
* mod_c2s, mod_s2s: Drop default_port and default_mode from listener objects (d...Matthew Wild2012-03-151-1/+1
* mod_c2s, mod_s2s: Add multiplex supportMatthew Wild2012-03-151-0/+3
* mod_c2s: Use module:add_item() to add the net-provider for portmanagerMatthew Wild2012-03-141-2/+4
* mod_c2s: Code reductionMatthew Wild2012-01-231-3/+2
* sessionmanager, mod_c2s: Move timeout logic to mod_c2sMatthew Wild2012-01-231-0/+11
* mod_c2s, sessionmanager, xmppclient_listener: Move all c2s network and stream...Matthew Wild2012-01-221-0/+224