summaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix connecting to a unix socket in rspamadm statconvertVsevolod Stakhov2018-02-121-5/+20
| | | | | Issue: #1992 Closes: #1992
* Provide optional fcntl support for flock-less platforms like earlier SunOS.Filip Hajny2018-02-101-0/+26
|
* [Minor] Allow to get words from text partsVsevolod Stakhov2017-10-181-0/+39
|
* [Minor] Fix lua_text processing in lua_util_tokenize_textVsevolod Stakhov2017-10-181-1/+1
|
* Revert "[Fix] Remove incorrect method `task:set_metric_subject`"Andrew Lewis2017-09-091-0/+7
| | | | This reverts commit e809039a9e84cb6235a6447d1c9c8fc34ddcf8c6.
* [Fix] Rewriting subjects via force actions moduleAndrew Lewis2017-09-091-0/+20
|
* [Fix] Remove incorrect method `task:set_metric_subject`Vsevolod Stakhov2017-09-061-28/+0
|
* [Minor] Fix types when iterating hashVsevolod Stakhov2017-09-011-6/+6
|
* [Feature] Add method to get all content-type attributes in LuaVsevolod Stakhov2017-09-011-2/+59
|
* [Minor] Store raw urlsVsevolod Stakhov2017-08-282-0/+25
|
* [Fix] Lowercase HTTP headers to make them searchable from LuaVsevolod Stakhov2017-08-281-0/+6
|
* [Minor] Randomize Lua PRNG at startupVsevolod Stakhov2017-08-281-0/+8
|
* [Fix] Lua_http: freeingAndrew Lewis2017-07-261-1/+1
|
* Fix lua_util_is_utf_spoofed logicPaul Arthur2017-07-111-1/+1
| | | | | | | When compiled against libicu < 51 the list of allowed characters was set to none, so all strings were flagged as spoofed. Fixes #1689.
* [Minor] Do not overwrite score occasionallyVsevolod Stakhov2017-07-031-1/+7
|
* [Fix] Do not overwrite score when setting pre-actionVsevolod Stakhov2017-06-301-4/+9
|
* [Refactor] Correct misspelled variable name in lua_redisAlexander Moisseev2017-06-281-3/+3
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-278-18/+18
| | | | by a bot https://github.com/ka7/misspell_fixer
* [Fix] Fix folding for arc headers when milter interface is usedVsevolod Stakhov2017-06-251-2/+2
|
* [Minor] Allow to check for milter flag in a taskVsevolod Stakhov2017-06-251-0/+7
|
* [Minor] Allow to fold header in a different way using Lua APIVsevolod Stakhov2017-06-241-3/+22
|
* [Minor] Add ability to get symbols dynamic stats from LuaVsevolod Stakhov2017-06-241-0/+49
|
* [Minor] Lua_redis: Try clarify docs for :exec()Andrew Lewis2017-06-231-1/+1
|
* [Feature] Add text_part:get_stats functionVsevolod Stakhov2017-06-211-0/+62
|
* [Minor] Allow to specify config when doing TCP requestVsevolod Stakhov2017-06-131-10/+26
|
* [Minor] Minor fixes to log messagesVsevolod Stakhov2017-06-101-2/+2
|
* [Minor] Allow to set custom pool for a taskVsevolod Stakhov2017-06-081-1/+1
|
* [Minor] Add url:get_count methodVsevolod Stakhov2017-06-061-0/+22
|
* [Minor] Kill other `rmilter` occurrenciesVsevolod Stakhov2017-06-021-9/+10
|
* [Minor] Fix base64 encoding for signatureVsevolod Stakhov2017-05-281-1/+1
|
* [Feature] Rework lua RSA APIVsevolod Stakhov2017-05-271-154/+189
|
* [Minor] Merge rmilter reply instead of overwriting itVsevolod Stakhov2017-05-201-4/+13
|
* [Rework] Propagate ucl variables from the command lineVsevolod Stakhov2017-05-183-10/+38
|
* [Minor] Add method to get the whole configuration in LuaVsevolod Stakhov2017-05-181-0/+51
|
* [Minor] Warn about get_date misuseVsevolod Stakhov2017-05-171-9/+16
|
* [Minor] src: Fix spelling errorsSebastien Badia2017-05-132-2/+2
|
* [Minor] Move more magic constants to definesVsevolod Stakhov2017-05-121-1/+3
|
* [Fix] Disable certain checks for utf spoof detectionVsevolod Stakhov2017-05-111-0/+3
|
* [Fix] Allow to follow symlinks when safeVsevolod Stakhov2017-05-094-6/+6
| | | | Issue: #1625
* [Minor] Allow to check spoofed characters in a single stringVsevolod Stakhov2017-04-301-21/+50
|
* [Minor] Refactor destroy -> freeVsevolod Stakhov2017-04-296-12/+12
|
* [Minor] Allow session-less lua dns requestsVsevolod Stakhov2017-04-281-1/+1
|
* [Rework] Remove multiple metrics support from RspamdVsevolod Stakhov2017-04-261-74/+29
|
* [Minor] Push email flags to the lua APIVsevolod Stakhov2017-04-251-0/+21
|
* [Fix] Fix setting of email addressVsevolod Stakhov2017-04-251-1/+2
|
* [Fix] Fix R_BAD_CTE_7BIT ruleVsevolod Stakhov2017-04-241-8/+8
| | | | Issue: #1590
* [Minor] Add lua methods to detect if a part has 8bit charactersVsevolod Stakhov2017-04-241-0/+58
|
* [Feature] Support numeric arguments for Redis requestsVsevolod Stakhov2017-04-231-6/+27
|
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-1/+3
|
* [Feature] Rework confighelp to load Lua pluginsVsevolod Stakhov2017-04-223-11/+22
|