summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update phishing.luaDmitriy Alekseev2023-08-161-5/+73
| |
* | changed errors to warnings.laodc2023-08-211-2/+1
| | | | | | | | nullptr on contructor was never meant to be there
* | Added support for Redis 6 ACL (username/password)laodc2023-08-211-1/+8
| |
* | Merge pull request #4573 from rspamd/cfg_utils_reworkVsevolod Stakhov2023-08-171-4/+4
|\ \ | |/ |/| [Project] Rewrite configuration utils in C++
| * [Rework] More steps to do refactoringVsevolod Stakhov2023-08-161-4/+4
| |
* | Rename exported to be more explicitJason Lingohr2023-08-151-10/+10
| |
* | Add new exporter to push JSON to a raw TCP socket; for example to Graylog.Jason Lingohr2023-08-141-0/+37
|/
* [Fix] Fix `url:set_redirected` methodVsevolod Stakhov2023-08-091-2/+3
|
* [Fix] Fix lua schema enrichment logic for Redis paramsVsevolod Stakhov2023-08-073-7/+8
|
* [Minor] Move config stuff outVsevolod Stakhov2023-08-073-4/+4
|
* [Minor] Allow to log configuration errors from pluginsVsevolod Stakhov2023-08-073-2/+8
|
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-0746-2012/+2371
|
* [Minor] Distinguish failures from unknown errorsVsevolod Stakhov2023-08-071-97/+124
|
* fix: redis schema parsingSimon Hauser2023-08-043-7/+7
|
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-264-2669/+4059
| | | | No meaningful changes.
* [Minor] Minor fixes for previous ratelimit changesAndrew Lewis2023-07-241-1/+1
|
* [Feature] external_relay: add ip_map strategySoha Jin2023-07-111-0/+42
|
* [Minor] Fix fuzzy_unlearn_handler when a flag is specifiedVsevolod Stakhov2023-07-051-1/+1
| | | | Issue: #4531
* Merge pull request #4519 from twesterhever/temp-html-attachmentsVsevolod Stakhov2023-06-231-17/+24
|\ | | | | [Enhancement] Treat HTML attachments as (slightly) bad
| * [Minor] Fix missing and superflous commatwesterhever2023-06-231-2/+2
| | | | | | | | Thanks, @moisseev!
| * Keep attachment filename suffix lists sortedtwesterhever2023-06-221-15/+15
| |
| * Treat HTML attachments as badtwesterhever2023-06-221-1/+8
| |
* | if elasticsearch_version >= 7 we should not send the _type to elasticsearch, ↵Mario Jansen2023-06-231-2/+8
|/ | | | deprecated in es 7, obsolete in es 8
* [Minor] Increase score for attachment types already blocked by GMail and Outlooktwesterhever2023-06-201-95/+95
| | | | https://github.com/rspamd/rspamd/pull/4518#issuecomment-1598655957
* [Minor] Increase score for .chm attachmentstwesterhever2023-06-201-1/+1
|
* [Minor] Use 1.0 as static score for dynamic symbols, ermVsevolod Stakhov2023-06-181-1/+1
|
* [Fix] Try harder to clean pending bucketVsevolod Stakhov2023-06-171-3/+50
| | | | Issue: #4467
* [Minor] Add additional bad extensionstwesterhever2023-06-021-0/+5
|
* [Minor] Fix leftoverVsevolod Stakhov2023-05-301-1/+1
|
* [Minor] Pet luacheckVsevolod Stakhov2023-05-291-2/+2
|
* [Project] Allow to register multimap symbols dynamicallyVsevolod Stakhov2023-05-291-72/+95
|
* [Minor] Simplify multimap codeVsevolod Stakhov2023-05-291-22/+30
|
* [Fix] rbl: fix dependency registration when symbols_prefixes is usedAndrew Lewis2023-05-261-2/+4
|
* [Feature] Add controller endpoint to get fuzzy hashes from messagesVsevolod Stakhov2023-05-201-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | Sample usage: ``` curl -XPOST 'http://localhost:11334/plugins/fuzzy/hashes?flag=1' --data-binary '@-' < file ``` Sample output: ```json { "hashes": { "local": [ "24b6e7de2f489778d828c827079c48bacb086f816d0a7acabbe42e8d0da703b89b913176ad67eefaf5b54fa59f5e0ecfc7015846c4043fcfb0c7a4ed7a235025", "72789777cbec926f4143de4c08c87acc3fbf3b909b5c39f1edcf82ed12e2d8bc2f56be8d68ee681feccf44ca04e3eca5b8ec039cb84a0d40e22258c370a10cbb" ], "rspamd.com": [ "24b6e7de2f489778d828c827079c48bacb086f816d0a7acabbe42e8d0da703b89b913176ad67eefaf5b54fa59f5e0ecfc7015846c4043fcfb0c7a4ed7a235025", "72789777cbec926f4143de4c08c87acc3fbf3b909b5c39f1edcf82ed12e2d8bc2f56be8d68ee681feccf44ca04e3eca5b8ec039cb84a0d40e22258c370a10cbb" ], }, "success": true } ``` Issue: #4489
* [Minor] Remove redundant variableVsevolod Stakhov2023-05-191-1/+0
|
* [Minor] Fix old bug that score was not converted to a numberVsevolod Stakhov2023-05-151-1/+1
|
* [Feature] Allow to read options from maps in the multimap pluginVsevolod Stakhov2023-05-131-17/+28
| | | | Issue: #4468
* [Minor] Use utf8 compatible comparisonVsevolod Stakhov2023-04-251-1/+2
|
* [Minor] Improve optionsVsevolod Stakhov2023-04-221-2/+14
|
* [Feature] Add extra symbol when URL redirector reaches nested limitVsevolod Stakhov2023-04-221-2/+23
| | | | Issue: #4406
* fixup! arc.lua: fix signature of ARC-Seal headerJan Smutny2023-03-311-0/+2
|
* arc.lua: fix signature of ARC-Seal headerJan Smutny2023-03-301-1/+1
| | | | | | The ARC Set header field values must be supplied to the hash function in increasing instance order, starting at 1. Defined in https://www.rfc-editor.org/rfc/rfc8617.html#section-5.1.1.
* arc.lua: fix usage of ARC-Authentication-Results in arc_sign_seal funcJan Smutny2023-03-301-2/+3
| | | | | | | The ARC-Authentication-Results header field was gathered in function arc_sign_seal directly from headers. This commit adds the sorted ARC-Authentication-Results header to cache which is then reused in arc_sign_seal function.
* [Minor] Move redis scripts from ratelimit file to simplify checksVsevolod Stakhov2023-03-251-148/+6
|
* [Fix] Fix url reputation pluginVsevolod Stakhov2023-03-031-28/+17
| | | | Issue: #4415
* when metric action is not defined, it reads a score causing a type error ↵Nishil Shah2023-02-281-1/+1
| | | | where the value should be a string and the actual action
* [Minor] Allow content URLs in the url_redirectorVsevolod Stakhov2023-02-261-0/+1
| | | | Issue: #4411
* [Minor] Honor more redirect 3xx codesVsevolod Stakhov2023-02-251-1/+9
| | | | Issue: #4395
* Fix process_ip_condition() to support global mapsdpetrov672023-02-141-5/+5
|
* [Minor] RBL: Add missing groupsVsevolod Stakhov2023-02-111-0/+2
|