aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol.c
Commit message (Expand)AuthorAgeFilesLines
* Print "0.00" instead of "0" in protocol output.Vsevolod Stakhov2011-03-091-5/+5
* * Rewrite URL storage systemVsevolod Stakhov2011-02-241-129/+73
* * Add ability to add descriptions for symbolsVsevolod Stakhov2011-02-151-3/+25
* Fix bug with several metrics output. [1]Vsevolod Stakhov2011-02-141-51/+82
* Handle emails with common hostname.Vsevolod Stakhov2011-02-111-1/+27
* * Write Emails: header in outputVsevolod Stakhov2011-02-111-0/+59
* * Write more detailed reportsVsevolod Stakhov2011-01-201-70/+63
* Always write symbols to log.Vsevolod Stakhov2011-01-191-31/+42
* * Fix compatibility with SAVsevolod Stakhov2011-01-181-19/+68
* * Add ability to recursive scan over multipart's parts for functions:Vsevolod Stakhov2010-10-201-53/+6
* Fixed bug with file urls (reported by Anton Nekhoroshin)Vsevolod Stakhov2010-10-191-1/+1
* Remove G_INLINE_FUNC definitions as I misunderstood its purposes.Vsevolod Stakhov2010-10-151-1/+1
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-56/+56
* * Fix misprint (reported by az)Vsevolod Stakhov2010-09-171-1/+1
* * Write user's name to rspamd logVsevolod Stakhov2010-09-091-0/+8
* * Add post filters to lua API - filters that would be called after all messag...Vsevolod Stakhov2010-08-251-2/+2
* * Output message id in rspamc replyVsevolod Stakhov2010-07-311-3/+8
* * Write symbols weights to rspamc outputVsevolod Stakhov2010-07-311-13/+40
* * Handle cases of broken requestsVsevolod Stakhov2010-07-191-4/+2
* * MergeVsevolod Stakhov2010-07-191-2/+2
|\
| * * Improve loggingVsevolod Stakhov2010-07-191-2/+2
* | * Add more debug to comparing parts distance functionVsevolod Stakhov2010-07-161-1/+2
* | * Add ability to assign several actions to one metricVsevolod Stakhov2010-07-151-5/+58
* | * Add ability to set metric's action from config fileVsevolod Stakhov2010-07-151-0/+7
* | * Very hard to detect problem with race among error in socket and destroying ...Vsevolod Stakhov2010-07-091-0/+2
* | * Fix detection of numeric urls (reported by citrin)Vsevolod Stakhov2010-07-051-3/+3
* | * Fix stupid error with surbl module reconfig (another one, blame me)Vsevolod Stakhov2010-07-051-30/+48
|/
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-241-35/+35
* * Check return value of each rspamd_dispatcher_write as in case of write erro...Vsevolod Stakhov2010-06-241-29/+95
* * Rewrite buffered input for line policy (again)Vsevolod Stakhov2010-06-221-0/+5
* * Implement initial version of greylisting triplets storageVsevolod Stakhov2010-06-171-2/+1
* * Add ability to pass all filters by using flag -p in case of rspamc or addin...Vsevolod Stakhov2010-04-261-12/+23
* * Fix statistics of messages in controllercebka@lenovo-laptop2010-03-171-0/+2
* * Fix bugs from previous commitcebka@lenovo-laptop2010-03-011-1/+1
* * Add weights command for getting weights of each message by each statfilecebka@lenovo-laptop2010-03-011-0/+14
* * Add ability to add custom messages to rspamd outputcebka@lenovo-laptop2010-02-171-1/+21
* * Allways set some protocol version even if command is not validcebka@lenovo-laptop2010-02-151-1/+2
* * Write part's hashes to log for messages identifycebka@lenovo-laptop2010-01-281-0/+26
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-32/+32
* * Add logging urls as it was required by rambler searchVsevolod Stakhov2009-11-061-1/+16
* * Do not really check messages that should be skippedVsevolod Stakhov2009-10-191-4/+27
* * Add ability for scanning non-mime (HTML) messagesVsevolod Stakhov2009-10-191-0/+10
* * Add reject score setting for hard rejecting of mail (by Anton Nekhoroshin)Vsevolod Stakhov2009-10-021-14/+47
* * Retab, no functional changesVsevolod Stakhov2009-10-021-284/+275
* * Fix double free of memoryVsevolod Stakhov2009-09-161-1/+3
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-141-9/+1
* * Make settings workingVsevolod Stakhov2009-09-081-8/+30
* * Add urls output to urls commandVsevolod Stakhov2009-07-021-13/+13
* * Improve logic of urls command to extract only those urls that would be chec...Vsevolod Stakhov2009-06-291-45/+3
* * Fix bug with infinite loops caused by outputting long urlsVsevolod Stakhov2009-06-221-0/+1