1. 23 Nov, 2022 1 commit
    • Luke H-W's avatar
      TSJ and TSV parsing (#1962) · 0b532951
      Luke H-W authored
      * Deserialization support for tsv files
      
      * Benchmarking
      
      * Apparently moving the setter out of the lambda fixed the setAccessible issue
      
      * Thread it
      
      * Use AllArgsConstructor instead of field reflection
      
      * Clean up AllArgsConstructor TSV deserialization
      
      * Refactor TsvUtils
      
      * Remove AllArgsConstructors from Excels
      
      * Set field accessible
      
      * [WIP] TSJ improvements
      
      * [WIP] More TSV stuff
      
      * [WIP] More TSV stuff
      
      * Working TSV parser (slow)
      
      * Load Excels in TSJ > JSON > TSV priority
      0b532951
  2. 22 Nov, 2022 1 commit
  3. 20 Nov, 2022 2 commits
  4. 14 Nov, 2022 1 commit
  5. 08 Nov, 2022 1 commit
  6. 05 Nov, 2022 9 commits
  7. 04 Nov, 2022 3 commits
  8. 02 Nov, 2022 1 commit
  9. 01 Nov, 2022 1 commit
  10. 30 Oct, 2022 1 commit
    • jie65535's avatar
      Fix Mail SendToAll Freeze (#1913) · 47911aa1
      jie65535 authored
      * Avoid iterating over every offline player
      
      * getAllPlayers by stream
      
      * Use the new method without changing the old signature
      
      * Annotate deprecated `getAllPlayers`
      47911aa1
  11. 29 Oct, 2022 4 commits
    • AnimeGitB's avatar
      Remove deprecated constructor call · 855d3182
      AnimeGitB authored
      855d3182
    • BiosNod's avatar
      Debug system (#1894) · 43b7d7a3
      BiosNod authored
      * Add build (compile) script: gradlew jar
      
      * Move server and services log levels to ConfigContainer, ability to enable/disable show packet payload and loop packets
      
      * Add some loop packets to known list
      43b7d7a3
    • sandtechnology's avatar
      [Security][Bugfix] Fix directory traversal exploit (#1907) · 55928d91
      sandtechnology authored
      * [Security][Bugfix] Fix directory traversal exploit
      
      1.The first slash will act as root path when resolving local path, so directory traversal is possible
      2.Filter the illegal payload to prevent directory traversal
      3.This also fix the bug about not loading the files in data folder when querying  `/hk4e/announcement/`
      
      * Fix formatting
      
      * Update src/main/java/emu/grasscutter/server/http/handlers/AnnouncementsHandler.java
      55928d91
    • RBNXI's avatar
      Updated spanish translations (#1911) · 6219902e
      RBNXI authored
      6219902e
  12. 28 Oct, 2022 3 commits
  13. 26 Oct, 2022 3 commits
  14. 25 Oct, 2022 3 commits
  15. 24 Oct, 2022 5 commits
  16. 23 Oct, 2022 1 commit