summaryrefslogtreecommitdiffstats
path: root/src/lua
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix order of symbol optionsVsevolod Stakhov2017-03-231-1/+3
|
* [Fix] Preserve order of options in symbolsVsevolod Stakhov2017-03-221-6/+4
|
* [Fix] Fix parsing of lua table argumentsVsevolod Stakhov2017-03-211-4/+5
|
* [Fix] Fix options and shots matchVsevolod Stakhov2017-03-201-1/+1
|
* [Feature] Allow to specify maximum number of shots for symbolsVsevolod Stakhov2017-03-201-12/+22
|
* [Minor] Allow to take ownership on rspamd_textVsevolod Stakhov2017-03-181-0/+28
|
* [Minor] Allow to pass data transparently to lua from redisVsevolod Stakhov2017-03-181-24/+74
|
* [Fix] Fix double free when closing lua_tcp connectionsVsevolod Stakhov2017-03-161-3/+8
|
* [Fix] Do not reallocate completed zstd bufferVsevolod Stakhov2017-03-141-1/+1
|
* [Feature] Add method to get protocol reply from LuaVsevolod Stakhov2017-03-131-0/+84
|
* [Feature] Allow to cache and use flexible protocol replyVsevolod Stakhov2017-03-131-2/+3
|
* [Feature] Allow to set one_shot flag from register_symbolVsevolod Stakhov2017-03-111-4/+9
|
* [Fix] Do not use local_addrs in proxyVsevolod Stakhov2017-03-101-1/+8
|
* [Minor] Fold symbols in metadata_exporterVsevolod Stakhov2017-03-101-11/+14
|
* Merge pull request #1506 from fatalbanana/cleanupVsevolod Stakhov2017-03-091-2/+0
|\ | | | | [Minor] get_symbols_all: return nil instead of error
| * [Minor] get_symbols_all: return nil instead of errorAndrew Lewis2017-03-091-2/+0
| |
* | [Fix] Fix task:set_recipients functionVsevolod Stakhov2017-03-091-4/+4
|/
* [Feature] Add task:get_symbols_all() functionAndrew Lewis2017-03-091-34/+103
|
* [Fix] Fix issue with task:get_symbol and symbols with no metricVsevolod Stakhov2017-03-081-3/+8
|
* [Fix] Fix setting class on style fieldVsevolod Stakhov2017-03-071-0/+1
| | | | Issue: #1492
* [Feature] Allow to extract CTE in Lua APIVsevolod Stakhov2017-03-071-1/+25
|
* [Feature] Enchance text_part:get_content methodVsevolod Stakhov2017-03-061-4/+44
| | | | | | | | | | | This method now supports otional `type` attribute which could be following: - `content` (default): utf8 content with HTML tags stripped and newlines preserved - `content_oneline`: utf8 content with HTML tags and newlines stripped - `raw`: raw content, not mime decoded nor utf8 converted - `raw_parsed`: raw content, mime decoded, not utf8 converted - `raw_utf`: raw content, mime decoded, utf8 converted (but with HTML tags and newlines)
* Merge pull request #1475 from fatalbanana/evloopVsevolod Stakhov2017-03-061-0/+27
|\ | | | | [Feature] Support running event loop from Lua
| * [Feature] Support running event loop from LuaAndrew Lewis2017-03-041-0/+27
| |
* | [Feature] Allow to set recipients of a task from LuaVsevolod Stakhov2017-03-041-0/+78
| |
* | [Feature] Allow to set from address for a lua_taskVsevolod Stakhov2017-03-041-0/+189
|/
* [Feature] Add rule to detect broken content typeVsevolod Stakhov2017-03-031-0/+27
|
* [CritFix] Fix processing of stop_patterns with `\0` characterVsevolod Stakhov2017-03-021-3/+21
| | | | | Issue: #1468 Reported by: @gibzer
* [Minor] Accept strign keys for radix mapsVsevolod Stakhov2017-02-271-3/+16
|
* [Minor] Remove debugVsevolod Stakhov2017-02-241-1/+0
|
* [Minor] Add reason of confusingVsevolod Stakhov2017-02-241-2/+21
|
* [Feature] Improve detection of omographs using libicuVsevolod Stakhov2017-02-241-35/+24
|
* [Minor] Add ability to save rspamd_text in fileVsevolod Stakhov2017-02-221-0/+42
|
* [Minor] Add util.get_hostname routineVsevolod Stakhov2017-02-211-0/+32
|
* [Minor] Remove obsoleted functionsVsevolod Stakhov2017-02-211-90/+0
|
* [Minor] Fix calling of Lua symbolsVsevolod Stakhov2017-02-211-5/+8
|
* [Feature] Allow to store messages in filesVsevolod Stakhov2017-02-171-0/+83
|
* [Fix] Strings returned from lua are ephemeralVsevolod Stakhov2017-02-161-1/+1
| | | | Pointy hat to: @fatalbanana
* [Feature] Support setting metric subject from LuaAndrew Lewis2017-02-151-0/+28
|
* [Rework] Use a special structure for stats tokensVsevolod Stakhov2017-02-141-2/+2
|
* [Minor] Add method to find displayed urlsVsevolod Stakhov2017-02-131-0/+23
|
* [Feature] Allow to return options as a tableVsevolod Stakhov2017-02-131-0/+11
|
* [Minor] Fix corner cases in non-ascii characters counterVsevolod Stakhov2017-02-131-0/+4
|
* [Feature] Implement received headers flagsVsevolod Stakhov2017-02-131-1/+33
|
* [Fix] Improve OMOGRAPH_URL ruleVsevolod Stakhov2017-02-131-1/+6
| | | | | | - Calculate omographs in each dot component separately - Normalize omographs - Count utf8 characters properly
* [Feature] Store relational order of all headers in a messageVsevolod Stakhov2017-02-111-1/+4
|
* [Minor] Allow to cache values for task from Lua APIVsevolod Stakhov2017-02-101-12/+26
|
* [Minor] Add fast 52 bits hash to LuaVsevolod Stakhov2017-02-101-0/+53
|
* [Feature] Add per-task lua cache to reuse 'heavy' objectsVsevolod Stakhov2017-02-091-98/+172
|
* [Feature] Store all received headers in luaVsevolod Stakhov2017-02-091-1/+6
|