aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Improve replies plugin logsAnton Yuzhaninov2020-05-151-12/+15
|
* [Minor] Fix captures checking in lua_regexpVsevolod Stakhov2020-05-141-1/+1
|
* [Fix] Slashing fix: fix captures matching APIVsevolod Stakhov2020-05-141-2/+2
|
* [Project] Add `lower` method to lua_textVsevolod Stakhov2020-05-131-0/+46
|
* [Project] Add text:sub methodVsevolod Stakhov2020-05-131-0/+69
|
* [Minor] Rbl: Add aliases to avoid users confusionVsevolod Stakhov2020-05-081-3/+12
|
* [Minor] Improve error message + fix misprintVsevolod Stakhov2020-05-072-3/+5
| | | | Issue: #3328
* [Fix] Fix sockets leak in the clientVsevolod Stakhov2020-05-071-1/+14
| | | | Issue: #3328
* [Minor] Allow to pass socket's ownership to http connection objectVsevolod Stakhov2020-05-072-0/+14
|
* [Minor] Log source IPVsevolod Stakhov2020-05-071-4/+8
|
* [Minor] Get rid of numeric string:match in honor of tonumberVsevolod Stakhov2020-05-071-1/+1
|
* [Feature] Allow to specify nonces manuallyVsevolod Stakhov2020-05-061-21/+69
|
* [Minor] Rbl: Add `content_urls` attributeVsevolod Stakhov2020-05-051-0/+2
|
* [Minor] Add mime_part:get_urls methodVsevolod Stakhov2020-05-051-1/+51
|
* [Minor] Attach pdf urls to mime partsVsevolod Stakhov2020-05-051-1/+13
|
* [Minor] Allow attaching of urls to the mime partsVsevolod Stakhov2020-05-056-13/+51
|
* [Minor] Fix some issues foundVsevolod Stakhov2020-05-051-2/+2
|
* [Minor] Lua_text: Improve base64 methodVsevolod Stakhov2020-05-041-2/+29
|
* [Minor] Lua_text: Add randombytes constructorVsevolod Stakhov2020-05-041-0/+22
|
* [Feature] Lua_text: Add encoding methodsVsevolod Stakhov2020-05-041-0/+100
|
* [Feature] Lua_cryptobox: Add secretbox APIVsevolod Stakhov2020-05-041-0/+254
|
* [Minor] Allow to pre-allocate lua_textVsevolod Stakhov2020-05-041-1/+5
|
* Merge pull request #3355 from gauthierc/fixES7supportVsevolod Stakhov2020-05-031-1/+1
|\ | | | | [fix] add support ElasticSearch>=7 for elastic module
| * [fix] add support ElasticSearch>=7 for elastic moduleGauthier C2020-04-271-1/+1
| | | | | | | | | | | | Since version 7.x of ElasticSearch, logs type is not supported. Close #3324
* | [Minor] Store symcache item typeVsevolod Stakhov2020-05-021-21/+40
| |
* | [Fix] Fix lua_parse_symbol_type function logicVsevolod Stakhov2020-05-011-6/+12
| |
* | [Fix] One more fix to skip images that are not urlsVsevolod Stakhov2020-05-013-8/+19
| |
* | Revert "[Minor] Do not append unbalanced closing tags"Vsevolod Stakhov2020-04-301-14/+15
| | | | | | | | This reverts commit e1339c646f9a910f4cc1805020af35a7c1f82a1d.
* | [Minor] Use more strict checks for image urlsVsevolod Stakhov2020-04-302-7/+10
| |
* | [Minor] Fix flags and protocols checksVsevolod Stakhov2020-04-301-2/+2
| |
* | [Minor] Lua_text: Add cookie for metatableVsevolod Stakhov2020-04-301-0/+9
| |
* | [Minor] Fix default behaviour of task:get_urlsVsevolod Stakhov2020-04-292-2/+8
| |
* | [Minor] Add limit for number of files processed in archivesVsevolod Stakhov2020-04-282-2/+2
| |
* | [Minor] Allow to limit number of files returned by archive:get_filesVsevolod Stakhov2020-04-281-6/+22
| |
* | [Fix] Disable text detection heuristics for encrypted partsVsevolod Stakhov2020-04-282-0/+6
| | | | | | | | Issue: #3349
* | [Minor] Reduce priority of replies to avoid interference with settingsVsevolod Stakhov2020-04-271-1/+1
| |
* | [Minor] One more fix for spaces at the end of boundaryVsevolod Stakhov2020-04-271-5/+12
| |
* | [Fix] Skip spaces at the boundary endVsevolod Stakhov2020-04-271-1/+1
| |
* | [Minor] Allow to disable logging for modules on reloadVsevolod Stakhov2020-04-271-0/+2
| |
* | [Minor] Do not append unbalanced closing tagsVsevolod Stakhov2020-04-271-15/+14
| |
* | [Fix] Distinguish type from flags in register_symbolVsevolod Stakhov2020-04-279-18/+28
| |
* | [Minor] Replies: Fix predicateVsevolod Stakhov2020-04-271-2/+2
|/
* Merge pull request #3344 from jendis/raw_envfromVsevolod Stakhov2020-04-252-1/+13
|\ | | | | [Feature] extend lua api
| * [Feature] extend lua apiJan Smutny2020-04-202-1/+13
| | | | | | | | add new value accessible by key 'raw' to the table returned by util:parse_mail_address and task:get_from
* | [Minor] Workaround for \0 character (poor API choice)Vsevolod Stakhov2020-04-241-1/+4
| |
* | [Feature] Controller: Allow to pass query arguments to the lua webui pluginsVsevolod Stakhov2020-04-241-16/+57
| |
* | [Minor] Lua_ip: Add address comparison methodVsevolod Stakhov2020-04-241-0/+26
| |
* | Merge pull request #3313 from arkamar/hiredisVsevolod Stakhov2020-04-241-5/+4
|\ \ | | | | | | Revert "[Fix] Fix hiredis stupidity" and use the hiredis api as intended
| * | Revert "[Fix] Fix hiredis stupidity" and use the hiredis api as intendedPetr Vaněk2020-03-291-5/+4
| | | | | | | | | | | | This reverts commit b05b9bf904edce75c17e63982d5e0a82dd3e9064.
* | | [Minor] Replies: Check all recipientsVsevolod Stakhov2020-04-241-6/+12
| | |