summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* [Feature] Draft `known_senders` pluginVsevolod Stakhov2023-09-231-0/+205
|
* [Minor] Revisit numeric_urlsAndrew Lewis2023-09-191-4/+25
|
* Merge branch 'rspamd:master' into masterLBahtarliev2023-09-121-1/+4
|\
| * [Feature] rbl: support checking numeric URLs in isolationAndrew Lewis2023-09-111-1/+4
| |
* | [Feature] Add ICAP Content-Type and Filename from TODO List. Simplify ↵Lyuben Bahtarliev2023-09-121-9/+2
| | | | | | | | changes. Remove unnecessary debug message.
* | [Feature] Add ICAP Content-Type and Filename from TODO ListLyuben Bahtarliev2023-09-111-2/+9
|/
* [Fix] rbl: really fix dependency registration when symbols_prefixes is usedAndrew Lewis2023-09-091-1/+1
|
* [Fix] Fix various issues in the `url_redirector` pluginVsevolod Stakhov2023-09-071-4/+6
|
* [Minor] Remove unwanted debug loggingAndrew Lewis2023-09-061-1/+0
|
* Merge pull request #4575 from dragoangel/feat/add-phishing-feed-exclusionsVsevolod Stakhov2023-08-221-14/+102
|\ | | | | [Feature] Support feed exclusions in phishing module
| * Update phishing.luaDmitriy Alekseev2023-08-211-23/+43
| |
| * 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
|/
* 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