1. 05 Nov, 2022 10 commits
  2. 04 Nov, 2022 3 commits
  3. 02 Nov, 2022 1 commit
  4. 01 Nov, 2022 2 commits
  5. 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
  6. 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
  7. 28 Oct, 2022 4 commits
  8. 26 Oct, 2022 6 commits
    • github-actions's avatar
      Version 1.4.3-dev [skip actions] · 2dd644f2
      github-actions authored
      2dd644f2
    • github-actions's avatar
      Version 1.4.2 · 229303f9
      github-actions authored
      Update languages [skip actions]
      Fix whitespace [skip actions]
      Update README and fil-PH (#1901)
      Remove references to old repo
      Make Player lazyload correct Account (should fix #1900)
      Lombokify Grasscutter.java some more
      Update ru-RU.json (#1895)
      Extend setConstCommand "all" (#1884)
      add Quest command alias (#1891)
      Added zh-CN translaton for non-translated strings (#1890)
      Updated Polish Translation (#1889)
      Added "s" alias to SpawnCommand (closes #1840)
      fix: unlocking home bgm doesn't work. (#1886)
      Fix edge case on FileUtils::getFilenameWithoutPath
      Medicine revival&Login white screen (#1883)
      Save avatar in forceConstellationLevel (closes #1881)
      Fix IllegalStateException when execute toMap (#1879)
      Fix StackOverFlow when execute /give all (#1878)
      Version 1.4.2-dev [skip actions]
      229303f9
    • github-actions's avatar
      Update languages [skip actions] · a9148e1b
      github-actions authored
      a9148e1b
    • github-actions's avatar
      Fix whitespace [skip actions] · d99a50b8
      github-actions authored
      d99a50b8
    • AwayJob's avatar
      Update README and fil-PH (#1901) · 877f747d
      AwayJob authored
      * made it more  c l e a r e r
      
      * add .
      
      * Update README.md
      
      * Capitalised HTTPS
      
      * update actions to build
      
      * fixed typo
      
      Fixed the bullet point spacing, removed http://mitm.it as the download page don't exist anymore, added `mitmproxy-ca-cert.cer` and save script into the instruction.
      
      * added additional info about mitmproxy
      
      * minor fixes
      
      * Update README_fil-PH
      
      Synced with the README
      Removed bad words, insults like saying the user has skill issues
      Added some professionally
      
      * grammar fix
      877f747d
    • AnimeGitB's avatar
      Remove references to old repo · 18360a62
      AnimeGitB authored
      18360a62
  9. 25 Oct, 2022 3 commits
  10. 24 Oct, 2022 5 commits
  11. 23 Oct, 2022 1 commit