1. 29 Oct, 2022 2 commits
    • 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
  2. 28 Oct, 2022 3 commits
  3. 26 Oct, 2022 2 commits
  4. 25 Oct, 2022 2 commits
  5. 24 Oct, 2022 3 commits
    • natsu's avatar
      Extend setConstCommand "all" (#1884) · 5b6698f5
      natsu authored
      
      
      * Extend give command "talent"
      
      * Update src/main/java/emu/grasscutter/data/excels/AvatarSkillDepotData.java
      
      Shorten IntStream for getCombatSkills
      Co-authored-by: default avatarLuke H-W <Birdulon@users.noreply.github.com>
      
      * Fix setSkillLevel to work during avatar construction
      Shortening getCombatSkills
      
      * changeSkillLevel now acts as intermediate operation to fetch skillIds
      
      * setSkillLevel changes to allow out of range levels to be normalized
      
      * Update src/main/java/emu/grasscutter/command/commands/GiveCommand.java
      
      Removing recalcStats since it's redundant
      Co-authored-by: default avatarLuke H-W <Birdulon@users.noreply.github.com>
      
      * Major changes and cleanup:
      - AvatarSkillDepotData: removed getCombatSkills since it's unused
      - TalentCommand: shortened /talent all using getSkillsAndEnergySkill
      - GiveCommand: changed changeSkillLevel to setSkillLevel
      - Avatar: delete changeSkillLevel and moved the operation inside setSkillLevel,updated skillId to Integer to catch special cases from GiveCommand
      
      * Small cleanup:
      Removed the special case from Avatar to be handled inside of GiveCommand
      
      * Added "all" parameter to SetConst
      
      * Changed all to [all] int SetConstCommand usage
      Co-authored-by: default avatarLuke H-W <Birdulon@users.noreply.github.com>
      Co-authored-by: default avatarLuke H-W <Birdulon@users.noreply.github.com>
      5b6698f5
    • TotalyNotOndre's avatar
      add Quest command alias (#1891) · 496cd671
      TotalyNotOndre authored
      496cd671
    • AnimeGitB's avatar
      Added "s" alias to SpawnCommand (closes #1840) · 7d1a7b50
      AnimeGitB authored
      7d1a7b50
  6. 23 Oct, 2022 1 commit
  7. 22 Oct, 2022 3 commits
  8. 21 Oct, 2022 1 commit
  9. 20 Oct, 2022 1 commit
  10. 18 Oct, 2022 6 commits
  11. 17 Oct, 2022 6 commits
  12. 16 Oct, 2022 1 commit
  13. 15 Oct, 2022 4 commits
  14. 13 Oct, 2022 5 commits