]> git.tuebingen.mpg.de Git - paraslash.git/commit
server: No longer accept "sideband" and "aes_ctr128" features.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 9 May 2023 18:02:09 +0000 (20:02 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 24 Dec 2023 21:37:00 +0000 (22:37 +0100)
commitb67136cea57eda7551f2eeaf388e3de02a1b38b5
tree8556400647cb0748c7720d6ca0ec2093139440bb
parent205423874c2dcc43c1def1ab80e40c8bac0e3f30
server: No longer accept "sideband" and "aes_ctr128" features.

Both features are used unconditionally since commit d44413588dd7
(v0.6.3-27) from three years ago when the client stopped to request
the feature. We don't need to support clients older than that any more,
so fail the request if these features are still requested.

Clarify the comment about the sha256 feature while at it.
command.c