aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Wipe memory in rspamadmVsevolod Stakhov2019-05-012-4/+40
|
* [Minor] Improve lua logging escapingVsevolod Stakhov2019-04-292-18/+59
|
* [Minor] Some fixes in least passthrough results processingVsevolod Stakhov2019-04-291-5/+8
|
* [Feature] Add least passthrough resultsVsevolod Stakhov2019-04-291-10/+25
|
* [Feature] Add cryptobox method to generate dkim keypairsVsevolod Stakhov2019-04-261-0/+135
|
* [Fix] Avoid buffer overflow when printing long lua stringsVsevolod Stakhov2019-04-261-2/+2
|
* [Minor] Move rspamd_text to a sepatate unitVsevolod Stakhov2019-04-263-320/+419
|
* [Minor] Add wipe flag for rspamd_text lua objectVsevolod Stakhov2019-04-262-2/+7
|
* [Minor] Sigh, misprintVsevolod Stakhov2019-04-231-1/+1
|
* [Minor] Fix old openssl supportVsevolod Stakhov2019-04-231-1/+1
|
* [Minor] Improve IUF interface in cryptobox_hashVsevolod Stakhov2019-04-231-21/+41
|
* [Feature] Add fast hashes to lua cryptobox hashVsevolod Stakhov2019-04-231-86/+159
|
* [Minor] Fix return values countVsevolod Stakhov2019-04-151-1/+1
|
* [Minor] Lua_task: Add function to get scan timeVsevolod Stakhov2019-04-151-0/+42
|
* [Minor] Allow to set a resolver for taskVsevolod Stakhov2019-04-113-13/+35
|
* [Minor] Refactor DNS resolver invocationsVsevolod Stakhov2019-04-117-26/+26
|
* [Minor] Cleanup various stuffVsevolod Stakhov2019-04-112-2/+34
|
* [Minor] Allow to create empty tasksVsevolod Stakhov2019-04-111-0/+34
|
* [Minor] Fix some more suspicious casesVsevolod Stakhov2019-04-071-11/+22
|
* [Minor] Lua_util: Fix Lua 5.2 compatibilityVsevolod Stakhov2019-04-041-26/+14
| | | | Issue: #2831
* [Minor] Try to support rewritten from in dkim signingVsevolod Stakhov2019-04-041-2/+5
|
* [Rework] Start rework of aliasing in RspamdVsevolod Stakhov2019-04-023-55/+99
|
* [Feature] Improve lua binary strings outputVsevolod Stakhov2019-04-021-3/+48
|
* [Rework] Rework HTML content urls extractionVsevolod Stakhov2019-04-021-2/+3
|
* [Fix] Another fix for Redis sentinelVsevolod Stakhov2019-04-011-8/+6
| | | | Issue: #2796
* [Minor] Restore Lua 5.2 compatibilityVsevolod Stakhov2019-04-011-1/+1
| | | | | Issue: #2826 Closes: #2826
* [Minor] Lua_cryptobox: Add pbkdf() methodVsevolod Stakhov2019-03-281-0/+84
|
* [Minor] Lua_task: Fix doc stringsVsevolod Stakhov2019-03-271-4/+4
|
* [Feature] Preprocess config files using jinja templatesVsevolod Stakhov2019-03-274-63/+118
|
* [Minor] Pass variables from the environment to rspamd_envVsevolod Stakhov2019-03-271-10/+34
|
* Merge pull request #2813 from miecio45/add_lua_mixed_scriptVsevolod Stakhov2019-03-271-0/+54
|\ | | | | [Minor] Add util.if_utf_mixed_script to lua
| * [Minor] Rewrite is_utf_mixed_script to use libicu onlyMiecio Za2019-03-261-6/+9
| | | | | | | | Rewrite to use U8_NEXT
| * [Minor] Add util.if_utf_mixed_script to luaMiecio Za2019-03-211-0/+51
| | | | | | | | | | | | | | Add new function which implements PoC for chekcing mixed script in utf string. Behaviour is similar to single string spoof detection in libicu before version 58
* | [Rework] Change lua global variables registrationVsevolod Stakhov2019-03-262-52/+99
| |
* | [Minor] Fix alien userdata printingVsevolod Stakhov2019-03-261-6/+4
| |
* | [Minor] Fix the case when filename is empty for an imageVsevolod Stakhov2019-03-251-2/+7
| | | | | | | | | | Issue: #2818 Closes: #2818
* | [Minor] Fix postfilters squeezing issueVsevolod Stakhov2019-03-231-1/+2
| |
* | [Fix] Core: Fix squeezed dependencies handling for virtual symbolsVsevolod Stakhov2019-03-221-72/+123
|/
* [Feature] Treat all tags with HREF as a potential hyperlinksVsevolod Stakhov2019-03-201-1/+5
|
* [Minor] Fix formatting issueVsevolod Stakhov2019-03-201-1/+2
|
* [Minor] Slight logging improvementsVsevolod Stakhov2019-03-201-2/+5
|
* [Minor] Sigh, another try to fix coroutines errorsVsevolod Stakhov2019-03-191-2/+19
|
* [Minor] Fix coroutine based error handling in lua httpVsevolod Stakhov2019-03-191-0/+4
|
* [Fix] Add crash safety for HTTP async routinesVsevolod Stakhov2019-03-191-11/+53
|
* Merge branch 'master' into lua_string_utilsMiecio Za2019-03-188-26/+71
|\
| * [Minor] Oops, fix buildVsevolod Stakhov2019-03-181-1/+1
| |
| * [Minor] Add task:get_reply_sender methodVsevolod Stakhov2019-03-181-0/+49
| |
| * [Minor] Simplify host element handling in HTTP messageVsevolod Stakhov2019-03-181-5/+1
| |
| * [Rework] Another iteration of HTTP interfaces reworkVsevolod Stakhov2019-03-181-13/+3
| |
| * [Fix] Fix various issues found by PVS StudioVsevolod Stakhov2019-03-136-7/+16
| | | | | | | | https://www.viva64.com/