home · contact · privacy
Make client's commandDB reading use new parsing / config file format.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 3 Apr 2014 02:50:36 +0000 (04:50 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 3 Apr 2014 02:50:36 +0000 (04:50 +0200)
commit6245b251886853269262bc77d0f0378c28e241bc
tree9cc330ad66a988ea8de43f080bbde3b25d951402
parent895ac8aaa7694f3e1759abe4de934eaafdb8d009
Make client's commandDB reading use new parsing / config file format.

Those new parsing methods are outsourced from src/server/configfile.c
to src/common/parse_file.c. CommandDB file parsing now also checks
against doubly declared commands.
src/client/command_db.c
src/client/command_db.h
src/common/parse_file.c [new file with mode: 0644]
src/common/parse_file.h [new file with mode: 0644]
src/server/configfile.c