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

Releases: Flone-dnb/SilentServer

Silent Server (v3.2.2)

13 Mar 18:58
Compare
Choose a tag to compare

Fixes:

  • Small performance improvements.

This version supports the client version: 3.5.1.

Silent Server (v3.2.1)

27 Jan 19:16
Compare
Choose a tag to compare

Fixes

  • Fixed huge memory leak (probably introduced in v3.1.0).
  • Fixed small memory leaks.

This version supports the client version: 3.5.1.

Silent Server (v3.2.0)

11 Nov 10:00
Compare
Choose a tag to compare

New

  • Added Server Welcome Message feature.

Changes

  • Increased user message max size.

This version supports the client version: 3.5.0.

Silent Server (v3.1.0)

20 Oct 18:02
Compare
Choose a tag to compare

New:

  • Added data encryption for text and voice chat.

Fixes:

  • Fixed some possible crashes.
  • Minor bug fixes.

This version supports the client version: 3.4.0.

Silent Server (v3.0.0)

25 Mar 12:44
Compare
Choose a tag to compare

New:

  • Now the server can have several rooms with passwords, maximum amount of users in room and etc. By default users always connect to the most upper room (which is called 'Welcome Room' by default).
  • The server can now send the server message to all users. You can do this by clicking at the "Send Message to All" option in the "Chat" menu after the server is started.

This version supports the client version: 3.1.1.

EDIT (09.10.2020) - the supported client version updated to 3.3.0.

Silent Server

27 Feb 17:24
Compare
Choose a tag to compare
  • Fixed an issue that can cause old temporary output log text files to not be deleted.
  • Fixed some issues with incorrect ping calculation/display.
  • Fixed stretching of the Github icon in the About Window.

Silent Server

17 Feb 16:38
Compare
Choose a tag to compare
  • The server was ported to Linux and now can run on both Windows and Linux.
  • The ping check interval was changed from 3 sec. to 60 sec.
  • Minor bug fixes.

'Supported client version' was changed to 2.23.3.

Silent Server

22 Jan 11:56
Compare
Choose a tag to compare

Changes:

  • Increased max allowed amount of users in the chat. If previously in the worst-case scenario the server could only handle ~50 people, then now it should handle ~200 people.

'Supported client version' was changed to 2.23.2.

Silent Server

14 Dec 16:51
Compare
Choose a tag to compare

Fixes:

  • Changing the port in the settings window was changing it only for the text chat and not for the voice chat.

'Last supported client version' was changed to 2.23.1.

Silent Server

30 Nov 14:51
Compare
Choose a tag to compare

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.