Commit Graph
44 Commits
Author SHA1 Message Date
onyx_online 0fe373d1d1 replace logrus with charmbracelet/log 2026-02-16 01:13:05 +00:00
onyx_online e0668d11d9 upd go version in go.mod 2026-02-16 01:11:48 +00:00
onyx_online f3853f6a4d rename taskfile version var 2026-02-16 01:04:08 +00:00
onyx_online c4e2dacee9 add --version flag
ensure version is injected at build time in makefile/taskfile
2026-02-16 00:55:17 +00:00
onyx_online 3be7ddb36b ensure we return closer from run() 2026-02-16 00:11:50 +00:00
onyx_online c22b07808f upd imgs 2026-02-15 19:37:41 +00:00
onyx_online c015770c2c add v0.4.0 to CHANGELOG 2026-02-15 18:35:52 +00:00
onyx_online cd15e89837 add macos target to goreleaser config 2026-02-15 18:31:25 +00:00
onyx_online c3e8013c4f make the example implementation a little more useful with a timeouts map. 2026-02-15 18:29:14 +00:00
onyx_online 89dd2d2eb1 replace exitOnError with deferred exit function.
this ensures the closer() cleanup function is always called
2026-02-15 18:24:59 +00:00
onyx_online c04301562e add macos target to Taskfile/makefile 2026-02-15 17:21:47 +00:00
onyx_online e25104091d add golangci-lint config + action 2026-02-15 17:21:05 +00:00
onyx_online c478598112 add chore: to changelog filter 2026-01-28 21:44:22 +00:00
onyx_online 35ffa55fb9 -loglevel now of string type
Auto-Update Go Modules / update-go-modules (push) Has been cancelled
update Logging section in README.

upd CHANGELOG
2025-04-05 22:46:58 +01:00
onyx_online 7782e7f8bf add update and release actions
Auto-Update Go Modules / update-go-modules (push) Has been cancelled
2025-02-17 13:31:09 +00:00
onyx_online 09f316e5f4 run through formatter 2025-02-07 23:25:29 +00:00
onyx_online 430e9be1f7 reorder tasks 2025-02-03 18:18:10 +00:00
onyx_online a27809643a add taskfile 2025-02-03 18:16:38 +00:00
onyx_online 485978956c send 'status' if not in interactive and no commands passed
remove interactive global var.
2025-02-03 17:26:42 +00:00
onyx_online c51dba5ead add link to q3rcon-proxy 2024-11-29 04:25:56 +00:00
onyx_online 0bc19a718b add section 0.1.0 to CHANGELOG 2024-11-29 01:09:30 +00:00
onyx_online adebc61b98 change -P flag to -r for setting rcon password
update README
2024-11-29 01:07:05 +00:00
onyx_online 51ff562ac4 use EqualFold 2024-11-25 19:08:02 +00:00
onyx_online 313d96fffa Create LICENSE 2024-11-25 03:43:02 +00:00
onyx_online cbc8ee5543 add section 0.0.3 to CHANGELOG 2024-11-24 13:18:49 +00:00
onyx_online 3e1088d625 {Rcon}.login no longer exported.
split the cmd from its args when checking timeout map.

remove final TrimPrefix, it's already handled in {Rcon}.listen()
2024-11-24 13:13:07 +00:00
onyx_online 65ab17b9c9 add whitespace for readability 2024-11-22 13:20:27 +00:00
onyx_online d180c455a3 fix typo 2024-11-09 18:59:01 +00:00
onyx_online b20bca0c77 Request now uses reusable buffer 2024-11-08 15:31:30 +00:00
onyx_online 7d787324a7 move option functions into option.go 2024-11-08 15:31:13 +00:00
onyx_online 8c1bc0f04c move listen() into Rcon
rename channel variables
2024-11-08 15:30:47 +00:00
onyx_online dd1d530d44 add img/ 2024-11-04 22:01:01 +00:00
onyx_online f2752f5609 print usage message if not in interactive mode, and no rcon commands passed 2024-11-04 21:23:45 +00:00
onyx_online 05ee3f1912 reword 2024-11-04 17:46:11 +00:00
onyx_online a7702c8050 add functional option WithLoginTimeout
use it to set the login timeout
2024-11-04 16:13:31 +00:00
onyx_online 08af9d3388 fix -p flag usage message 2024-11-04 15:30:03 +00:00
onyx_online 46d3e3fa4a left align example snippets 2024-11-04 15:10:12 +00:00
onyx_online 07ffd98e7a remove Logging highlight 2024-11-04 15:05:57 +00:00
onyx_online bc373e72ae add your own implementation section 2024-11-04 15:05:13 +00:00
onyx_online 566c3c9312 type fix
add -i shorthand
2024-11-04 14:55:49 +00:00
onyx_online 7df5b21588 add notes about CLI usage.
add logging section
2024-11-04 14:54:00 +00:00
onyx_online a8f9e844dd add README + CHANGELOG 2024-11-04 14:47:34 +00:00
onyx_online f749fbd4b4 rename done channel
pass {conn}.Listen() an error channel
2024-11-04 14:42:31 +00:00
onyx_online 2461a0116c first commit 2024-11-04 13:33:53 +00:00