aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Project] Implement logic of ngramms applicationVsevolod Stakhov2018-01-132-14/+107
|
* [Project] Add detection logic for wordsVsevolod Stakhov2018-01-132-4/+101
|
* [Project] Add ngramms frequencies detectorVsevolod Stakhov2018-01-132-1/+197
|
* [Project] Add random words selection logicVsevolod Stakhov2018-01-132-2/+84
|
* [Project] Remove old language detectorVsevolod Stakhov2018-01-132-177/+38
|
* [Rework] Improve readability of xmlrpc APIVsevolod Stakhov2018-01-131-118/+154
|
* [Minor] Start arrays support in xmlrpc outputVsevolod Stakhov2018-01-121-0/+99
|
* [Minor] Fix redis_make_request usagesVsevolod Stakhov2018-01-111-3/+3
|
* [Minor] Remove redundant methodsVsevolod Stakhov2018-01-112-103/+9
|
* [Fix] Metadata exporter: check IP sanityAndrew Lewis2018-01-111-1/+6
|
* [Minor] Do not propagate command name to error outputVsevolod Stakhov2018-01-101-2/+1
| | | | Issue: #1979
* [Fix] Fix autolearn parameters readingVsevolod Stakhov2018-01-101-1/+1
| | | | | Issue: #1980 Closes: #1980
* [Fix] Sanitize IP in history redisVsevolod Stakhov2018-01-101-1/+7
|
* [Fix] Settings: avoid checking invalid IP (#1981)Andrew Lewis2018-01-101-1/+1
|
* [Minor] Improve clock accuracy on osxVsevolod Stakhov2018-01-101-0/+15
|
* [Minor] Refrain from readdir_r usageVsevolod Stakhov2018-01-091-13/+2
|
* [Minor] Fix format string issuesVsevolod Stakhov2018-01-092-3/+3
|
* [Minor] Honor string length in loggerVsevolod Stakhov2018-01-081-2/+3
|
* [Minor] Remove unused macrosVsevolod Stakhov2018-01-073-7/+0
|
* [Minor] Reduce log noiseVsevolod Stakhov2018-01-061-1/+1
|
* [Fix] Add definition for old glib compatibility methodVsevolod Stakhov2018-01-051-0/+4
| | | | Issue: #1956, #1978
* [Feature] Add timeout to rspamc when doing corpus testVsevolod Stakhov2018-01-042-28/+40
|
* [Minor] Fix spellingVsevolod Stakhov2018-01-041-1/+1
|
* [Feature] Multimap: template URL filterAndrew Lewis2018-01-041-0/+8
|
* [Fix] Map absence is not an errorVsevolod Stakhov2018-01-031-3/+11
|
* [Minor] Ignore case for imap/lmtpVsevolod Stakhov2018-01-021-2/+2
|
* [Project] Add unigramms to language detection as wellVsevolod Stakhov2018-01-016-6/+85
|
* [Project] Initialize language detectorVsevolod Stakhov2018-01-0110-16/+37
|
* [Project] Enable language detector init in scanner workersVsevolod Stakhov2017-12-313-8/+18
|
* [Fix] Remove hop-by-hop headers in proxyVsevolod Stakhov2017-12-311-0/+6
| | | | Issue: #1973
* [Project] Start language detection projectVsevolod Stakhov2017-12-303-1/+233
|
* [Minor] Check gtube in larger messagesVsevolod Stakhov2017-12-291-1/+1
|
* [Fix] Fix a lot of FP in chartable in mixed languagesVsevolod Stakhov2017-12-271-8/+187
| | | | | We now only count number of potential latin letters aliases instead of dealing with individual unicode scripts.
* [Fix] Replace space like characters in headers with plain spaceVsevolod Stakhov2017-12-262-4/+11
|
* [Feature] Add more gtube like patterns to test other spam actionsVsevolod Stakhov2017-12-241-15/+74
|
* [Fix] Fix clickhouse exporterVsevolod Stakhov2017-12-221-6/+6
|
* [Minor] Allow to print IP and port from Lua...Vsevolod Stakhov2017-12-221-3/+9
|
* [Minor] Deal with broken params encoded in quotesVsevolod Stakhov2017-12-211-1/+1
| | | | Issue: #1969 (partially)
* [Minor] Add missing tabs for X-Spam-Result headerChristian Roessner2017-12-211-1/+1
|
* [Feature] Add 'composites' debug moduleVsevolod Stakhov2017-12-204-3/+48
|
* [Minor] Store composite expression in composite structureVsevolod Stakhov2017-12-204-40/+5
|
* [Minor] Couple of minor fixesVsevolod Stakhov2017-12-192-8/+7
|
* [Fix] Do not expose spamtrap messages to SMTP replyVsevolod Stakhov2017-12-181-3/+15
| | | | Issue: #1964
* [Fix] RBL: received: deal with missing data (#1965)Andrew Lewis2017-12-181-1/+2
|
* Merge pull request #1962 from fatalbanana/rbl_rcvdVsevolod Stakhov2017-12-161-13/+79
|\ | | | | [Feature] RBL: received: filtering by position & flags
| * [Feature] RBL: received: filtering by position & flagsAndrew Lewis2017-12-121-13/+79
| | | | | | | | - Also filter artificial header always
* | [Minor] Rework fann_redis to use redis scripts frameworkVsevolod Stakhov2017-12-161-205/+49
| |
* | [Minor] Allow to get all upstreams from the list in LuaVsevolod Stakhov2017-12-161-0/+35
| |
* | [Minor] Set pointer to NULL after usage to avoid confusionVsevolod Stakhov2017-12-151-3/+4
| |
* | [Minor] Add some sanity checks when doing simple canonicalizationVsevolod Stakhov2017-12-151-5/+8
| |