aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Set timeout for reqwestHEADmasterdilluti0n12 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 macrodilluti0n12 days1-35/+16
| | | | I mean ... what was I thinking at this time??
* Update reqwest to 0.13dilluti0n13 days2-269/+473
| | | | Signed-off-by: dilluti0n <[email protected]>
* Do not apply jitter during startup/SIGHUPdilluti0n13 days1-4/+0
| | | | | This is more convenient because this ables to see the list of currently running channels on SIGHUP.
* Update readme for SIGHUP supportdilluti0n2026-08-111-0/+3
|
* Prevent script logs appear in the existing terminaldilluti0n2026-08-111-1/+1
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Add SIGHUP support to reload config without restartingdilluti0n2026-08-112-19/+47
| | | | | Closes: https://github.com/dilluti0n/chzzkd/issues/1 Signed-off-by: Hee-Suk Kim <[email protected]>
* Add resolve_cfg_pathdilluti0n2026-08-114-73/+124
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* docs: readme: add how to daemonizedilluti0n2026-07-131-0/+6
| | | | Signed-off-by: dilluti0n <[email protected]>
* docs: add README.mddilluti0n2026-07-131-0/+73
| | | | Signed-off-by: dilluti0n <[email protected]>
* Add CHZZKD_ID to hook envdilluti0n2026-07-131-1/+2
| | | | Signed-off-by: dilluti0n <[email protected]>
* Add toml configuration supportdilluti0n2026-07-134-66/+240
| | | | 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-123-8/+247
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Implement basic request poll loopdilluti0n2026-07-123-5/+152
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Req to poll endpoint and deserialize res with serdedilluti0n2026-07-123-2/+1475
| | | | Signed-off-by: Hee-Suk Kim <[email protected]>
* Initial commitdilluti0n2026-07-124-0/+17
Signed-off-by: Hee-Suk Kim <[email protected]>