Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Write symbols weights to rspamc output | Vsevolod Stakhov | 2010-07-31 | 1 | -2/+4 |
| | | | | | | * Improve logic of selecting rspamc version * Do not try to parse broken DNS replies * Add 'raw' flag to FROM_EXCESS_BASE64 rule (requested by citrin) | ||||
* | * Some optimizations to client library | Vsevolod Stakhov | 2010-07-20 | 1 | -3/+3 |
| | |||||
* | * Use ungreedy match to strip trailing whitespaces | Vsevolod Stakhov | 2010-07-20 | 1 | -5/+5 |
| | |||||
* | * Strip trailing whitespace characters in Mail::Rspamd::Client | Vsevolod Stakhov | 2010-07-20 | 1 | -5/+5 |
| | |||||
* | * Add ability to assign several actions to one metric | Vsevolod Stakhov | 2010-07-15 | 1 | -0/+4 |
| | | | | | | * Report action in rspamc protocol * Mail::Rspamd::Client and rspamc can now understand Action header too * Write action to log as well | ||||
* | * Take callback argument in Mail::Rspamd::Client for processing files and ↵ | Vsevolod Stakhov | 2010-07-02 | 1 | -7/+20 |
| | | | | | | directories * Print results if rspamc is called for a directory | ||||
* | * Fix URLS command | Vsevolod Stakhov | 2010-06-24 | 1 | -29/+46 |
| | |||||
* | * Add sections about rspamc client, controller protocol, classifiers and ↵ | Vsevolod Stakhov | 2010-05-18 | 1 | -8/+16 |
| | | | | | | statfiles, fuzzy hashes * Fix imap handling in Mail::Rspamd::Client | ||||
* | * Add ability to pass all filters by using flag -p in case of rspamc or ↵ | Vsevolod Stakhov | 2010-04-26 | 1 | -0/+4 |
| | | | | adding header Pass: all in rspamc protocol | ||||
* | * Implement config object dumping to xml | Vsevolod Stakhov | 2010-04-22 | 1 | -0/+184 |
| | |||||
* | * Make perl config parser working | Vsevolod Stakhov | 2010-04-21 | 1 | -20/+98 |
| | |||||
* | * Initial version of perl config library | Vsevolod Stakhov | 2010-04-20 | 1 | -0/+288 |
| | |||||
* | * Add FreeBSD port | Vsevolod Stakhov | 2010-03-24 | 1 | -54/+0 |
| | |||||
* | * Handle writing of messages correctly in perl module | cebka@lenovo-laptop | 2010-03-18 | 1 | -4/+55 |
| | |||||
* | * Fix statistics of messages in controller | cebka@lenovo-laptop | 2010-03-17 | 1 | -1/+1 |
| | | | | | | | | * Fix building and installing perl target * Fix learn command name * Controller's commands are now case insensitive * Statfiles can now be selected from popup list in cgi interface * Password for controller's commands can now be specified in cgi interface | ||||
* | * Read 'END' after password command | cebka@lenovo-laptop | 2010-03-15 | 1 | -0/+3 |
| | |||||
* | * Another addition to learning | cebka@lenovo-laptop | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | * Fix learn command (-m is used instead -w) | cebka@lenovo-laptop | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | * Fix variable name in Client.pm | cebka@lenovo-laptop | 2010-03-15 | 1 | -5/+5 |
| | |||||
* | * Fixes to rspamc | cebka@lenovo-laptop | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | * Fix another spf core dump while parsing 'include' items | cebka@lenovo-laptop | 2010-03-15 | 1 | -2/+5 |
| | |||||
* | * More fixes about require | cebka@lenovo-laptop | 2010-03-12 | 1 | -3/+5 |
| | |||||
* | * use -> require | cebka@lenovo-laptop | 2010-03-12 | 1 | -3/+3 |
| | |||||
* | * Bump version | cebka@lenovo-laptop | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | * Add web management interface for rspamd (no design yet) | cebka@lenovo-laptop | 2010-03-12 | 1 | -40/+106 |
| | | | | * Fix Mail::Rspamd::Client | ||||
* | * Make new Mail::Rspamd::Client working | cebka@lenovo-laptop | 2010-03-04 | 1 | -366/+488 |
| | |||||
* | * New Mail::Rspamd::Client | cebka@lenovo-laptop | 2010-03-03 | 1 | -265/+856 |
| | | | | | | | | | things TODO: - improve interaction with rspamc - improve documentation - test all features - test clustering - write CGI front-end | ||||
* | * Remove useless next in cycle | cebka@lenovo-laptop | 2010-01-12 | 1 | -3/+0 |
| | |||||
* | * Fix issue with list concat | Vsevolod Stakhov | 2009-12-14 | 1 | -2/+2 |
| | |||||
* | * Add initial version of rspamd binlog syncronization client | Vsevolod Stakhov | 2009-11-25 | 1 | -1/+2 |
| | | | | * Style fix to perl module | ||||
* | * Add check_smtp_data function for checking some fields from SMTP dialog | Vsevolod Stakhov | 2009-11-22 | 1 | -1/+1 |
| | |||||
* | * Some more clarifications to perl api | Vsevolod Stakhov | 2009-11-16 | 1 | -9/+13 |
| | |||||
* | * Perl fixes: | Vsevolod Stakhov | 2009-11-16 | 15 | -2351/+34 |
| | | | | | | | | | | - remove XS API, it seems that I would never support it - use sys(write|read) for IO in Mail::Rspamd::Client - add proper installation process for Mail::Rspamd::Client - remove some other legacy --HG-- rename : perl/Client.pm => perl/lib/Mail/Rspamd/Client.pm | ||||
* | * Check whether dead flag is defined in hash to avoid warning | Vsevolod Stakhov | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | * Implement timeouts in rspamd perl module | Vsevolod Stakhov | 2009-10-24 | 1 | -16/+199 |
| | | | | | | * Implement upstream logics * Add learn command * Small fixes to other parts of client's API | ||||
* | * Add perl client library for rspamd (alpha version) | Vsevolod Stakhov | 2009-10-21 | 1 | -0/+284 |
| | |||||
* | * Fix variables substitution | Vsevolod Stakhov | 2009-03-27 | 1 | -1/+1 |
| | | | | | * Add simple lua interface to access task structures * Improve error reporting for regexp module | ||||
* | * Fix XS module to work with current type of memory allocation | Vsevolod Stakhov | 2009-03-24 | 1 | -2/+2 |
| | |||||
* | * Add smart handling of message headers | Vsevolod Stakhov | 2009-03-24 | 1 | -253/+0 |
| | |||||
* | * Fix error in expression parser that causes bad errors with expressions ↵ | Vsevolod Stakhov | 2009-03-23 | 6 | -2/+106 |
| | | | | | | | | | | | | that have regexp at the end * Improve test for fuzzy hashes * Add new object - TextPart to perl XS library that allows access to stripped parts and fuzzy hashes * Add documentation for expressions parser and fot Mail::Rspamd::TextPart * Allways calculate fuzzy hash for text parts * Store text parts separately from other parts * Add compare_parts_distance for expressions that calculates difference in 2 parts messages * Do not try to substitute variables in empty strings | ||||
* | * Add functions to parse headers and urls into statfile tokens | Vsevolod Stakhov | 2009-03-16 | 1 | -2/+2 |
| | |||||
* | * New rspamd protocol (changed replies) | Vsevolod Stakhov | 2009-03-03 | 3 | -3/+3 |
| | | | | | | | | * Add ability to attach string lists to symbols * Check destructors and do not add identical destructors (argument and function) to pool's destructors * Remove 2 warnings when building with gmime22 * Attach url names to surbl symbols * Fix bug with blocking on read (I think it is linux specific thought) | ||||
* | * Add compatibility with gmime24 | Vsevolod Stakhov | 2009-03-02 | 6 | -16/+291 |
| | |||||
* | * Completely rewrite and reorganize perl API | Vsevolod Stakhov | 2009-02-26 | 14 | -507/+2196 |
| | | | | | | | | | * Add documentation for Mail::Rspamd * Add install targets to cmake --HG-- rename : perl/rspamd.pm => perl/Rspamd.pm rename : perl/rspamd.xs => perl/Rspamd.xs | ||||
* | * Add issue to cmake to make perl module as well | Vsevolod Stakhov | 2009-02-17 | 1 | -2/+2 |
| | | | | | * Fix some portability issues (to FreeBSD mainly) * Add script to make modules list | ||||
* | * Add log function to perl API | Vsevolod Stakhov | 2009-02-12 | 2 | -1/+41 |
| | | | | * Prepare for more detailed work on rspamd perl API | ||||
* | * Rewrite message parser | Vsevolod Stakhov | 2009-01-21 | 1 | -6/+3 |
| | | | | | | * Change mime parts storage * Add html tags striping (ported from php code) * Rework learning to process only text and striped html parts | ||||
* | * Add new system of getting and setting config parameters from perl code | Vsevolod Stakhov | 2009-01-15 | 3 | -46/+209 |
| | |||||
* | * Remove strlcpy code and replace it with glib alternative | Vsevolod Stakhov | 2008-12-03 | 1 | -5/+6 |
| | | | | * Polish code and remove bugs found | ||||
* | * Reorganize structure of source files | Vsevolod Stakhov | 2008-11-01 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 |