aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/torui/coflsky/network
AgeCommit message (Collapse)Author
2023-10-31fix string formatÄkwav
2023-10-31fix #107Äkwav
2023-01-18Fixed issue #81 (#82)Abhiram555
* Remove the useless relocation in gradle * Implement the getMods command * Update src/main/java/de/torui/coflsky/commands/models/ModListData.java Co-authored-by: Äkwav <16632490+Ekwav@users.noreply.github.com>
2022-10-11fix chestname missing from updatesÄkwav
2022-09-30fixes #68 & fixes #67Äkwav
2022-05-21initial implementation (#38)Torui
* rewrite everything * Add replace and insert methods for tooltips * Add sleep bcz hypixel doesnt want a prefilled chest * Commit requested changes * Fix messed up item stacks for stackables * Move handlers to handlers package * Empty hashmap on gui close * merge conflixt fix * Fix index out of bound exception * Fix bcz forge * fix messed slot assigns when there is empoty inventory slot * Make tooltips respect mod settings * Fix typo * save tab contents * optimise description loading & fix tab Co-authored-by: HackedOS <63157139+HackedOS@users.noreply.github.com> Co-authored-by: Äkwav <xekwavx@gmail.com>
2022-04-12Feature/countdown (#54)Äkwav
* v1 * fixes #20 * code review comments * update version * fix aliases
2022-03-23fix reconnectÄ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-06Implement TicketFlorian Rinke
2021-11-05Merge pull request #34 from Coflnet/fix/graceful-failÄkwav
Handle Fail more graceful
2021-11-05added linkFlorian Rinke
2021-11-05Handle Fail more gracefulFlorian Rinke
2021-11-05rename de.torui.coflsky.core to commands in for refactorFlorian Rinke
2021-11-05Modularized Command InfrastructureFlorian Rinke
2021-10-14refactor websocket package to network packageFlorian Rinke