summaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [Minor] Use upstreams refcountsVsevolod Stakhov2022-07-021-1/+5
* [Feature] Allow lua_http module to accept upstreamsVsevolod Stakhov2022-07-023-19/+63
* [Feature] Check content for binary stuff before dumping it to LuaVsevolod Stakhov2022-07-012-0/+8
* [Minor] Inverse logicVsevolod Stakhov2022-07-011-3/+3
* [Minor] Implement binary string checksVsevolod Stakhov2022-07-012-0/+24
* [Minor] Try to add workaround for replxx usage with no historyVsevolod Stakhov2022-06-131-0/+2
* [Fix] Properly check the original email flagVsevolod Stakhov2022-06-041-1/+1
* [Minor] Refactor bogus enumVsevolod Stakhov2022-06-041-48/+48
* [Fix] Properly deal with `get_symbol/get_metric_symbol` ambiguityVsevolod Stakhov2022-05-291-73/+10
* [Minor] Lua_config: Add routine to extract the specific symbol's configurationVsevolod Stakhov2022-05-181-0/+42
* [Minor] Fix build with LibreSSL 3.5+Vsevolod Stakhov2022-05-161-3/+6
* [Minor] Oops, fix table iterationVsevolod Stakhov2022-05-141-3/+4
* [Minor] Fix typesVsevolod Stakhov2022-05-141-1/+1