mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
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>
41 lines
636 B
Plaintext
41 lines
636 B
Plaintext
/znc
|
|
/man/*.gz
|
|
.depend
|
|
|
|
# Generated by autogen.sh
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/config.*
|
|
/configure
|
|
/install-sh
|
|
/zncconfig.h.in
|
|
|
|
# Generated by configure
|
|
Makefile
|
|
*.pc
|
|
/zncconfig.h
|
|
/znc-buildmod
|
|
/znc-config
|
|
|
|
# modperl and modpython generated code
|
|
/modules/modperl/functions.cpp
|
|
/modules/modperl/ZNC.cpp
|
|
/modules/modperl/ZNC.pm
|
|
/modules/modperl/swigperlrun.h
|
|
/modules/modpython/_znc_core.cpp
|
|
/modules/modpython/compiler
|
|
/modules/modpython/functions.cpp
|
|
/modules/modpython/swigpyrun.h
|
|
/modules/modpython/znc_core.py
|
|
/modules/modpython/*.pyc
|
|
/modules/*.pyc
|
|
|
|
/test/ConfigTest
|
|
|
|
# Compiled Object files
|
|
*.o
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
|