log plugins/mod_compression.lua @ 7051:ecfa474ff570

age author description
Tue, 26 Aug 2014 12:19:27 +0200 Kim Alvefur mod_compression: Handle compression setup errors by logging a warning about it (fixes #408)
Thu, 03 Apr 2014 23:48:12 +0200 Kim Alvefur mod_compression: Only iterate over correctly named and namespaced child tags of compression feature
Thu, 03 Apr 2014 23:40:20 +0200 Kim Alvefur mod_compression: Use get_child() and get_child_text()
Thu, 03 Apr 2014 23:33:38 +0200 Kim Alvefur mod_compression: Remove checks for impossible conditions
Wed, 02 Apr 2014 17:41:38 +0100 Matthew Wild Merge 0.9->0.10
Tue, 18 Feb 2014 20:03:12 +0100 Kim Alvefur mod_compression: Only allow compression on authenticated streams
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Mon, 29 Apr 2013 10:43:44 +0100 Matthew Wild mod_saslauth, mod_compression: Fix some cases where open_stream() was not being passed to/from (see df3c78221f26 and issue #338)
Sat, 16 Mar 2013 17:46:43 +0100 Kim Alvefur mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams
Sat, 19 May 2012 22:05:23 +0200 Tobias Markmann mod_compression: advertise/activate compression only for authenticated sessions in accordance to XEP-0170. (Thanks fippo)
Thu, 19 Jan 2012 16:47:12 +0100 Kim Alvefur mod_compression: Change default compression level to 7
Thu, 19 Jan 2012 16:38:04 +0100 Kim Alvefur mod_compression: Use get_option_number
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Sat, 16 Oct 2010 06:53:59 +0500 Waqas Hussain mod_compression: Updated to use the new events API.
Tue, 29 Jun 2010 20:17:21 +0100 Matthew Wild Merge 0.7->trunk
Thu, 24 Jun 2010 03:46:05 +0500 Waqas Hussain mod_compression: Lowered a log level.