Commit Graph

9 Commits

Author SHA1 Message Date
Kyle Fuller 19de8d3565 Ignore the .version_extra file 2012-12-22 17:44:20 +00:00
Kyle Fuller 9be208c242 Drop znc-config, change znc-buildmod so it doesn't need znc-config
This fixes issues where znc-buildmod was grabbing a different ZNC installation
from path.
2012-07-04 22:21:37 +01:00
Kyle Fuller 0a56a0281b zncconfig.h has moved to include/znc
__pycache__ is now used on python3.2 for cache files
2011-10-18 19:26:45 +00:00
Uli Schlachter da0ba75549 Fix CString::Escape_n() and add some tests for it
This bug was originally reported by someone on irc, but sadly I forgot who it
was. Sorry!

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-08-05 16:09:22 +02:00
Uli Schlachter 70c7745899 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>
2011-04-01 21:43:05 +02:00
Alexey Sokolov 3c2e103aad Add *.pyc and modperl/functions.cpp to .gitignore 2011-02-22 20:07:45 +06:00
Uli Schlachter 1aed330825 Fix .gitignore
The following files where incorrectly ignored:

./configure.ac
./modules/modpython/znc.py

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-02-22 14:57:25 +01:00
Uli Schlachter 86c0e97c85 .gitignore: Add some more rules
This now also ignores the generated files due from modpython and modperl and
some more fun.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-02-14 17:19:29 +01:00
Kyle Fuller daa610b902 Add a .gitignore file 2011-02-13 21:16:13 +00:00