clouduser
  • Joined on 2026-06-26
clouduser pushed to master at clouduser/nocloud-core 2026-08-11 21:39:56 +03:00
9bc62acbc3 feat(upload): read fixed-size upload prefix
clouduser pushed to master at clouduser/nocloud-core 2026-08-10 17:29:24 +03:00
clouduser pushed to master at clouduser/nocloud-core 2026-08-10 14:17:41 +03:00
e45b86cd20 refactor(upload): route upload commands to dedicated handler
clouduser pushed to master at clouduser/nocloud-core 2026-08-07 17:46:20 +03:00
3c3487b554 feat(protocol): add typed command decoding and dispatch
clouduser pushed to master at clouduser/nocloud-core 2026-08-07 15:45:30 +03:00
dd6ef1d96d chore(upload): document implementation steps and remove unused nom
clouduser pushed to master at clouduser/nocloud-core 2026-08-07 03:41:34 +03:00
94030c34ca refactor(protocol): centralize header parsing and validation
clouduser pushed to master at clouduser/nocloud-core 2026-08-06 23:32:42 +03:00
b80b8e9e04 docs: add comments explaining parser logic
clouduser pushed to master at clouduser/nocloud-core 2026-08-06 16:50:06 +03:00
80b8c125ad Fix flags validation logic (compiled and verified)
clouduser pushed to master at clouduser/nocloud-core 2026-08-06 16:27:17 +03:00
6a269ca087 WIP: draft validation for flags (does not compile yet)
clouduser pushed to master at clouduser/nocloud-core 2026-08-03 16:27:18 +03:00
d59e9d83a4 Test git rights
clouduser pushed to master at clouduser/nocloud-core 2026-08-03 14:53:01 +03:00
7bacf7ac73 refactor: sanitize AI code
clouduser pushed to master at clouduser/nocloud-core 2026-07-21 22:58:04 +03:00
0f2cb0384c feat(protocol): parse and validate binary packet headers
clouduser pushed to master at clouduser/nocloud-core 2026-07-18 21:58:42 +03:00
9f2d7f635e feat(protocol): add initial parser for common message header
clouduser pushed to master at clouduser/nocloud-core 2026-07-18 17:23:34 +03:00
359337bc10 added protocol.MD
1611d1c70b added protocol.MD
Compare 2 commits »
clouduser pushed to master at clouduser/nocloud-core 2026-07-17 19:53:50 +03:00
e4e0bf33f0 refactor: decompose connection logic into a separate file
clouduser pushed to master at clouduser/nocloud-core 2026-07-17 19:25:22 +03:00
af507127bf feat: add automatic detection of host IP address
clouduser pushed to master at clouduser/nocloud-core 2026-07-10 22:52:26 +03:00
d921be7696 Add per-connection state and async handlers
clouduser pushed to master at clouduser/nocloud-core 2026-07-10 22:22:32 +03:00
b7b028fc92 Add release build config
clouduser pushed to master at clouduser/nocloud-core 2026-07-10 21:40:08 +03:00
1f9ec39381 refactor: migrate echo server to Tokio runtime
clouduser pushed to master at clouduser/nocloud-core 2026-07-10 20:30:24 +03:00
cca916896e Code: remove unused assignment.