]> source.dussan.org Git - rspamd.git/commit
* Reorganze lua support in rspamd
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 31 Aug 2009 11:34:09 +0000 (15:34 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 31 Aug 2009 11:34:09 +0000 (15:34 +0400)
commit155f154d7aa04a7132a675b8040cbf7657b8dc68
tree7f2e9ff7f5fc44e27c5b6e8065954a105fadbcb6
parentd77c3021ccbdf4994c8a5681ec99b99d978cb044
* Reorganze lua support in rspamd
13 files changed:
CMakeLists.txt
src/cfg_file.h
src/cfg_file.y
src/filter.c
src/lua-rspamd.h [deleted file]
src/lua.c [deleted file]
src/lua/CMakeLists.txt [new file with mode: 0644]
src/lua/lua_common.c [new file with mode: 0644]
src/lua/lua_common.h [new file with mode: 0644]
src/lua/lua_config.c [new file with mode: 0644]
src/lua/lua_message.c [new file with mode: 0644]
src/lua/lua_task.c [new file with mode: 0644]
src/main.c