]> git.ipfire.org Git - thirdparty/rspamd.git/shortlog
thirdparty/rspamd.git
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
2015-12-16  Vsevolod StakhovAdd humanize number lua utility
2015-12-16  Vsevolod StakhovFix misprint
2015-12-16  Vsevolod StakhovLimit number of file descriptors opened by nftw
2015-12-16  Vsevolod StakhovFix formatting script for fuzzy stats
2015-12-16  Vsevolod StakhovSkip unnecessary stuff in lua preprocessing
2015-12-16  Vsevolod StakhovInclude full stats for fuzzy storage
2015-12-16  Vsevolod StakhovShow storage id in fuzzy stat command
2015-12-16  Vsevolod StakhovRemove fuzzy stat from generic server stat
2015-12-16  Vsevolod StakhovStore fuzzy backend id based on path to file
2015-12-16  Vsevolod StakhovUse macro for tag and uid lengths instead of magic...
2015-12-16  Vsevolod StakhovFix const qualifier usage
2015-12-16  Vsevolod StakhovRewrite preprocess script to avoid string literal limit...
2015-12-16  Vsevolod StakhovAllow multiple workers of the same type to be configured
2015-12-16  Vsevolod StakhovClean pipes for terminated workers
2015-12-16  Vsevolod StakhovDo not treat 'not found' as error in fuzzy
2015-12-16  Vsevolod StakhovFix some border cases in control logic
2015-12-15  Vsevolod StakhovFix errors processing in fuzzy check
2015-12-15  Vsevolod StakhovReduce noise for surbl
2015-12-15  Vsevolod StakhovImprove output for fuzzystat
2015-12-15  Vsevolod StakhovFix passing args to lua
2015-12-15  Vsevolod StakhovImprove lua logging format
2015-12-15  Vsevolod StakhovFix output
2015-12-15  Vsevolod StakhovFix statistics for default key
2015-12-15  Vsevolod StakhovFix bug with ips display
2015-12-15  Vsevolod StakhovAnother fix for old libevent
2015-12-15  Vsevolod StakhovFix build with old sqlite
2015-12-15  Vsevolod StakhovImport getopt to parse lua options
2015-12-15  Vsevolod StakhovAdd getopt module
2015-12-15  Vsevolod StakhovAdd support of '--.USE' in lua preprocessor
2015-12-15  Vsevolod StakhovAdd fallback state for '\n\r' line endings
2015-12-15  Vsevolod StakhovUse perl instead of bloody cmake for string manipulation
2015-12-15  Vsevolod StakhovAdd lua formatter for fuzzy stat
next