]> git.ipfire.org Git - thirdparty/rspamd.git/shortlog
thirdparty/rspamd.git
2015-12-31  Andrew LewisAdd SURBL_BLOCKED symbol 464/head
2015-12-31  Andrew LewisDrop deprecated SURBL bits & rename JP_SURBL_MULTI...
2015-12-30  Vsevolod StakhovFix critical issue in surbl module
2015-12-30  Vsevolod StakhovAdd util.glob routine to lua API
2015-12-30  Vsevolod StakhovFix endless loop
2015-12-29  Vsevolod StakhovAdd documentation for all workers' options
2015-12-29  Vsevolod StakhovAdd sorting for configuration helper
2015-12-29  Vsevolod StakhovFix arguments passing to the lua formatter
2015-12-29  Vsevolod StakhovAllow colored output
2015-12-29  Vsevolod StakhovFix workers documentation
2015-12-29  Vsevolod StakhovAdd options for workers
2015-12-29  Vsevolod StakhovStart redis plugin rejig
2015-12-29  Vsevolod StakhovMore changes to classification stages
2015-12-29  Vsevolod StakhovAdd substages for classification
2015-12-29  Vsevolod StakhovFix quotes
2015-12-29  Vsevolod StakhovAdd lua pretty formatter for confighelp
2015-12-29  Vsevolod StakhovUse caseless search for keywords
2015-12-29  Vsevolod StakhovAdd caseless version of rabin-karp substring search
2015-12-29  Vsevolod StakhovShow 'keyword' when '-k' is specified
2015-12-29  Vsevolod StakhovAllow keyword searching
2015-12-29  Vsevolod StakhovInit modules and workers in confighelp to get more...
2015-12-28  Vsevolod StakhovAdd documentation for some of default options
2015-12-28  Vsevolod StakhovImplement very basic documentation for options
2015-12-28  Vsevolod StakhovAdd simple routine to get configuration help
2015-12-28  Vsevolod StakhovFix definition of the rcl_init function
2015-12-28  Vsevolod StakhovFix options string
2015-12-28  Vsevolod StakhovImplement standard handlers documentation
2015-12-27  Vsevolod StakhovInitial implementation of documentation strings in...
2015-12-27  Vsevolod StakhovSync with libucl
2015-12-27  Vsevolod StakhovRemove shit added by CLion
2015-12-27  Vsevolod StakhovAdd ability to insert documentation strings
2015-12-27  Vsevolod StakhovMerge pull request #462 from pombredanne/patch-1
2015-12-27  Philippe OmbredanneFixed minor doc typo. 462/head
2015-12-26  Vsevolod StakhovImplement forced timeout for delayed filters
2015-12-26  Vsevolod StakhovFix multiple regexp in the cache for lua API
2015-12-26  Vsevolod StakhovFix non-unique regexp in the internal module
2015-12-26  Vsevolod StakhovFix issue with non-unique regexps in the cache
2015-12-25  Vsevolod StakhovFix urls output in the protocol
2015-12-25  Vsevolod StakhovAdd cases for url that are enclosed in braces
2015-12-24  Vsevolod StakhovFix url insertion into a table
2015-12-24  Vsevolod StakhovAdd sanity detection for header name
2015-12-24  Vsevolod StakhovFix issue with changing number of regexps in a cache
2015-12-24  Vsevolod StakhovRemove R_TO_SEEMS_AUTO as it generates a lot of FP
2015-12-24  Vsevolod StakhovLog on info level about HS prefilters
2015-12-24  Vsevolod StakhovOn recompile remove all HS files, even correct ones
2015-12-24  Vsevolod StakhovGrr, really fix the logging
2015-12-24  Vsevolod StakhovFix logging as headers now have \0 at the end
2015-12-24  Vsevolod StakhovUse refcounting logic for dkim keys to avoid some races
2015-12-23  Vsevolod StakhovFix PID file path
2015-12-23  Vsevolod StakhovFix bug introduced by the previous fix
2015-12-23  Vsevolod StakhovFix crash in re_cache as headers are not NULL terminated
2015-12-23  Vsevolod StakhovFix freemail rules
2015-12-22  Vsevolod StakhovSimplify spec
2015-12-22  Vsevolod StakhovMinor fixes
2015-12-22  Vsevolod StakhovFix issue when SA metas contain other metas
2015-12-22  Vsevolod StakhovAdd wal checkpoints to bayes backend
2015-12-22  Vsevolod StakhovRemove ambiguity between %b format modifiers
2015-12-22  Vsevolod StakhovAdd some temporary logs for fann plugin
2015-12-22  Vsevolod StakhovFix issues with multiple addresses in SPF records
2015-12-22  Vsevolod StakhovAdd preliminary fann_score plugin
2015-12-22  Vsevolod StakhovAllow to specify fann input count explicitly
2015-12-22  Vsevolod StakhovAdd a simple script to learn fann from rspamd logs
2015-12-21  Vsevolod StakhovRelease 1.0.11
2015-12-21  Vsevolod StakhovAdd lua_fann module
2015-12-21  Vsevolod StakhovAdd detection of libfann
2015-12-21  Vsevolod StakhovPrefer spf1 records as spf2 records are usually rotten
2015-12-21  Vsevolod StakhovAdjust TTL of SPF record to the lowest element TTL
2015-12-21  Vsevolod StakhovDo not parse URLs for getting TLD in lua
2015-12-21  Vsevolod StakhovAdd lua method to get tld for a host
2015-12-21  Vsevolod StakhovAdd method to find tld position in a host string
2015-12-21  Vsevolod StakhovIncrease default timeout for a client
2015-12-21  Vsevolod StakhovUpdate SA plugin documentation
2015-12-20  Vsevolod StakhovAdjust some default scores
2015-12-20  Vsevolod StakhovHyperscan is available for x86_64 only so far
2015-12-20  Vsevolod StakhovMerge pull request #453 from fatalbanana/master
2015-12-19  Vsevolod StakhovPrint extra empty line
2015-12-19  Vsevolod StakhovFix sorting and output of errors_ips
2015-12-19  Vsevolod StakhovFix a stupid misprint
2015-12-19  Vsevolod StakhovOutput errors by IP
2015-12-19  Vsevolod StakhovSave information about IP addresses that generated...
2015-12-18  Vsevolod StakhovClear bindings for sqlite3 statements
2015-12-18  Vsevolod StakhovImprove logging to avoid confusion
2015-12-18  Vsevolod StakhovFix stupid error when log message misses task id
2015-12-18  Vsevolod StakhovClarify error message
2015-12-18  Vsevolod StakhovSupport GIT_ID variable
2015-12-18  Vsevolod StakhovAdd runtime directory for systemd
2015-12-17  Vsevolod StakhovAdd some controller's documentation
2015-12-17  Vsevolod StakhovAdd normal worker documentation
2015-12-17  Andrew LewisWriting rules tutorial: Fix path to rspamd.local.lua 453/head
2015-12-17  Vsevolod StakhovFix issue with base32 printing
2015-12-17  Vsevolod StakhovUse base32 for keys instead of hex
2015-12-17  Vsevolod StakhovAdd base32 encoding support for printf routines
2015-12-17  Vsevolod StakhovCreate dbdir for rspamd in debian package
2015-12-17  Vsevolod StakhovFix return code for mime processing
2015-12-17  Vsevolod StakhovFix adding symbols in the settings
2015-12-17  Vsevolod StakhovMention tutorials part
2015-12-17  Vsevolod StakhovAdd writing rules tutorial
2015-12-17  Vsevolod StakhovAdd tutorials part
2015-12-17  Vsevolod StakhovDo not sum fuzzy stored count
2015-12-16  Vsevolod StakhovMore fixes to fuzzy stat display
next