1
0
mirror of https://github.com/oliverbooth/TcpDotNet synced 2024-11-09 22:45:41 +00:00
Commit Graph

49 Commits

Author SHA1 Message Date
4f846180aa
[ci skip] chore: add ko_fi funding link to repo 2024-02-12 18:06:46 +00:00
a3e540ac83
refactor: generate callback ID from RequestPacket, not client 2024-02-12 18:03:46 +00:00
18b0ff3f25
perf: use static RandomNumberGenerator to generate AES key 2024-02-12 17:59:54 +00:00
ff78acfb56
fix: HandshakeRequestPacket inherits RequestPacket 2024-02-12 17:58:38 +00:00
65cb143b06
[ci skip] style(docs): use flat-square shield style 2024-02-12 17:48:40 +00:00
7b21514dc4
ci: run nightly on push to main, or workflow_dispatch 2024-02-12 17:46:58 +00:00
6959778e09
ci: run dotnet on all branches 2024-02-12 17:46:37 +00:00
86ef244789
chore: add workflows and solution items to sln 2024-02-12 17:45:48 +00:00
5b96ef2098
ci: use .NET 8 SDK 2024-02-12 17:45:33 +00:00
d7ba24e302
style: remove UTF-8 BOM 2024-02-12 17:41:52 +00:00
0c5c2087b9
[ci skip] style: run code cleanup 2024-02-12 17:40:15 +00:00
32fecb5ace
fix: pass in not ref with net8.0 to MemoryMarshal.TryWrite 2024-02-12 17:35:44 +00:00
ed279cfd69
feat: add .net 8 target 2024-02-12 17:33:56 +00:00
259fdddd6e
refactor!: rename BaseClientNode to ClientNode 2024-02-12 17:32:29 +00:00
e7dfe97c6d
refactor!: remove TSend generic parameter from SendAndReceiveAsync 2024-02-12 17:30:56 +00:00
7b74e1f3e5
Upgrade solution to .NET 7 2023-03-10 10:55:57 +00:00
aa5a3eef24
[ci skip] Update year in LICENSE 2023-03-10 10:54:22 +00:00
b8df2c50c4
Cache remote endpoint to prevent ObjectDisposedException 2023-01-23 18:00:43 +00:00
ca55005c30
Use synchronous reading of length prefix 2023-01-23 10:50:36 +00:00
f377cd7de1
Wrap reading in Task.Factory.StartNew 2023-01-23 10:27:50 +00:00
534ba147c5
[ci skip] Fix badge link 2023-01-22 15:00:33 +00:00
b95f417abf
Use synchronous packet (de)serialization 2023-01-22 14:52:08 +00:00
6548da76ad
Order methods alphabetically; add Read/Write for double/float 2023-01-22 14:41:54 +00:00
553f7235f1
Respond with Goodbye! in GoodbyePacket 2023-01-22 14:41:14 +00:00
a0d686109c
Switch to AES encryption prior to sending session token 2022-07-09 10:47:39 +01:00
f7a546850c
Merge branch 'main' into develop 2022-07-08 13:42:27 +01:00
6bcd8043c1
Set callback ID to ID of packet, not client instance 2022-07-08 13:40:48 +01:00
2d22b1599d
Merge branch 'develop' into main 2022-07-07 13:17:19 +01:00
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
71f9bdd35f
Merge branch 'develop' into main 2022-07-05 14:56:05 +01:00
869e18d615
[ci skip] Add integration tests 2022-07-05 14:55:59 +01:00
ce11ea208f
Merge branch 'develop' into main 2022-07-05 14:47:04 +01:00
a5c329eefb
[ci skip] Add README 2022-07-05 14:46:57 +01:00
96b80d439d
[ci skip] [github actions] Enable nuget.org push 2022-07-05 14:42:11 +01:00
bfc013930a
[github actions] Add .NET job for develop branch 2022-05-19 10:54:43 +01:00
ab966da172
[github actions] Add CI/CD 2022-05-19 10:53:58 +01:00
6c46dc036d
Add funding links 2022-05-19 10:53:48 +01:00
263f4da61b
Add Contributor Covenant Code of Conduct 2022-05-19 10:53:41 +01:00
32fff10e88
Add MIT license 2022-05-19 10:52:57 +01:00
cde39097e7
Remove X10D reference 2022-05-19 10:47:59 +01:00
e2f3128f75
Use 0x7FFFFF** for internal packet headers 2022-05-19 10:39:34 +01:00
442a496123
CLSCompliant(true) for assembly 2022-05-19 10:37:45 +01:00
c1115e26c1
Add AES encryption
Temporarily disable compression. GZip being weird
2022-05-19 10:37:37 +01:00
a87e186c58
Add support for reading/writing System.Guid 2022-05-19 10:21:00 +01:00
96ca5d778b
Add support for specific packet reading 2022-05-18 17:51:12 +01:00
4d317298b8
Allow for cancellation of async operations 2022-05-18 17:18:33 +01:00
1b0d165f10
Remove unused namespace imports 2022-05-18 16:45:23 +01:00
a8d787d811
Support multiple packet handlers 2022-05-18 16:45:07 +01:00
1124521cb8
TcpDotNet.Says("Hello World"); 2022-05-18 16:39:48 +01:00