aboutsummaryrefslogtreecommitdiffstats
path: root/config.c
Commit message (Collapse)AuthorAgeFilesLines
* refactor: implement data-driven config parsing using `offsetof`verdant2026-05-201-26/+108
| | | | | Replace the bloated, hardcoded if-else chains in parse_config with a static lookup table based on offsetof
* Format and split codeverdant2026-05-191-90/+94
|
* Modify config API nameVerdant2026-05-171-6/+8
| | | | | enable_time -> time enable_key_counter -> key_counter
* Add config parser and routeverdant2026-05-171-0/+117