mod_c2s: Fire an event when outgoing buffers have been emptied
|
Kim Alvefur |
2019-03-24 |
mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734)
|
Kim Alvefur |
2019-01-15 |
mod_c2s: Improve log message in case there are no stream features on offer (thanks hexa)
|
Kim Alvefur |
2018-12-27 |
mod_c2s: Fix fallback for missing session logger
|
Kim Alvefur |
2018-10-12 |
Merge 0.10->trunk
|
Matthew Wild |
2018-05-30 |
Merge 0.9->0.10
0.10.2
|
Matthew Wild |
2018-05-30 |
mod_c2s: Do not allow the stream 'to' to change across stream restarts (fixes #1147)
0.9.14
|
Kim Alvefur |
2018-05-25 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-05-22 |
mod_c2s: Avoid concatenating potential nil value (fixes #753)
|
Kim Alvefur |
2018-05-22 |
mod_c2s: Add a counter for IPv6.
|
Emmanuel Gil Peyrot |
2017-09-09 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-11-10 |
mod_c2s: Set a default value for c2s_timeout (fixes #1036)
|
Kim Alvefur |
2017-11-10 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-09-14 |
Merge 0.9->0.10
|
Kim Alvefur |
2017-09-14 |
mod_c2s: Iterate over child tags instead of child nodes in stream error (fixes traceback from #987)
|
Kim Alvefur |
2017-09-13 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-08-28 |
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)
|
Kim Alvefur |
2017-07-28 |
mod_c2s: Remove unused locals [luacheck]
|
Kim Alvefur |
2017-04-01 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-03-06 |
mod_c2s: Rename unused loop variable to _ [luacheck]
|
Kim Alvefur |
2017-03-06 |
mod_c2s: Rename variable no avoid name clash [luacheck]
|
Kim Alvefur |
2017-03-06 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-01-26 |
mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c8
|
Kim Alvefur |
2017-01-25 |
mod_c2s: Clarify that there were no *stream* features to offer
|
Kim Alvefur |
2017-01-25 |
Merge 0.10->trunk
|
Matthew Wild |
2016-09-12 |
mod_c2s, mod_s2s: Switch connection counting to 'amount' type and enumerate once per statistics interval
|
Kim Alvefur |
2016-09-12 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-08-08 |
mod_c2s: Don't try to keep alive sessions where the stream is not (yet) open
|
Kim Alvefur |
2016-08-07 |
mod_c2s: Fix whitespace (why does it keep getting messed up?)
|
Kim Alvefur |
2016-08-07 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-07-08 |
mod_c2s, mod_s2s: Bootstrap connection count statistic on module load
|
Kim Alvefur |
2016-07-07 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-04-03 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-04-03 |
mod_c2s: Just destroy the session when it has no connection (see #641)
|
Kim Alvefur |
2016-04-03 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-03-17 |
mod_c2s: Remove use of util.async
|
Kim Alvefur |
2016-03-17 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-03-02 |
mod_c2s: Remove connection object from session object when connection disconnected to prevent accidental use (see #590)
|
Kim Alvefur |
2016-03-02 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-01-26 |
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 |
2016-01-25 |
mod_c2s, mod_s2s: Close incoming connections if there are no features to offer on incomplete streams (fixes #285)
|
Kim Alvefur |
2015-09-24 |
mod_c2s, mod_s2s: Collect statistics on number of connections
|
Kim Alvefur |
2015-04-25 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-09-02 |
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 |
2014-08-29 |
Merge 0.9->0.10
|
Matthew Wild |
2014-08-28 |
mod_c2s, mod_s2s: Log received invalid stream headers
|
Matthew Wild |
2014-08-23 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-06-21 |
mod_c2s: Fix traceback if c2s stream sent to component
|
Kim Alvefur |
2014-05-10 |
mod_c2s, mod_s2s, mod_component, util.xmppstream: Move all session:open_stream() functions to util.xmppstream
|
Kim Alvefur |
2014-04-10 |
mod_c2s: Break out stream opening into a separate function
|
Florian Zeitz |
2014-01-31 |
mod_c2s, mod_s2s: Set session.encrypted as session.secure does not allways mean encrypted (eg consider_bosh_secure)
|
Kim Alvefur |
2013-10-07 |
mod_c2s: Move another log message to debug level
|
Kim Alvefur |
2013-08-14 |
mod_c2s, mod_s2s: Log cipher and encryption info in a more compact and (hopefully) less confusing way
|
Kim Alvefur |
2013-08-14 |
mod_c2s: Port coroutine code to util.async
|
Matthew Wild |
2013-08-11 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
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 |
2013-08-09 |
mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with some details
|
Kim Alvefur |
2013-08-02 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-07-24 |
mod_c2s: Change default of tcp_keepalives to true, and make it individually configurable through c2s_tcp_keepalives
|
Kim Alvefur |
2013-07-24 |
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 |
2013-07-15 |
mod_c2s, mod_s2s: Fire an event on read timeouts
|
Kim Alvefur |
2013-06-11 |
mod_c2s: Become a shared module and allow being disabled on some virtualhosts
|
Kim Alvefur |
2013-06-11 |
mod_c2s, mod_c2s: Send a whitespace on read timeout, to prod TCP into detecting if the connection died
|
Kim Alvefur |
2013-05-30 |
mod_c2s: Fix session:close() when a stanza is passed as reason
|
Kim Alvefur |
2013-05-10 |
mod_c2s: Refactor <stream:error> building to allways tostring() it and only call send once
|
Kim Alvefur |
2013-04-25 |
mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceback function), to make it clearer where an error occured
|
Matthew Wild |
2013-04-22 |
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
|
Kim Alvefur |
2013-03-23 |
prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins
|
Kim Alvefur |
2012-12-28 |
mod_c2s: Check if TLS compression is used
|
Kim Alvefur |
2012-12-09 |
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
|
Waqas Hussain |
2012-09-12 |
mod_c2s: When a user gets deleted, drop all their sessions
|
Kim Alvefur |
2012-08-24 |
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.
|
Kim Alvefur |
2012-07-26 |
mod_c2s, mod_s2s: Lower 'Disconnecting X' log messages from 'info' to 'debug'
|
Matthew Wild |
2012-07-23 |
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'
|
Matthew Wild |
2012-07-23 |
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).
|
Matthew Wild |
2012-07-22 |
mod_c2s: Another lurking string.format squashed.
|
Matthew Wild |
2012-05-11 |
mod_c2s: Remove unused import of portmanager
|
Matthew Wild |
2012-04-28 |
mod_c2s: Add missing multiplexed service discovery pattern.
|
Kim Alvefur |
2012-03-15 |
mod_c2s, mod_s2s: Drop default_port and default_mode from listener objects (default_port is deprecated, and default_mode already defaults to *a)
|
Matthew Wild |
2012-03-15 |
mod_c2s, mod_s2s: Add multiplex support
|
Matthew Wild |
2012-03-15 |
mod_c2s: Use module:add_item() to add the net-provider for portmanager
|
Matthew Wild |
2012-03-14 |
mod_c2s: Code reduction
|
Matthew Wild |
2012-01-23 |
sessionmanager, mod_c2s: Move timeout logic to mod_c2s
|
Matthew Wild |
2012-01-23 |
mod_c2s, sessionmanager, xmppclient_listener: Move all c2s network and stream logic into a new module, mod_c2s
|
Matthew Wild |
2012-01-22 |