Log

plugins/mod_c2s.lua @ 5334:da7857891eb8

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