-
Committer:
Uli Schlachter
-
Date:
2011-04-01 19:43:05 UTC
-
Revision ID:
git-v1:70c7745899c659c5b85ea592cb221208a0a6cad0
Overhaul the config parsing
This moves stuff to a two-step model. First, the new class CConfig reads the
config file, parses it and creates a in-memory model of stuff. Only then do we
actually go forward and apply the stuff.
The upside of this is that some config errors are caught before we change
anything on the running upside.
Let's see how much stuff this broke...
Signed-off-by: Uli Schlachter <psychon@znc.in>