aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/NEUStatsCommand.kt
AgeCommit message (Collapse)Author
2024-07-08meta: Add clipboard caching (#1229)NopoTheGamer
2024-04-26Add version id to /neustats (#1118)Linnea Gräf
2024-04-10Add tab list tutorial (#1014)Linnea Gräf
Co-authored-by: Lulonaut <lulonaut@lulonaut.tech>
2023-10-06Remove legacy API keys from the code base (#862)Lulonaut
Co-authored-by: nopo <nopotheemail@gmail.com>
2023-08-05Some changes to the backup repo (#796)CalMWolfs
* maybe fix the backup repo not working sometimes * change wording
2023-07-20added lowest bin url to /neustats repo (#774)NopoTheGamer
2023-07-06Adding /neustats repo (#748)CalMWolfs
2023-04-04Change neustats back to only using modname instead of full path (#659)NopoTheGamer
change neustats back to only using modname instead of full path
2023-04-04Copy /neustats dump data to clipboard (#660)Lulonaut
This is needed because the generated data was too long for https://hst.sh/ Also adds a "copyToClipboard" extension function for String The HastebinUploader.java class is now no longer needed
2023-03-04Replace all commands in NEU with a brigadier implementation (#599)Roman / Linnea Gräf