]> git.tuebingen.mpg.de Git - paraslash.git/commit
Assume sideband and aes_ctr128 are always supported/requested.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 12 Mar 2020 21:08:16 +0000 (22:08 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 21 Oct 2021 17:52:40 +0000 (19:52 +0200)
commitd44413588dd70fe7e6b08a97dde6456b45db9280
treedd2f247c7e52e4deaddd40db5710156479808c7c
parent207c1184a2c8af338d6be70e8cb7ede10a5b6a08
Assume sideband and aes_ctr128 are always supported/requested.

Sideband connections and the AES-based stream cipher have become
mandatory in paraslash-0.6.

The server no longer needs to annouce the feature as 0.6.x clients
request it, regardless of whether it was announced or not. It needs
to still accept the option, though.

On the client side, we don't need to request the features any more
as the server just ignores the request.
client_common.c
command.c