Commit Graph

33 Commits

Author SHA1 Message Date
Oliver Booth aa5a3eef24
[ci skip] Update year in LICENSE 2023-03-10 10:54:22 +00:00
Oliver Booth b8df2c50c4
Cache remote endpoint to prevent ObjectDisposedException 2023-01-23 18:00:43 +00:00
Oliver Booth ca55005c30
Use synchronous reading of length prefix 2023-01-23 10:50:36 +00:00
Oliver Booth f377cd7de1
Wrap reading in Task.Factory.StartNew 2023-01-23 10:27:50 +00:00
Oliver Booth 534ba147c5
[ci skip] Fix badge link 2023-01-22 15:00:33 +00:00
Oliver Booth b95f417abf
Use synchronous packet (de)serialization 2023-01-22 14:52:08 +00:00
Oliver Booth 6548da76ad
Order methods alphabetically; add Read/Write for double/float 2023-01-22 14:41:54 +00:00
Oliver Booth 553f7235f1
Respond with Goodbye! in GoodbyePacket 2023-01-22 14:41:14 +00:00
Oliver Booth a0d686109c
Switch to AES encryption prior to sending session token 2022-07-09 10:47:39 +01:00
Oliver Booth f7a546850c
Merge branch 'main' into develop 2022-07-08 13:42:27 +01:00
Oliver Booth 6bcd8043c1
Set callback ID to ID of packet, not client instance 2022-07-08 13:40:48 +01:00
Oliver Booth 2d22b1599d
Merge branch 'develop' into main 2022-07-07 13:17:19 +01:00
Oliver Booth 19869dddcb
Add request/response packets
Introduces the concept of a "callback ID". In the event that more than one of the same packet type are received, a callback ID differentiates them.
2022-07-07 13:17:13 +01:00
Oliver Booth 71f9bdd35f
Merge branch 'develop' into main 2022-07-05 14:56:05 +01:00
Oliver Booth 869e18d615
[ci skip] Add integration tests 2022-07-05 14:55:59 +01:00
Oliver Booth ce11ea208f
Merge branch 'develop' into main 2022-07-05 14:47:04 +01:00
Oliver Booth a5c329eefb
[ci skip] Add README 2022-07-05 14:46:57 +01:00
Oliver Booth 96b80d439d
[ci skip] [github actions] Enable nuget.org push 2022-07-05 14:42:11 +01:00
Oliver Booth bfc013930a
[github actions] Add .NET job for develop branch 2022-05-19 10:54:43 +01:00
Oliver Booth ab966da172
[github actions] Add CI/CD 2022-05-19 10:53:58 +01:00
Oliver Booth 6c46dc036d
Add funding links 2022-05-19 10:53:48 +01:00
Oliver Booth 263f4da61b
Add Contributor Covenant Code of Conduct 2022-05-19 10:53:41 +01:00
Oliver Booth 32fff10e88
Add MIT license 2022-05-19 10:52:57 +01:00
Oliver Booth cde39097e7
Remove X10D reference 2022-05-19 10:47:59 +01:00
Oliver Booth e2f3128f75
Use 0x7FFFFF** for internal packet headers 2022-05-19 10:39:34 +01:00
Oliver Booth 442a496123
CLSCompliant(true) for assembly 2022-05-19 10:37:45 +01:00
Oliver Booth c1115e26c1
Add AES encryption
Temporarily disable compression. GZip being weird
2022-05-19 10:37:37 +01:00
Oliver Booth a87e186c58
Add support for reading/writing System.Guid 2022-05-19 10:21:00 +01:00
Oliver Booth 96ca5d778b
Add support for specific packet reading 2022-05-18 17:51:12 +01:00
Oliver Booth 4d317298b8
Allow for cancellation of async operations 2022-05-18 17:18:33 +01:00
Oliver Booth 1b0d165f10
Remove unused namespace imports 2022-05-18 16:45:23 +01:00
Oliver Booth a8d787d811
Support multiple packet handlers 2022-05-18 16:45:07 +01:00
Oliver Booth 1124521cb8
TcpDotNet.Says("Hello World"); 2022-05-18 16:39:48 +01:00