aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de
AgeCommit message (Collapse)Author
2022-05-12Add Auto-Toggle and Send Scoreboard/Tab Menu Data (#58)HackOS
* Add Auto-Toggle * Send Scoreboard data to the Server * Fix Privacy settings and respect collect scoreboard * Move code to EventHandlers.java and collect Tab Manu data * Remove unused import * Refactor for Readability * Bug Fix * Fix bug * Add LocalConfig and Respect AutoStart * Add chat msg when leaving skyblock * Add ChatRegex * Fix bug where purse doesnt update with pigyy bank * Improve Performance * Fix chatregex always being null
2022-05-08Feature/configuration (#59)Torui
* initial commit of configuration management * Updated Configuration Options * Review Feedback, IntelliJ was angry about TimerCountdown.java import Co-authored-by: Florian Rinke <florian@torui.de>
2022-05-07Fix multiple connection when using hotkeysHackedOS
2022-04-12Feature/countdown (#54)Äkwav
* v1 * fixes #20 * code review comments * update version * fix aliases
2022-03-26Trial/mouse buttons (#52)Torui
* try listening to mouse events too * add missing import
2022-03-23rename functionÄkwav
2022-03-23fix reconnectÄkwav
2022-03-22implicit connect & bug fixesÄkwav
2022-01-24Feature/support new flips (#47)Torui
* added rudimentary support for the new flips * Keypress * send "clicked" command * maybe fix the ConcurrentModificationException * add synchronized to relevant pieces of code * premature optimization * change timings to 50 seconds * switched to config file * workaround for #48 * change debounce mechanism * cofl track * fix #49 * fix command not getting data serialized * . * add id on claim * unset hotkey * Apply suggestions from code review remove tab from empty line Co-authored-by: Äkwav <16632490+Ekwav@users.noreply.github.com>
2021-12-28initial fix, needs testing!Florian Rinke
2021-11-06Merge pull request #36 from Coflnet/feature/server-callbacksÄkwav
Feature/server callbacks
2021-11-06minor fix for /cofl statusFlorian Rinke
2021-11-06Implement TicketFlorian Rinke
2021-11-06implementationFlorian Rinke
2021-11-05Merge pull request #34 from Coflnet/fix/graceful-failÄkwav
Handle Fail more graceful
2021-11-05added linkFlorian Rinke
2021-11-05.Florian Rinke
2021-11-05Implement the Reset command server msgFlorian Rinke
2021-11-05Merge pull request #30 from Coflnet/feature/command-rewrite-plus-ciÄkwav
Rewrite Commands to be Generic
2021-11-05Handle Fail more gracefulFlorian Rinke
2021-11-05rename de.torui.coflsky.core to commands in for refactorFlorian Rinke
2021-11-05add missing importFlorian Rinke
2021-11-05Modularized Command InfrastructureFlorian Rinke
2021-11-05This should reenable hotkeysFlorian Rinke
2021-10-29Merge pull request #26 from Coflnet/feature/remove-hotkeysmatthias-luger
remove hotkey support
2021-10-29remove hotkey support.Florian Rinke
Codepaths left in place for perhaps other features. #25
2021-10-26use sky.coflnet.com by defaultÄkwav
sky.coflnet.com should be uses because it is loadbalanced
2021-10-25Merge branch 'main' of https://github.com/Coflnet/SkyblockMod into mainFlorian Rinke
2021-10-25changes Clicked to emit a "clicked", fixes #16Florian Rinke
2021-10-18Merge pull request #15 from Coflnet/fix-hotkeyTorui
fixed hotkey for release
2021-10-16fixed hotkey for releaseÄkwav
2021-10-14refactor websocket package to network packageFlorian Rinke
2021-10-14implements colf command #13Florian Rinke
2021-10-14fix an error where /cofl in callbacks failsFlorian Rinke
2021-10-11tried fixing onClickFlorian Rinke
2021-10-11try running every comand asyncFlorian Rinke
2021-10-11misc fixesFlorian Rinke
2021-10-11update PlaySoundFlorian Rinke
2021-10-11fix resetFlorian Rinke
2021-10-11added hover #10 and chatmessage #12Florian Rinke
2021-10-11added TimeoutFlorian Rinke
2021-10-11renamedFlorian Rinke
2021-10-11move server command uriFlorian Rinke
2021-10-11implements #11, #8Florian Rinke
2021-10-03implements KeybindFlorian Rinke
2021-10-03fix #5 invalid import issueFlorian Rinke
2021-10-03everything is now json encodedFlorian Rinke
2021-10-02added PlaySound #7. Needs TestingFlorian Rinke
2021-10-02Update VersionFlorian Rinke
2021-10-02Implements #6Florian Rinke