diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-22 17:57:13 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-03-29 22:22:25 +0000 |
| commit | 79c2262cae02b513aee70943f7e07a9205316bdf (patch) | |
| tree | 02efb824bad180a11bd1b68c41508088c167434b /data/icons/noencryption.svg | |
| parent | 06f34c776972542222623ca4f91880de97993fbf (diff) | |
Support Secure WebSocket
Add full WSS support to public server list (using wss_port, overriding
insecure port), favorite servers list, and direct connections, and show
which servers are secure.
Revert the upstream's removal of `legacy` ServerInfo field, as I use it
to filter out legacy servers. To differentiate schemes, the `scheme`
field is used, either "ws" or "wss". I don't see the reason to add "tcp"
protocol when we don't even support it.
For the UI, add icons for secure and insecure connections. Highlight
secure servers with a green background.
In the favorite server dialog, a checkbox was added to select whether
the server is using WSS.
In the direct connection dialog, support "wss" scheme and default ports:
80 for WS, 443 for WSS, as per the WebSocket specification.
Diffstat (limited to 'data/icons/noencryption.svg')
| -rw-r--r-- | data/icons/noencryption.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/icons/noencryption.svg b/data/icons/noencryption.svg new file mode 100644 index 0000000..91524c5 --- /dev/null +++ b/data/icons/noencryption.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 -960 960 960" width="20px" fill="#F3F3F3"><path d="m768-294-72.13-72.13v-185.74H510.13L438-624h162v-96q0-50-34.79-85T480-840q-50 0-85 35t-35 85v18l-65-65q17-65 68-105t117-40q80.08 0 136.04 56.16Q672-799.68 672-720v96h24q29.7 0 50.85 21.19Q768-581.62 768-551.87V-294Zm34 238-58-59q-9 8-21.5 13.5T696-96H263.72Q234-96 212.5-117T192-168v-384q0-23 13.11-41.53Q218.21-612.06 239-620L56-803l51-51 746 747-51 51ZM690-168 538-320q-9 15-25 23.5t-33 8.5q-29.7 0-50.85-21.15Q408-330.3 408-360q0-17 7.5-32.5T439-419L306-552h-42v384h426ZM488-370Zm112-92Z"/></svg>
\ No newline at end of file |
