aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
...
* [Feature] Maps: Add on_load supportVsevolod Stakhov2023-05-271-0/+61
* [Fix] Fix an old issue with order of destruction race between redis pool and luaVsevolod Stakhov2023-05-253-1/+19
* [Minor] Avoid using registry to store traverse function + cleanupVsevolod Stakhov2023-05-211-5/+8
* [Minor] Add maps:foreach method in the Lua APIVsevolod Stakhov2023-05-201-0/+80
* [Minor] Fix newindexVsevolod Stakhov2023-05-161-2/+17
* [Minor] Allow more sane flags and ids syntax when register symbolsVsevolod Stakhov2023-05-161-96/+120
* [Minor] More code modernisationsVsevolod Stakhov2023-05-071-36/+19
* [Minor] Fix some legacyVsevolod Stakhov2023-05-071-60/+27
* [Minor] Lua_util: Add normalize_utf8 utilityVsevolod Stakhov2023-05-051-0/+47
* [Feature] Finish all features of dkim_keygen in LuaVsevolod Stakhov2023-04-072-2/+35
* [Rework] Write dkim keygen tool in luaVsevolod Stakhov2023-04-071-1/+7
* [Minor] Allow to save private key in outputVsevolod Stakhov2023-04-071-3/+10
* [Minor] Fix openssl invocationVsevolod Stakhov2023-04-071-1/+1
* [Feature] Add some missing functions to `lua_rsa` libraryVsevolod Stakhov2023-04-071-1/+122
* [Fix] Set symcache item in coroutine callsVsevolod Stakhov2023-02-032-1/+6
* [Minor] Remove obsoleted compat functions that are no longer usedVsevolod Stakhov2023-02-031-14/+0
* [Fix] Finally get rid of RSPAMD_USE_47BIT_LIGHTUSERDATA_HACKVsevolod Stakhov2023-02-012-98/+82
* [Minor] Allow different dump types for the keypairsVsevolod Stakhov2023-01-041-1/+1
* [Minor] Remove unused stuffVsevolod Stakhov2023-01-011-1/+1
* [Fix] Return true from has_urls(true) if only emails are presentPragadeesh Chandiran2022-12-221-3/+3
* [Minor] Get rid of some compiler warningsVsevolod Stakhov2022-11-042-3/+0
* [Minor] Slightly improve the documentationVsevolod Stakhov2022-10-291-4/+10
* [Fix] Lua_tcp: Sigh, another try to fix `close` invocationVsevolod Stakhov2022-10-211-1/+11
* [Fix] Another try to fix close method in lua_tcpVsevolod Stakhov2022-10-131-0/+6
* [Fix] Fix hang when close is usedVsevolod Stakhov2022-10-051-0/+18
* [Fix] Same fix for lua_tcpVsevolod Stakhov2022-09-251-7/+20
* [Fix] Fix crash with cname repliesVsevolod Stakhov2022-09-251-14/+27
* [Minor] Some neats when working with Unix socketsVsevolod Stakhov2022-09-241-5/+10
* [Minor] Add some error reportingVsevolod Stakhov2022-09-241-4/+10
* [Minor] Partially restore reverted patchVsevolod Stakhov2022-09-241-0/+1
* Revert "[Minor] Try to fix refcounts related crash"Vsevolod Stakhov2022-09-241-3/+2
* [Fix] Lua_tcp: Another try to fix closing logicVsevolod Stakhov2022-09-241-1/+24
* [Minor] Try to fix refcounts related crashVsevolod Stakhov2022-09-191-2/+3
* [Minor] Restore `task:has_urls(true)` behaviourVsevolod Stakhov2022-09-151-4/+18
* [Minor] Remove redundant codeVsevolod Stakhov2022-09-011-15/+8
* [Minor] Add a helper method to get the current DNS timeoutVsevolod Stakhov2022-08-201-0/+24
* [Project] Allow `=` separated augmentations to be treated as kv pairsVsevolod Stakhov2022-08-141-6/+37
* [Project] Support augmentations with valuesVsevolod Stakhov2022-08-121-2/+2
* [Minor] Add support of CNAME requests to the lua resolverVsevolod Stakhov2022-08-111-0/+5
* [Minor] Remove duplicated codeVsevolod Stakhov2022-08-111-22/+1
* [Minor] Ignore irrelevant DNS repliesVsevolod Stakhov2022-08-111-0/+5
* [Minor] Use integer instead of numberVsevolod Stakhov2022-08-031-1/+5
* [Fix] Adjust length of the fuzzy checks for short text partsVsevolod Stakhov2022-08-021-5/+1
* [Minor] Bail on unknown augmentationsVsevolod Stakhov2022-07-311-4/+17
* [Minor] Restore Lua APIVsevolod Stakhov2022-07-241-2/+20
* [Rework] Use another version of hash table from the same authorVsevolod Stakhov2022-07-171-2/+2
* [Minor] Initialise variableVsevolod Stakhov2022-07-021-1/+1
* [Feature] Accept upstream in lua_tcpVsevolod Stakhov2022-07-021-1/+53
* [Minor] Set ok flag on successVsevolod Stakhov2022-07-021-0/+4
* [Minor] Check for NULL first for sanityVsevolod Stakhov2022-07-021-1/+4