aboutsummaryrefslogtreecommitdiffstats
path: root/perl/lib
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
|
* * 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-161-0/+470
- 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