Skip to content

Releases: zhyonc/msnet

v1.1.3

01 May 04:18

Choose a tag to compare

  • Move defs to the root directory
  • Add OnAliveAck function for client heartbeat
  • Removed OnReceiveHotfix and OnMigrateCommand

v1.1.2

27 Apr 05:26

Choose a tag to compare

  • Refactor NewCOutPacket to support variant argument types
  • Implement OpcodeEncryption using rand num map and TripleDES
  • Implement LinearCipher for GMS LP data since 2017 (excluding the login server)

v1.1.1

24 Apr 15:19

Choose a tag to compare

  • Fix error when oPacket length exceeding 2916
  • Add NewCOutPacketBytes function for testing

v1.1.0

12 Apr 02:30

Choose a tag to compare

  • Use NewConnectPacket to custom OnConnect
  • Use NewHotfixPacket to custom OnReceiveHotfix
  • CycleAESKey supports more versions

v1.0.9

27 Jul 12:22

Choose a tag to compare

  • Add IsXORCipher setting option for compatibility with older versions
  • Add id field for ClientSocket
  • Avoid negative opcodes

v1.0.8

17 Jul 13:50

Choose a tag to compare

  • Add AESInitType setting option for compatibility with older versions
  • Add NewCOutPacketInitByte function for m_bTypeHeader1Byte

v1.0.7

14 Jul 04:57

Choose a tag to compare

Convert packet logs to hex format

v1.0.6

19 Jun 15:30

Choose a tag to compare

Add new settings for RecvXOR and SendXOR

v1.0.5

18 Jun 14:20

Choose a tag to compare

  • Fix error when oPacket length exceeding 1456
  • Remove redundant AES encryption logic
  • Add GetLength function to get packet size
  • Add Cycle AES Key for newer versions