aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Update function docsVsevolod Stakhov2023-08-071-1/+17
|
* [Minor] Allow to call function from stack in rspamd_lua_universal_pcallVsevolod Stakhov2023-08-071-1/+7
|
* [Minor] Distinguish failures from unknown errorsVsevolod Stakhov2023-08-071-3/+5
|
* [Fix] Avoid race between config new/free by using a counterVsevolod Stakhov2023-07-271-4/+4
|
* [Minor] Add Lua methods to get urls orderVsevolod Stakhov2023-07-261-0/+46
|
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-2644-15469/+15347
| | | | No meaningful changes.
* [Minor] Restore old port behaviourVsevolod Stakhov2023-07-241-4/+11
|
* [Feature] Reorganise struct rspamd_url to be 64 bytes sizeVsevolod Stakhov2023-07-231-12/+18
|
* [Minor] Add Lua API for transliterate functionVsevolod Stakhov2023-07-201-0/+28
|
* [Minor] Remove assertion in lieu of a log messageVsevolod Stakhov2023-07-171-1/+4
| | | | | Issue: #4533 Closes: #4533
* [Minor] Get rid of one more GHashTableVsevolod Stakhov2023-06-172-22/+13
|
* [Minor] Oops, fix buildVsevolod Stakhov2023-06-171-1/+1
|
* [Minor] Allow to allocate rspamd_text from taskVsevolod Stakhov2023-06-173-8/+60
|
* [Minor] Fix Lua stackVsevolod Stakhov2023-06-141-2/+2
|
* [Minor] Adjust prototypeVsevolod Stakhov2023-06-101-1/+1
|
* [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
| | | | | | | | | | | | | | | | | For example, flags could be defined as: ```lua rspamd_config.register_symbol{ flags = ['ignore_passthrough', 'nice'] } ``` instead of (compatibility is still there): ```lua rspamd_config.register_symbol{ flags = 'ignore_passthrough,nice' } ```
* [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
| | | | Issue: #4475
* [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
| | | | This reverts commit 5bae837e5fb282e055a9d80d9d6aaf7eaed9a2d5.
* [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
| | | | Issue: #4124
* [Minor] Remove redundant codeVsevolod Stakhov2022-09-011-15/+8
|