]> source.dussan.org Git - rspamd.git/commit
* Introduce new system of worker's and modules initialization:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 16 Jan 2012 16:59:37 +0000 (20:59 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 16 Jan 2012 16:59:37 +0000 (20:59 +0400)
commit9bacf0d835d66aaddcdb9e664a34364f25ed2554
tree8aa7287724a3abce1b6b63dc7215e101d44eb87d
parent9f2cb66ccbce8cd0fb659b79063bcebf1d816a1d
* Introduce new system of worker's and modules initialization:
  - Removed legacy limitation of worker's types;
  - Using GQuarks to identify workers and modules;
  - Remove modules.sh script;
  - Add a common system of workers and modules;
  - Write management and configuration for new architecture.
26 files changed:
CMakeLists.txt
config.h.in
src/cfg_file.h
src/cfg_utils.c
src/cfg_xml.c
src/controller.c
src/fuzzy_storage.c
src/fuzzy_storage.h
src/kvstorage_server.c
src/kvstorage_server.h
src/lmtp.c
src/lmtp.h
src/logger.c
src/logger.h
src/main.c
src/main.h
src/plugins/chartable.c
src/plugins/fuzzy_check.c
src/plugins/regexp.c
src/plugins/spf.c
src/plugins/surbl.c
src/smtp.c
src/smtp.h
src/util.c
src/util.h
src/worker.c