aboutsummaryrefslogtreecommitdiffstats
path: root/src/message.c
Commit message (Expand)AuthorAgeFilesLines
* * Do not add extra byte while converting text to utfVsevolod Stakhov2010-07-291-1/+1
* * Another try to save regexps in cache correctlyVsevolod Stakhov2010-07-281-1/+1
* * Try to save images hashes to fuzzy storage to stop some annoying spammersVsevolod Stakhov2010-07-271-0/+8
* * More debugVsevolod Stakhov2010-07-251-1/+4
* * Add rspamd_log variable to lua plugins to access logging functionsVsevolod Stakhov2010-07-251-3/+29
* * MergeVsevolod Stakhov2010-07-191-1/+1
|\
| * * Improve loggingVsevolod Stakhov2010-07-191-1/+1
* | * Fix chartable module in utf modeVsevolod Stakhov2010-07-051-1/+1
|/
* * Fix more gmime2.4 issuesVsevolod Stakhov2010-05-311-10/+29
* * Fix build with gmime24Vsevolod Stakhov2010-05-271-2/+18
* * Add ability to add flags to fuzzy hashesVsevolod Stakhov2010-05-051-1/+21
* * Fix statistics of messages in controllercebka@lenovo-laptop2010-03-171-4/+0
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-14/+14
* * Add ability for scanning non-mime (HTML) messagesVsevolod Stakhov2009-10-191-49/+105
* * Fix getting of message headers from lua pluginsVsevolod Stakhov2009-10-141-3/+6
* * Retab, no functional changesVsevolod Stakhov2009-10-021-522/+530
* * Fix learningVsevolod Stakhov2009-09-251-155/+0
* * Decode all html entitles in html partsVsevolod Stakhov2009-09-161-0/+1
* * Add asynchronous DNS resolver to lua APIVsevolod Stakhov2009-09-041-1/+1
* * Fix processing of empty partsVsevolod Stakhov2009-08-211-0/+2
* * Fix some more bugs with empty partsVsevolod Stakhov2009-07-301-1/+1
* * Fix some issues with empty partsVsevolod Stakhov2009-07-301-2/+2
* * Add support for empty text or html partsVsevolod Stakhov2009-07-291-6/+16
* * Fix multipart nestingVsevolod Stakhov2009-07-271-3/+19
* * Add received headers parserVsevolod Stakhov2009-07-221-0/+229
* * Try to search for headers in multipart parts if headers are not found in pa...Vsevolod Stakhov2009-07-081-0/+75
* * Check return value from evdns_resolveVsevolod Stakhov2009-07-031-0/+2
* * Extract url encoded urls from html textsVsevolod Stakhov2009-07-031-3/+5
* * Remove some warningsVsevolod Stakhov2009-07-011-1/+1
* * Rework url parsing algorithmsVsevolod Stakhov2009-06-021-5/+15
* * Fix bug with gboolean usageVsevolod Stakhov2009-05-301-1/+8
* * Try to handle fake text/html parts correctly while extracting URLsVsevolod Stakhov2009-05-291-1/+1
* * Add simple html parser and tag balancing detectorVsevolod Stakhov2009-05-151-6/+23
* * Fix work with raw headers and with senders in messageVsevolod Stakhov2009-05-141-2/+46
* * Fix memory leak when ref'ing message mime part without unrefing itVsevolod Stakhov2009-05-081-1/+10
* * MisprintVsevolod Stakhov2009-04-211-1/+0
* * Fix bug with headers iteration functionVsevolod Stakhov2009-04-211-11/+11
* * Add initial version of chartable plugin: now it can only detects mixed unic...Vsevolod Stakhov2009-04-211-1/+1
* * Add raw mode flag for improving performance by avoiding expensive utf8 tran...Vsevolod Stakhov2009-04-211-0/+5
* * Add some debugVsevolod Stakhov2009-04-201-16/+54
* * Fix urls extracting, avoid code repeatingVsevolod Stakhov2009-04-171-2/+2
* * For mime parts set flag 'raw' and if we cannot determine charset of part or...Vsevolod Stakhov2009-04-151-4/+8
* * Fix allocating and freeing of byte arrayVsevolod Stakhov2009-04-151-2/+2
* * Try to convert each text part of messages to utf8 to avoid problems with re...Vsevolod Stakhov2009-04-151-25/+64
* * Check mime regexp only in text and html partsVsevolod Stakhov2009-04-031-0/+2
* * Add 3 functions:Vsevolod Stakhov2009-03-301-0/+5
* * Unref wrapper as wellVsevolod Stakhov2009-03-261-0/+2
* * Do not try to process empty partsVsevolod Stakhov2009-03-261-21/+24
* * Unref stream to avoid memory leakingVsevolod Stakhov2009-03-251-1/+5
* * Fix using of local variableVsevolod Stakhov2009-03-251-1/+3