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 |
mod_compression: Return <setup-failed/> instead of <unsupported-method/> where applicable.
|
Waqas Hussain |
2010-03-09 |
mod_compression: More robust stanza processing.
|
Waqas Hussain |
2010-03-09 |
mod_compression: Don't succeed after indicating a failure.
|
Waqas Hussain |
2010-03-09 |
mod_compression: Don't tell client compression succeeded when it didn't.
|
Waqas Hussain |
2010-03-09 |
mod_compression: Fixed various possible tracebacks in logging.
|
Waqas Hussain |
2010-03-09 |
s2smanager, mod_compression, mod_tls: Changed event.session to event.origin for s2s-stream-features event for consistency.
|
Waqas Hussain |
2010-02-11 |
mod_compression: Hook stream-features event using new events API.
|
Waqas Hussain |
2010-02-11 |
mod_compression: Tweak some log levels
|
Matthew Wild |
2009-12-04 |
mod_compression: Removing trailing whitespace.
|
Tobias Markmann |
2009-12-01 |
mod_compression: Declaring the de-/compression pipes as local.
|
Tobias Markmann |
2009-12-01 |
mod_compression: Some comment clean up.
|
Tobias Markmann |
2009-12-01 |
mod_compression: Removing forgotten debugging output.
|
Tobias Markmann |
2009-11-30 |
mod_compression: Define db (dialback) namespace in stream header.
|
Tobias Markmann |
2009-11-30 |
mod_compression: Enabeling compression for outgoing s2s streams.
|
Tobias Markmann |
2009-11-30 |
mod_compression: Some further refactoring.
|
Tobias Markmann |
2009-11-29 |
mod_compression: Make setup_compression work for s2s sessions too.
|
Tobias Markmann |
2009-11-29 |
mod_compression: Moving compression setup in a dedicated function.
|
Tobias Markmann |
2009-11-29 |
mod_compression: Prepare activating of compression on s2s.
|
Tobias Markmann |
2009-11-29 |
Enable one way stream compression on s2s links.
|
Tobias Markmann |
2009-11-29 |
Fixing some typos.
|
Tobias Markmann |
2009-11-20 |
mod_compression: Fixed: Starting compression only worked before auth
|
Waqas Hussain |
2009-09-02 |
Don't allow double compression.
|
Tobias Markmann |
2009-08-18 |
Support compression also after SASL.
|
Tobias Markmann |
2009-08-18 |
mod_compression: Fixed some undefined global accesses
|
Waqas Hussain |
2009-08-18 |
Remove print which was used for debugging purposes.
|
Tobias Markmann |
2009-08-13 |
Using pcall to make save the rest from zlib fails. Emit errors on those fails.
|
Tobias Markmann |
2009-08-13 |
Forgot to use the configured compression_level. Now it's used.
|
Tobias Markmann |
2009-08-13 |
Add config option handling.
|
Tobias Markmann |
2009-08-13 |
Add a TODO for s2s compression support.
|
Tobias Markmann |
2009-08-13 |
Remove space at the end of a line.
|
Tobias Markmann |
2009-08-13 |
Add FIXME to remember TLS compression detection.
|
Tobias Markmann |
2009-08-13 |
Actually inject de- and compression into the reading/writing functions.
|
Tobias Markmann |
2009-08-13 |