]> git.ipfire.org Git - thirdparty/rspamd.git/shortlog
thirdparty/rspamd.git
2016-02-22  Andrew LewisRPM: Add missing file to spec (Fixes #516) 535/head
2016-02-22  Andrew LewisRPM BuildRequires: s/perl/perl-Digest-MD5/
2016-02-18  Vsevolod StakhovTreat meta tags as embedded tags
2016-02-16  Vsevolod StakhovRevert "Properly set `flag` in fuzzy replies"
2016-02-16  Vsevolod StakhovFix MISSING_MIMEOLE rule for modern OE
2016-02-13  Vsevolod StakhovAdd some documentation for once_received module
2016-02-13  Vsevolod StakhovRework once_received module
2016-02-13  Vsevolod StakhovAdd aliases for task:get_from_ip
2016-02-10  Vsevolod StakhovUnbreak function pointer passing
2016-02-10  Vsevolod StakhovReduce weights for some hfilter patterns
2016-02-10  Vsevolod StakhovFix error in printing hex
2016-02-10  Vsevolod StakhovFix varargs processing (found by coverity)
2016-02-10  Vsevolod StakhovSame result checking error found by coverity
2016-02-10  Vsevolod StakhovFix issues found by coverity
2016-02-10  Vsevolod StakhovFix issue with out-of-boundary reading
2016-02-10  Vsevolod StakhovFix arguments order
2016-02-10  Vsevolod StakhovProperly set `flag` in fuzzy replies
2016-02-06  Vsevolod StakhovFix metas memoization in SA plugin
2016-02-05  Vsevolod StakhovMore sanity checks
2016-02-05  Vsevolod StakhovAdd safety guard for rule
2016-02-05  Vsevolod StakhovFix leaks in lua error paths
2016-02-05  Vsevolod StakhovPrint traceback on lua errors in lua config
2016-02-04  Vsevolod StakhovRelease 1.1.3 1.1.3
2016-02-04  Vsevolod StakhovDocument pre-filtering for maps
2016-02-04  Vsevolod StakhovAdd possibility to set pre-result using multimap
2016-02-04  Vsevolod StakhovPre filters should actually skip processing
2016-02-04  Vsevolod StakhovAdd notice in the contributions file
2016-02-04  Vsevolod StakhovSwitch the rest to apache 2
2016-02-04  Vsevolod StakhovSwitch project to the apache2 license
2016-02-03  Vsevolod StakhovFix parsing nested braces inside logger vars
2016-02-03  Vsevolod StakhovAdd utility to manage digital signatures
2016-02-03  Vsevolod StakhovFix eddsa keys generation
2016-02-02  Vsevolod StakhovRemove realpath call
2016-02-02  Vsevolod StakhovAdd plain open file API method
2016-02-02  Vsevolod StakhovAdd more fields to ucl definition of the keypair
2016-02-02  Vsevolod StakhovFix keypair output
2016-02-02  Vsevolod StakhovFix hex encoding
2016-02-02  Vsevolod StakhovImplement keypairs generation for signing
2016-02-02  Vsevolod StakhovAdd ECDSA signatures as well
2016-02-02  Vsevolod StakhovAdd test vectors for eddsa
2016-02-02  Vsevolod StakhovAdd hex encoding/decoding routines
2016-02-02  Vsevolod StakhovAdd basic routines for digital signatures
2016-02-02  Vsevolod StakhovReserve rspamd_sig_t for signatures
2016-02-01  Vsevolod StakhovFix set_from_ip method
2016-02-01  Vsevolod StakhovFix warnings
2016-01-31  Vsevolod StakhovAdd more diagnostic for lua subr errors
2016-01-31  Vsevolod StakhovFix parsing of ip:port strings
2016-01-30  Vsevolod StakhovAnother workaround to avoid __int128 warning
2016-01-30  Vsevolod StakhovFix couple of compiler warnings
2016-01-30  Vsevolod StakhovSupport c11 if available
2016-01-30  Vsevolod StakhovSet a sane quark for configtest to avoid NULL
2016-01-29  Vsevolod StakhovAvoid using of lua functional
2016-01-29  Vsevolod StakhovFix rule when SMTP from is unavailable
2016-01-29  Vsevolod StakhovUpdate version to 1.1.3
2016-01-29  Vsevolod StakhovRelease 1.1.2 1.1.2
2016-01-29  Vsevolod StakhovAdd ed25519 reference implementation
2016-01-29  Vsevolod StakhovCleanup blake2 state on final iteration
2016-01-29  Vsevolod StakhovProperly detect avx set.
2016-01-29  Vsevolod StakhovUse fstring instead of gstring
2016-01-29  Vsevolod StakhovA in SPF presumes AAAA lookup as well
2016-01-29  Vsevolod StakhovFix CPU features detection
2016-01-29  Vsevolod StakhovPrint configuration of crypto on start
2016-01-29  Vsevolod StakhovFix other usages of ottery_init
2016-01-29  Vsevolod StakhovUse cryptobox rdrand detection for ottery
2016-01-29  Vsevolod StakhovAdd detection for RDRAND support
2016-01-29  Vsevolod StakhovOutput configuration of libcryptobox
2016-01-28  Vsevolod StakhovMigrate to ref10 curve25519 implmentation
2016-01-28  Vsevolod StakhovDisable reload command in rc scripts
2016-01-28  Vsevolod StakhovDocument new filters in multimap
2016-01-28  Vsevolod StakhovImprove and fix multimap plugin
2016-01-28  Vsevolod StakhovFix rules to avoid nil indexing
2016-01-28  Vsevolod StakhovAdd methods to check if a messages has from/rcpts
2016-01-27  Vsevolod StakhovAllow converting of learn cache from sqlite to redis
2016-01-27  Vsevolod StakhovAdd base32 decode/encode routines to lua util
2016-01-27  Vsevolod StakhovAdd warning for slow regexps
2016-01-27  Vsevolod StakhovNever set negative learn counts
2016-01-26  Vsevolod StakhovShow slow rules in log
2016-01-26  Vsevolod StakhovImprove planning of asynchronous tasks
2016-01-26  Vsevolod StakhovTry to fix build issue
2016-01-26  Vsevolod StakhovTry to read from HTTP socket even if we have timeout
2016-01-26  Vsevolod StakhovMerge pull request #504 from fatalbanana/master
2016-01-26  Vsevolod StakhovFix fuzzy relearning
2016-01-26  Vsevolod StakhovFix build with custom pcre
2016-01-26  Andrew LewisFix user/language learn count in sqlite statistics... 504/head
2016-01-26  Vsevolod StakhovTemporary enable pcre jit fast path
2016-01-26  Vsevolod StakhovIncrease severity of sqlite errors
2016-01-26  Vsevolod StakhovAnother fix to redis events logic
2016-01-26  Vsevolod StakhovTry to fix memory leak on redis stat
2016-01-26  Vsevolod StakhovFix redis stats
2016-01-26  Vsevolod StakhovUse pipelined HINCRBY
2016-01-26  Vsevolod StakhovFix various issues
2016-01-26  Vsevolod StakhovImplement redis advanced lua api
2016-01-26  Vsevolod StakhovStart improved redis lua api
2016-01-25  Vsevolod StakhovFix stat migration script
2016-01-25  Vsevolod StakhovStore int64 as strings
2016-01-25  Vsevolod StakhovMerge pull request #499 from fatalbanana/master
2016-01-25  Vsevolod StakhovAdd stat_convert command
2016-01-25  Vsevolod StakhovFix parsing of redis args
2016-01-25  Andrew Lewisratelimit: avoid possible indexing of nil value (Fixes... 499/head
2016-01-25  Vsevolod StakhovImplement synchronous redis call
next