Edited GAMES.md, PROTOCOLS.md and changed 'verify' keyword to 'query' in Cargo.toml

This commit is contained in:
CosminPerRam 2022-11-28 00:23:19 +02:00
parent ed681025b4
commit e709cb3ce5
3 changed files with 34 additions and 32 deletions

View file

@ -1,9 +1,10 @@
A protocol is defined as proprietary if it is being used only for a single scope.
# Supported protocols:
| Name | Documentation reference | Notes |
|----------------|---------------------------------------------------------------------------|----------------------------------------|
| Valve Protocol | [Server Queries](https://developer.valvesoftware.com/wiki/Server_queries) | Multi-packet decompression not tested. |
| Minecraft | [List Server Protocol](https://wiki.vg/Server_List_Ping) | Bedrock not yet supported. |
| Name | For | Proprietary? | Documentation reference | Notes |
|----------------|-------|--------------|---------------------------------------------------------------------------|----------------------------------------|
| Valve Protocol | Games | No | [Server Queries](https://developer.valvesoftware.com/wiki/Server_queries) | Multi-packet decompression not tested. |
| Minecraft | Games | Yes | [List Server Protocol](https://wiki.vg/Server_List_Ping) | Bedrock not yet supported. |
## Planned to add support:
_