summaryrefslogtreecommitdiff
path: root/server.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-27 17:22:50 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-27 17:22:50 -0300
commitf0a170e4a61e34ff13475c4ebb4638204db9a993 (patch)
tree7053412dc0a1cbc96a783d0099debce4b664e4db /server.py
parentdcaddd5132175cfc40b2bd2b7a0f6de3d5fb53d0 (diff)
downloadserver-f0a170e4a61e34ff13475c4ebb4638204db9a993.tar.gz
server-f0a170e4a61e34ff13475c4ebb4638204db9a993.tar.bz2
server-f0a170e4a61e34ff13475c4ebb4638204db9a993.tar.xz
server-f0a170e4a61e34ff13475c4ebb4638204db9a993.zip
Update instructions, attempt to generate a Z-Line file at make time.
Diffstat (limited to 'server.py')
-rwxr-xr-xserver.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/server.py b/server.py
index 4788904..2711257 100755
--- a/server.py
+++ b/server.py
@@ -194,9 +194,10 @@ try:
elif cmd in ["status", "st"]:
stdout("Total clients connected: %d" % len(clients))
stdout("Total blacklist size: %d" % len(security.blacklist))
- # TODO: Disconnect a client all these are measures
- # to manually fight a DoS
+ # TODO: Disconnect a client (kick/dc)
+ # kickandban (kb)
# And grant gems to an user
+ # Also, kick users when they are banned or klined
elif cmd in ["ddos", "dcall"]:
totaldc=0
for c in clients: