aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.y
Commit message (Collapse)AuthorAgeFilesLines
* * Handle and dump factors correctlyVsevolod Stakhov2010-04-081-127/+127
| | | | | | * Many fixes to processes spawning * Implement rereading of config * Fix stupid yacc with its stupid global vars
* * Modules sectionVsevolod Stakhov2010-04-081-11/+0
|
* * Wellcome to the XML worldVsevolod Stakhov2010-04-071-0/+2
|
* * Add classifiers and composites sections to dumpVsevolod Stakhov2010-04-061-0/+1
|
* * Add ability to classify only specific headers (for example Subject)cebka@lenovo-laptop2010-02-011-14/+1
|
* * Add ability to add normalizers for statfiles (custom functions written in ↵cebka@lenovo-laptop2010-01-131-1/+12
| | | | lua or simple internal normalizer)
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-0/+17
| | | | | | | | | - independent and customizeable buffering - line buffering - errors handling support - custom (ip based) debug - append function name automaticaly (based on __FUNCTION__) - add some logic to logs system
* * Add ability to specify pid file from command line (for rc scripts)Vsevolod Stakhov2009-12-211-1/+4
| | | | * Do not use flock directly in pidfile handling
* * Add limits support to each worker (max open files and max core size)Vsevolod Stakhov2009-12-181-1/+17
| | | | * Fix dependency on lex and yacc sources
* * Avoid mmap'ing in binlog as mmapped areas must be alignedVsevolod Stakhov2009-11-091-1/+51
| | | | | * Make binlog working for writing * Add config params for binlog
* * Add logging urls as it was required by rambler searchVsevolod Stakhov2009-11-061-1/+9
|
* * Implement new system of managing rspamd processesVsevolod Stakhov2009-10-301-41/+8
|
* * Add ability to check views by client's ip (that ip from which we have a ↵Vsevolod Stakhov2009-10-271-1/+14
| | | | connection to rspamd)
* * Add growing coefficient to factors consolidation callbackVsevolod Stakhov2009-10-161-2/+8
| | | | * Fix registering functions from lua
* * Add ability to skip check in viewsVsevolod Stakhov2009-10-161-3/+12
|
* * Add reject score setting for hard rejecting of mail (by Anton Nekhoroshin)Vsevolod Stakhov2009-10-021-1/+17
| | | | * Add rspamc protocol 1.1 (3 marks instead of 2)
* * Make composites workingVsevolod Stakhov2009-09-251-1/+1
| | | | * Document using of composites
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-141-55/+83
| | | | | | | * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh)
* * Make settings workingVsevolod Stakhov2009-09-081-0/+34
|
* * Add ability to call rspamd fucntions from lua apiVsevolod Stakhov2009-09-061-17/+44
| | | | | | * Make logging adaptive based on log speed (buffered vs unbuffered IO) * Fix lua API docs * Now lua modules can be loaded with glob patterns
* * Reorganze lua support in rspamdVsevolod Stakhov2009-08-311-4/+4
|
* * Fix symbol planning, add cache_file directive to config fileVsevolod Stakhov2009-07-141-1/+11
| | | | * Fix some errors
* * Rework the whole filters systemVsevolod Stakhov2009-07-131-29/+6
| | | | | | | * Add metrics optimization and symbols cache * Change all plugins [DRAGONS]: not for production usage, some things are still not working!
* * Add autolearn config optionsVsevolod Stakhov2009-07-031-0/+77
| | | | | * Fix parsing of invalid urls in html parser * Add ability to specify symbols in view parameter as comma-separated list
* * Add views support (not completely tested yet)Vsevolod Stakhov2009-06-291-0/+61
|
* * Introduce new system of workers spawning and configuring, now rspamd can ↵Vsevolod Stakhov2009-06-171-157/+136
| | | | | | | be easily extended by new types of wrokers * Rework config system and avoid from using queue (3) lists * Upgrade version to 0.2.0 as config format is now incompatible with older one
* * Enable support of google perf toolsVsevolod Stakhov2009-05-041-1/+12
|
* * Add raw mode flag for improving performance by avoiding expensive utf8 ↵Vsevolod Stakhov2009-04-211-1/+8
| | | | | | transforms * Improve FreeBSD start script by adding config test precmd
* * Fix error in regexp processingVsevolod Stakhov2009-03-311-1/+6
|
* * Add 3 functions:Vsevolod Stakhov2009-03-301-3/+3
| | | | | | | | - is_recipients_sorted - has_only_html_part - compare_recipients_distance * Update documentation * Fix build
* * Add message handling functions to lua APIVsevolod Stakhov2009-03-301-0/+10
| | | | | * Add ability to add lua code in config with .lua and .endlua * Add consolidation functions support that are written in perl or lua
* * Add initial LUA filters supportVsevolod Stakhov2009-03-271-1/+1
|
* * Add ability to build rspamd without perl supportVsevolod Stakhov2009-03-271-0/+5
| | | | | * Fix creating of uinx socket * Improve some build issues
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-0/+1
| | | | | | | | * Parse expressions with state machine which allows different kinds of arguments in expressions * Fix test to accord current data * Add support of fucntions to regexp module * Move all regexp logic to separate file, describe its API * Fix descriptors leakage in surbl module
* * Add ability to configure sections in statfilesVsevolod Stakhov2009-03-131-1/+68
| | | | | * Add ability to define variables in modules blocks * Add symbolic aliases for statfile sections
* * Add ability to fork multiply lmtp workersVsevolod Stakhov2009-03-031-0/+6
| | | | | | | * Add ability to drop privilleges of rspamd processes * Add ability to install redirector with rspamd * Add FreeBSD start scripts for rspamd and redirector * Remove command line parsing from util.c as it has specific usage only in main process
* * Remove %m from logging it seems to be unsupported by FreeBSD printf versionVsevolod Stakhov2009-03-021-1/+1
|
* * Add initial LMTP support and LDA delivery to rspamdVsevolod Stakhov2009-02-241-2/+84
|
* * Prepare to migrate to cmake (still need to write install target and ↵Vsevolod Stakhov2009-02-161-18/+5
| | | | | | | | working with XS implicitly) * Move all system includes to one file where we detect availability of all that includes * Fix license misprint * Fix some issues with perl initializing
* * Do another rework of filters/metrics and statfiles processingVsevolod Stakhov2009-01-291-15/+17
| | | | * Add 'probability' normalizing to winnow algorithm and calculate not pure weight but normalized probability
* * Make sample config more completeVsevolod Stakhov2008-12-181-6/+6
| | | | | * Fix bugs with config file parsing * Fix bugs with creating sockets and reading commands
* * Add logic for filtering messages with tokenizer/classifier pairVsevolod Stakhov2008-12-101-1/+47
|
* * Add learning interface to rspamd (still requires classifier to work)Vsevolod Stakhov2008-12-021-2/+28
|
* * Add config routines for stat filesVsevolod Stakhov2008-12-011-0/+59
| | | | * Add function to resolve stat file name
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-0/+545
* 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