Commit Graph

42 Commits

Author SHA1 Message Date
fallenoak
8b4cc6121a
feat(net): implement remaining failure cases in GruntLogin::LogonResult 2025-09-30 22:51:21 -05:00
fallenoak
8e1df61749
feat(net): add Grunt::ClientLink::LogonStoredSession 2025-09-30 19:55:31 -05:00
fallenoak
f97bf4a876
feat(net): implement GruntLogin::Reconnect 2025-09-30 16:26:20 -05:00
fallenoak
eccd46684f
feat(client): implement more of ClientServices::Logon 2025-09-30 16:21:36 -05:00
fallenoak
107fc8c479
chore(net): clean up additional comments and names 2025-09-27 21:30:42 -07:00
fallenoak
fd062bee34
feat(net): stub GruntLogin::Reconnect 2025-09-26 23:07:44 -07:00
fallenoak
a85bd4809f
chore(net): rearrange defines and enums for clarity 2025-09-26 22:41:40 -07:00
fallenoak
2d3327d3ae
chore(net): improve clarity in Grunt::ClientLink::ProveVersion 2025-09-26 20:49:31 -07:00
fallenoak
597be15103
chore(net): stub out more of client version check during login 2025-09-25 23:15:53 -07:00
fallenoak
b7b257f43f
chore(net): tidy up version challenge defines 2025-09-25 22:26:17 -07:00
fallenoak
4312158dfa
feat(net): implement reconnect path in ProveVersion 2025-09-25 22:01:00 -07:00
fallenoak
d0f138a656
feat(net): implement CmdAuthReconnectProof 2025-09-25 19:16:01 -07:00
fallenoak
cb48aca869
chore(net): clean up command handler result comments 2025-09-25 18:49:24 -07:00
fallenoak
c7f9df77f1
feat(net): implement CmdAuthReconnectChallenge 2025-09-25 15:52:58 -07:00
fallenoak
92f507820b
chore(net): improve readability of Grunt::ClientLink command handlers 2025-09-25 15:05:48 -07:00
fallenoak
3bd58205bb
chore(net): clean up CmdAuthLogonProof 2025-09-25 09:47:12 -07:00
Tristan 'Natrist' Cormier
b95d725018
feat(net): make Grunt::ClientLink state an enum (#21)
Co-authored-by: fallenoak <git@fallenoak.me>
2025-09-25 09:20:57 -07:00
fallenoak
1d1398ed4f feat(net): clean up and implement more of CmdAuthLogonChallenge 2025-09-24 15:29:42 -07:00
fallenoak
a828a962a1
chore(net): annotate read checks in CmdAuthLogonChallenge 2025-09-23 21:20:43 -07:00
fallenoak
7e43643de8
chore(net): clean up CmdAuthLogonChallenge 2025-09-23 20:44:28 -07:00
fallenoak
f5a0e009eb
chore(net): move CanRead helper out of CDataStore 2025-09-23 20:31:08 -07:00
fallenoak
4bd4868531 chore(build): update libs 2025-09-23 17:00:37 -07:00
fallenoak
023a3ea893
feat(net): clean up message and data ready callbacks 2023-02-21 08:52:19 -06:00
fallenoak
22bfe894d2
feat(net): parse realm list 2023-02-10 14:56:00 -06:00
fallenoak
fc7fa1dbdc
chore(net): use enum for client challenge opcode 2023-02-09 22:44:01 -06:00
fallenoak
b0b6bc5e52
feat(net): request realm list after successful auth 2023-02-09 22:41:10 -06:00
fallenoak
5355b75768
feat(client): handle successful authentication in ClientServices 2023-02-07 12:57:36 -06:00
fallenoak
191ce79fb3
feat(net): handle account flags, logon flags, and survey id 2023-02-07 12:10:44 -06:00
fallenoak
613b2724e2
feat(net): finish handling logon proof 2023-02-06 23:11:50 -06:00
fallenoak
097b6e6017
feat(net): stub implementation of Grunt::ClientLink::CmdAuthLogonProof 2023-02-06 22:31:51 -06:00
fallenoak
e16e5605ba
feat(net): add loop to grunt command processing 2023-01-10 08:03:16 -06:00
fallenoak
13c55837d7
fix(net): add missing auth flags to prove version command 2023-01-09 22:46:33 -06:00
fallenoak
b71263d83d
fix(net): add missing finalize 2023-01-09 18:06:47 -06:00
fallenoak
19a7e1997b
feat(net): hook up prove version for grunt logins 2023-01-09 17:52:54 -06:00
fallenoak
60943f6abf
feat(grunt): add LOGIN_RESULT and LOGIN_STATE string lookups 2023-01-09 17:38:39 -06:00
fallenoak
85a9f8bde8
feat(net): handle get version proof 2023-01-09 07:49:49 -06:00
fallenoak
59a0883529
feat(net): process CMD_AUTH_LOGON_CHALLENGE command 2023-01-08 22:40:29 -06:00
fallenoak
0f483bdaf7
feat(net): handle incoming data in Grunt::ClientLink 2023-01-08 01:13:43 -06:00
fallenoak
474588bbee
fix(net): use correct size for account name length 2023-01-06 22:31:33 -06:00
fallenoak
cb62e2dcfe
feat(net): add SRP6_Client 2023-01-05 22:49:20 -06:00
fallenoak
ef3ab5850f
chore(net): clean up function declarations 2023-01-05 20:59:04 -06:00
fallenoak
70b00c5c38
chore: initial commit 2023-01-02 13:17:18 -06:00