summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1094 from moisseev/fontsVsevolod Stakhov2016-11-032-0/+0
|\ | | | | [WebUI] Add missing fonts
| * [WebUI] Add missing fontsAlexander Moisseev2016-11-032-0/+0
| |
* | Merge pull request #1097 from fatalbanana/gVsevolod Stakhov2016-11-031-3/+3
|\ \ | | | | | | [Minor] Kill a few more globals
| * | [Minor] Kill a few more globalsAndrew Lewis2016-11-031-3/+3
| |/
* | Merge pull request #1096 from fatalbanana/fuzzy_convertVsevolod Stakhov2016-11-034-0/+340
|\ \ | |/ |/| [Feature] Utility to convert fuzzy storage from sqlite to redis
| * [Feature] Utility to convert fuzzy storage from sqlite to redisAndrew Lewis2016-11-034-0/+340
|/
* [WebUI] Improve visual representation of symbols tableVsevolod Stakhov2016-11-023-12/+20
|
* [WebUI] Add missing elementsVsevolod Stakhov2016-11-022-2/+2
|
* [WebUI] Use local versions of css and jsVsevolod Stakhov2016-11-026-5/+28
|
* [Feature] Support new messages in rspamcVsevolod Stakhov2016-11-021-3/+3
|
* [Rework] Make rspamd protocol messages usefulVsevolod Stakhov2016-11-026-14/+26
| | | | | | | | | | | | Each message is now represented by a string and category, so messages in metric is an UCL object of the following format: { "category": "string" } The significant category is `smtp_message` which should be used by rmilter to send a custom SMTP reply to a client.
* [Feature] Allow custom functions for ratelimitsVsevolod Stakhov2016-11-022-2/+15
|
* [Feature] Allow to have a function to set custom greylist messageVsevolod Stakhov2016-11-021-5/+11
|
* Merge pull request #1091 from fatalbanana/eVsevolod Stakhov2016-11-021-17/+20
|\ | | | | [Minor] Tidy graphite_config function in metric exporter
| * [Minor] Tidy graphite_config function in metric exporterAndrew Lewis2016-11-021-17/+20
|/ | | | - Also fix statefile-less configuration
* Merge pull request #1088 from fatalbanana/lVsevolod Stakhov2016-11-011-1/+1
|\ | | | | [Fix] Fix 'decoded' value in task:get_header_full()
| * [Fix] Fix 'decoded' value in task:get_header_full()Andrew Lewis2016-11-011-1/+1
|/
* [CritFix] Fix chunked encoding when reading messagesVsevolod Stakhov2016-11-011-0/+5
|
* [WebUI] Use safer fontsVsevolod Stakhov2016-11-011-2/+2
|
* [Feature] Track visibility of HTML elementsVsevolod Stakhov2016-11-014-2/+22
|
* [Minor] Reduce default redis_pool timeout to 10 secondsVsevolod Stakhov2016-11-011-1/+1
|
* Merge pull request #1085 from fatalbanana/exporterVsevolod Stakhov2016-11-011-0/+1
|\ | | | | [Minor] Set default value for metric exporter statefile
| * [Minor] Set default value for metric exporter statefileAndrew Lewis2016-11-011-0/+1
| |
* | Merge pull request #1084 from fatalbanana/luaVsevolod Stakhov2016-11-018-27/+32
|\ \ | | | | | | [Minor] Get rid of some global variables
| * | [Minor] Get rid of some global variablesAndrew Lewis2016-11-018-27/+32
| | | | | | | | | | | | - Also fix some bugs along the way
* | | Merge pull request #1083 from moisseev/phishingVsevolod Stakhov2016-11-011-19/+17
|\ \ \ | | | | | | | | [Minor] phishing: rework map checks
| * | | [Minor] phishing: rework map checksAlexander Moisseev2016-11-011-19/+17
| | | | | | | | | | | | | | | | | | | | - organize map checks into a function - use as symbol option actually matched domain name part (eSLD or hostname)
* | | | [Feature] Consider more tags when doing WHITE_ON_WHITE ruleVsevolod Stakhov2016-11-011-1/+2
| | | |
* | | | [Minor] Add special class for html debug messagesVsevolod Stakhov2016-11-011-9/+14
| | | |
* | | | [Minor] Span is not an inline tagVsevolod Stakhov2016-11-011-1/+1
| | | |
* | | | [Feature] Allow to iterate over multiple tagsVsevolod Stakhov2016-11-011-7/+42
| | | |
* | | | [Feature] Add frequency and time display to webuiVsevolod Stakhov2016-11-013-0/+51
| |_|/ |/| |
* | | [Minor] Do not save config changes indefinitelyVsevolod Stakhov2016-11-011-0/+3
| | |
* | | [Minor] Fix for dynamic conf in redisVsevolod Stakhov2016-11-011-9/+15
| | |
* | | [WebUI] More fixes to symbols configVsevolod Stakhov2016-11-012-30/+15
| | |
* | | [Minor] Fix some issues in dynamic_confVsevolod Stakhov2016-11-011-2/+2
| | |
* | | [WebUI] Further rework of symbols scoresVsevolod Stakhov2016-11-013-236/+187
| | |
* | | [WebUI] Rework symbols scoresVsevolod Stakhov2016-11-012-39/+70
| |/ |/|
* | [CritFix] Do not sometimes try to exec posfilters before classificationVsevolod Stakhov2016-10-311-0/+3
| |
* | [CritFix] Fix workers scripts by sharing workers configsVsevolod Stakhov2016-10-317-14/+38
| |
* | [Minor] Use local and compressed phishtank mirrorVsevolod Stakhov2016-10-311-1/+1
| |
* | [Minor] Allow '\' in dmarc recordsVsevolod Stakhov2016-10-311-1/+1
| |
* | Merge pull request #1082 from fatalbanana/exporterVsevolod Stakhov2016-10-311-17/+54
|\ \ | | | | | | [Minor] Improve metric exporter scheduling mechanism
| * | [Minor] Improve metric exporter scheduling mechanismAndrew Lewis2016-10-311-17/+54
| |/
* | [CritFix] Introduce raw content to text partsVsevolod Stakhov2016-10-314-8/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we had the following types of text content: - `orig`: MIME *decoded* content - `content`: same as `orig` but converted to utf8 and without HTML tags - `stripped`: same as `content` but without newlines Now we add `raw`: - `raw`: raw mime content as it was in an original message This also fixes R_BAD_CTE_7BIT rule
* | [Rework] Rework parsing of DMARC recordsVsevolod Stakhov2016-10-311-53/+71
| |
* | [Fix] Fix caching and compressed mapsVsevolod Stakhov2016-10-311-23/+32
| |
* | [Minor] Use .zst as possible compressed extensionVsevolod Stakhov2016-10-311-0/+4
| |
* | [Feature] Support compressed mapsVsevolod Stakhov2016-10-312-8/+181
|/
* [Fix] Fix statconvert toolVsevolod Stakhov2016-10-301-14/+24
|