コミット履歴

作者 SHA1 メッセージ 日付
  SmallJoker d51d0f3a5a Various code improvements 2 年 前
  sfan5 fd8a8501bc Shave off buffer copies in networking code (#11607) 2 年 前
  sfan5 674d67f312 Encode high codepoints as surrogates to safely transport wchar_t over network 3 年 前
  SmallJoker f46509d5e2 Remove unused functions reported by cppcheck (#10463) 3 年 前
  sfan5 c10952b574 Rework packet receiving in ServerThread 4 年 前
  rubenwardy 3b25b807f3 Fix serialization of std::time_t by casting to u64 first (#8353) 5 年 前
  Loïc Blot ad7daf7b52 Add session_t typedef + remove unused functions (#6470) 6 年 前
  Loïc Blot 3cea7a349a Network cleanup (#6310) 6 年 前
  Loïc Blot c7160cb629 Network cleanup (#6302) 6 年 前
  Pavel Puchkin 928609c8bd Fix OSX builds (closes #6289, fixes #6270) (#6306) 6 年 前
  Loïc Blot 88b436e6a9 Code modernization: subfolders (#6283) 6 年 前
  adrido 1d055aad0f Add missing ctime include (#6269) 6 年 前
  Loïc Blot 921151d97a C++ modernize: Pragma once (#6264) 6 年 前
  Loïc Blot 85511a642f Cleanup various headers to reduce compilation times (#6255) 6 年 前
  Loïc Blot 7ddf67aa14 Chat protocol rewrite (#5117) 7 年 前
  Vincent Glize 8daf5b5338 C++11 cleanup on constructors dir network (#6021) 7 年 前
  Loic Blot b1e6c2a9b8 NetworkPacket: don't copy push std::string and std::wstring 7 年 前
  sfan5 7279f0b373 Add particle animation, glow 7 年 前
  raymoo e4031156f1 Add control information to player interacts (#4685) 7 年 前
  kwolekr bd0b469d3d Fix critical vulnerabilities and bugs with NetworkPacket 9 年 前
  est31 82e35edff5 Make early protocol auth mechanism generic, and add SRP 9 年 前
  Jay Arndt 2923eafaca Stop NetworkPacket methods from producing bloated packets 9 年 前
  Loic Blot 113bdd3ec0 NetworkPacket: reading outside packet is now clearer. 9 年 前
  Loic Blot 1fe4256462 Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>. 9 年 前
  Loic Blot 61f2d0ca34 Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgePacket returns Buffer instead of SharedBuffer and is used in ConnectionCommand instead of Connection::Send 9 年 前
  Loic Blot ed04e8e9e4 [Patch 2/4] Network rework: packet writing, sending and cleanups 9 年 前
  Loic Blot a704c04f00 Network Layer 7 rework (Packet handling) 9 年 前