]> source.dussan.org Git - rspamd.git/commit
Add /maps and /getmap commands to webui.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Sun, 6 Jan 2013 16:33:31 +0000 (20:33 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Sun, 6 Jan 2013 16:33:31 +0000 (20:33 +0400)
commit6af303bd3ab37702ad4a6d50b74e95d2a2808e85
tree044acffcfe2dd8527f914cdeb3949d5e93e70cee
parent1d63fed447d8b74d81468a57af9773773f654210
Add /maps and /getmap commands to webui.
Identify maps by id.
Initialize secure random numbers using openssl.
Add description to maps.
17 files changed:
src/cfg_utils.c
src/cfg_xml.c
src/dynamic_cfg.c
src/logger.c
src/lua/lua_config.c
src/main.c
src/map.c
src/map.h
src/plugins/dkim_check.c
src/plugins/fuzzy_check.c
src/plugins/regexp.c
src/plugins/spf.c
src/plugins/surbl.c
src/settings.c
src/settings.h
src/view.c
src/webui.c