]> source.dussan.org Git - rspamd.git/commit
* Add rolling history feature saving last 200 scanned messages.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 7 Jan 2013 14:32:15 +0000 (18:32 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 7 Jan 2013 14:32:15 +0000 (18:32 +0400)
commit012167478aa431136aa5e1522d38f6fc971868b5
tree2b90063b6d5cb113407352fe675a03cad1d83cc8
parent8a29ee5d72c589b47d81e32047361f90702a7cf3
* Add rolling history feature saving last 200 scanned messages.
Add /history command handler in webui.
lib/CMakeLists.txt
src/main.c
src/main.h
src/protocol.c
src/roll_history.c [new file with mode: 0644]
src/roll_history.h [new file with mode: 0644]
src/smtp_utils.c
src/util.c
src/util.h
src/webui.c