aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
* SUBJ_ALL_CAPS is overkillIKEDA Soji2024-05-031-4/+9
* [Fix] Honor dynamic thresholds for greylisting moduleVsevolod Stakhov2024-04-051-0/+41
* [CritFix] Protect regexp matcher from regexps with empty patternsVsevolod Stakhov2024-03-221-1/+6
* [Rework] Further types conversion (no functional changes)Vsevolod Stakhov2024-03-1842-2093/+2093
* [Rework] Remove some of the GLib types in lieu of standard onesVsevolod Stakhov2024-03-1819-129/+129
* [Minor] Another similar `getline` fixVsevolod Stakhov2024-03-151-2/+2
* [Fix] Do not save multipatterns to FS in certain casesVsevolod Stakhov2024-03-151-4/+4
* [Feature] Support reply in message pack formatVsevolod Stakhov2024-03-111-2/+1
* [Feature] Further optimization to the hot pathVsevolod Stakhov2024-03-061-6/+10
* [Rework] Rework dynamic usageVsevolod Stakhov2024-03-053-6/+112
* [Minor] Fix lua_tensor usageVsevolod Stakhov2024-03-052-11/+9
* [Rework] Use direct hashing instead of string hashingVsevolod Stakhov2024-03-052-11/+13
* [Project] Convert the remainingVsevolod Stakhov2024-03-0532-291/+385
* [Minor] Forgotten filesVsevolod Stakhov2024-03-052-0/+46
* [Project] Start optimization of userdata hashingVsevolod Stakhov2024-03-055-16/+19
* [Minor] Slightly improve log messageVsevolod Stakhov2024-02-121-24/+27
* [Feature] Lua_url: Add `to_http` methodVsevolod Stakhov2024-02-121-1/+86
* [Minor] rspamd_task API docs: fix broken linkAndrew Lewis2024-02-011-2/+2
* [Minor] docs: rspamd_html: fix some copypastaAndrew Lewis2023-12-181-3/+4
* [Minor] Append header to the ordered list of headers if it does not existVsevolod Stakhov2023-11-251-1/+4
* [Fix] Another try to fix setproctitleVsevolod Stakhov2023-11-131-5/+5
* [Fix] Properly set config field when creating tasks from LuaVsevolod Stakhov2023-11-091-1/+1
* [Minor] Modernize lua_util_encode_base64Vsevolod Stakhov2023-09-201-27/+10
* [Rework] Breaking: return back to semverVsevolod Stakhov2023-09-131-3/+11
* [Minor] API docs: lua_ip: fix function nameAndrew Lewis2023-09-121-10/+10
* [Minor] Slightly improve loggingVsevolod Stakhov2023-09-091-4/+12
* [Minor] Fix some warningsVsevolod Stakhov2023-09-081-4/+4
* [Minor] Sort lua modules and use GPtrArray instead of GListVsevolod Stakhov2023-09-071-13/+3
* [Fix] Fix lua stack corruption when logging large tablesVsevolod Stakhov2023-09-041-9/+9
* [Minor] Make table and positional arguments equal in get_from/rcptVsevolod Stakhov2023-09-041-52/+54
* [Minor] Make old logger API equal to new oneVsevolod Stakhov2023-08-251-33/+10
* Added support for Redis 6 ACL (username/password)laodc2023-08-211-5/+12
* [Minor] Allow rspamd_lua_require_function to work without functionVsevolod Stakhov2023-08-181-18/+30
* [Rework] Final efforts to make it compileableVsevolod Stakhov2023-08-161-1/+3
* [Rework] More steps to do refactoringVsevolod Stakhov2023-08-163-17/+17
* [Rework] Further conversion routinesVsevolod Stakhov2023-08-151-2/+2
* [Rework] More abstractions to hide C++ internalsVsevolod Stakhov2023-08-142-26/+21
* [Rework] Finish utils reworkVsevolod Stakhov2023-08-141-9/+0
* [Rework] Use more c++ in cfg_utilsVsevolod Stakhov2023-08-141-1/+1
* [Fix] Fix `url:set_redirected` methodVsevolod Stakhov2023-08-091-5/+11
* [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
* [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