aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Rework to fix issues in Lua APIVsevolod Stakhov2021-09-255-26/+60
* [Minor] Fix some more issuesVsevolod Stakhov2021-09-211-0/+4
* [Minor] Fix more error paths in LuaVsevolod Stakhov2021-09-211-0/+9
* [Minor] Cleanup unused cmake checksAnton Yuzhaninov2021-09-201-3/+0
* [Minor] Fix some leaks on error pathsVsevolod Stakhov2021-09-1911-55/+121
* [Fix] Fix hash table lookupVsevolod Stakhov2021-09-191-1/+1
* [Minor] Plug some leaks on error pathsVsevolod Stakhov2021-09-184-1/+15
* [Minor] Do not read extra byte of garbadgeVsevolod Stakhov2021-09-171-3/+3
* [Minor] Fix error path varargs handlingVsevolod Stakhov2021-09-171-0/+2
* [Minor] Updates for API documentationAndrew Lewis2021-09-141-18/+26
* [Minor] Allow to get invisible content from htmlVsevolod Stakhov2021-09-071-0/+24
* [Rework] Save invisible content to a separate bufferVsevolod Stakhov2021-09-071-3/+3
* [Minor] Explicitly disallow to set settings on top of other settingsVsevolod Stakhov2021-09-021-0/+7
* [Rework] Rework learn and add classify conditionVsevolod Stakhov2021-09-012-7/+11
* [Minor] Add function to get a lua_reference from a string returning a functionVsevolod Stakhov2021-09-012-0/+59
* [Fix] src/lua/lua_mimepart.c: fix null dereferenceJan Smutny2021-08-311-4/+10
* [Minor] Lua_compression: Add support of the compression level for gzipVsevolod Stakhov2021-08-262-3/+12
* [Minor] Fix match limit feature in regexpsVsevolod Stakhov2021-08-242-20/+2
* [Minor] Configwizard: Fix usage when the config is wrongVsevolod Stakhov2021-08-241-7/+12
* [Minor] Detect logger's debug level in lua debug utilitiesVsevolod Stakhov2021-08-241-0/+18
* fix compatibility with lua-5.4Tomohiro "Tomo-p" KATO2021-08-201-1/+4
* [Minor] Revert ignoring of the invisible urls by defaultVsevolod Stakhov2021-08-182-3/+3
* [Minor] Add `invisible` flag to url structureVsevolod Stakhov2021-08-172-3/+5
* [Fix] Fix brain-damaged behaviour when http request has a custom Host headerVsevolod Stakhov2021-08-111-1/+12
* [Feature] Lua_cryptobox: Add keyed ssl hash functions via HMACVsevolod Stakhov2021-08-101-29/+155
* [Minor] Fix the mess with caseless comparison functionsVsevolod Stakhov2021-08-061-51/+6
* [Minor] Lua: Add rspamd_util.strequal_caseless_utf8 routineVsevolod Stakhov2021-08-021-0/+41
* [Minor] Fix else branchVsevolod Stakhov2021-07-291-0/+3
* [Minor] Further fixes to the html tags content methodsVsevolod Stakhov2021-07-291-12/+18
* [Minor] Fix content length calculationsVsevolod Stakhov2021-07-291-2/+4
* [Minor] Some fixes in content extraction for html tagsVsevolod Stakhov2021-07-291-6/+8
* [Rework] Redesign html blocks propagation logicVsevolod Stakhov2021-07-201-3/+3
* [Project] Fix lua bindingsVsevolod Stakhov2021-07-151-31/+6
* [Rework] Composites: Start rework of the composites frameworkVsevolod Stakhov2021-07-152-2/+2
* Merge pull request #3815 from jendis/changedocVsevolod Stakhov2021-07-121-5/+3
|\
| * [Minor] rewrite doc of text_part:get_fuzzy_hashes methodJan Smutny2021-07-091-5/+3
* | [Minor] Fix pushing lua_url structureVsevolod Stakhov2021-07-021-3/+2
* | [Project] Html: Another rework of the tags structureVsevolod Stakhov2021-06-301-9/+6
* | [Minor] Broken CT != missing CTVsevolod Stakhov2021-06-171-1/+1
* | [Minor] Update docsVsevolod Stakhov2021-06-151-2/+4
* | [Minor] Pass more information about pre_result in task:has_pre_result()Vsevolod Stakhov2021-06-151-2/+32
* | [Project] Rework html visibility ruleVsevolod Stakhov2021-06-141-1/+5
* | [Project] Html/Css: Implement visibility rules for a blockVsevolod Stakhov2021-06-141-2/+1
* | [Minor] Set all tags visible (for now)Vsevolod Stakhov2021-06-121-0/+5
* | [Minor] Oops, fix indexVsevolod Stakhov2021-06-111-1/+1
* | [Minor] Lua_parsers: Use limit in rspamd_util.parse_mail_addressVsevolod Stakhov2021-06-111-1/+2
* | [Minor] Use traverse over all tagsVsevolod Stakhov2021-06-111-1/+1
* | [Rework] Html/CSS: Rework Lua bindingsVsevolod Stakhov2021-06-111-82/+76
* | [Rework] Html: Add traverse functionVsevolod Stakhov2021-06-071-69/+42
* | [Rework] Html: Fix Lua bindingsVsevolod Stakhov2021-06-021-12/+9