summaryrefslogtreecommitdiffstats
path: root/lualib
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix one corner caseVsevolod Stakhov2023-09-281-9/+14
|
* [Minor] Allow redis requests with no callbacksVsevolod Stakhov2023-09-241-2/+2
|
* Merge pull request #4608 from lbahtarliev/masterVsevolod Stakhov2023-09-221-1/+1
|\ | | | | [Fix] Change Date: header location to conform with RFC
| * [Fix] Change Date: header location to conform with RFCLyuben Bahtarliev2023-09-221-1/+1
| |
* | Update configwizard.luaDani7782023-09-181-18/+10
|/ | | FIXED dkim key generation, update from old api
* Merge branch 'rspamd:master' into masterLBahtarliev2023-09-122-3/+4
|\
| * Merge pull request #4596 from fatalbanana/rbl_numeric_urlsVsevolod Stakhov2023-09-121-1/+2
| |\ | | | | | | [Feature] rbl: support checking numeric URLs in isolation
| | * [Feature] rbl: support checking numeric URLs in isolationAndrew Lewis2023-09-111-1/+2
| | |
| * | [Fix] rspamadm mime: arguments beginning with letter `t`Andrew Lewis2023-09-111-2/+2
| |/
* | [Feature] Add ICAP Content-Type and Filename from TODO List. Simplify ↵Lyuben Bahtarliev2023-09-121-5/+7
| | | | | | | | changes. Remove unnecessary debug message.
* | [Feature] Add ICAP Content-Type and Filename from TODO ListLyuben Bahtarliev2023-09-111-2/+6
|/
* Apply suggestions from code reviewLaoDC2023-08-212-6/+6
| | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
* feel silly about this one, forgot the username param.laodc2023-08-211-1/+1
|
* else if was meant to be elseiflaodc2023-08-211-1/+1
|
* changed errors to warnings.laodc2023-08-211-1/+1
| | | | nullptr on contructor was never meant to be there
* Added support for Redis 6 ACL (username/password)laodc2023-08-213-14/+73
|
* [Fix] Fix output of non-RSA DKIM keysVsevolod Stakhov2023-08-111-5/+7
| | | | Issue: #4570
* [Fix] Do not set output type if list application failedVsevolod Stakhov2023-08-101-1/+3
|
* [Minor] Fix usageVsevolod Stakhov2023-08-071-2/+2
|
* [Fix] Fix lua schema enrichment logic for Redis paramsVsevolod Stakhov2023-08-071-21/+21
|
* [Fix] Fix merge table utilityVsevolod Stakhov2023-08-071-2/+15
|
* [Feature] Check for plugin configuration errors on `configtest`Vsevolod Stakhov2023-08-071-0/+17
|
* [Minor] Move config stuff outVsevolod Stakhov2023-08-072-46/+71
|
* [Minor] Remove unused utility, as it has been broken for agesVsevolod Stakhov2023-08-072-818/+0
|
* [Minor] Allow to log configuration errors from pluginsVsevolod Stakhov2023-08-071-0/+20
|
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-0783-2579/+2928
|
* [Minor] Distinguish failures from unknown errorsVsevolod Stakhov2023-08-071-93/+136
|
* fix: redis schema parsingSimon Hauser2023-08-042-26/+47
|
* [Feature] Add `sentinel_password` optionVsevolod Stakhov2023-08-011-110/+126
|
* [Minor] Minor fixes for previous ratelimit changesAndrew Lewis2023-07-241-1/+1
|
* [Fix] dmarc gramar - allow spaces before ";"Stephan Toggweiler2023-07-211-2/+2
| | | The ABNF in https://www.rfc-editor.org/rfc/rfc7489#section-6.4 define that its allowed to have spaces before ";"
* [Minor] Lua_magic: Try to reduce fp rate for html heuristicVsevolod Stakhov2023-07-021-2/+2
|
* Use the correct mime format for 7zJason Stephenson2023-06-191-1/+1
|
* [Fix] Try harder to clean pending bucketVsevolod Stakhov2023-06-171-0/+29
| | | | Issue: #4467
* [Minor] Propagate on_load via Lua wrapperVsevolod Stakhov2023-05-291-0/+20
|
* [Minor] Show percentagesVsevolod Stakhov2023-05-131-4/+14
|
* [Fix] More fixes to fuzzystatVsevolod Stakhov2023-05-121-6/+12
|
* [Minor] Fix flags statVsevolod Stakhov2023-05-121-0/+7
|
* [Minor] Print flags statVsevolod Stakhov2023-05-091-0/+10
|
* [Minor] Pet luacheckVsevolod Stakhov2023-04-071-1/+2
|
* [Minor] Fix key type in outputVsevolod Stakhov2023-04-071-3/+5
|
* [Minor] Add `dnskey` type of outputVsevolod Stakhov2023-04-071-1/+4
| | | | Issue: #4429
* [Fix] Do not use `rspamadm.dkim_keygen`Vsevolod Stakhov2023-04-071-1/+4
|
* [Feature] Finish all features of dkim_keygen in LuaVsevolod Stakhov2023-04-071-0/+25
|
* [Rework] Write dkim keygen tool in luaVsevolod Stakhov2023-04-071-0/+144
|
* fix: avoid double-dip of nrcpt when calculating ratelimit conditionAndreas Simbuerger2023-03-291-1/+1
| | | | | Before this commit, rspamd would consider the number of recipients of the current message twice when calculating the ratelimit condition.
* [Minor] Neural: Extract lua scriptsVsevolod Stakhov2023-03-255-100/+97
|
* [Minor] Add some more comments as we now strip themVsevolod Stakhov2023-03-252-29/+42
|
* [Minor] Improve style in the scriptsVsevolod Stakhov2023-03-252-40/+45
|
* [Minor] Move redis scripts from ratelimit file to simplify checksVsevolod Stakhov2023-03-253-1/+143
|