summaryrefslogtreecommitdiff
path: root/recording/config.go
AgeCommit message (Collapse)Author
2023-07-11Refactor: move data structures to a separate package to avoid circular ↵Keuin
dependency.
2023-07-02Refactor: move RoomId type to the correct package. Type all room ID usages.Keuin
2022-09-15Use io.CopyN to utilize zero copy technique.Keuin
2022-09-12Feature: use alternative file extension name when the downloading is not ↵v0.2.0Keuin
completed.
2022-09-10Rename module path to GitHub repo.Keuin
2022-09-08Support specify IP network type (ipv4, ipv6, in arbitrary combination and ↵Keuin
priority)
2022-09-08Add watch restart sleep.Keuin
2022-09-08Support custom file write buffer size.Keuin
2022-09-08Pretty task profile display.Keuin
2022-09-08Load config from file or cli.Keuin
2022-09-07First working version. Just a POC.Keuin