aboutsummaryrefslogtreecommitdiffstats
path: root/main.h
Commit message (Collapse)AuthorAgeFilesLines
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-201/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adopt build system for new structure --HG-- rename : cfg_file.h => src/cfg_file.h rename : cfg_file.l => src/cfg_file.l rename : cfg_file.y => src/cfg_file.y rename : cfg_utils.c => src/cfg_utils.c rename : controller.c => src/controller.c rename : filter.c => src/filter.c rename : filter.h => src/filter.h rename : fstring.c => src/fstring.c rename : fstring.h => src/fstring.h rename : main.c => src/main.c rename : main.h => src/main.h rename : mem_pool.c => src/mem_pool.c rename : mem_pool.h => src/mem_pool.h rename : memcached-test.c => src/memcached-test.c rename : memcached.c => src/memcached.c rename : memcached.h => src/memcached.h rename : perl.c => src/perl.c rename : perl.h => src/perl.h rename : plugins/regexp.c => src/plugins/regexp.c rename : plugins/surbl.c => src/plugins/surbl.c rename : protocol.c => src/protocol.c rename : protocol.h => src/protocol.h rename : upstream.c => src/upstream.c rename : upstream.h => src/upstream.h rename : url.c => src/url.c rename : url.h => src/url.h rename : util.c => src/util.c rename : util.h => src/util.h rename : worker.c => src/worker.c
* * Add determining page size function to mem_pool libraryVsevolod Stakhov2008-10-261-1/+14
| | | | * Add simple statistic structure that is placed in shared memory and used for gathering server's stats
* * Add main logging functions (log to file, syslog and console)Vsevolod Stakhov2008-10-261-0/+2
| | | | * Handle log reopening
* * Add ability to handle multiply recipientsVsevolod Stakhov2008-10-251-1/+1
| | | | * Reflect changes to perl library
* * Stylify and fix util functions that was gathered from libutil code (memory ↵Vsevolod Stakhov2008-10-241-0/+3
| | | | | | | allocation) * Fix protocol and network functions * Fix some memory allocation issues
* * Add initial implementation of control interfaceVsevolod Stakhov2008-10-231-1/+13
|
* * Parse header regexps in other way (header_name=/some_regexp/flags)Vsevolod Stakhov2008-10-201-1/+1
|
* * Implement composite symbolscebka@cebka-laptop2008-10-141-1/+0
|
* * Implement expression parser (convertor to inverse polish record)cebka@cebka-laptop2008-10-131-0/+11
| | | | | | * Improve configure system by implementing dependencies * Add .depend files for subdirs that requre it * Write simple test for expressions parser
* * Write protocol output functionscebka@cebka-laptop2008-10-101-0/+5
| | | | * Fix test suite build under linux
* * Add filter processing function which implements new filter's logiccebka@mailsupport.rambler.ru2008-09-241-1/+9
|
* * Rework logic of filterscebka@mailsupport.rambler.ru2008-09-231-23/+5
| | | | * Add some documentation to rspamd (about new filters logic and about protocol)
* * Place all protocol logic in separate filecebka@mailsupport.rambler.ru2008-09-201-0/+3
| | | | | | - simplify protocol parsing logic - add compatibility with sa-spamd - TODO: add protocol output for all commands
* * Add memory pool support.cebka@mailsupport.rambler.ru2008-09-181-0/+3
| | | | | | - memory pools would be used in modules for allocating task specific data without freeing it separately - memory pools growth is implemented as multiplying by 2 its length (for avoiding multiply reallocs) - when memory pool is freed all data that was allocated from this pool is freed too
* * Use glib logger and regexp matching functionsVsevolod Stakhov2008-09-081-4/+4
|
* * Add initial implementation of surbl check moduleVsevolod Stakhov2008-09-031-1/+1
|
* * Add implementation of save point for async events in rspamd filtersVsevolod Stakhov2008-08-221-1/+10
|
* * Add filters logicVsevolod Stakhov2008-08-211-0/+25
| | | | | | * Perl should use separate memcached context for its operations (just do memcpy with the same socket) TODO: add block mechanics here to avoid memcached connection closing before perl operation is finished * Change logic of perl chain filter
* * Rewrite perl module for new XS, now perl filters got only object of rspamd ↵Vsevolod Stakhov2008-08-201-0/+4
| | | | | | | | module that provides access to every part of message * Add memcached access api for perl * Reorganize Makefile, add .PHONY targets * Fix memcached module as now we cannot write or read several keys in async mode
* * Add initial implementation of rspamd XS moduleVsevolod Stakhov2008-08-191-0/+13
|
* * Add additional headers support in protocolVsevolod Stakhov2008-08-181-0/+5
|
* * Add initial implementation of C modules APIVsevolod Stakhov2008-08-141-1/+3
|
* * Add C api for calling perl filtersVsevolod Stakhov2008-06-251-0/+10
|
* * Add initial support of perl filtersVsevolod Stakhov2008-06-241-0/+1
|
* * Add initial version of URLs parser (still need to make PCRE parse all ↵Vsevolod Stakhov2008-06-111-0/+5
| | | | | | pattern matches) * Link with PCRE
* * Add gnome mime parser to rspamdVsevolod Stakhov2008-06-091-1/+16
| | | | | * Add some protocol parser with evbuffer * Add pkg-check to configure script for detecting gmime and glib
* * Add skeletonVsevolod Stakhov2008-05-081-0/+71