aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fixed argument checking for being nullMikhail Galanin2018-08-011-1/+1
|
* [Test] Add more gtube parts to testVsevolod Stakhov2018-08-011-1/+32
|
* [Minor] Fix option parsing in rspamadmVsevolod Stakhov2018-08-011-36/+37
|
* Merge pull request #2385 from negram/extract_specific_urls-reworkVsevolod Stakhov2018-07-314-32/+407
|\ | | | | Extract specific urls rework
| * [Fix] codestyleMikhail Galanin2018-07-312-2/+2
| |
| * [Minor] added test parsing html/phished urlsMikhail Galanin2018-07-314-18/+224
| |
| * [Fix] Fixed issues reported by luacheckMikhail Galanin2018-07-311-4/+4
| |
| * [Minor] Pass params via table instead of long arglist. Added esld_limit ↵Mikhail Galanin2018-07-312-26/+195
| | | | | | | | param to lua_util.extract_specific_urls()
* | Merge pull request #2384 from moisseev/eslintVsevolod Stakhov2018-07-317-49/+26
|\ \ | | | | | | [Minor] Add "errorMessage" parameter to query function
| * | [Minor] Add "errorOnceId" parameter to query functionAlexander Moisseev2018-07-303-22/+19
| | |
| * | [Minor] Add "errorMessage" parameter to query functionAlexander Moisseev2018-07-305-30/+10
| | |
* | | [Fix] Fix messages insertionVsevolod Stakhov2018-07-312-4/+8
| | |
* | | [Fix] Avoid one extra byte writingVsevolod Stakhov2018-07-312-1/+4
| | |
* | | [Test] Remove broken testVsevolod Stakhov2018-07-311-84/+0
| | |
* | | [Feature] Implement parsing of scoped IPv6 addressesVsevolod Stakhov2018-07-312-2/+9
| |/ |/|
* | [Minor] Fix index in redirector registrationVsevolod Stakhov2018-07-301-1/+1
| |
* | [Minor] Fix reload leak in dkim moduleVsevolod Stakhov2018-07-301-1/+7
| |
* | [Project] Rework fuzzy check moduleVsevolod Stakhov2018-07-301-42/+60
| |
* | [Project] Migrate chartable moduleVsevolod Stakhov2018-07-301-21/+37
| |
* | [Project] Make dkim_check context reentrantVsevolod Stakhov2018-07-301-26/+28
| |
* | [Project] Implement fast module ctx lookupVsevolod Stakhov2018-07-3012-88/+109
| |
* | [Project] Make SPF module reentrantVsevolod Stakhov2018-07-301-11/+20
| |
* | [Project] Make surbl module reentrant (no global context)Vsevolod Stakhov2018-07-302-21/+68
| |
* | [Minor] Initialize composite policy when defined from LuaVsevolod Stakhov2018-07-302-5/+6
| |
* | [Minor] Fix minor memory leak on saving statsVsevolod Stakhov2018-07-301-1/+4
| |
* | [Fix] Freeze updates queue when do actual storage updateVsevolod Stakhov2018-07-301-17/+40
|/
* Merge pull request #2382 from moisseev/eslintVsevolod Stakhov2018-07-296-181/+228
|\ | | | | [Minor] Refactor query function to use named parameters
| * [Minor] Fix save map on cluster messagesAlexander Moisseev2018-07-291-3/+8
| |
| * [Minor] Refactor query function to use named parametersAlexander Moisseev2018-07-286-180/+222
| |
* | [Minor] Update help/man pagesVsevolod Stakhov2018-07-283-21/+26
| |
* | [Feature] Improve `rspamc counters` outputVsevolod Stakhov2018-07-281-12/+32
|/
* [Fix] Fix HTML part detection heuristicVsevolod Stakhov2018-07-282-2/+8
|
* [Test] Disable broken testVsevolod Stakhov2018-07-281-5/+6
|
* [Test] Log rspamc outputVsevolod Stakhov2018-07-281-0/+1
|
* [CritFix] Fix caseless comparison of equal length stringsVsevolod Stakhov2018-07-281-4/+1
|
* Merge pull request #2381 from moisseev/eslintVsevolod Stakhov2018-07-282-31/+31
|\ | | | | [Minor] Use query function to get and update symbols
| * [WebUI] Save symbols to the selected serverAlexander Moisseev2018-07-281-7/+13
| | | | | | | | instead of local
| * [Minor] Use query function to get and update symbolsAlexander Moisseev2018-07-282-29/+23
|/
* Merge pull request #2380 from negram/fix-empty-plain-text-detected-as-htmlVsevolod Stakhov2018-07-273-5/+28
|\ | | | | [Fix] Detect empty text part as text, not HTML
| * [Fix] Detect empty text part as text, not HTMLMikhail Galanin2018-07-273-5/+28
| | | | | | | | Issue: #2367
* | Merge pull request #2377 from moisseev/eslintVsevolod Stakhov2018-07-272-33/+12
|\ \ | |/ |/| [Minor] Remove obsolete HTTP request
| * [Minor] Use query function to get actions,Alexander Moisseev2018-07-272-20/+12
| | | | | | | | | | get actions from "local" if "All SERVERS" option is selected, sort conditional operators by action index
| * [Minor] Remove obsolete HTTP requestAlexander Moisseev2018-07-271-13/+0
|/
* [Fix] Replace bad unicode sequences instead of stopping on themVsevolod Stakhov2018-07-261-1/+1
| | | | Issue: #2373
* Merge pull request #2376 from negram/clickhouse-retentionVsevolod Stakhov2018-07-261-7/+7
|\ | | | | [Minor] Fixed warning reported by luackeck
| * [Minor] Fixed warning reported by luackeckMikhail Galanin2018-07-261-7/+7
| |
* | Merge pull request #2375 from negram/clickhouse-retentionVsevolod Stakhov2018-07-262-7/+220
|\| | | | | [Feature] Clickhouse retention
| * ev_base -> rspamd_config in logger callsMikhail Galanin2018-07-261-15/+15
| |
| * Some polishingMikhail Galanin2018-07-261-3/+3
| |
| * Clickhouse tables retentionMikhail Galanin2018-07-262-6/+219
| |