summaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Expand)AuthorAgeFilesLines
* [Project] Remove NIST mode from everywhereVsevolod Stakhov2024-08-093-131/+31
* Merge pull request #5084 from rspamd/vstakhov-negative-group-limitsVsevolod Stakhov2024-08-011-0/+2
|\
| * [Feature] Allow to set negative group score limit via `min_score`Vsevolod Stakhov2024-07-301-0/+2
* | [Minor] Improve errors reporting for lua_redisVsevolod Stakhov2024-07-311-7/+16
|/
* [Minor] Add `task:set_subject` alias for sanityVsevolod Stakhov2024-07-301-0/+1
* [Minor] Fix several issues with flag propagationVsevolod Stakhov2024-07-181-1/+6
* [Feature] Treat SPF +all in a special wayVsevolod Stakhov2024-07-171-0/+2
* [Fix] Do not crash if symbol is missing in the metricVsevolod Stakhov2024-07-111-1/+1
* [Minor] Push dynamic symbol weightVsevolod Stakhov2024-07-081-5/+17
* Fixed bug with task:inject() function according to the issue #5010 (#5021)Ivan Stakhov2024-06-252-11/+58
* 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