mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
- Refactor MonitorLifetimes so the code isn't duplicated in the Basic and Experimental watchdogs - Add IsAdminChannel to ChannelMapping - Allow watchdog messages to be potentially restricted to admin chats - Add topic command type for heartbeats - Change ISessionController.SendCommand return type to also give the Byond.TopicSender response - Added OnPrime event to ISessionController, this is now used for inactive server startup - Added TaskExtension for creating infinite tasks. - Fixed watchdog shutdown crash. WIP