FAForever/server

[After TMM] Revise protocol documentation

开放

#482 创建于 2019年7月28日

 (4 条评论) (0 个反应) (0 位负责人)Python (79 个派生)auto 404
good first issue

仓库指标

星标
 (72 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

We really need a dedicated server protocol document where we write down what messages are sent by the client, and what responses come from the server. That way the client developers can have something to reference without needing to read the server code. This would also push us toward defined protocol versions where we can explicitly say "version 1.0 has exactly these commands".

Ideally we would refactor the server so that much of this documentation could be generated automatically from doc strings.

贡献者指南