Overlord
  • Er, der dieses Gitea schuf.

  • Joined on 2025-09-24
Overlord pushed to develop at Overlord/porthole 2026-08-14 10:41:04 +00:00
6e6b5c1393 Replace mid-sentence dashes in comments with commas/semicolons
40437bf78c Remove spec §N.N citations from comments, keep them self-contained
3d927e25d1 (initial) Align formatting and code style to project standards.
2dd61206a9 Add live_test.sh: full automated integration suite against a real SSH server
Compare 4 commits »
Overlord pushed to develop at Overlord/porthole 2026-08-14 09:45:40 +00:00
ab0fd69503 Show [name] for optional positionals, allow filtering import by name too
5ce0614cad Fix transfer rough edges: value-name hint, identity warnings, single-profile export
125d72c918 Add transfer subcommand for bulk profile export/import
0e15ac061b updated spec
610571fc70 Harden forced ssh flags: accept-new host keys, block multiplexing, tighten identity auth
Compare 5 commits »
Overlord created branch develop in Overlord/porthole 2026-08-13 17:03:54 +00:00
Overlord pushed to develop at Overlord/porthole 2026-08-13 17:03:54 +00:00
0aab042859 release build opts
1b947fec24 Standardize error messages, formatting, and code style. Refine --help text for consistency. Update comments for clarity and tone alignment.
e36360e18c Normalize user-facing --help text for tone/format consistency
4170d51cf5 Show real mapping grammar in --help, make --via repeatable, trim comments
Compare 10 commits »
Overlord created repository Overlord/porthole 2026-08-13 13:12:24 +00:00
Overlord pushed to develop at Overlord/vmic 2026-08-11 20:08:59 +00:00
3bac7c7472 Expand and clarify README.md with updated workflows, examples, and testing instructions.
Overlord created branch develop in Overlord/vmic 2026-08-11 19:53:37 +00:00
Overlord pushed to develop at Overlord/vmic 2026-08-11 19:53:37 +00:00
45f2f13970 Add support for multi-character flag aliases and enhance argument handling
b9b9986833 Add comprehensive live integration test suite in live_test.rs.
ab99a9da3e Add live integration test suite for vmic
50849540fa Add support for --loopback-no-mix flag and topology synchronization
493f91bc28 Add support for --loopback-no-mix flag and topology synchronization
Compare 8 commits »
Overlord created repository Overlord/vmic 2026-08-09 08:14:17 +00:00
Overlord pushed to develop at Overlord/zocket 2026-08-08 16:02:52 +00:00
69be6470b3 improved copy-safety, refined shared state handling, extended tests, updated comments
Overlord pushed to develop at Overlord/zocket 2026-08-08 08:37:38 +00:00
5c1ad319bc made logger copy-safe, clarified shared state, updated comments
34cad1c078 qol test comment fix
Compare 2 commits »
Overlord pushed to develop at Overlord/zocket 2026-08-07 22:08:36 +00:00
0d3e97423a qol fix error handling in deinit
Overlord pushed to develop at Overlord/zocket 2026-08-07 22:02:16 +00:00
f1b07147b1 enhanced logger: add fixed-width [LEVEL] prefixes, introduce fatalLog for .fatal messages, improve alignment and error handling, made fatal noreturn
963f1611fb updated logger: integrate mutex into WriterState (move-safety), fix lock/unlock logic in deinit
bea0b6668a enhanced logger: move-safety, add fatal log level, refine buffering and error handling
Compare 3 commits »
Overlord pushed to develop at Overlord/zocket 2026-08-06 08:49:09 +00:00
31c74fc960 logger tests; verify buffering, flushing, and overflow behavior
d56010b064 refactor build system: separate test module and streamline test dependencies
Compare 2 commits »
Overlord pushed to develop at Overlord/zocket 2026-08-06 07:36:54 +00:00
7ae1907189 refined build configuration
2a6ade9bf7 unify configuration path resolution between dev and prod (use zig build run -- --path "config/config.toml")
Compare 2 commits »
Overlord pushed to develop at Overlord/zocket 2026-08-04 09:18:44 +00:00
7c97ad554e Introduce logging module with a minimal, thread-safe logger implementation
Overlord pushed to develop at Overlord/zocket 2026-08-03 20:36:17 +00:00
a8ff9d95bb Introduce signals module for signal handling
Overlord pushed to develop at Overlord/zocket 2026-08-03 10:43:57 +00:00
2688cacfa7 Refactor memory utilities: unify validation logic, adjust return types, and clean up main.zig formatting.
Overlord pushed to develop at Overlord/zocket 2026-08-03 10:42:16 +00:00
2bd517eee1 Fix formatting inconsistency in variable initialization for tmp_arena.
Overlord pushed to develop at Overlord/zocket 2026-08-03 10:39:00 +00:00
f2904076f3 Refactor deinitIfLive and deinitIfExists: improve return type handling and pointer validation; comment out unused build options