This repository has been archived on 2026-05-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Programmierprojekt/.gitlab/issue_templates/protocol_change.md
T

1.0 KiB

Protocol / API Change

Summary

Affected Commands / Responses

Command Response Type of Change Description
New / Changed / Removed

New / Changed Syntax

<!-- Before / after or new command syntax here -->
<!-- Example:
BEFORE: LOGIN UNAME=<username> PASS=<password>
AFTER:  LOGIN USERNAME=<username> PASSWORD=<password>
-->

Affected Implementation Layers

  • Session
  • User or UserRegistry
  • Tokenizer / RequestTokenClassifier
  • ProtocolParser
  • CommandParserDispatcher + corresponding CommandParser
  • CommandHandler
  • Response hierarchy
  • GameEngine or GameState
  • Client-side (create your own issue and create link)

Motivation

/label ~protocol