Log

plugins/mod_c2s.lua @ 8187:4d83876aac3e

description author age
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