Commit graph

22 commits

Author SHA1 Message Date
Jonathan Barrow
88a2d4bbac
rmc: add a way to enable verbose RMC messages 2024-02-18 22:35:08 -05:00
Jonathan Barrow
42d8a5380c
chore: set protocols endpoint in RegisterServiceProtocol 2024-02-18 12:02:00 -05:00
Jonathan Barrow
ff03d99568
update: add Packet property to Error and OnError event hooks 2024-02-12 15:07:49 -05: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
191455352a
update: added RegisterServiceProtocol to HPP and PRUDP servers 2024-01-24 16:40:38 -05:00
Jonathan Barrow
dc4e7ae733
update: added new Error type which conforms to the error interface 2024-01-24 14:27:17 -05:00
Jonathan Barrow
b5ef1a0a2b
chore: rename errors to result codes 2024-01-24 13:19:23 -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
bdfeb0b5a8
streams: added ByteStreamSettings 2023-12-31 23:51:18 -05:00
Jonathan Barrow
793664257a
types: remove unused generic from PID type 2023-12-23 15:21:22 -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
Daniel López Guimaraes
5d741dc85f
hpp: Add ListenSecure function
This one uses TLS by itself, instead of depending on the implementation
to make the HTTPS server.
2023-12-14 20:19:02 +00:00
Jonathan Barrow
30d9545c61
configure the size of the Quazal::String length field 2023-12-13 20:05:11 -05:00
Daniel López Guimaraes
3bb9c3fca2
Update PasswordFromPID error to NotImplemented 2023-12-10 11:32:26 +00:00
Jonathan Barrow
240c3161e5
hpp: add check for passwordFromPIDHandler 2023-12-09 19:48:25 -05:00
Jonathan Barrow
3ee001f878
prudp: rename PasswordFromPIDFunction to PasswordFromPID 2023-12-09 19:35:46 -05:00
Daniel López Guimaraes
a7564f5555
Add PasswordFromPID to ServerInterface
This function handler is common to all servers.
2023-12-09 21:03:31 +00:00
Daniel López Guimaraes
d7c8c15459
hpp: Add IsHPP to RMC password signature error 2023-12-06 23:04:57 +00:00
Jonathan Barrow
8a6fb8356b
added back in plogger 2023-11-18 22:27:08 -05:00
Daniel López Guimaraes
cc34633ae6
hpp: Initial support
We aren't logging errors at the moment.
2023-11-18 22:28:54 +00:00
Jonathan Barrow
f9f4d3bca4
total rewrite 2023-11-10 01:28:25 -05:00