prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins
[prosody.git] / plugins / mod_c2s.lua
2012-12-28 Kim Alvefurprosody, mod_c2s, mod_s2s: Move closing of c2s and...
2012-12-09 Kim AlvefurMerge 0.9->trunk
2012-12-09 Kim Alvefurmod_c2s: Check if TLS compression is used
2012-09-12 Waqas Hussainmod_{admin_telnet,c2s,component,http,net_multiplex...
2012-08-26 Matthew WildMerge 0.9->trunk
2012-08-24 Kim Alvefurmod_c2s: When a user gets deleted, drop all their sessions
2012-07-26 Kim Alvefurmod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s...
2012-07-23 Matthew Wildmod_c2s, mod_s2s: Lower 'Disconnecting X' log messages...
2012-07-23 Matthew Wildmod_c2s: Change 'reason' parameter of session:close...
2012-07-22 Matthew WildMerge with Maranda
2012-07-22 Matthew WildMerge with Zash
2012-07-22 Matthew WildMerge 0.9->trunk
2012-07-22 Matthew Wildmod_c2s: Don't call ondisconnect manually on close...
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew Wildmod_c2s: Another lurking string.format squashed.
2012-04-28 Matthew Wildmod_c2s: Remove unused import of portmanager
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-03-15 Kim Alvefurmod_c2s: Add missing multiplexed service discovery...
2012-03-15 Matthew Wildmod_c2s, mod_s2s: Drop default_port and default_mode...
2012-03-15 Matthew WildMerge with Zash
2012-03-15 Matthew Wildmod_c2s, mod_s2s: Add multiplex support
2012-03-14 Matthew Wildmod_c2s: Use module:add_item() to add the net-provider...
2012-01-23 Matthew Wildmod_c2s: Code reduction
2012-01-23 Matthew Wildsessionmanager, mod_c2s: Move timeout logic to mod_c2s
2012-01-22 Matthew Wildmod_c2s, sessionmanager, xmppclient_listener: Move...