Commit graph

14 commits

Author SHA1 Message Date
Ivan
ad36e520a9
feat: cut hot-path CPU and RAM 2026-08-13 10:45:58 -05:00
Ivan
e9428f8a19
feat: add examples for announce, echo, and file transfer functionalities with detailed README documentation 2026-07-16 11:38:13 -05:00
Ivan
8f7ff60dc9
refactor(modules): update module paths and dependencies to quad4 namespace and support offline builds better. 2026-06-14 13:22:30 -05:00
Ivan
63960798d8
Update rest of the paths 2026-05-18 04:50:18 -05:00
Ivan
ca6228bf6e
chore(license header) update license from 0BSD to Apache-2.0 across multiple files 2026-04-30 02:08:36 -05:00
Ivan
62c2b1aabe
refactor: standardize constant naming and update copyright notices
- Updated copyright notices across multiple files to reflect the new ownership.
- Refactored constant names to follow Go naming conventions, changing from uppercase to camel case (e.g., `APP_NAME` to `AppName`).
- Adjusted logging levels in debug statements to use the new constants.
- Modified test files to align with the updated constant names and environment variable usage.
2026-04-19 17:07:05 -05:00
Ivan
116aa24b83
refactor(main, channel, identity, interfaces, link, packet, resource, transport): remove unused variables and functions to cleanup codebase 2026-04-12 19:10:11 -05:00
Ivan
b3e1500b12
feat(interfaces): update WebSocket frame reading with bounded size checks and improved error handling 2026-04-11 04:12:32 -05:00
Ivan
1af98b67b8
refactor(codebase): replace interface{} with any in multiple using go fix 2026-03-22 14:21:30 +03:00
Ivan
f0f56a8f00
cleanup(codebase) remove bearer and outdated or useless comments 2026-03-15 13:42:32 +03:00
Sudo-Ivan
52df8e539c
refactor(interfaces): remove unused WebSocket constants to simplify code 2026-03-10 23:26:32 -05:00
Sudo-Ivan
1d3a969742
chore: add SPDX license identifier and copyright notice 2025-12-31 20:44:58 -06:00
Sudo-Ivan
a59dca45a7
feat: improve logging in WebSocket interface for better debugging and error tracking 2025-12-30 23:45:46 -06:00
Sudo-Ivan
6fa0187ae1
feat: implement native WebSocket interface for connection and message handling 2025-12-30 21:15:01 -06:00