mumble/scripts
Robert Adam f2c8c9a2a6 CHANGE(client): Don't use hard-coded cipher info
PR #1825 introduced a hard-coded list of cipher information in order to
be able to display extended information about the encryption details of
a connection. Keeping this information up-to-date had to be done by
means of a dedicated python script.

The problem with this approach is that
a) hard-coding something like this is never a good idea
b) the updating has been forgotten in the last several years, leading to
outdated information
c) the update script is currently not working anymore

Additionally, the current code only used the extended information to
query the perfect forward secrecy support anyway and that has been
implemented in a different way in
de7b02fb3c3c8756377fd789006465bf2bd86ffd.

The only other thing we used the extended info for, was to obtain the
RFC name of ciphers, but since the list was outdated anyway, we nowadays
probably used the fallback (using the name provided by Qt) more often
than not.

Therefore the hard-coded information has been removed and we now simply
always stick to the cipher name as reported by Qt. If someone
desperately requires the RFC names, they'll have to take it up with Qt
to expose this name in their API as curating a hard-coded list in our
code base is not a viable option.
2022-02-14 08:09:08 +01:00
..
commitMessage MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
development MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
server MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
vcpkg MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
backportTranslations.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
docker-compose.yml MAINT(docker): Set Docker Compose restart policy to 'unless-stopped'. 2022-01-17 13:41:13 +01:00
extract-emojione-flags.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
generate_cmake_options_docs.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
generate-ApplicationPalette-class.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
generate-ffdhe.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
generate-mumble_qt-qrc.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
generate-qrc.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
generateChangelog.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
generateIceWrapper.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
git2cl.pl MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
info.mumble.Mumble.appdata.xml.in FIX(client): Improve appstream metadata 2022-01-19 19:23:28 +01:00
info.mumble.Mumble.desktop FIX(client): Improve appstream metadata 2022-01-19 19:23:28 +01:00
mkflags.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
mkini-win32.bat MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
mkini.sh MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
mklic.pl MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
mumble-build-number.py MAINT: Fix password use in build-number script 2022-01-11 09:41:18 +01:00
mumble-overlay FIX(client/overlay): Update unix script to use the current library names 2020-09-19 21:03:07 +02:00
mumble-server-user-wrapper MAINT(manpages): Replace murmur with mumble-server 2022-02-07 08:32:23 +01:00
mumble-version.py MAINT: Use python3 for mumble-version script 2022-01-09 19:54:49 +01:00
mumble.protocol More Ubuntu fixes 2007-11-09 01:24:29 +00:00
murmur.conf Rename ubuntu package from murmur back to mumble-server 2008-01-14 17:29:15 +00:00
murmur.ini FEAT(server): Add option to disallow recording 2021-11-10 10:20:43 +01:00
murmur.init MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
murmur.logrotate Make the logrotate fail gracefully if murmur isn't running 2009-03-22 22:37:35 +01:00
murmur.service MAINT/FIX(server): Fix systemd murmur.service 2020-12-09 14:49:21 +03:00
php.ini Include weblist.php using ICE 2008-07-03 12:34:38 +00:00
rcc-depends.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
release.pl MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
runClangFormat.sh CI: scripts/runClangFormat.sh: Use git-ls-files(1) 2022-01-25 11:19:19 +03:00
transtate.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
updateLicenseHeaders.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
updatetranslations.py MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00