summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-08-14Print username in purple when displaying history messages.Keuin
2022-08-14Better message replay displaying.Keuin
2022-08-14Optimize imports.Keuin
2022-08-14Bugfix: history message replay is not working. Now its behavior is the same ↵Keuin
with legacy BungeeCross.
2022-08-14Code reformat.Keuin
2022-08-14Implement historic message replay.Keuin
2022-08-13Add HistoricMessageRecorder.Keuin
2022-08-13Add Pair<K,V> utility class.Keuin
2022-08-01Rename ApiEndpoint to "system".Keuin
2022-08-01Bind and initialize ApiEndpoint.Keuin
2022-07-31Implement message serializing.Keuin
2022-07-31Implement HTTP message API (legacy function from Bungeecross.MicroApi).Keuin
2022-03-12Improve log messages.Keuin
2022-03-12Fix config loading. Message format fixes.Keuin
2022-03-12Fix config reloading.Keuin
2022-03-12Make it compile.Keuin
2022-02-07Hot reload.Keuin
2022-02-04Add psmb support.Keuin
2021-12-17Use the latest Velocity API.Keuin
Implement API server for online players and server status. Implement core message routing abstraction and concrete BungeeCross, Velocity, Telegram endpoint impl. Load config from config file "crosslink/config.json". Test core components. Proxy API related stuff are not tested. Add README in English and Chinese. TODO: Add config hot reloading. More configurable system. PSMB endpoint impl.
2021-12-13Initial version. Supports both Velocity and BungeeCord.Keuin