]> source.dussan.org Git - rspamd.git/commit
* Add ability to lookup CDB maps from lua
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Sat, 5 Mar 2011 19:47:28 +0000 (22:47 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Sat, 5 Mar 2011 19:47:28 +0000 (22:47 +0300)
commitc9af649b3316857e77ec3509ca93c4a4ff37f477
tree5b997f78a49366d3bb07f32cae29ed6b4dd25cf4
parent5b4b47c6c4d81d0ca082617293d7284396998e0d
* Add ability to lookup CDB maps from lua
* Add cdb:// map to multimap plugin
CMakeLists.txt
src/cdb/CMakeLists.txt [new file with mode: 0644]
src/cdb/cdb.h [new file with mode: 0644]
src/cdb/cdb_find.c [new file with mode: 0644]
src/cdb/cdb_init.c [new file with mode: 0644]
src/cdb/cdb_make.c [new file with mode: 0644]
src/lua/CMakeLists.txt
src/lua/lua_cdb.c [new file with mode: 0644]
src/lua/lua_common.c
src/lua/lua_common.h
src/plugins/lua/multimap.lua