]> source.dussan.org Git - rspamd.git/commit
* Bugfixes:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 20 Apr 2010 12:32:23 +0000 (16:32 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 20 Apr 2010 12:32:23 +0000 (16:32 +0400)
commit2d8eebcf7a0951d3d1189ddface7678fea76dd4c
tree7a1748e4d3633c3b8def3de8f2a08fb370c7e61d
parentd4b35de4315753629ac5b107968e6194eac85d24
* Bugfixes:
  - handle '\' characters in lua strings correctly
  - fix lua initialization
  - avoid of using global lua state (global L)
  - fix listen sockets hash to allow multiply workers of same type but on different listen sockets
  - fix modules options inserting to allow multiply options of the same name
  - fix parsing of lua options
  - fix lua rules
14 files changed:
conf/lua/regexp/drugs.lua
conf/lua/regexp/fraud.lua
conf/lua/regexp/headers.lua
conf/lua/regexp/lotto.lua
conf/lua/rspamd.lua
src/cfg_file.h
src/cfg_utils.c
src/cfg_xml.c
src/classifiers/winnow.c
src/controller.c
src/lua/lua_cfg_file.c
src/lua/lua_common.c
src/lua/lua_common.h
src/main.c