Commit Graph

17 Commits

Author SHA1 Message Date
Joshua Scott e62f3e7647 protocol: Implement a DML-based Session 2018-04-11 00:35:16 +01:00
Pythonology 70679afed1
net: send_packet_data() needs to be protected
This is required in order to expose it to Python.
2018-04-09 22:34:50 -04:00
Joshua Scott 5ff4fb651d protocol: Add Participant and Session 2018-04-09 21:53:09 +01:00
Joshua Scott 57ef9b95f8 protocol: Implement PacketHeader 2018-04-09 21:51:02 +01:00
Joshua Scott 611943e3ad protocol: Remove the Packet class
It doesn't need to exist
2018-04-09 21:49:11 +01:00
Joshua Scott a13731ccc0 protocol: Fix memory leak in Packet when data isn't read succesfully 2018-04-06 04:52:58 +01:00
Joshua Scott f2247f03f4 protocol: Fix typo in MessageBuilder 2018-04-06 04:24:10 +01:00
Joshua Scott b5909878f8 protocol: Use an auto sorting system for message types
Rather than calling sort_lookup externally
2018-04-06 04:14:37 +01:00
Joshua Scott 9ef780ace1 protocol: Fix message types in modules that don't specify _MsgOrder 2018-04-06 03:07:35 +01:00
Joshua Scott 3e34c0b3bc protocol: Implement module loading and I/O for DML messages
'das alota cod
2018-04-05 17:36:26 +01:00
Joshua Scott c618e7d536 protocol: Fix problem with null characters in packet data 2018-04-03 21:36:49 +01:00
Joshua Scott 915b6e7e0a protocol: Implement control messages 2018-04-03 21:36:24 +01:00
Joshua Scott 0268cf247d protocol: Add override specifier
I thought final implied it
2018-04-03 17:20:38 +01:00
Joshua Scott 85361f0e40 protocol: Add source files to CMakeLists.txt
also fix error in Packet.h
2018-04-03 17:20:33 +01:00
Joshua Scott bfe56f194a protocol: Definitions for DML messages 2018-04-03 17:20:26 +01:00
Joshua Scott ac14fc5d74 protocol: Definitions for control structures 2018-04-03 17:20:22 +01:00
Joshua Scott c9e485fa86 protocol: Packet class definition 2018-04-03 17:20:20 +01:00