]> git.ipfire.org Git - thirdparty/rspamd.git/shortlog
thirdparty/rspamd.git
2013-11-23  Andrew LewisDon't use key as symbol if returncodes given and unknow... 4/head
2013-11-23  Andrew LewisUnbreak a use-case
2013-11-23  Andrew LewisCheck all results
2013-11-21  Andrew LewisAllow symbol per return code
2013-11-21  Vsevolod StakhovFix if-else logic.
2013-11-21  Vsevolod StakhovAdjust rbl priority to neutral.
2013-11-21  Vsevolod StakhovAdd basics of the new configuration.
2013-11-21  Vsevolod StakhovAllow dump of invalid xml to ucl format.
2013-11-21  Vsevolod StakhovRemove legacy stuff.
2013-11-21  Vsevolod StakhovExpand path for logging.
2013-11-21  Vsevolod StakhovSet rpath correctly.
2013-11-21  Vsevolod StakhovFix rbl module registration.
2013-11-20  Vsevolod StakhovMerge pull request #3 from fatalbanana/master
2013-11-20  Andrew LewisFix mistake: wrong use of string comparison 3/head
2013-11-20  Andrew LewisMore concise ip_to_rbl function
2013-11-20  Andrew LewisMake lookup conditional on RBL preferences
2013-11-20  Andrew LewisFix identification of missing source IP
2013-11-20  Andrew LewisCorrect use of wrong variable
2013-11-20  Vsevolod StakhovFix symbols deps.
2013-11-20  Vsevolod StakhovCheck for libutil more strictly.
2013-11-20  Vsevolod StakhovGlib linking is required as well.
2013-11-20  Vsevolod StakhovDo not destroy memory pools in lua automatically.
2013-11-20  Vsevolod StakhovLink ssl libraries to libucl.
2013-11-20  Vsevolod StakhovIgnore order of symbols when calculating checksum.
2013-11-20  Vsevolod StakhovEmails and multimap configuration fixes.
2013-11-20  Vsevolod StakhovCheck type of rule in multimap module.
2013-11-20  Vsevolod StakhovDo not ignore case for keys in config.
2013-11-20  Vsevolod StakhovFix emailbl plugin.
2013-11-19  Vsevolod StakhovRemove unused function.
2013-11-19  Vsevolod StakhovRemove duplicated resolving functions from task.
2013-11-19  Vsevolod StakhovFix readme filename.
2013-11-19  Vsevolod StakhovFix rules.
2013-11-19  Vsevolod StakhovUpdate packages.
2013-11-19  Vsevolod StakhovRework build and install paths.
2013-11-19  Vsevolod StakhovAdd get_version for lua IP module.
2013-11-19  Vsevolod StakhovUse local function in multimap.
2013-11-19  Vsevolod StakhovFix rbl plugin.
2013-11-19  Vsevolod StakhovFix multimap plugin.
2013-11-18  Vsevolod StakhovFix ipv6 addresses exporting.
2013-11-18  Vsevolod StakhovDo not push ip from NULL string.
2013-11-17  Vsevolod StakhovStore IP addresses properly in lua.
2013-11-17  Vsevolod StakhovAdd IP addresses manipulation API to lua.
2013-11-17  Vsevolod StakhovMerge pull request #2 from fatalbanana/master
2013-11-17  Andrew LewisRemove received_rbl.lua 2/head
2013-11-17  Andrew LewisObscure braindamage
2013-11-17  Andrew LewisMultimap: add IPv6 DNSBL support & change config layout
2013-11-17  Andrew LewisAdd new RBL module
2013-11-16  Vsevolod StakhovUse min_bytes setting in fuzzy_check for normal parts.
2013-11-16  Vsevolod StakhovRemove unused xml code.
2013-11-15  Vsevolod StakhovFix bayes algorithm.
2013-11-15  Vsevolod StakhovFix dispatcher restoration.
2013-11-15  Vsevolod StakhovSet task dispatcher properly during learning.
2013-11-15  Vsevolod StakhovRemove statfile pool size as it was broken.
2013-11-15  Vsevolod StakhovHandle workers params properly.
2013-11-15  Vsevolod StakhovFix logging conversion from xml.
2013-11-15  Vsevolod StakhovDo not create too small statfiles.
2013-11-15  Vsevolod StakhovFix options in statfiles.
2013-11-15  Vsevolod StakhovSync with libucl.
2013-11-14  Vsevolod StakhovFix issue with regexps parsing.
2013-11-14  Vsevolod StakhovHandle views in ucl.
2013-11-13  Vsevolod StakhovExpand path in file maps.
2013-11-13  Vsevolod StakhovAdd support of path variables.
2013-11-13  Vsevolod StakhovSync with libucl.
2013-11-12  Vsevolod StakhovDecapitalize captions.
2013-11-12  Vsevolod StakhovFix <param> elements in xml config.
2013-11-11  Vsevolod StakhovFix xml parsing for param tags.
2013-11-10  Vsevolod StakhovDo not escape target string extra time.
2013-11-10  Vsevolod StakhovDo not crash on an invalid xml config.
2013-11-10  Vsevolod StakhovDo not listen on SOCK_DGRAM sockets.
2013-11-10  Vsevolod StakhovTerminate fuzzy worker with empty storage correctly.
2013-11-09  Vsevolod StakhovRemove dead code.
2013-11-09  Vsevolod StakhovUnbreak lua_worker with ucl.
2013-11-09  Vsevolod StakhovLink openssl to rspamc if enabled.
2013-11-08  Vsevolod StakhovSome fixes to buffered IO.
2013-11-08  Vsevolod StakhovFix timeout error message.
2013-11-08  Vsevolod StakhovZero dispatcher structure before using.
2013-11-08  Vsevolod StakhovReplace gfind with gmatch.
2013-11-07  Vsevolod StakhovParse composites in ucl.
2013-11-07  Vsevolod StakhovComvert composites to UCL properly.
2013-11-07  Vsevolod StakhovAllow 'modules' directive to be a plain string.
2013-11-07  Vsevolod StakhovParse classifiers and statfiles in ucl.
2013-11-05  Vsevolod StakhovFix work with lua 5.2 eventually.
2013-11-05  Vsevolod StakhovFix load of ucl config.
2013-11-03  Vsevolod StakhovFix RCL config parsing.
2013-11-02  Vsevolod StakhovForgot to add.
2013-11-02  Vsevolod StakhovSync with libucl.
2013-10-27  Vsevolod StakhovAvoid endless recursion in export ucl to lua.
2013-10-27  Vsevolod StakhovInsert modules to rcl object properly.
2013-10-27  Vsevolod StakhovParse modules in ucl.
2013-10-26  Vsevolod StakhovUpdate from libucl.
2013-10-26  Vsevolod StakhovFix timeouts in map watch.
2013-10-26  Vsevolod StakhovAllow xml->ucl config conversion.
2013-10-26  Vsevolod StakhovProcess lua files from configuration.
2013-10-26  Vsevolod StakhovParse all objects from ucl.
2013-10-26  Vsevolod StakhovRemove custom filters as they have never been used.
2013-10-26  Vsevolod StakhovFix metric setup from ucl.
2013-10-26  Vsevolod StakhovFurther fixes in xml->rcl conversion.
2013-10-26  Vsevolod StakhovRemove kvstorage from the configuration as well.
2013-10-26  Vsevolod StakhovImprove xml->rcl conversion.
2013-10-26  Vsevolod StakhovRemove unused code from the build.
next