]> git.ipfire.org Git - thirdparty/rspamd.git/shortlog
thirdparty/rspamd.git
2015-04-24  Andrew LewisTry fix RPATH 272/head
2015-04-24  Vsevolod StakhovTry to fix mess with rpath.
2015-04-24  Vsevolod StakhovInstall ac-trie to the private library dir.
2015-04-24  Vsevolod StakhovFix ips logic for surbl
2015-04-24  Vsevolod StakhovAdd routine to recommend users to encrypt their passwords.
2015-04-24  Vsevolod StakhovFix encrypted password comparision.
2015-04-24  Vsevolod StakhovFix pbkdf merge.
2015-04-24  Vsevolod StakhovTune group max score limit.
2015-04-24  Vsevolod StakhovMerge pull request #271 from dark-al/master
2015-04-24  Vsevolod StakhovFix logic of parsing symbol groups.
2015-04-24  Vsevolod StakhovFix output of learn counts of statfiles.
2015-04-24  Vsevolod StakhovAllow to specify IP as well as bits for surbl.
2015-04-24  Anton BelkaAdd pbkdf2 password support to controller 271/head
2015-04-23  Vsevolod StakhovFix unref for implicit arrays.
2015-04-23  Vsevolod StakhovAdd some more URL test cases.
2015-04-23  Vsevolod StakhovRework phishing detection to reduce false positives...
2015-04-23  Vsevolod StakhovFix ipv6 addresses and other issues in url parser.
2015-04-23  Vsevolod StakhovReduce test cycles to speedup tests.
2015-04-22  Vsevolod StakhovFix TLD sanity checking.
2015-04-22  Vsevolod StakhovParse ipv6 URL's.
2015-04-22  Vsevolod StakhovIgnore URL's with unknown TLD for now.
2015-04-22  Vsevolod StakhovSet default sync timeout.
2015-04-22  Vsevolod StakhovCategorize default rules.
2015-04-22  Vsevolod StakhovPush inet addr instead of the string for lua worker.
2015-04-22  Vsevolod StakhovAllow to specify sync timeout for fuzzy storage.
2015-04-21  Vsevolod StakhovAdd PBKDF2-HMAC-Blake2 function.
2015-04-21  Vsevolod StakhovShow fuzzy checked statistics in the client.
2015-04-21  Vsevolod StakhovRemove unused function.
2015-04-21  Vsevolod StakhovProvide data for fuzzy checks statistics.
2015-04-21  Vsevolod StakhovImplement the concept of fuzzy protocol epoches.
2015-04-21  Vsevolod StakhovFuzzy actual version is now 3 not 2.
2015-04-21  Vsevolod StakhovUse normal HTTP library for surbl.
2015-04-21  Vsevolod StakhovDo not store redirects to the same url.
2015-04-21  Vsevolod StakhovSmall tweaks to logging of learned messages.
2015-04-21  Vsevolod StakhovUse 64 bit hash for logger.
2015-04-21  Vsevolod StakhovFix map initialization.
2015-04-21  Vsevolod StakhovUse non-predictable hash seed to avoid collision attacks.
2015-04-21  Vsevolod StakhovUse proper key when searching hash.
2015-04-21  Vsevolod StakhovUse normal allocator for maps data.
2015-04-21  Vsevolod StakhovRemove old trie code.
2015-04-21  Vsevolod StakhovRework surbl plugin for new trie.
2015-04-20  Vsevolod StakhovProperly treat body rules.
2015-04-20  Vsevolod StakhovSupport tags replacement used in SA.
2015-04-20  Vsevolod StakhovFix DMARC plugin.
2015-04-20  Vsevolod StakhovSupport 'publish' flag for SA rules.
2015-04-20  Vsevolod StakhovFix AST processing for sole comparision rules.
2015-04-20  Vsevolod StakhovFix return type for SA functions.
2015-04-20  Vsevolod StakhovAdd lua_regexp:matchn function.
2015-04-20  Vsevolod StakhovWe also support some of Mail::SpamAssassin::Plugin...
2015-04-20  Vsevolod StakhovRework spamassassin functions:
2015-04-20  Vsevolod StakhovFix initialization order.
2015-04-20  Vsevolod StakhovFix processing tasks from lua.
2015-04-20  Vsevolod StakhovCheck task pending if no events are registered.
2015-04-19  Vsevolod StakhovMerge pull request #266 from fatalbanana/master
2015-04-18  Vsevolod StakhovBackport array removal fix.
2015-04-18  Vsevolod StakhovAdd a simple unit test of task processing.
2015-04-18  Vsevolod StakhovFix lua task processing.
2015-04-18  Vsevolod StakhovFix config post-load.
2015-04-18  Vsevolod StakhovFix ucl from lua arrays.
2015-04-17  Andrew LewisDMARC: check for subdomain policy 266/head
2015-04-17  Vsevolod StakhovFix tests build.
2015-04-17  Vsevolod StakhovAdd preliminary lua task process routine.
2015-04-17  Vsevolod StakhovPass task object to fin_callback.
2015-04-17  Vsevolod StakhovSplit task -> ucl result transition.
2015-04-17  Vsevolod StakhovFix modules initialization.
2015-04-17  Vsevolod StakhovStart common lua routines module.
2015-04-17  Vsevolod StakhovMove more initialization to the common routines.
2015-04-17  Vsevolod StakhovMove more initialization from main.c.
2015-04-17  Vsevolod StakhovFix libraries initialization requires.
2015-04-17  Vsevolod StakhovMove libraries initialization to a specific routine.
2015-04-17  Vsevolod StakhovRework filters initialization.
2015-04-17  Vsevolod StakhovParse comma separated lists in rspamd_rcl_parse_struct_...
2015-04-16  Vsevolod StakhovWrite options documentation.
2015-04-16  Vsevolod StakhovImprove documentation.
2015-04-16  Andrew LewisDMARC: Abort processing on policy failure (where this...
2015-04-16  Vsevolod StakhovMerge pull request #265 from fatalbanana/master
2015-04-16  Andrew LewisDMARC: handle relaxed policy; return policy domain... 265/head
2015-04-16  Vsevolod StakhovMerge pull request #264 from fatalbanana/master
2015-04-16  Andrew LewisDMARC: more RFC-strictness; partial support for subdoma... 264/head
2015-04-16  Vsevolod StakhovFix matching braces.
2015-04-16  Andrew LewisRBL doc: remove misleading (dated) information
2015-04-16  Vsevolod StakhovFix mimepart documentation.
2015-04-15  Vsevolod StakhovFix makefile.
2015-04-15  Vsevolod StakhovWrite documentation for lua_url.
2015-04-15  Vsevolod StakhovUse tld when checking for DMARC policy.
2015-04-15  Vsevolod StakhovUse detected TLD in surbl module.
2015-04-15  Vsevolod StakhovFix unit tests.
2015-04-15  Vsevolod StakhovFix TLD detection.
2015-04-15  Vsevolod StakhovDo not explicitly write \0 when converting to lowercase
2015-04-15  Vsevolod StakhovFix url length setup.
2015-04-15  Vsevolod StakhovAdd lua routines to access more url fields.
2015-04-15  Vsevolod StakhovAdd TLD detection for urls.
2015-04-15  Vsevolod StakhovMove url functions to a separate module.
2015-04-15  Vsevolod StakhovRemove some of unused url fields.
2015-04-14  Vsevolod StakhovMore bugs in groups configuration.
2015-04-14  Vsevolod StakhovFix issues with grouped symbols.
2015-04-14  Vsevolod StakhovDo not try to check type of NULL.
2015-04-14  Vsevolod StakhovDocument group limits.
2015-04-14  Vsevolod StakhovPass group name to lua in task:get_symbol method.
2015-04-14  Vsevolod StakhovStore symbol definition inside metric result.
next