index
:
slbr
api-server
bugfix-ci-test
master
refactor-common
restart-cooldown
Simple lightweight Bilibili live recorder.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Age
Commit message (
Expand
)
Author
2023-07-29
Make API server endpoint configurable in config file & CLI arg
api-server
Keuin
2023-07-29
Add API server
Keuin
2023-07-11
Refactor: move data structures to a separate package to avoid circular depend...
Keuin
2023-07-02
Refactor: move RoomId type to the correct package. Type all room ID usages.
Keuin
2023-07-01
Refactor: replace homemade result handling with library.
Keuin
2022-09-15
Use io.CopyN to utilize zero copy technique.
Keuin
2022-09-12
Improve config `allowed_network_types`.
v0.3.0
Keuin
2022-09-12
Bugfix: occasionally the program won't start because of a racing condition.
v0.2.1
Keuin
2022-09-10
Rename module path to GitHub repo.
Keuin
2022-09-10
Bugfix: wrong error message when the program is run without any argument.
Keuin
2022-09-10
Fix task is not properly restarted when the live is closed and started again.
Keuin
2022-09-08
Print shutdown logs properly. Handle multiple signal channels using in one go...
Keuin
2022-09-08
Remove redundant ".". Better default values.
Keuin
2022-09-08
Remove redundant "."
Keuin
2022-09-08
Add watch restart sleep.
Keuin
2022-09-08
Correctly handle signals on exit.
Keuin
2022-09-08
Completely fix timing of goroutines. Implement graceful shutdown correctly.
Keuin
2022-09-08
Pretty task profile display.
Keuin
2022-09-08
Bugfix: process won't quit when sending Ctrl-C.
Keuin
2022-09-08
Load config from file or cli.
Keuin
2022-09-07
First working version. Just a POC.
Keuin