1. 28 Jun, 2024 3 commits
  2. 26 Jun, 2024 2 commits
  3. 18 Jun, 2024 2 commits
  4. 09 Jun, 2024 2 commits
  5. 03 Jun, 2024 12 commits
  6. 02 Jun, 2024 3 commits
  7. 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
  8. 25 May, 2024 2 commits
  9. 21 May, 2024 5 commits
  10. 14 May, 2024 4 commits
  11. 13 May, 2024 2 commits