Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Silent Server

Compare
Choose a tag to compare
@Flone-dnb Flone-dnb released this 30 Nov 14:51
· 88 commits to master since this release

What's new:

  • Now the server can have a password that you need to provide to connect to the server.
  • Added "Allow HTML in messages" option. HTML in messages is disabled by default.
  • Added wrong UDP packet counter. Now every 30 seconds the server will show how much wrong or empty packets it got (if there are more than 50).
  • The "Log" option is added. The server can now log his output to the file.
  • The server can now kick the users by pressing RMB in the "connected users" list.
  • Added UDP protection from empty packets and packets that don't belong to our users.
  • Now the on-screen text will load/unload by chunks.

Changes:

  • Keep-Alive check changed from 15 to 20.

Fixes:

  • Fixed crash when a user is reconnecting.