antifallobst
antifallobst created branch main in trinitrix/triba-packet 2024-05-15 14:54:13 +00:00
antifallobst pushed to main at trinitrix/triba-packet 2024-05-15 14:54:13 +00:00
1c868ff972 initial commit
antifallobst created repository trinitrix/triba-packet 2024-05-15 14:53:42 +00:00
antifallobst pushed to cbs-core at trinitrix/core 2024-05-15 14:51:08 +00:00
4519fe5db6 refactor(cbs): moved the packet definitions into their own crate
antifallobst pushed to cbs-core at trinitrix/core 2024-05-14 12:44:18 +00:00
042da55f28 docs: documented the TriBA handshaking process
antifallobst pushed to cbs-core at trinitrix/core 2024-05-14 12:01:34 +00:00
64d5bdd9c5 feat: implemented the skeleton of the core CBS handler
antifallobst created pull request trinitrix/core#23 2024-05-11 08:37:26 +00:00
WIP: Implement CBS API handling on the trinitrix core side.
antifallobst created branch cbs-core in trinitrix/core 2024-05-11 08:33:34 +00:00
antifallobst pushed to cbs-core at trinitrix/core 2024-05-11 08:33:34 +00:00
antifallobst opened issue antifallobst/icrc#3 2024-04-05 16:21:45 +00:00
Switch from HTTP API to TCP Sockets
antifallobst pushed to master at antifallobst/icrc 2024-03-31 21:39:06 +00:00
af3952cbe6 fix(client >> storage): fixed sql query to enable entry overriding
antifallobst pushed to master at antifallobst/icrc 2024-03-31 21:28:09 +00:00
9bac0c2a78 fix(client >> storage): a registration now overrides the stored auth token with the new one
antifallobst pushed to master at antifallobst/icrc 2024-03-31 21:14:34 +00:00
3b240d6ca9 feat(client >> storage): storing auth tokens in the persistent session storage system
antifallobst pushed to master at antifallobst/icrc 2024-03-31 18:43:03 +00:00
08cf73a613 feat(client >> storage): implemented a persistent key-value storage system
antifallobst pushed to master at antifallobst/icrc 2024-03-31 16:12:04 +00:00
a3b0263f97 feat(client >> session): implemented acount registration
antifallobst pushed to master at antifallobst/icrc 2024-03-31 15:55:24 +00:00
c88da7fddb feat(client >> session): implemented session authentiaction with credentials
antifallobst pushed to master at antifallobst/icrc 2024-03-31 15:05:22 +00:00
1906d66026 fix(client >> session >> data): made a deserializable enum for permissions instead of using strings
antifallobst pushed to master at antifallobst/icrc 2024-03-31 15:01:22 +00:00
104683381c feat(client >> session): implemented a session struct, that acts as an abstraction layer to the API
antifallobst pushed to master at antifallobst/icrc 2024-03-31 11:46:36 +00:00
5db4d4869c feat(server >> api): implemented an endpoint that gives the client information about their authenticated account
antifallobst pushed to master at antifallobst/icrc 2024-03-31 10:23:49 +00:00
8f8e2c5665 refactor: moved rust config to the top level directory