Commit graph

30 commits

Author SHA1 Message Date
Florian Zeitz
1d833bb807 Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
Matthew Wild
5383602429 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. 2013-08-09 11:10:22 +01:00
Kim Alvefur
0c6c0e9c29 mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with some details 2013-08-02 15:12:24 +02:00
Kim Alvefur
0f421f9b7c Merge 0.9->trunk 2013-07-24 21:50:38 +02:00
Kim Alvefur
aa15ed7020 mod_c2s: Change default of tcp_keepalives to true, and make it individually configurable through c2s_tcp_keepalives 2013-07-24 15:28:36 +02:00
Matthew Wild
cab180216b 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) 2013-07-15 11:44:49 +01:00
Kim Alvefur
4c9866805e mod_c2s, mod_s2s: Fire an event on read timeouts 2013-06-11 21:36:15 +02:00
Kim Alvefur
b6ecf01333 mod_c2s: Become a shared module and allow being disabled on some virtualhosts 2013-06-11 21:18:51 +02:00
Kim Alvefur
8d85647c37 mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection died 2013-05-30 14:32:40 +02:00
Kim Alvefur
dd56030a23 mod_c2s: Fix session:close() when a stanza is passed as reason 2013-05-10 22:29:03 +02:00
Kim Alvefur
b50dc4174b mod_c2s: Refactor <stream:error> building to allways tostring() it and only call send once 2013-04-25 17:50:22 +02:00
Matthew Wild
4602591c38 mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceback function), to make it clearer where an error occured 2013-04-22 12:35:52 +01:00
Kim Alvefur
27dc3a5b9a mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals 2013-03-23 01:27:16 +01:00
Kim Alvefur
3e2a8fbe1c prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins 2012-12-28 14:33:47 +01:00
Kim Alvefur
233b38c3b0 mod_c2s: Check if TLS compression is used 2012-12-09 11:50:09 +01:00
Waqas Hussain
d9d38ef125 mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). 2012-09-12 22:22:31 +05:00
Kim Alvefur
1e65e68cac mod_c2s: When a user gets deleted, drop all their sessions 2012-08-25 01:28:38 +02:00
Kim Alvefur
9114e88ee0 mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table. 2012-07-26 04:33:17 +02:00
Matthew Wild
9931497619 mod_c2s, mod_s2s: Lower 'Disconnecting X' log messages from 'info' to 'debug' 2012-07-23 18:28:14 +01:00
Matthew Wild
bac46c9935 mod_c2s: Change 'reason' parameter of session:close() to take nil to mean 'graceful close initiated by us' and false for 'graceful close initiated by client' 2012-07-23 12:56:47 +01:00
Matthew Wild
3424d79abb mod_c2s: Don't call ondisconnect manually on close, it is now called by net.server. Replace with inline code for destroying the session, and also waiting for a reply </stream:stream> if there is a chance of further data sent by the client. session.send() on a half-closed stream returns false (and does not deliver the data). 2012-07-22 16:59:12 +01:00
Matthew Wild
6e0cfc7267 mod_c2s: Another lurking string.format squashed. 2012-05-11 14:57:29 +01:00
Matthew Wild
246e8535c1 mod_c2s: Remove unused import of portmanager 2012-04-28 03:05:03 +01:00
Kim Alvefur
8a4a259bde mod_c2s: Add missing multiplexed service discovery pattern. 2012-03-15 17:37:07 +01:00
Matthew Wild
fdd0bb03e8 mod_c2s, mod_s2s: Drop default_port and default_mode from listener objects (default_port is deprecated, and default_mode already defaults to *a) 2012-03-15 16:31:10 +00:00
Matthew Wild
99096dfa23 mod_c2s, mod_s2s: Add multiplex support 2012-03-15 03:05:24 +00:00
Matthew Wild
107458131f mod_c2s: Use module:add_item() to add the net-provider for portmanager 2012-03-14 21:42:08 +00:00
Matthew Wild
5c1ba3bb13 mod_c2s: Code reduction 2012-01-23 02:15:28 +00:00
Matthew Wild
b14f0af41d sessionmanager, mod_c2s: Move timeout logic to mod_c2s 2012-01-23 00:56:57 +00:00
Matthew Wild
13b36f8ded mod_c2s, sessionmanager, xmppclient_listener: Move all c2s network and stream logic into a new module, mod_c2s 2012-01-22 23:57:13 +00:00
Renamed from net/xmppclient_listener.lua (Browse further)