Skip to content
Failed

Changes

Summary

  1. Message.c: Add checks for unreadable & unwanted characters in message (commit: 67bef30) (details)
  2. Tree: Add and fix fog_color in config (commit: 23f5857) (details)
  3. ExistingPlayer.c: Check for not graphical chars in player name (commit: 4a0a923) (details)
Commit 67bef30306b199867311c4628f0053e24206eda0 by 16738302+Haxk20
Message.c: Add checks for unreadable & unwanted characters in message

A player could send various characters that modify the
colors of internal server console.
Prevent these malicious acters from doing so.
(commit: 67bef30)
The file was modified Source/Server/Packets/Message.c (diff)
Commit 23f58570d0a9a501079ca35e630b21e084a6e018 by 16738302+Haxk20
Tree: Add and fix fog_color in config

Also fix reading map size from config
(commit: 23f5857)
The file was modified Source/Server/Server.c (diff)
The file was modified Resources/Border_Hallway.json (diff)
Commit 4a0a923ab408e4bbb5730f9cfce73fe03569ee91 by 16738302+Haxk20
ExistingPlayer.c: Check for not graphical chars in player name

Same as commit before just for names and without chat colors
(commit: 4a0a923)
The file was modified Source/Server/Packets/ExistingPlayer.c (diff)