Commit graph

14 commits

Author SHA1 Message Date
Scott Duensing
b8e2178775 Added ASAN option to build. Fixed several stack bugs. 2022-02-23 17:05:50 -06:00
Scott Duensing
1427b28d00 All packet buffers are now uint8_t instead of char. Few memory leaks and NULL issues fixed. 2022-02-19 18:59:00 -06:00
Scott Duensing
cddb5c27e1 Packet framing bug fixed. SQL based user accounts working. 2022-02-10 19:01:36 -06:00
Scott Duensing
114dd36513 Completed conversion from task-based code to event-based. Needs testing but now runs on DOS! 2022-01-31 19:11:58 -06:00
Scott Duensing
4cb64344be Signup and login now working! All new improved packet creation/parsing code - no more wasteful structures! 2022-01-16 19:18:50 -06:00
Scott Duensing
7174d36eb9 Login and Sign Up dialogs implemented. 2022-01-14 19:06:01 -06:00
Scott Duensing
5a840ab1bf Client/Server data setup working! 2022-01-13 20:00:01 -06:00
Scott Duensing
79edabef5f Server connection and protocol negotiation working. Web site added to repository. 2021-12-24 19:00:36 -06:00
Scott Duensing
8d5d5add73 Fixed decoding fragmented packets. DOS build now working again. 2021-12-08 19:18:05 -06:00
Scott Duensing
9c0c7b712d Encrypted packets are working in Linux. DOS is hanging for some reason. 2021-12-07 20:20:05 -06:00
Scott Duensing
859acf612b Start of DH key exchange code. Not working. 2021-12-06 21:31:09 -06:00
Scott Duensing
10f5da9595 Packet resending implemented. Not very tested. 2021-12-06 19:44:34 -06:00
Scott Duensing
a07a61b5dd Our first packet arrived! 2021-12-05 18:28:06 -06:00
Scott Duensing
c45b89c8ab Basic packet processing. No encryption or resending yet. 2021-12-03 19:09:52 -06:00