8 Commits

Author SHA1 Message Date
hdbg
4d5ce9cefa docs: document explicit AuthResult enums and request multiplexing
Some checks failed
ci/woodpecker/pr/server-audit Pipeline was successful
ci/woodpecker/pr/server-vet Pipeline failed
ci/woodpecker/pr/server-lint Pipeline failed
ci/woodpecker/pr/server-test Pipeline was successful
2026-03-18 23:36:14 +00:00
hdbg
95be080acc feat(useragent): showing auth error when something went wrong 2026-03-18 23:36:14 +00:00
hdbg
d9b17b253a refactor(useragent): using request/response for correct multiplexing behaviour 2026-03-18 23:36:14 +00:00
hdbg
78ad31dc40 feat(proto): request / response pair tracking by assigning id 2026-03-18 23:36:14 +00:00
hdbg
58f7b64912 test(user-agent): add test helpers and update actor integration tests 2026-03-18 23:36:14 +00:00
hdbg
a663363626 refactor(server::client): migrated to new connection design 2026-03-18 23:36:14 +00:00
hdbg
04bea299cb refactor(server::useragent): migrated to new connection design 2026-03-18 23:36:14 +00:00
hdbg
c2883704e6 housekeeping: removed ide config from repo 2026-03-19 00:34:43 +01:00
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
target/
scripts/__pycache__/
.DS_Store
.cargo/config.toml
.cargo/config.toml
.vscode/

View File

@@ -1,2 +0,0 @@
{
}