aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/SparkPlatform.java
AgeCommit message (Expand)Author
2023-05-24Write custom BytesocksClient implementation for Java 8embeddedt
2023-03-19Allow platforms to provide their own TPS/MSPT calculationsLuck
2023-03-07Don't use multi-release jar for websocket codeLuck
2023-01-28Stream live data to the viewer using WebSockets (#294)lucko
2022-11-27Temporary solution to async-profiler JVM crashing issues (#271, #273, #274)Luck
2022-11-19Background profiler default to disabled for clients/proxiesLuck
2022-11-14Suppress profiler logs when running in backgroundLuck
2022-11-13Background profilerLuck
2022-11-13Limit profile length to 1 hourLuck
2022-10-27Tidy up command feedback messagesLuck
2022-09-19Fix issues with temporary files going missing (#225)Luck
2022-09-19Provide extra metadata about sources in sampler dataLuck
2022-07-17Remove some unnecessary dependenciesLuck
2022-06-091.19Luck
2022-05-19Minestom platform (#203)Huynh Tien
2022-04-18Include network interface statistics in '/spark health' commandLuck
2022-01-21Add disableResponseBroadcast config option (#158)Manuel Kasten
2022-01-20Add ping statistics and commandLuck
2021-12-28Add timeout thread to detect stuck commandsLuck
2021-12-28Include platform and system statistics in profiler viewer payloadLuck
2021-12-22Update to new Forge permission APILuck
2021-11-14Improve Velocity ClassSourceLookupLuck
2021-10-03Some tidying upLuck
2021-08-01Some basic config optionsLuck
2021-07-18Add flag to save profile/heapsummary to files instead of uploading to bytebinLuck
2021-06-01Close okhttp threads on shutdownLuck
2021-05-30Extract class sources (plugin/mod names) and include in data payloadLuck
2021-05-23Fix platform enable condition being invertedLuck
2021-05-23Fix bug where platform would enable twice on Fabric/Forge (#116)Luck
2021-04-07Add a basic API for retrieving spark statisticsLuck
2021-03-27Execute commands asyncLuck
2021-03-23Refactor and tidy up, more consistent code styleLuck
2021-03-11Fix command broadcast permission checks, other misc tidyingLuck
2021-03-10Remove hash from viewer URLLuck
2021-03-10async-profiler support (#102)lucko
2021-03-05Add permissions for each individual subcommandLuck
2020-11-07Update from text to adventureLuck
2020-04-24Don't print command exceptions to consoleLuck
2020-04-11Report average collection frequency in '/spark gc'Luck
2020-04-09Add '/spark gc' and '/spark gcmonitor' commands to help track GC activityLuck
2020-04-01Update viewer URLLuck
2020-02-04Monitor average tick durations & report them in /spark tpsLuck
2019-12-03Some cleanup & refactoringLuck
2019-08-03Some more reorganisingLuck
2019-05-13Change the way CPU monitoring is performedLuck
2019-05-13Ensure things are cleaned up nicely when the plugin disablesLuck
2019-05-04Update to text 3.0.0Luck
2019-05-04Start implementing activity log featureLuck
2019-04-27Use text components instead of legacy formatting codes throughout the projectLuck
2019-04-17Add /spark health command to report tps / memory usage statsLuck