mod_compression: Only iterate over correctly named and namespaced child tags of compression feature
|
Kim Alvefur |
Thu, 03 Apr 2014 23:48:12 +0200 |
mod_compression: Use get_child() and get_child_text()
|
Kim Alvefur |
Thu, 03 Apr 2014 23:40:20 +0200 |
mod_compression: Remove checks for impossible conditions
|
Kim Alvefur |
Thu, 03 Apr 2014 23:33:38 +0200 |
Merge 0.9->0.10
|
Matthew Wild |
Wed, 02 Apr 2014 17:41:38 +0100 |
mod_compression: Only allow compression on authenticated streams
|
Kim Alvefur |
Tue, 18 Feb 2014 20:03:12 +0100 |
Remove all trailing whitespace
|
Florian Zeitz |
Fri, 09 Aug 2013 17:48:21 +0200 |
mod_saslauth, mod_compression: Fix some cases where open_stream() was not being passed to/from (see df3c78221f26 and issue #338)
|
Matthew Wild |
Mon, 29 Apr 2013 10:43:44 +0100 |
mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams
|
Kim Alvefur |
Sat, 16 Mar 2013 17:46:43 +0100 |
mod_compression: advertise/activate compression only for authenticated sessions in accordance to XEP-0170. (Thanks fippo)
|
Tobias Markmann |
Sat, 19 May 2012 22:05:23 +0200 |
mod_compression: Change default compression level to 7
|
Kim Alvefur |
Thu, 19 Jan 2012 16:47:12 +0100 |
mod_compression: Use get_option_number
|
Kim Alvefur |
Thu, 19 Jan 2012 16:38:04 +0100 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
Sat, 16 Oct 2010 23:00:42 +0500 |
mod_compression: Updated to use the new events API.
|
Waqas Hussain |
Sat, 16 Oct 2010 06:53:59 +0500 |
Merge 0.7->trunk
|
Matthew Wild |
Tue, 29 Jun 2010 20:17:21 +0100 |
mod_compression: Lowered a log level.
|
Waqas Hussain |
Thu, 24 Jun 2010 03:46:05 +0500 |
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 |
Thu, 10 Jun 2010 16:47:17 +0100 |
mod_compression: Remove the unneccessary stream:reset() overloading, which was causing double decompression and c2s/s2s failures
|
Matthew Wild |
Thu, 10 Jun 2010 01:55:32 +0100 |
Merge 0.7->trunk
|
Matthew Wild |
Wed, 09 Jun 2010 01:11:12 +0100 |
mod_compression: Removed some useless logging code.
|
Waqas Hussain |
Tue, 08 Jun 2010 16:33:32 +0500 |
mod_compression: Use filters! \o/
|
Matthew Wild |
Wed, 02 Jun 2010 18:24:56 +0100 |
mod_compression: Update for new session.data() syntax, fixes invalid XML errors after compression negotiation (thanks hg bisect)
|
Matthew Wild |
Sat, 29 May 2010 02:08:11 +0100 |
Merge 0.6->0.7
|
Matthew Wild |
Thu, 18 Mar 2010 01:25:50 +0000 |
mod_compression: Improved and lowered log level of some logged messages.
|
Waqas Hussain |
Tue, 16 Mar 2010 00:15:05 +0500 |
Merge with 0.6 (into 0.7, namely mod_compression fixes)
|
Matthew Wild |
Wed, 17 Mar 2010 14:28:26 +0000 |
mod_compression: Return <setup-failed/> instead of <unsupported-method/> where applicable.
|
Waqas Hussain |
Tue, 09 Mar 2010 20:14:47 +0500 |
mod_compression: More robust stanza processing.
|
Waqas Hussain |
Tue, 09 Mar 2010 18:19:50 +0500 |
mod_compression: Don't succeed after indicating a failure.
|
Waqas Hussain |
Tue, 09 Mar 2010 18:11:45 +0500 |
mod_compression: Don't tell client compression succeeded when it didn't.
|
Waqas Hussain |
Tue, 09 Mar 2010 17:52:18 +0500 |
mod_compression: Fixed various possible tracebacks in logging.
|
Waqas Hussain |
Tue, 09 Mar 2010 17:43:18 +0500 |
s2smanager, mod_compression, mod_tls: Changed event.session to event.origin for s2s-stream-features event for consistency.
|
Waqas Hussain |
Fri, 12 Feb 2010 04:30:17 +0500 |