Skip to content
Failed

Changes

Summary

  1. Source: Simplify looking for banned users (commit: dbadebd) (details)
  2. Server.c: Use host IP instead of the one in ban string (commit: 1b62012) (details)
  3. Packets.c: Change message delay to 400ms (commit: ed96a67) (details)
Commit dbadebdc6f43218cf4aa875de3cc7bbf15088f44 by 16738302+Haxk20
Source: Simplify looking for banned users
(commit: dbadebd)
The file was modified Source/ParseConvert.h (diff)
The file was removedSource/Conversion.h
The file was modified Source/Server.c (diff)
The file was modified Source/CMakeLists.txt (diff)
The file was modified Source/ParseConvert.c (diff)
Commit 1b62012ef8a50e9c4bb047ad4c491395a1aac181 by 16738302+Haxk20
Server.c: Use host IP instead of the one in ban string

When CIDR and range ban support is in we will want to use
the host IP instead of the one in ban.
(commit: 1b62012)
The file was modified Source/Server.c (diff)
Commit ed96a67d2669106977fcc1110f9513a472f1d4ad by 16738302+Haxk20
Packets.c: Change message delay to 400ms

Still enough to catch spammers and yet enough to allow fast typers
(commit: ed96a67)
The file was modified Source/Packets.c (diff)