9 Commits

Author SHA1 Message Date
Robert Paciorek
97ce6fdd06 updates related to chat moderation
* getting viking ID from API
* distinction between VikingName and DisplayName (+ fix typo)
* set DisplayName based on SUV
* support for names with spaces in tempmute command
* list of all clients in Server (for future usage in plugins)

partially based on PR7

Co-authored-by: Hipposgrumm <hipposgrumm@gmail.com>
2025-06-24 18:56:46 +00: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