summaryrefslogtreecommitdiffstats
path: root/lualib
Commit message (Collapse)AuthorAgeFilesLines
...
* [Project] Implement basic configurationVsevolod Stakhov2022-11-191-25/+50
|
* [Project] Add schema for external mapsVsevolod Stakhov2022-11-191-15/+23
|
* [Minor] Also allow to pass callback in the `get_key` methodVsevolod Stakhov2022-11-191-3/+5
|
* [Project] Allow to pass callbacks to maps configurationVsevolod Stakhov2022-11-191-6/+14
|
* [Fix] Fix additional fields in the Redis schemaVsevolod Stakhov2022-10-261-3/+3
| | | | Issue: #4318
* [Minor] Fix corner casesVsevolod Stakhov2022-10-221-2/+2
|
* [CritFix] Restore compatibility with the integrations and headers alterationsVsevolod Stakhov2022-10-221-1/+14
|
* [Minor] Add some standard types for .p7s extensionVsevolod Stakhov2022-09-291-2/+2
|
* [Minor] Slightly improve readabilityVsevolod Stakhov2022-09-191-5/+7
|
* [Rework] Reiterate on prioritiesVsevolod Stakhov2022-09-101-0/+8
|
* [Minor] Register some more timeoutsVsevolod Stakhov2022-09-101-0/+11
|
* [Minor] Mime_types: Add application/tlsrpt+gzip as known typeVsevolod Stakhov2022-09-081-1/+1
| | | | Issue: #4243
* Merge pull request #4259 from ikedas/header_inserted_at_wrong_posVsevolod Stakhov2022-09-031-2/+17
|\ | | | | [Fix] milter_headers: Header fields may be inserted at wrong position.
| * [Fix] milter_headers: Header fields may be inserted at wrong position.IKEDA Soji2022-09-031-2/+17
| |
* | [Fix] Fix synchronous auth/select in lua_redisVsevolod Stakhov2022-08-311-1/+16
|/ | | | Issue: #4255
* [Minor] Require number as header orderVsevolod Stakhov2022-08-291-1/+1
| | | | Issue: #4246
* [Minor] Fix legacy string values in modify headers routineVsevolod Stakhov2022-08-291-0/+2
| | | | Issue: #4246
* [Fix] Skip sending dmarc reports in no-opt modeReto Kupferschmid2022-08-161-1/+5
| | | | fixes https://github.com/rspamd/rspamd/issues/4241
* [Minor] Add MIME types commonly used for mp3 and wav attachmentsAnton Yuzhaninov2022-08-091-2/+2
|
* [Minor] Consider subject when checking hash function input lengthVsevolod Stakhov2022-08-021-0/+7
|
* [Fix] Adjust length of the fuzzy checks for short text partsVsevolod Stakhov2022-08-021-1/+5
| | | | Reported by: @citrin
* whitespace..Jason Stephenson2022-07-251-1/+0
|
* get_dump_content to return content directly without converting userdata to ↵Jason Stephenson2022-07-251-21/+15
| | | | string. write_dump_content to convert string to userdata (rspamd_text) and use save_in_file.
* fix whitespaceJason Stephenson2022-07-241-2/+0
|
* Change comment to asserts. String type check before tostring callJason Stephenson2022-07-241-11/+24
|
* Fix silly mistakeJason Stephenson2022-07-221-1/+0
|
* luacheck fixesJason Stephenson2022-07-221-7/+4
|
* Add support for --splitJason Stephenson2022-07-221-19/+50
|
* Refactor before adding support to extract optionJason Stephenson2022-07-211-36/+39
|
* Implement writing to directoryJason Stephenson2022-07-211-3/+41
|
* Fix missing require statement for ucl.nullJason Stephenson2022-07-151-0/+1
|
* Explicitly emit null instead of dropping from outputJason Stephenson2022-07-151-1/+1
|
* [Fix] Empty envelopes should not be emitted as arrays (json+messagepack) ↵Jason Stephenson2022-07-151-1/+5
| | | | when populated envelopes are objects. This greatly complicates decoding in strictly typed languages.
* [Minor] Use upstream in the dkim signing toolsVsevolod Stakhov2022-07-051-0/+2
|
* [Feature] Add function to store upstreams for HTTP urlsVsevolod Stakhov2022-07-031-0/+33
|
* [Rework] Pass upstream when sending TCP requestsVsevolod Stakhov2022-07-0212-49/+24
|
* [Minor] Fix Redis prefixesVsevolod Stakhov2022-06-271-4/+4
|
* [CritFix] Neural: Fix keys regression after #3968Vsevolod Stakhov2022-06-271-6/+6
|
* [Minor] Add some sanity stuff for signing to skip signing for passthrough ↵Vsevolod Stakhov2022-06-251-0/+23
| | | | results
* [Minor] Add some sanity checks to the redis scriptsVsevolod Stakhov2022-06-201-6/+10
|
* [Fix] Properly parse expressions atomsVsevolod Stakhov2022-06-021-1/+1
| | | | Issue: #4181
* [Minor] Avoid using legacy methodVsevolod Stakhov2022-05-291-1/+1
|
* [Minor] Remove legacy `default` metricVsevolod Stakhov2022-05-271-4/+4
|
* [Minor] Add lower_utf8 selector transformationPavel Podkorytov2022-05-211-0/+11
|
* Revert "[Minor] fix lower transformation for utf symbols"Pavel Podkorytov2022-05-211-2/+1
| | | | This reverts commit fbb7db65a5cf50dc642550688407e724d56ebe34.
* [Minor] fix lower transformation for utf symbolsPavel Podkorytov2022-05-201-1/+2
|
* [Fix] Dmarc report: Use local timezone instead of GMTVsevolod Stakhov2022-05-081-3/+3
|
* [Minor] Fix issues found by the new luacheck versionVsevolod Stakhov2022-04-144-10/+10
|
* [Fix] Add more sanity checks for rua in dmarc_reportVsevolod Stakhov2022-04-141-1/+3
| | | | Issue: #4148
* [Minor] Sort error ips by number of errorsVsevolod Stakhov2022-03-291-6/+10
|