]> source.dussan.org Git - rspamd.git/commit
* Introduce new system of workers spawning and configuring, now rspamd can be easily...
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Wed, 17 Jun 2009 15:31:48 +0000 (19:31 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Wed, 17 Jun 2009 15:31:48 +0000 (19:31 +0400)
commitbca226772e9747a4587866a50122d4a8f7973b26
treeaae459617c9b3a7a82dd0b9e2a8b03be11e3ff52
parent453ecf68e3b51941944dbc3b1dece11342be3810
* Introduce new system of workers spawning and configuring, now rspamd can be easily extended by new types of wrokers
* Rework config system and avoid from using queue (3) lists
* Upgrade version to 0.2.0 as config format is now incompatible with older one
16 files changed:
CMakeLists.txt
rspamd.conf.sample
src/cfg_file.h
src/cfg_file.l
src/cfg_file.y
src/cfg_utils.c
src/controller.c
src/filter.c
src/filter.h
src/lmtp.c
src/lmtp.h
src/main.c
src/main.h
src/plugins/regexp.c
src/plugins/surbl.c
src/worker.c