aboutsummaryrefslogtreecommitdiffstats
path: root/perl
Commit message (Collapse)AuthorAgeFilesLines
* * Add sections about rspamc client, controller protocol, classifiers and ↵Vsevolod Stakhov2010-05-181-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 Stakhov2010-04-261-0/+4
| | | | adding header Pass: all in rspamc protocol
* * Implement config object dumping to xmlVsevolod Stakhov2010-04-221-0/+184
|
* * Make perl config parser workingVsevolod Stakhov2010-04-211-20/+98
|
* * Initial version of perl config libraryVsevolod Stakhov2010-04-201-0/+288
|
* * Add FreeBSD portVsevolod Stakhov2010-03-241-54/+0
|
* * Handle writing of messages correctly in perl modulecebka@lenovo-laptop2010-03-181-4/+55
|
* * Fix statistics of messages in controllercebka@lenovo-laptop2010-03-171-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 commandcebka@lenovo-laptop2010-03-151-0/+3
|
* * Another addition to learningcebka@lenovo-laptop2010-03-151-1/+1
|
* * Fix learn command (-m is used instead -w)cebka@lenovo-laptop2010-03-151-1/+1
|
* * Fix variable name in Client.pmcebka@lenovo-laptop2010-03-151-5/+5
|
* * Fixes to rspamccebka@lenovo-laptop2010-03-151-1/+1
|
* * Fix another spf core dump while parsing 'include' itemscebka@lenovo-laptop2010-03-151-2/+5
|
* * More fixes about requirecebka@lenovo-laptop2010-03-121-3/+5
|
* * use -> requirecebka@lenovo-laptop2010-03-121-3/+3
|
* * Bump versioncebka@lenovo-laptop2010-03-121-1/+1
|
* * Add web management interface for rspamd (no design yet)cebka@lenovo-laptop2010-03-121-40/+106
| | | | * Fix Mail::Rspamd::Client
* * Make new Mail::Rspamd::Client workingcebka@lenovo-laptop2010-03-041-366/+488
|
* * New Mail::Rspamd::Clientcebka@lenovo-laptop2010-03-031-265/+856
| | | | | | | | | things TODO: - improve interaction with rspamc - improve documentation - test all features - test clustering - write CGI front-end
* * Remove useless next in cyclecebka@lenovo-laptop2010-01-121-3/+0
|
* * Fix issue with list concatVsevolod Stakhov2009-12-141-2/+2
|
* * Add initial version of rspamd binlog syncronization clientVsevolod Stakhov2009-11-251-1/+2
| | | | * Style fix to perl module
* * Add check_smtp_data function for checking some fields from SMTP dialogVsevolod Stakhov2009-11-221-1/+1
|
* * Some more clarifications to perl apiVsevolod Stakhov2009-11-161-9/+13
|
* * Perl fixes:Vsevolod Stakhov2009-11-1615-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 warningVsevolod Stakhov2009-11-091-1/+1
|
* * Implement timeouts in rspamd perl moduleVsevolod Stakhov2009-10-241-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 Stakhov2009-10-211-0/+284
|
* * Fix variables substitutionVsevolod Stakhov2009-03-271-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 allocationVsevolod Stakhov2009-03-241-2/+2
|
* * Add smart handling of message headersVsevolod Stakhov2009-03-241-253/+0
|
* * Fix error in expression parser that causes bad errors with expressions ↵Vsevolod Stakhov2009-03-236-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 tokensVsevolod Stakhov2009-03-161-2/+2
|
* * New rspamd protocol (changed replies)Vsevolod Stakhov2009-03-033-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 gmime24Vsevolod Stakhov2009-03-026-16/+291
|
* * Completely rewrite and reorganize perl APIVsevolod Stakhov2009-02-2614-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 wellVsevolod Stakhov2009-02-171-2/+2
| | | | | * Fix some portability issues (to FreeBSD mainly) * Add script to make modules list
* * Add log function to perl APIVsevolod Stakhov2009-02-122-1/+41
| | | | * Prepare for more detailed work on rspamd perl API
* * Rewrite message parserVsevolod Stakhov2009-01-211-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 codeVsevolod Stakhov2009-01-153-46/+209
|
* * Remove strlcpy code and replace it with glib alternativeVsevolod Stakhov2008-12-031-5/+6
| | | | * Polish code and remove bugs found
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-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
* * Add ability to handle multiply recipientsVsevolod Stakhov2008-10-251-0/+27
| | | | * Reflect changes to perl library
* * Add routines to perl api to access new results adding function and getting ↵cebka@mailsupport.rambler.ru2008-09-241-0/+38
| | | | | | param function this allows accessing to modules config from perl modules
* * Use internal task pool for memcached operation exported for perlcebka@mailsupport.rambler.ru2008-09-211-7/+8
| | | | * Make AV reference mortal as it is described in perlxs (3)
* * Add implementation of save point for async events in rspamd filtersVsevolod Stakhov2008-08-221-0/+22
|
* * Add filters logicVsevolod Stakhov2008-08-211-15/+33
| | | | | | * 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-4/+123
| | | | | | | | 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-194-0/+142