]> the.earth.li Git - onak.git/commitdiff
Change config format to a cleaner .ini style
authorJonathan McDowell <noodles@earth.li>
Tue, 7 Jun 2016 11:23:18 +0000 (12:23 +0100)
committerJonathan McDowell <noodles@earth.li>
Tue, 7 Jun 2016 14:19:21 +0000 (15:19 +0100)
onak's config file format grew from the pksd config style. pksd is long
obsolete and there are a number of features it would be nice to support
in onak which this config format makes hard to support cleanly. Move to
a .ini style config file, with [section] and name=value definitions. The
old format is still supported and at present an old style config is
searched for first to ensure smooth upgrades, but any new config options
will only be supported by the new style.

Additionally add tests against both old + new config styles for all
backends.


No differences found