Commit Graph

13 Commits

Author SHA1 Message Date
Captain ALM 6edf85ce51
Allow integer to bytes writing in PacketLoader to support negatives.
Fix up JavaDoc.
2023-06-11 02:54:23 +01:00
Captain ALM f4e3dc8f11
Change the way hashes for packets are sent and received on the PacketLoader.
Add new utility functions for PacketLoader.
2023-06-11 01:20:01 +01:00
Captain ALM b8179ca1c0
Fix IndexOutOfBoundsException issues. 2023-05-23 13:06:29 +01:00
Captain ALM b0bb4057f6
Add NetworkEncryptionCipherPacket, IInternalCache.
Fix-up EncryptedPacket.
Update CALMNETPacketFactory.
2023-05-23 12:59:07 +01:00
Captain ALM bde5860b47
Add the ability to set secret sending for NetworkEncryptionUpgradePackets on or off. 2023-05-22 13:30:45 +01:00
Captain ALM eb886b430d
Fix up Base64Packet.
Add non-cache support for EncryptedPacket.
2023-05-21 20:29:22 +01:00
Captain ALM f873983ffa
Fix up PacketLoader.
Add non-cache support for Base64Packet.
2023-05-21 13:37:54 +01:00
Captain ALM 41ed32f3af
Add fragmentation support to NetMarshalClient, fix up NetMarshalClient. 2023-05-19 20:17:56 +01:00
Captain ALM b49dfa0938
Update fragmentation API.
Update marshal todo.
2023-05-19 12:35:32 +01:00
Captain ALM 6587601adb
Make sure FragmentSendVerifyCompletePackets are constructed in the factory. 2022-06-14 17:41:11 +01:00
Captain ALM 569c8a43e1
Update package organisation. 2022-06-14 16:48:47 +01:00
Captain ALM fcd985b570
Finish implementing fragment verification. 2022-06-14 16:35:14 +01:00
Captain ALM 96c9864092
Initial commit.
Note, In Progress:
Adding all fragment data is verified and sent correctly.
2022-06-14 04:11:10 +01:00