| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mod_c2s, mod_s2s: Close incoming connections if there are no features to offe... | Kim Alvefur | 2015-09-24 | 1 | -1/+6 |
* | | mod_c2s, mod_s2s: Collect statistics on number of connections | Kim Alvefur | 2015-04-26 | 1 | -0/+4 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2014-09-02 | 1 | -3/+3 |
|\| |
|
| * | net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,... | Matthew Wild | 2014-08-29 | 1 | -0/+4 |
* | | Merge 0.9->0.10 | Matthew Wild | 2014-08-28 | 1 | -1/+1 |
|\| |
|
| * | mod_c2s, mod_s2s: Log received invalid stream headers | Matthew Wild | 2014-08-23 | 1 | -1/+1 |
| * | mod_c2s: Fix traceback if c2s stream sent to component | Kim Alvefur | 2014-05-10 | 1 | -1/+1 |
* | | mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_strea... | Kim Alvefur | 2014-04-10 | 1 | -14/+0 |
* | | mod_c2s: Break out stream opening into a separate function | Florian Zeitz | 2014-01-31 | 1 | -6/+16 |
* | | mod_c2s, mod_s2s: Set session.encrypted as session.secure does not allways me... | Kim Alvefur | 2013-10-07 | 1 | -0/+2 |
* | | mod_c2s: Move another log message to debug level | Kim Alvefur | 2013-08-14 | 1 | -1/+1 |
* | | mod_c2s, mod_s2s: Log cipher and encryption info in a more compact and (hopef... | Kim Alvefur | 2013-08-14 | 1 | -2/+1 |
* | | mod_c2s: Port coroutine code to util.async | Matthew Wild | 2013-08-11 | 1 | -63/+18 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -10/+10 |
* | | mod_c2s: Add session:sleep() and session:wake() to pause a session (e.g. whil... | Matthew Wild | 2013-08-09 | 1 | -10/+73 |
* | | mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with ... | Kim Alvefur | 2013-08-02 | 1 | -4/+7 |
* | | Merge 0.9->trunk | Kim Alvefur | 2013-07-24 | 1 | -1/+1 |
|\| |
|
| * | mod_c2s: Change default of tcp_keepalives to true, and make it individually c... | Kim Alvefur | 2013-07-24 | 1 | -1/+1 |
* | | mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, a... | Matthew Wild | 2013-07-15 | 1 | -2/+0 |
* | | mod_c2s, mod_s2s: Fire an event on read timeouts | Kim Alvefur | 2013-06-11 | 1 | -2/+10 |
* | | mod_c2s: Become a shared module and allow being disabled on some virtualhosts | Kim Alvefur | 2013-06-11 | 1 | -1/+3 |
* | | mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecti... | Kim Alvefur | 2013-05-30 | 1 | -0/+7 |
|/ |
|
* | mod_c2s: Fix session:close() when a stanza is passed as reason | Kim Alvefur | 2013-05-10 | 1 | -1/+1 |
* | mod_c2s: Refactor <stream:error> building to allways tostring() it and only c... | Kim Alvefur | 2013-04-25 | 1 | -9/+9 |
* | mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceba... | Matthew Wild | 2013-04-22 | 1 | -1/+1 |
* | mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mo... | Kim Alvefur | 2013-03-23 | 1 | -0/+1 |
* | prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective... | Kim Alvefur | 2012-12-28 | 1 | -0/+9 |
* | mod_c2s: Check if TLS compression is used | Kim Alvefur | 2012-12-09 | 1 | -0/+16 |
* | mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides(... | Waqas Hussain | 2012-09-12 | 1 | -2/+2 |
* | mod_c2s: When a user gets deleted, drop all their sessions | Kim Alvefur | 2012-08-25 | 1 | -0/+10 |
* | mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep,... | Kim Alvefur | 2012-07-26 | 1 | -0/+1 |
* | mod_c2s, mod_s2s: Lower 'Disconnecting X' log messages from 'info' to 'debug' | Matthew Wild | 2012-07-23 | 1 | -3/+3 |
* | mod_c2s: Change 'reason' parameter of session:close() to take nil to mean 'gr... | Matthew Wild | 2012-07-23 | 1 | -6/+6 |
* | mod_c2s: Don't call ondisconnect manually on close, it is now called by net.s... | Matthew Wild | 2012-07-22 | 1 | -4/+23 |
* | mod_c2s: Another lurking string.format squashed. | Matthew Wild | 2012-05-11 | 1 | -3/+3 |
* | mod_c2s: Remove unused import of portmanager | Matthew Wild | 2012-04-28 | 1 | -1/+0 |
* | mod_c2s: Add missing multiplexed service discovery pattern. | Kim Alvefur | 2012-03-15 | 1 | -0/+3 |
* | mod_c2s, mod_s2s: Drop default_port and default_mode from listener objects (d... | Matthew Wild | 2012-03-15 | 1 | -1/+1 |
* | mod_c2s, mod_s2s: Add multiplex support | Matthew Wild | 2012-03-15 | 1 | -0/+3 |
* | mod_c2s: Use module:add_item() to add the net-provider for portmanager | Matthew Wild | 2012-03-14 | 1 | -2/+4 |
* | mod_c2s: Code reduction | Matthew Wild | 2012-01-23 | 1 | -3/+2 |
* | sessionmanager, mod_c2s: Move timeout logic to mod_c2s | Matthew Wild | 2012-01-23 | 1 | -0/+11 |
* | mod_c2s, sessionmanager, xmppclient_listener: Move all c2s network and stream... | Matthew Wild | 2012-01-22 | 1 | -0/+224 |