aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1432 from fatalbanana/merVsevolod Stakhov2017-02-171-195/+289
|\
| * [Minor] More new features/rework for metadata exporterAndrew Lewis2017-02-171-195/+289
* | [Feature] Allow to store messages in filesVsevolod Stakhov2017-02-173-2/+89
* | [Fix] Deal with EOF properlyVsevolod Stakhov2017-02-171-12/+11
* | [Minor] Add routine to convert redis reply type to stringVsevolod Stakhov2017-02-173-4/+43
* | [Minor] Log fuzzy command when processing changesVsevolod Stakhov2017-02-171-3/+13
|/
* [Minor] Allow to use password in file in rspamcVsevolod Stakhov2017-02-171-1/+28
* [Minor] Force actions: deal with null betterAndrew Lewis2017-02-171-1/+1
* [Fix] Strings returned from lua are ephemeralVsevolod Stakhov2017-02-161-1/+1
* [Minor] Forgotten in the previous commitVsevolod Stakhov2017-02-161-4/+8
* [Fix] Do not destroy session when not all finish scripts are doneVsevolod Stakhov2017-02-161-0/+3
* [Fix] Fix writing of user to roll historyVsevolod Stakhov2017-02-151-1/+1
* [Minor] Treat urls in subject as displayed onlyVsevolod Stakhov2017-02-151-0/+3
* [Feature] Support setting subject in force actions moduleAndrew Lewis2017-02-151-3/+7
* [Feature] Support setting metric subject from LuaAndrew Lewis2017-02-151-0/+28
* [Feature] Various new features in metadata exporter moduleAndrew Lewis2017-02-151-15/+222
* [Fix] Fix tokens usageVsevolod Stakhov2017-02-142-5/+8
* [Fix] Do not stop symbols planning if async events are pendingVsevolod Stakhov2017-02-141-1/+2
* [Fix] Ignore lua metatokens in bayes for nowVsevolod Stakhov2017-02-141-0/+5
* [Rework] Use a special structure for stats tokensVsevolod Stakhov2017-02-1410-29/+70
* [Minor] Filter artificial Received header in multimap by defaultAndrew Lewis2017-02-131-0/+5
* [Minor] Fix lintVsevolod Stakhov2017-02-131-2/+2
* [Fix] Fix urls and emails hashesVsevolod Stakhov2017-02-134-9/+28
* [Fix] More heuristic fixes for phishing detectionVsevolod Stakhov2017-02-131-0/+19
* [Minor] Add method to find displayed urlsVsevolod Stakhov2017-02-131-0/+23
* [Feature] Add heuristic to find displayed URLsVsevolod Stakhov2017-02-133-3/+46
* [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
* [Minor] Add nan protection for ipscoreVsevolod Stakhov2017-02-131-0/+3
* [Feature] Implement received headers flagsVsevolod Stakhov2017-02-134-1/+49
* [Fix] Improve OMOGRAPH_URL ruleVsevolod Stakhov2017-02-131-1/+6
* [Minor] Fix plugins to work with the default settingsVsevolod Stakhov2017-02-122-1/+1
* [Feature] Store relational order of all headers in a messageVsevolod Stakhov2017-02-113-24/+31
* [Fetaure] Use metatokens from Lua in BayesVsevolod Stakhov2017-02-111-14/+38
* [Fix] Fix Content-Type in HTTP requestsVsevolod Stakhov2017-02-101-6/+41
* [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
* Merge pull request #1409 from fatalbanana/MM5Vsevolod Stakhov2017-02-101-3/+3
|\
| * [Fix] Multimap: Fixes for email filtersAndrew Lewis2017-02-101-3/+3
* | [Minor] Use more precise system function to print floating pointVsevolod Stakhov2017-02-101-71/+19
* | [Minor] Disable lua files execution for nowVsevolod Stakhov2017-02-101-0/+2
* | [Minor] Use isfinite instead of isnormal because of '0.0'Vsevolod Stakhov2017-02-101-1/+1
|/
* Merge pull request #1407 from fatalbanana/maxVsevolod Stakhov2017-02-091-7/+1
|\
| * [Minor] Don't try handle gaps in Received headersAndrew Lewis2017-02-091-7/+1
* | [Feature] Add per-task lua cache to reuse 'heavy' objectsVsevolod Stakhov2017-02-093-100/+191
* | [Feature] Store all received headers in luaVsevolod Stakhov2017-02-093-1/+8
* | [Minor] Fix lengths when parsing email addressesVsevolod Stakhov2017-02-091-3/+3
* | [Fix] Fix couple of cornercases with email addressesVsevolod Stakhov2017-02-091-7/+41
* | [Minor] Improve events debuggingVsevolod Stakhov2017-02-091-39/+50
* | [Minor] Zero structure before usingVsevolod Stakhov2017-02-091-1/+1