~vcs-imports-ii/znc/master

« back to all changes in this revision

Viewing changes to .gitignore

  • 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>

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
/modules/modpython/*.pyc
31
31
/modules/*.pyc
32
32
 
 
33
/test/ConfigTest
 
34
 
33
35
# Compiled Object files
34
36
*.o
35
37