summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* * Fix symbol planning, add cache_file directive to config fileVsevolod Stakhov2009-07-144-10/+10
* * Rework the whole filters systemVsevolod Stakhov2009-07-135-126/+168
* * Try to search for headers in multipart parts if headers are not found in pa...Vsevolod Stakhov2009-07-081-1/+1
* * Check return value from evdns_resolveVsevolod Stakhov2009-07-031-2/+3
* * Rework structure and API of statfiles functions to improve performance and ...Vsevolod Stakhov2009-07-021-1/+1
* * Add urls output to urls commandVsevolod Stakhov2009-07-022-8/+21
* * Fix possible memory leakage by freeing g_error resoursesVsevolod Stakhov2009-06-301-0/+4
* * Fixed awfully stupid error in surbl moduleVsevolod Stakhov2009-06-301-1/+1
* * Add views support (not completely tested yet)Vsevolod Stakhov2009-06-294-43/+57
* * Improve logic of urls command to extract only those urls that would be chec...Vsevolod Stakhov2009-06-292-37/+136
* * Avoid using static variables for callbacksVsevolod Stakhov2009-06-261-8/+10
* * Fix static buffer usageVsevolod Stakhov2009-06-251-1/+1
* * Introduce new system of workers spawning and configuring, now rspamd can be...Vsevolod Stakhov2009-06-172-44/+44
* * Add module for blacklisting emails (self documented in sample config)Vsevolod Stakhov2009-06-151-0/+222
* * Add function "raw_header_exists" for finding headers that are not parsed by...Vsevolod Stakhov2009-06-111-0/+23
* * Add urls command for extracting urlsVsevolod Stakhov2009-06-051-9/+29
* * Write actual urls to logs and to protocol output while checking urls in sur...Vsevolod Stakhov2009-06-052-21/+30
* * Do not use values from clock_gettime for getting current timeVsevolod Stakhov2009-06-051-2/+2
* * Avoid double freeing of match infoVsevolod Stakhov2009-06-051-4/+2
* * Temporary disable list files monitoringVsevolod Stakhov2009-06-042-8/+12
* * Improve logic of reading list files, add automatic rereading of list files ...Vsevolod Stakhov2009-06-032-75/+18
* * Implement new way for parsing text listsVsevolod Stakhov2009-06-032-37/+81
* * Rework url parsing algorithmsVsevolod Stakhov2009-06-022-21/+85
* * Fix stripping header when matching raw headersVsevolod Stakhov2009-05-141-2/+1
* * Fix work with raw headers and with senders in messageVsevolod Stakhov2009-05-141-1/+37
* * Improve loggingVsevolod Stakhov2009-05-061-2/+2
* * Fix expression optimizatorVsevolod Stakhov2009-05-051-3/+2
* * Move evdns initializing to workersVsevolod Stakhov2009-05-051-1/+0
* * Enable counters interfaceVsevolod Stakhov2009-05-051-0/+1
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-1/+25
* * Implement new optimization methodVsevolod Stakhov2009-04-281-19/+49
* * Fix stupid error in case structure.Vsevolod Stakhov2009-04-271-0/+6
* * Add expression parser utilityVsevolod Stakhov2009-04-271-15/+5
* * Fix error in regexp module configurationVsevolod Stakhov2009-04-271-1/+1
* * Skip identical parts while testing mime regexpsVsevolod Stakhov2009-04-271-2/+11
* Fix misprint.Vsevolod Stakhov2009-04-241-1/+1
* * Validate utf8 chars to avoid crashesVsevolod Stakhov2009-04-242-3/+65
* * Some more bugs are (hopefuly) fixedVsevolod Stakhov2009-04-231-2/+9
* * Threat message regexps as raw by defaultVsevolod Stakhov2009-04-231-2/+6
* * Another fix to regexps parserVsevolod Stakhov2009-04-231-3/+14
* * Fix regexp_match_number functionVsevolod Stakhov2009-04-231-17/+0
* * Fix expression parser: make it recursive and allow expressions inside funct...Vsevolod Stakhov2009-04-231-18/+23
* * Write simple approach of chartable module for raw mode textsVsevolod Stakhov2009-04-211-28/+36
* * Add initial version of chartable plugin: now it can only detects mixed unic...Vsevolod Stakhov2009-04-211-0/+178
* * Add raw mode flag for improving performance by avoiding expensive utf8 tran...Vsevolod Stakhov2009-04-211-4/+4
* * Add some debugVsevolod Stakhov2009-04-201-0/+3
* * Threat raw header regexps as raw regexpsVsevolod Stakhov2009-04-161-1/+1
* * For mime parts set flag 'raw' and if we cannot determine charset of part or...Vsevolod Stakhov2009-04-151-1/+8
* * Try to convert each text part of messages to utf8 to avoid problems with re...Vsevolod Stakhov2009-04-151-1/+1
* * Add per-task regexp results cache, that would optimize regexp engine perfor...Vsevolod Stakhov2009-04-051-0/+20