aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Set timeout for reqwestHEADmasterdilluti0n13 days1-0/+1
| | | | | | Here timeout is needed since reqwest does not set timeout. Hardcode it since the runtime will sleep cfg.timeout * 2^err *more* anyway since network error happen.
* Drop (literally) obscured macrodilluti0n13 days1-35/+16
| | | | I mean ... what was I thinking at this time??
* Do not apply jitter during startup/SIGHUPdilluti0n14 days1-4/+0
| | | | | This is more convenient because this ables to see the list of currently running channels on SIGHUP.
* Add SIGHUP support to reload config without restartingdilluti0n2026-08-111-18/+46
| | | | | Closes: https://github.com/dilluti0n/chzzkd/issues/1 Signed-off-by: Hee-Suk Kim <[email protected]>
* Add resolve_cfg_pathdilluti0n2026-08-111-4/+40
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Add CHZZKD_ID to hook envdilluti0n2026-07-131-1/+2
| | | | Signed-off-by: dilluti0n <[email protected]>
* Add toml configuration supportdilluti0n2026-07-131-66/+119
| | | | Signed-off-by: dilluti0n <[email protected]>
* Implement hook script runnerdilluti0n2026-07-131-3/+21
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Add hook for each transitionsdilluti0n2026-07-131-20/+66
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Implement state transitiondilluti0n2026-07-131-17/+70
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Move event loop to methoddilluti0n2026-07-121-29/+37
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Add more examplesdilluti0n2026-07-121-0/+40
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Add env_loggerdilluti0n2026-07-121-3/+6
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Implement basic request poll loopdilluti0n2026-07-121-4/+100
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Req to poll endpoint and deserialize res with serdedilluti0n2026-07-121-2/+36
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Initial commitdilluti0n2026-07-121-0/+3
Signed-off-by: Hee-Suk Kim <[email protected]>