Hipposgrumm
599ddc3dc2
Cleaned up code a bit and changed the unoptimized ban system.
2025-06-11 15:20:09 -06:00
Hipposgrumm
e7013b03fd
Mute and ban implementation (and commands for each).
2025-06-06 17:27:39 -06:00
Robert Paciorek
dcb0644af4
add Optional Authentication mode
...
this allow run managment command (after authentication) on open mmo servers (with player from external api servers)
2024-04-09 16:53:17 +00:00
Spirtix
90457b6c78
chat commands
2024-04-07 15:42:36 +02:00
Spirtix
854d1c0b0a
management commands
2024-04-07 15:42:28 +02:00
Robert Paciorek
d0c1839b11
use async handlers, add delay in PingHandler
...
client do NOT like ping < 16ms (considers it to be zero and this disables updates to other players' positions) ... so add some delay in PNG handler
2024-04-07 15:42:25 +02:00
Spirtix
a03f6b8dc0
user authentication
2024-04-07 15:42:21 +02:00
Robert Paciorek
82e83722da
fix client stay in room and add Room.Send
...
- fix client stay in room:
- replace Client.JoinRoom and Client.LeaveRoom by Client.SetRoom
- do not call Client.LeaveRoom / Client.SetRoom(null) for SheduleDisconnect cases
(only quietly remove client from room and the rest do in disconnect realisation)
- add Room.Send for send message to all clients in room
- replace Room.Client sending loops by calls Room.Send
2024-03-24 21:29:57 +00:00
Spirtix
7c504bb80a
support for server configuration
2024-02-17 21:45:01 +01:00
Spirtix
af5007e3b7
initial code release
2023-09-02 22:52:48 +02:00