MayaTheShy
  • Joined on 2025-08-30
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-29 01:12:12 -04:00
3c40cf9ef4 fix: change log level from info to debug for network message queuing and processing
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-29 01:11:35 -04:00
aa5f711fe4 fix: acknowledge duplicate commands to prevent sender retries
5a83d89509 fix: implement reliable modem command delivery with acknowledgment and retry mechanism
Compare 2 commits »
MayaTheShy transferred repository MayaTheShy/lvra.gitlab.io to LinuxVR_Adventure/lvra.gitlab.io 2026-03-29 01:06:28 -04:00
MayaTheShy pushed to main at MayaTheShy/ConnectionThrottler 2026-03-29 01:01:26 -04:00
79004d9004 Initial Upload
MayaTheShy pushed to main at MayaTheShy/ConnectionThrottler 2026-03-29 01:00:02 -04:00
2ba4f2504d Update README.md
MayaTheShy created repository MayaTheShy/ConnectionThrottler 2026-03-29 00:59:10 -04:00
MayaTheShy pushed to master at MayaTheShy/cc-platform-core 2026-03-29 00:35:26 -04:00
caf82ba81d feat(webbridge): implement asynchronous WebSocket connection handling
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-29 00:24:01 -04:00
bb15c78ca9 fix: improve monitor alias detection and registration for better peripheral handling
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-29 00:02:14 -04:00
4be2d7be8f fix: replace sleep(0) with os.pullEvent() + add diagnostic logging
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-28 23:41:22 -04:00
9396fbd81a fix: enhance monitor detection to handle adjacent peripherals correctly
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-28 23:41:13 -04:00
ec1a681924 fix: replace custom event wake-up with polling, remove craftItem double-capture
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-28 23:12:01 -04:00
36612ecc9f fix: split Network-listener into capture/processor to prevent modem_message loss
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-03-28 22:38:29 -04:00
0a66cad13a fix(docker): clone platform from git instead of additional_contexts
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-28 22:38:28 -04:00
badde91336 fix(docker): clone platform from git instead of additional_contexts
MayaTheShy pushed to main at MayaTheShy/Inventory-Manager-CC 2026-03-28 22:35:58 -04:00
c3344288a8 fix(docker): resolve @cc-platform/server file: dep in container build
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-03-28 22:35:57 -04:00
f008a9e665 fix(docker): resolve @cc-platform/server file: dep in container build
MayaTheShy pushed to master at MayaTheShy/cc-platform-core 2026-03-28 22:18:00 -04:00
63e110f2ee fix(package): update repository URL to use master branch
MayaTheShy pushed to main at MayaTheShy/Opus 2026-03-28 22:17:09 -04:00
b4b5f13b23 Update platform package URL to point to the correct master branch
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-03-26 16:31:41 -04:00
ed612f3e38 refactor: enhance message handling for dual-mode channel compatibility using Channels.match()
dcd9e22b6f refactor: enhance command processing for dual-mode channel compatibility
f1c8f08272 refactor: enhance status message handling for dual-mode channel compatibility
ffb6d679c0 refactor: enhance status message handling for dual-mode channel compatibility
ea90a860e9 refactor: enhance channel message handling with dual-mode support for legacy and target channels
Compare 5 commits »
MayaTheShy pushed to master at MayaTheShy/cc-platform-core 2026-03-26 16:31:40 -04:00
611bc1236c feat(channels): add Channels.match() API and switch default to target mode