Daniel López Guimaraes
340b851e5f
refactor: Replace AnyDataHolder with AnyObjectHolder
2025-01-09 23:21:11 +00:00
Jonathan Barrow
b57adeb748
refactor: remove references to "Primitive" naming conventions
2024-06-16 11:52:39 -04:00
Jonathan Barrow
1bee30dc05
chore: update test secure server StationURL
2024-06-13 10:38:22 -04:00
Jonathan Barrow
8271f9acfb
chore(types): rename EncodeToString to Format on StationURL
2024-06-11 17:31:48 -04:00
Jonathan Barrow
0e3840107f
fix(test): make secure endpoint secure again
2024-06-10 18:03:09 -04:00
Jonathan Barrow
832bd19751
refactor(types): remove reliance on pointers
2024-06-05 17:24:00 -04:00
Jonathan Barrow
8d306f43f4
refactor(types): make List into a type alias
2024-06-02 15:42:03 -04:00
Jonathan Barrow
7bc3579294
refactor(types): make primitive types into type aliases
2024-06-02 15:20:20 -04:00
Daniel López Guimaraes
d5df60ef58
chore: Update module version to v2
2024-04-07 23:40:51 +01:00
Jonathan Barrow
dde9a9921d
prudp: more accurate StationURL implementation
2024-03-16 11:49:41 -04:00
Jonathan Barrow
ff1d3b1482
prudp: rename packet flags to distinguish them from other constants
2024-03-15 18:25:46 -04:00
Jonathan Barrow
a1a590392b
chore: move constants and enums to constants package
2024-03-15 16:09:23 -04:00
Daniel López Guimaraes
3b90bdc96b
refactor: Update ServerInterface to EndpointInterface
...
This requires a lot of refactor but it brings back the option of getting
events when a connection disconnects.
2024-02-11 00:03:05 +00:00
Jonathan Barrow
f1549a79ca
prudp: removed unnecessary getters/setters
2024-01-24 13:08:49 -05:00
Jonathan Barrow
64b26b3eed
prudp: rework Kerberos ticket generation to use user accounts properly
2024-01-24 12:42:11 -05:00
Jonathan Barrow
9dc57ac1ff
types: Result -> QResult
2024-01-15 16:39:05 -05:00
Jonathan Barrow
9cec5d9e9c
prudp: completely redo virtual connections
2024-01-15 15:01:26 -05:00
Jonathan Barrow
1093a614db
streams: rename streams to ByteStreams
2023-12-31 23:22:41 -05:00
Daniel López Guimaraes
34fa2d53de
types: Replace type aliases with struct wrappers
...
Also remove StructureInterface, and make all structures initialize all
their fields. The structure header is now added as a common function
`ExtractHeaderFrom` and `WriteHeaderTo`.
2023-12-27 22:16:06 +00:00
Jonathan Barrow
c6edc9108c
types: rename NullData to Empty
2023-12-23 15:04:41 -05:00
Jonathan Barrow
919cabda7d
types: added constructor values to primitive types
2023-12-23 15:01:55 -05:00
Jonathan Barrow
ba29ad816a
types: remove List constructor type
2023-12-23 14:48:31 -05:00
Jonathan Barrow
715e3182cd
expanded all types into dedicated files and made the stream API generic
2023-12-23 13:03:32 -05:00
Jonathan Barrow
f2562bd26c
rmc: pass server to RMC messages
2023-12-15 17:02:19 -05:00
Jonathan Barrow
35c2afce1a
prudp: handle edge cases for virtual ports
2023-12-09 19:46:05 -05:00
Daniel López Guimaraes
e8049a2bdb
test: Make tests compile again
2023-12-06 16:50:05 +00:00
Jonathan Barrow
ca1be76ffc
removed remaining linter issues
2023-11-20 18:25:39 -05:00
Daniel López Guimaraes
94b4f8343a
test: Rename OnReliableData to OnData
2023-11-12 20:50:30 +00:00
Jonathan Barrow
f9f4d3bca4
total rewrite
2023-11-10 01:28:25 -05:00