1. 09 Jun, 2024 5 commits
  2. 03 Jun, 2024 5 commits
  3. 02 Jun, 2024 1 commit
  4. 31 May, 2024 3 commits
    • Chen Bill's avatar
      BufferIO: update CopyWStr (#2554) · 8902f818
      Chen Bill authored
      8902f818
    • Chen Bill's avatar
      disconnect when the packet is too large (#2551) · e209e775
      Chen Bill authored
      * use memcpy in DuelClient, NetServer
      
      * NetServer: discard too large packet
      
      * DuelClient: discard too large packet
      
      * replace memcpy with std::memcpy
      
      * disconnect when the packet is too large
      
      * check packet_len
      
      * check len in HandleCTOSPacket()
      
      * check len in HandleSTOCPacketLan()
      
      * remove bool type in HostInfo
      
      * check len in packet handling
      
      * add boundary check to STOC_CHAT packet
      
      * use memcpy in DuelMode::JoinGame
      
      * add DECK_MAX_SIZE, DECK_MIN_SIZE
      
      * fix DuelMode::UpdateDeck()
      
      * fix
      
      * fix Manager::OpenDeckFile()
      
      * update DuelMode init
      
      * update DuelMode::JoinGame
      
      * update DuelMode::GetResponse
      
      * Revert "check len in packet handling"
      
      This reverts commit 2b5c12f3.
      
      * use memcpy in GetPosition
      
      * check struct size by static_assert
      
      * update DuelMode::UpdateDeck
      
      * check if the struct is trivially copyable
      
      * replace unsigned short to uint16_t
      
      * replace unsigned int to uint32_t
      
      * add padding member to STOC_HS_PlayerEnter
      
      * workaround: use STOC_HS_PlayerEnter_size
      e209e775
    • Chen Bill's avatar
      update get_log_message() (#2550) · 1f03d732
      Chen Bill authored
      1f03d732
  5. 25 May, 2024 2 commits
  6. 21 May, 2024 5 commits
  7. 13 May, 2024 1 commit
  8. 12 May, 2024 1 commit
    • Chen Bill's avatar
      use memcpy in bufferio.h (#2524) · f29450b9
      Chen Bill authored
      * use memcpy in bufferio.h
      
      * include
      
      * use std::memcpy
      
      * use BufferIO Read/Write
      
      * use fixed width integer
      
      * include <cstdint>
      f29450b9
  9. 11 May, 2024 2 commits
  10. 07 May, 2024 3 commits
  11. 03 May, 2024 1 commit
  12. 02 May, 2024 1 commit
    • Chen Bill's avatar
      Use BufferIO::ReadUInt8 (#2537) · b2901259
      Chen Bill authored
      * change code, location, position to unsigned
      
      * change code, location, postion to unsigned
      
      * use ReadUInt8() for 1-byte data
      
      * Game::LocalPlayer() returns 0, 1
      
      * wrong matching
      
      * change card code to unsigned
      b2901259
  13. 28 Apr, 2024 2 commits
  14. 27 Apr, 2024 1 commit
  15. 24 Apr, 2024 2 commits
  16. 23 Apr, 2024 2 commits
  17. 22 Apr, 2024 1 commit
  18. 21 Apr, 2024 1 commit
  19. 18 Apr, 2024 1 commit