Skip to content
Success

Changes

Summary

  1. Add printf syntax to sendServerNotice and sendMessageToStaff (commit: 17341d2) (details)
  2. Commands.c: Add /help command & improvements (commit: 7a15c8a) (details)
  3. Revert "Packets.c: Ban ZeroSpades" (commit: a30c159) (details)
  4. Commands.c: Remove left over debug print (commit: d46daf8) (details)
  5. Server: Add ability to delete commands & little simplification (commit: 2ea02cf) (details)
  6. Packets.c: Add spam prevention (commit: 96ff83f) (details)
Commit 17341d2adb1034ebb532b7a8d22d264fc7f8a04e by 6745157+rndtrash
Add printf syntax to sendServerNotice and sendMessageToStaff
(commit: 17341d2)
The file was modified Source/Protocol.h (diff)
The file was modified Source/Protocol.c (diff)
The file was modified Source/Commands.c (diff)
Commit 7a15c8a46ab5c9d6d879be98c8fcd250d6c4e4b4 by 16738302+Haxk20
Commands.c: Add /help command & improvements
(commit: 7a15c8a)
The file was modified Source/Structs.h (diff)
The file was modified Source/Commands.c (diff)
Commit a30c1591d4ef030b148b700301965bad34000bc8 by 16738302+Haxk20
Revert "Packets.c: Ban ZeroSpades"

After consideration we decided this is not the
best step.

But we still hope ZeroSpades developer
will release the source code as promised.

This reverts commit 28a1f5a8a26a3e9dd31b0ba53e8bda797b0bace7.
(commit: a30c159)
The file was modified Source/Packets.c (diff)
Commit d46daf8ffd0c1f5d3cdf3b6b075989a52e6a9477 by 16738302+Haxk20
Commands.c: Remove left over debug print
(commit: d46daf8)
The file was modified Source/Commands.c (diff)
Commit 2ea02cf6c9d3fb490b45adaa2af2f927ba260260 by 16738302+Haxk20
Server: Add ability to delete commands & little simplification
(commit: 2ea02cf)
The file was modified Source/Commands.c (diff)
The file was modified Source/Server.c (diff)
The file was modified Source/Commands.h (diff)
The file was modified Source/Packets.c (diff)
The file was modified Source/Structs.h (diff)