aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Treat meta tags as embedded tagsVsevolod Stakhov2016-02-181-1/+1
| | | | | Issue: #501 Reported by: @AlexeySa, @moisseev
* Revert "Properly set `flag` in fuzzy replies"Vsevolod Stakhov2016-02-161-1/+0
| | | | This reverts commit 550ee7a4765106bb1aa315273218e3b8c5b99acc.
* Rework once_received moduleVsevolod Stakhov2016-02-131-49/+71
| | | | | | | - Fix priority for `good_hosts` - If a good host has been found do not add once_received symbols - Fix priorities for strict once_received - Add ability to whitelist IP addresses
* Add aliases for task:get_from_ipVsevolod Stakhov2016-02-131-0/+3
| | | | | | - task:get_addr - task:get_from_addr - task:get_ip
* Unbreak function pointer passingVsevolod Stakhov2016-02-101-9/+1
|
* Reduce weights for some hfilter patternsVsevolod Stakhov2016-02-101-1/+1
|
* Fix error in printing hexVsevolod Stakhov2016-02-101-2/+2
|
* Fix varargs processing (found by coverity)Vsevolod Stakhov2016-02-101-1/+4
|
* Same result checking error found by coverityVsevolod Stakhov2016-02-101-1/+5
|
* Fix issues found by coverityVsevolod Stakhov2016-02-101-5/+9
|
* Fix issue with out-of-boundary readingVsevolod Stakhov2016-02-101-1/+1
| | | | Found by: coverity scan
* Fix arguments orderVsevolod Stakhov2016-02-101-1/+1
|
* Properly set `flag` in fuzzy repliesVsevolod Stakhov2016-02-101-0/+1
| | | | Found by: coverity scan
* Fix metas memoization in SA pluginVsevolod Stakhov2016-02-061-1/+4
|
* Fix leaks in lua error pathsVsevolod Stakhov2016-02-0520-11/+54
|
* Print traceback on lua errors in lua configVsevolod Stakhov2016-02-051-6/+21
|
* Add possibility to set pre-result using multimapVsevolod Stakhov2016-02-041-11/+53
|
* Pre filters should actually skip processingVsevolod Stakhov2016-02-043-4/+15
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-04177-3614/+2095
|
* Fix parsing nested braces inside logger varsVsevolod Stakhov2016-02-031-1/+7
|
* Add utility to manage digital signaturesVsevolod Stakhov2016-02-033-0/+389
|
* Fix eddsa keys generationVsevolod Stakhov2016-02-031-3/+6
|
* Remove realpath callVsevolod Stakhov2016-02-021-7/+0
|
* Add plain open file API methodVsevolod Stakhov2016-02-022-0/+40
|
* Add more fields to ucl definition of the keypairVsevolod Stakhov2016-02-021-0/+13
|
* Fix keypair outputVsevolod Stakhov2016-02-021-10/+43
|
* Fix hex encodingVsevolod Stakhov2016-02-021-3/+3
|
* Implement keypairs generation for signingVsevolod Stakhov2016-02-022-47/+108
|
* Add ECDSA signatures as wellVsevolod Stakhov2016-02-021-1/+77
|
* Add test vectors for eddsaVsevolod Stakhov2016-02-023-1/+202
|
* Add hex encoding/decoding routinesVsevolod Stakhov2016-02-022-0/+87
|
* Add basic routines for digital signaturesVsevolod Stakhov2016-02-025-16/+169
|
* Reserve rspamd_sig_t for signaturesVsevolod Stakhov2016-02-022-17/+20
|
* Fix set_from_ip methodVsevolod Stakhov2016-02-011-1/+28
|
* Add more diagnostic for lua subr errorsVsevolod Stakhov2016-01-311-4/+8
|
* Fix parsing of ip:port stringsVsevolod Stakhov2016-01-311-1/+3
|
* Another workaround to avoid __int128 warningVsevolod Stakhov2016-01-302-20/+20
|
* Fix couple of compiler warningsVsevolod Stakhov2016-01-3021-34/+62
|
* Set a sane quark for configtest to avoid NULLVsevolod Stakhov2016-01-301-1/+2
|
* Avoid using of lua functionalVsevolod Stakhov2016-01-291-5/+4
|
* Add ed25519 reference implementationVsevolod Stakhov2016-01-295-1/+293
|
* Cleanup blake2 state on final iterationVsevolod Stakhov2016-01-291-0/+1
|
* Properly detect avx set.Vsevolod Stakhov2016-01-291-5/+6
|
* Use fstring instead of gstringVsevolod Stakhov2016-01-291-5/+6
|
* A in SPF presumes AAAA lookup as wellVsevolod Stakhov2016-01-291-0/+6
|
* Fix CPU features detectionVsevolod Stakhov2016-01-291-32/+44
|
* Print configuration of crypto on startVsevolod Stakhov2016-01-291-0/+9
|
* Fix other usages of ottery_initVsevolod Stakhov2016-01-293-3/+1
|
* Use cryptobox rdrand detection for otteryVsevolod Stakhov2016-01-292-2/+14
|
* Add detection for RDRAND supportVsevolod Stakhov2016-01-295-8/+30
|