mod_c2s, mod_s2s: Bootstrap connection count statistic on module load
[prosody.git] / plugins / mod_c2s.lua
2013-09-02 Matthew WildMerge 0.9->trunk
2013-08-24 Matthew WildMerge 0.9->trunk
2013-08-14 Kim Alvefurmod_c2s: Move another log message to debug level
2013-08-14 Kim Alvefurmod_c2s, mod_s2s: Log cipher and encryption info in...
2013-08-11 Matthew Wildmod_c2s: Port coroutine code to util.async
2013-08-09 Florian ZeitzRemove all trailing whitespace
2013-08-09 Kim AlvefurMerge 0.9->trunk
2013-08-09 Matthew Wildmod_c2s: Add session:sleep() and session:wake() to...
2013-08-06 Kim AlvefurMerge 0.9->trunk
2013-08-02 Kim Alvefurmod_c2s, mod_s2s: Log a message that stream encryption...
2013-07-24 Kim AlvefurMerge 0.9->trunk
2013-07-24 Kim Alvefurmod_c2s: Change default of tcp_keepalives to true,...
2013-07-22 Kim AlvefurMerge 0.9->trunk
2013-07-15 Matthew WildMerge 0.9->trunk
2013-07-15 Matthew WildMerge 0.9->trunk
2013-07-15 Matthew Wildmod_bosh, mod_c2s: No longer fire stream-features globa...
2013-07-13 Matthew WildMerge 0.9->trunk
2013-07-11 Matthew WildMerge 0.9->trunk
2013-07-10 Kim AlvefurMerge 0.9->trunk
2013-07-08 Matthew WildMerge 0.9->trunk
2013-07-08 Matthew WildMerge 0.9->trunk
2013-06-29 Kim AlvefurMerge 0.9->trunk
2013-06-29 Matthew WildMerge
2013-06-29 Matthew WildMerge 0.9->trunk
2013-06-26 Matthew WildMerge 0.9->trunk
2013-06-24 Matthew WildMerge 0.9->trunk
2013-06-18 Matthew WildMerge 0.9->trunk
2013-06-13 Matthew WildMerge 0.9->trunk
2013-06-13 Matthew WildMerge 0.9->trunk
2013-06-13 Matthew WildMerge 0.9->trunk
2013-06-12 Matthew WildMerge 0.9->trunk
2013-06-12 Matthew WildMerge 0.9->trunk
2013-06-11 Matthew WildMerge 0.9->trunk
2013-06-11 Kim Alvefurmod_c2s, mod_s2s: Fire an event on read timeouts
2013-06-11 Kim Alvefurmod_c2s: Become a shared module and allow being disable...
2013-06-10 Kim AlvefurMerge 0.9->trunk
2013-06-09 Kim AlvefurMerge 0.9->trunk
2013-06-07 Matthew WildMerge 0.9->trunk
2013-06-05 Matthew WildMerge 0.9->trunk
2013-06-02 Kim AlvefurMerge 0.9->trunk
2013-05-30 Kim Alvefurmod_c2s, mod_c2s: Send a whitespace on read timeout...
2013-05-11 Matthew WildMerge 0.9->trunk
2013-05-10 Kim AlvefurMerge 0.9->trunk
2013-05-10 Kim Alvefurmod_c2s: Fix session:close() when a stanza is passed...
2013-05-01 Matthew WildMerge tls branch
2013-05-01 Matthew WildMerge s2s branch
2013-05-01 Matthew WildMerge sasl branch
2013-05-01 Matthew WildMerge with Florob
2013-04-25 Matthew WildMerge 0.9->trunk
2013-04-25 Kim Alvefurmod_c2s: Refactor <stream:error> building to allways...
2013-04-23 Matthew WildMerges all the way down
2013-04-23 Matthew WildMerge 0.9->trunk
2013-04-22 Matthew Wildmod_c2s, mod_s2s, net.http, net.http.server: Improve...
2013-04-22 Matthew Wildmod_c2s, mod_s2s, net.http, net.http.server: Improve...
2013-03-23 Kim AlvefurMerge 0.9->trunk
2013-03-23 Kim Alvefurmod_announce, mod_auth_anonymous, mod_c2s, mod_c2s...
2012-12-28 Kim AlvefurMerge 0.9->trunk
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...