Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1094 from moisseev/fonts | Vsevolod Stakhov | 2016-11-03 | 2 | -0/+0 |
|\ | | | | | [WebUI] Add missing fonts | ||||
| * | [WebUI] Add missing fonts | Alexander Moisseev | 2016-11-03 | 2 | -0/+0 |
| | | |||||
* | | Merge pull request #1097 from fatalbanana/g | Vsevolod Stakhov | 2016-11-03 | 1 | -3/+3 |
|\ \ | | | | | | | [Minor] Kill a few more globals | ||||
| * | | [Minor] Kill a few more globals | Andrew Lewis | 2016-11-03 | 1 | -3/+3 |
| |/ | |||||
* | | Merge pull request #1096 from fatalbanana/fuzzy_convert | Vsevolod Stakhov | 2016-11-03 | 4 | -0/+340 |
|\ \ | |/ |/| | [Feature] Utility to convert fuzzy storage from sqlite to redis | ||||
| * | [Feature] Utility to convert fuzzy storage from sqlite to redis | Andrew Lewis | 2016-11-03 | 4 | -0/+340 |
|/ | |||||
* | [WebUI] Improve visual representation of symbols table | Vsevolod Stakhov | 2016-11-02 | 3 | -12/+20 |
| | |||||
* | [WebUI] Add missing elements | Vsevolod Stakhov | 2016-11-02 | 2 | -2/+2 |
| | |||||
* | [WebUI] Use local versions of css and js | Vsevolod Stakhov | 2016-11-02 | 6 | -5/+28 |
| | |||||
* | [Feature] Support new messages in rspamc | Vsevolod Stakhov | 2016-11-02 | 1 | -3/+3 |
| | |||||
* | [Rework] Make rspamd protocol messages useful | Vsevolod Stakhov | 2016-11-02 | 6 | -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 ratelimits | Vsevolod Stakhov | 2016-11-02 | 2 | -2/+15 |
| | |||||
* | [Feature] Allow to have a function to set custom greylist message | Vsevolod Stakhov | 2016-11-02 | 1 | -5/+11 |
| | |||||
* | Merge pull request #1091 from fatalbanana/e | Vsevolod Stakhov | 2016-11-02 | 1 | -17/+20 |
|\ | | | | | [Minor] Tidy graphite_config function in metric exporter | ||||
| * | [Minor] Tidy graphite_config function in metric exporter | Andrew Lewis | 2016-11-02 | 1 | -17/+20 |
|/ | | | | - Also fix statefile-less configuration | ||||
* | Merge pull request #1088 from fatalbanana/l | Vsevolod Stakhov | 2016-11-01 | 1 | -1/+1 |
|\ | | | | | [Fix] Fix 'decoded' value in task:get_header_full() | ||||
| * | [Fix] Fix 'decoded' value in task:get_header_full() | Andrew Lewis | 2016-11-01 | 1 | -1/+1 |
|/ | |||||
* | [CritFix] Fix chunked encoding when reading messages | Vsevolod Stakhov | 2016-11-01 | 1 | -0/+5 |
| | |||||
* | [WebUI] Use safer fonts | Vsevolod Stakhov | 2016-11-01 | 1 | -2/+2 |
| | |||||
* | [Feature] Track visibility of HTML elements | Vsevolod Stakhov | 2016-11-01 | 4 | -2/+22 |
| | |||||
* | [Minor] Reduce default redis_pool timeout to 10 seconds | Vsevolod Stakhov | 2016-11-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1085 from fatalbanana/exporter | Vsevolod Stakhov | 2016-11-01 | 1 | -0/+1 |
|\ | | | | | [Minor] Set default value for metric exporter statefile | ||||
| * | [Minor] Set default value for metric exporter statefile | Andrew Lewis | 2016-11-01 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1084 from fatalbanana/lua | Vsevolod Stakhov | 2016-11-01 | 8 | -27/+32 |
|\ \ | | | | | | | [Minor] Get rid of some global variables | ||||
| * | | [Minor] Get rid of some global variables | Andrew Lewis | 2016-11-01 | 8 | -27/+32 |
| | | | | | | | | | | | | - Also fix some bugs along the way | ||||
* | | | Merge pull request #1083 from moisseev/phishing | Vsevolod Stakhov | 2016-11-01 | 1 | -19/+17 |
|\ \ \ | | | | | | | | | [Minor] phishing: rework map checks | ||||
| * | | | [Minor] phishing: rework map checks | Alexander Moisseev | 2016-11-01 | 1 | -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 rule | Vsevolod Stakhov | 2016-11-01 | 1 | -1/+2 |
| | | | | |||||
* | | | | [Minor] Add special class for html debug messages | Vsevolod Stakhov | 2016-11-01 | 1 | -9/+14 |
| | | | | |||||
* | | | | [Minor] Span is not an inline tag | Vsevolod Stakhov | 2016-11-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | [Feature] Allow to iterate over multiple tags | Vsevolod Stakhov | 2016-11-01 | 1 | -7/+42 |
| | | | | |||||
* | | | | [Feature] Add frequency and time display to webui | Vsevolod Stakhov | 2016-11-01 | 3 | -0/+51 |
| |_|/ |/| | | |||||
* | | | [Minor] Do not save config changes indefinitely | Vsevolod Stakhov | 2016-11-01 | 1 | -0/+3 |
| | | | |||||
* | | | [Minor] Fix for dynamic conf in redis | Vsevolod Stakhov | 2016-11-01 | 1 | -9/+15 |
| | | | |||||
* | | | [WebUI] More fixes to symbols config | Vsevolod Stakhov | 2016-11-01 | 2 | -30/+15 |
| | | | |||||
* | | | [Minor] Fix some issues in dynamic_conf | Vsevolod Stakhov | 2016-11-01 | 1 | -2/+2 |
| | | | |||||
* | | | [WebUI] Further rework of symbols scores | Vsevolod Stakhov | 2016-11-01 | 3 | -236/+187 |
| | | | |||||
* | | | [WebUI] Rework symbols scores | Vsevolod Stakhov | 2016-11-01 | 2 | -39/+70 |
| |/ |/| | |||||
* | | [CritFix] Do not sometimes try to exec posfilters before classification | Vsevolod Stakhov | 2016-10-31 | 1 | -0/+3 |
| | | |||||
* | | [CritFix] Fix workers scripts by sharing workers configs | Vsevolod Stakhov | 2016-10-31 | 7 | -14/+38 |
| | | |||||
* | | [Minor] Use local and compressed phishtank mirror | Vsevolod Stakhov | 2016-10-31 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Allow '\' in dmarc records | Vsevolod Stakhov | 2016-10-31 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1082 from fatalbanana/exporter | Vsevolod Stakhov | 2016-10-31 | 1 | -17/+54 |
|\ \ | | | | | | | [Minor] Improve metric exporter scheduling mechanism | ||||
| * | | [Minor] Improve metric exporter scheduling mechanism | Andrew Lewis | 2016-10-31 | 1 | -17/+54 |
| |/ | |||||
* | | [CritFix] Introduce raw content to text parts | Vsevolod Stakhov | 2016-10-31 | 4 | -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 records | Vsevolod Stakhov | 2016-10-31 | 1 | -53/+71 |
| | | |||||
* | | [Fix] Fix caching and compressed maps | Vsevolod Stakhov | 2016-10-31 | 1 | -23/+32 |
| | | |||||
* | | [Minor] Use .zst as possible compressed extension | Vsevolod Stakhov | 2016-10-31 | 1 | -0/+4 |
| | | |||||
* | | [Feature] Support compressed maps | Vsevolod Stakhov | 2016-10-31 | 2 | -8/+181 |
|/ | |||||
* | [Fix] Fix statconvert tool | Vsevolod Stakhov | 2016-10-30 | 1 | -14/+24 |
| |