summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|/
* 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
|
* [Minor] Minor fixes for previous ratelimit changesAndrew Lewis2023-07-241-1/+1
|
* [Feature] external_relay: add ip_map strategySoha Jin2023-07-111-0/+42
|
* 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
|
* [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
|
* [Minor] Add RBL callback symbols to the `rbl` groupVsevolod Stakhov2023-02-081-0/+2
|
* [Fix] Restore `strict_domains` supportVsevolod Stakhov2023-01-211-2/+5
|
* [Minor] Fix luacheckVsevolod Stakhov2023-01-211-1/+1
|
* [Fix] Replace broken strict_domains with phishing_exceptionsJean-Louis Dupond2023-01-191-7/+7
| | | | | | | | The syntax of the strict_domains is broken since parsing for it was removed in commit ce21f8fe16a45a5a409d3c9f8217eba2de1fbe14 We introduct the phishing_exceptions to be able to create exceptions on the phished domain.
* [Fix] received: filtering of artificial headerKako, Chang2023-01-121-1/+1
|
* [Rework] Breaking: Do not report soft reject in historyVsevolod Stakhov2023-01-071-2/+4
| | | | | | | | | | | | | | We can have much more clear information if we store the real action in case of `soft-reject`. In this case, we can just imply that a module that has set this action is an action itself, such as: * greylist * ratelimit * multimap * antivirus rule name This policy seems quite reasonable, as `soft reject` has no meaning on its own.
* [Minor] Store module that has set the pre-resultVsevolod Stakhov2023-01-021-1/+1
|