Skip to content
Failed

Changes

Summary

  1. Commands.c: Unban support and ban fixes (commit: bb5b3a6) (details)
  2. Commands.c: Error out with user specified IP in /unban (commit: c467ab2) (details)
  3. Commands.c: Use Util/ prefix for JSONHelpers include (commit: fed65e6) (details)
  4. Server: Colorized terminal output & small fixes (commit: 4f2e256) (details)
Commit bb5b3a65484d57f0ce32b9699a03422ff8333049 by 16738302+Haxk20
Commands.c: Unban support and ban fixes

Now we support:
/unban - Unbans the specified IP
/unbanrange - Unbans the specified range
/undoban - Reverts the latest ban

/unban takes only 1 argument and that is the IP to unban.
/unbanrange takes 2 arguments and those are start of the
range and end of the range to unban. Start and End range must be
exactly the same that was banned.
(commit: bb5b3a6)
The file was modified Source/Commands.c (diff)
Commit c467ab2f5d460592d930c2e5e760293075ba19b5 by 16738302+Haxk20
Commands.c: Error out with user specified IP in /unban
(commit: c467ab2)
The file was modified Source/Commands.c (diff)
Commit fed65e66405d4044ed7d8aae53af1df12f8d6bc4 by 16738302+Haxk20
Commands.c: Use Util/ prefix for JSONHelpers include
(commit: fed65e6)
The file was modified Source/Commands.c (diff)
Commit 4f2e256e845b54a196c5e4b7f272fe8ea85d76f7 by 16738302+Haxk20
Server: Colorized terminal output & small fixes
(commit: 4f2e256)
The file was modified Source/Util/Types.h (diff)
The file was modified Source/Server.c (diff)
The file was modified Source/Gamemodes.c (diff)
The file was modified Source/Packets.c (diff)