aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Erm, forgot one more place to debugVsevolod Stakhov2020-04-201-0/+4
* [Minor] Add more whitelists debuggingVsevolod Stakhov2020-04-201-1/+10
* Merge pull request #3343 from chkpnt/dschung/luacheckVsevolod Stakhov2020-04-191-1/+1
|\
| * [Minor] Pet luacheckGregor Dschung2020-04-191-1/+1
* | [Fix] Do not flag pre-result of virus scanners as least if action is rejectGregor Dschung2020-04-191-1/+1
|/
* Merge pull request #3336 from rm-minus-rf/masterVsevolod Stakhov2020-04-181-1/+27
|\
| * [Minor] selectors: cleaner symbol extractorrm-minus-rf2020-04-181-1/+0
| * [Fix] add missing selector_cache declarationrm-minus-rf2020-04-171-0/+1
| * [Feature] add queueid, uid, messageid and specific symbols to selectorsrm-minus-rf2020-04-171-54/+17
| * [Feature] allow variables in force_actions messagesrm-minus-rf2020-04-141-0/+63
* | Merge pull request #3341 from jendis/fix_lua_apiVsevolod Stakhov2020-04-173-61/+20
|\ \
| * | src/lua/lua_util.c: remove unused functionJan Smutny2020-04-171-45/+0
| * | [Rework] add alias util:parse_addr for util:parse_mail_addressJan Smutny2020-04-171-0/+46
| * | [Rework] get rid of util:parse_addr duplicating the util:parse_mail_address, ...Jan Smutny2020-04-172-71/+2
| * | [Minor] complete comment part of util:parse_addr and util:parse_mail_address ...Jan Smutny2020-04-171-5/+24
| * | [Minor] complete doc part of task:get_from methodJan Smutny2020-04-171-0/+8
* | | [Minor] Rbl: Fix log messageVsevolod Stakhov2020-04-171-2/+2
* | | [Minor] Rbl: Add whitelisting indication to the symbol's optionsVsevolod Stakhov2020-04-171-6/+14
* | | [Minor] Allow to adjust symbols without score changeVsevolod Stakhov2020-04-171-3/+5
|/ /
* | [Minor] Clickhouse: Rework schema upload to make it more resilentVsevolod Stakhov2020-04-161-14/+39
* | [Minor] Try to process images before text part heuristicVsevolod Stakhov2020-04-153-11/+37
* | [Minor] Allow 'default' to be the default resultVsevolod Stakhov2020-04-141-0/+3
* | [Minor] Support shadow results in lua task apiVsevolod Stakhov2020-04-141-4/+42
* | [Minor] Lua_task: Add table version and multi-results support for set_pre_resultVsevolod Stakhov2020-04-141-36/+68
* | [Minor] Add some missing types and docs to rspamd_lua_parse_table_argumentsVsevolod Stakhov2020-04-142-2/+36
* | [Project] Rework some more functions to work with shadow resultsVsevolod Stakhov2020-04-147-45/+46
* | Merge pull request #3332 from cgzones/compiler_newVsevolod Stakhov2020-04-1417-19/+34
|\ \ | |/ |/|
| * [Minor] enable Wmissing-format-attributeChristian Göttsche2020-04-111-0/+9
| * [Minor] silence warnings about unused function resultsChristian Göttsche2020-04-116-11/+11
| * [Minor] Enable missing_noreturn compiler warningChristian Göttsche2020-04-117-0/+7
| * [Minor] Remove unused-but-set variablesChristian Göttsche2020-04-112-5/+4
| * [Minor] move static keyword to beginning of function declarationsChristian Göttsche2020-04-111-3/+3
* | [Minor] Correct deflate header detectionVsevolod Stakhov2020-04-131-1/+1
* | [Minor] Improve log message for inflate/deflateVsevolod Stakhov2020-04-131-2/+13
|/
* [Minor] Add sanity check for base32 decodingVsevolod Stakhov2020-04-101-0/+4
* [Feature] Allow multiple base32 encodings in Lua APIVsevolod Stakhov2020-04-102-10/+51
* [Minor] Add helper to get base32 typeVsevolod Stakhov2020-04-102-0/+30
* [Feature] Add multiple base32 alphabets for decodingVsevolod Stakhov2020-04-099-52/+139
* [Minor] Add rfc3548 base32 alphabetVsevolod Stakhov2020-04-092-2/+8
* [Feature] Support multiple base32 alphabetsVsevolod Stakhov2020-04-0916-33/+54
* [Minor] Log key id on DKIM failuresVsevolod Stakhov2020-04-082-9/+37
* [Minor] Lua_html: Return empty table if no images are there in htmlVsevolod Stakhov2020-04-081-7/+6
* [Project] Process composites separately for each shadow resultVsevolod Stakhov2020-04-083-11/+18
* [Minor] Fix doc stringVsevolod Stakhov2020-04-081-3/+3
* [Minor] Support flatten attribute in rspamd_config:register_re_selectorVsevolod Stakhov2020-04-081-3/+11
* [Minor] Remove whitespacesAlexander Moisseev2020-04-081-1/+1
* Fix Helo CheckOliver Dick2020-04-071-0/+2
* [Minor] Add a small helper functionVsevolod Stakhov2020-04-072-0/+28
* [Project] Rework scan result functions to support shadow resultsVsevolod Stakhov2020-04-077-29/+37
* [Minor] Clickhouse: Fix extra columns that are arraysVsevolod Stakhov2020-04-071-2/+8