0
0
Fork 0
mirror of https://github.com/mumble-voip/mumble.git synced 2025-02-05 13:29:58 +00:00
mumble-voip_mumble/docs/dev
Jan Klass 91ab126e22
Merge PR #6719: DOCS(dev): Improve wording and formatting of network protocol docs
Drop the 'unreliable' label from UDP. Delivery is not guaranteed, but delivery reliability largely depends on network context. Unreliable makes it sound more negative and error-prone than it is. We use UDP because and with the understanding that in most cases it is quite reliable, or reliable enough, rather than simply being unreliable. The point is that we use it for low-latency. Everything else is technical reasoning.

Prefer short statement sentences over long comma sentences.

'an TLSv1 encrypted connection' -> 'a TLSv1 encrypted connection'

Format message type name as inline code to indicate it being a "type" name.
2025-02-01 19:27:35 +01:00
..
build-instructions FEAT(client): Introduce new logging system based on spdlog 2025-01-21 02:55:19 +01:00
maintenance DOCS: Backporting translations 2021-09-06 08:50:32 +02:00
network-protocol Merge PR #6719: DOCS(dev): Improve wording and formatting of network protocol docs 2025-02-01 19:27:35 +01:00
plugins REFAC(plugins): Unified Mumble plugin headers 2023-07-27 19:39:30 +02:00
Accessibility.md DOCS: Add accessibility checklist 2024-04-04 13:23:05 +00:00
AudioInputDebug.md DOCS: Restructure and include build-documentation 2020-10-12 08:16:01 +02:00
ExtendingTheIceInterface.md MAINT: Remove mentions of the Mumble wiki 2024-09-24 12:34:22 +00:00
IncrementingTheMumbleAPI.md REFAC(plugins): Unified Mumble plugin headers 2023-07-27 19:39:30 +02:00
MurmurLocking.md DOCS: Restructure and include build-documentation 2020-10-12 08:16:01 +02:00
Profiling.md FEAT(server): Add support for the tracy profiler 2021-12-29 18:01:28 +01:00
TheMumbleSourceCode.md MAINT: Remove mentions of the Mumble wiki 2024-09-24 12:34:22 +00:00