summaryrefslogtreecommitdiffstats
path: root/perl
Commit message (Expand)AuthorAgeFilesLines
* * Take callback argument in Mail::Rspamd::Client for processing files and dir...Vsevolod Stakhov2010-07-021-7/+20
* * Fix URLS commandVsevolod Stakhov2010-06-241-29/+46
* * Add sections about rspamc client, controller protocol, classifiers and stat...Vsevolod Stakhov2010-05-181-8/+16
* * Add ability to pass all filters by using flag -p in case of rspamc or addin...Vsevolod Stakhov2010-04-261-0/+4
* * 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
* * 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
* * Make new Mail::Rspamd::Client workingcebka@lenovo-laptop2010-03-041-366/+488
* * New Mail::Rspamd::Clientcebka@lenovo-laptop2010-03-031-265/+856
* * 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
* * 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
* * 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
* * Add perl client library for rspamd (alpha version)Vsevolod Stakhov2009-10-211-0/+284
* * Fix variables substitutionVsevolod Stakhov2009-03-271-1/+1
* * 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 that...Vsevolod Stakhov2009-03-236-2/+106
* * 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 compatibility with gmime24Vsevolod Stakhov2009-03-026-16/+291
* * Completely rewrite and reorganize perl APIVsevolod Stakhov2009-02-2614-507/+2196
* * Add issue to cmake to make perl module as wellVsevolod Stakhov2009-02-171-2/+2
* * Add log function to perl APIVsevolod Stakhov2009-02-122-1/+41
* * Rewrite message parserVsevolod Stakhov2009-01-211-6/+3
* * 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
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-5/+5
* * Add ability to handle multiply recipientsVsevolod Stakhov2008-10-251-0/+27
* * Add routines to perl api to access new results adding function and getting ...cebka@mailsupport.rambler.ru2008-09-241-0/+38
* * Use internal task pool for memcached operation exported for perlcebka@mailsupport.rambler.ru2008-09-211-7/+8
* * Add implementation of save point for async events in rspamd filtersVsevolod Stakhov2008-08-221-0/+22
* * Add filters logicVsevolod Stakhov2008-08-211-15/+33