Log

plugins/mod_compression.lua @ 7982:e30b0cbed472

description author age
mod_compression: Remove and replace with placeholder that logs an error Matthew Wild 2016-04-09
mod_compression: Remove FIXMEs, mod_c2s and mod_s2s checks if TLS compression is used and sets a flag since 969e0a054795 Kim Alvefur 2015-12-10
Merge 0.9->0.10 Matthew Wild 2014-08-28
mod_compression: Handle compression setup errors by logging a warning about it (fixes #408) Kim Alvefur 2014-08-26
mod_compression: Only iterate over correctly named and namespaced child tags of compression feature Kim Alvefur 2014-04-03
mod_compression: Use get_child() and get_child_text() Kim Alvefur 2014-04-03
mod_compression: Remove checks for impossible conditions Kim Alvefur 2014-04-03
Merge 0.9->0.10 Matthew Wild 2014-04-02
mod_compression: Only allow compression on authenticated streams Kim Alvefur 2014-02-18
Remove all trailing whitespace Florian Zeitz 2013-08-09
mod_saslauth, mod_compression: Fix some cases where open_stream() was not being passed to/from (see df3c78221f26 and issue #338) Matthew Wild 2013-04-29
mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams Kim Alvefur 2013-03-16
mod_compression: advertise/activate compression only for authenticated sessions in accordance to XEP-0170. (Thanks fippo) Tobias Markmann 2012-05-19
mod_compression: Change default compression level to 7 Kim Alvefur 2012-01-19
mod_compression: Use get_option_number Kim Alvefur 2012-01-19
Monster whitespace commit (beware the whitespace monster). Waqas Hussain 2010-10-16
mod_compression: Updated to use the new events API. Waqas Hussain 2010-10-16
Merge 0.7->trunk Matthew Wild 2010-06-29
mod_compression: Lowered a log level. Waqas Hussain 2010-06-23
mod_compression: Move logging of compression/decompression errors to before the closing of the stream, to make logs a bit easier to follow Matthew Wild 2010-06-10
mod_compression: Remove the unneccessary stream:reset() overloading, which was causing double decompression and c2s/s2s failures Matthew Wild 2010-06-10
Merge 0.7->trunk Matthew Wild 2010-06-09
mod_compression: Removed some useless logging code. Waqas Hussain 2010-06-08
mod_compression: Use filters! \o/ Matthew Wild 2010-06-02
mod_compression: Update for new session.data() syntax, fixes invalid XML errors after compression negotiation (thanks hg bisect) Matthew Wild 2010-05-29
Merge 0.6->0.7 Matthew Wild 2010-03-18
mod_compression: Improved and lowered log level of some logged messages. Waqas Hussain 2010-03-15
Merge with 0.6 (into 0.7, namely mod_compression fixes) Matthew Wild 2010-03-17