]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2015-07-17 Vsevolod StakhovMore fixes to emails detection.
2015-07-16 Vsevolod StakhovRemove deprecated function.
2015-07-16 Vsevolod StakhovRework phishing checks.
2015-07-16 Vsevolod StakhovExclude HTML urls content from texts
2015-07-16 Vsevolod StakhovRemove deprecated function.
2015-07-16 Vsevolod StakhovFix parts distance compare condition.
2015-07-16 Vsevolod StakhovFix stupid misprint in array indexing.
2015-07-16 Vsevolod StakhovAdd logic to preserve newlines in HTML.
2015-07-16 Vsevolod StakhovFix addition to html tree.
2015-07-16 Vsevolod StakhovAdd test case.
2015-07-16 Vsevolod StakhovFind HTML comment end properly.
2015-07-16 Vsevolod StakhovMisprint.
2015-07-16 Vsevolod StakhovRemove debug.
2015-07-16 Vsevolod StakhovDo not use reconf for pure lua functions.
2015-07-16 Vsevolod StakhovMore fixes to html parsing.
2015-07-16 Vsevolod StakhovFix content saving in html parser.
2015-07-16 Vsevolod StakhovAdd html extraction unit test.
2015-07-16 Vsevolod StakhovAdd lua method to extract text from html.
2015-07-16 Vsevolod StakhovMerge branch 'html-rework'
2015-07-16 Vsevolod StakhovUse the new API.
2015-07-16 Vsevolod StakhovUse new HTML API in message.c
2015-07-16 Vsevolod StakhovFurther rework of html parser.
2015-07-15 Vsevolod StakhovMerge pull request #333 from fatalbanana/master
2015-07-15 Vsevolod StakhovMore rework.
2015-07-15 Vsevolod StakhovUse more fine-grained input to simplify tests.
2015-07-15 Vsevolod StakhovStart FSM for parsing HTML parts.
2015-07-15 Andrew LewisDoc fix: phishing strict_domains syntax (reported by... 333/head
2015-07-15 Vsevolod StakhovRefactor html.h.
2015-07-14 Vsevolod StakhovRework R_PARTS_DIFFER rule.
2015-07-14 Vsevolod StakhovAllow to get different types of memory pool variables.
2015-07-14 Vsevolod StakhovAdd util.tanh lua utility.
2015-07-14 Vsevolod StakhovMove distance calculation to message parsing.
2015-07-14 Vsevolod StakhovImplement levenshtein distance for words.
2015-07-14 Vsevolod StakhovDisable signatures detection as it breaks stuff.
2015-07-14 Vsevolod StakhovFix dereference of NULL pointer.
2015-07-14 Vsevolod StakhovStart removing of old fuzzy algorithm.
2015-07-14 Vsevolod StakhovImplement skipping of signatures in text messages.
2015-07-14 Vsevolod StakhovRework ip_score plugin to support ASN, country and...
2015-07-14 Vsevolod StakhovMinor fixes in lua.
2015-07-14 Vsevolod StakhovDo not treat classify error as fatal error.
2015-07-14 Vsevolod StakhovFix unit test building and starting.
2015-07-14 Vsevolod StakhovFix splitting in case of bogus regexp.
2015-07-14 Vsevolod StakhovRename memory pool functions.
2015-07-14 Vsevolod StakhovFix some more issues found after mime rework.
2015-07-14 Vsevolod StakhovAdd ASN, country and ipnet lookups.
2015-07-13 Vsevolod StakhovAvoid dependency on ARCH dep header.
2015-07-13 Vsevolod StakhovFix received headers parsing.
2015-07-13 Vsevolod StakhovGList -> GPtrArray for parts
2015-07-13 Vsevolod StakhovRework parts and task structure:
2015-07-13 Vsevolod StakhovRemove legacy checks.
2015-07-11 Vsevolod StakhovAdd url encoded tests.
2015-07-11 Vsevolod StakhovAllow query parameters for files.
2015-07-10 Vsevolod StakhovAdd a simple functional test for scanning a file.
2015-07-10 Vsevolod StakhovFix issues on learning files.
2015-07-10 Vsevolod StakhovAllow scanning local files in rspamd.
2015-07-10 Vsevolod StakhovParse incoming request url.
2015-07-10 Vsevolod StakhovFinally fix an issue with data isolation in sqlite.
2015-07-10 Vsevolod StakhovFix some minor issues with sqlite3.
2015-07-10 Vsevolod StakhovRemove google DNS from tests.
2015-07-10 Vsevolod StakhovSave log files on test errors completely.
2015-07-10 Vsevolod StakhovRework sqlite3 cache.
2015-07-10 Vsevolod StakhovMore fixes to sqlite3 locking.
2015-07-10 Vsevolod StakhovUnify sqlite open and create function.
2015-07-10 Vsevolod StakhovMove sqlite3 utils to a separate module.
2015-07-09 Vsevolod StakhovQuote strings in pragmas.
2015-07-09 Vsevolod StakhovAdd finalize process operation.
2015-07-09 Vsevolod StakhovAdd additional check on open.
2015-07-09 Vsevolod StakhovTry to do something about sqlite locking.
2015-07-09 Vsevolod StakhovTry to fix sqlite3 blocking.
2015-07-09 Vsevolod StakhovUse standard functions definitions.
2015-07-09 Vsevolod StakhovFix issues in the tests.
2015-07-09 Vsevolod StakhovAdopt build system for new tests.
2015-07-09 Vsevolod StakhovRemove bats tests.
2015-07-09 Vsevolod StakhovRemove bats tests.
2015-07-09 Vsevolod StakhovNew functional tests approach.
2015-07-09 Vsevolod StakhovSkip missing statfiles on classifying.
2015-07-09 Vsevolod StakhovMove statistics initialization to start of workers.
2015-07-08 Vsevolod StakhovAdd tests for xxhash and siphash.
2015-07-08 Vsevolod StakhovAdd sqlite3 backend testing.
2015-07-08 Vsevolod StakhovAdd functional test for #331.
2015-07-08 Vsevolod StakhovFix HTTP error code on learn failures.
2015-07-08 Vsevolod StakhovFix issue if rspamd cannot create statfiles.
2015-07-08 Vsevolod StakhovUse more UCL vars for tests.
2015-07-08 Vsevolod StakhovRework cmake caching.
2015-07-08 Vsevolod StakhovImprove functional tests teardown.
2015-07-08 Vsevolod StakhovDo not use __FUNCTION__ as it's unportable.
2015-07-08 Vsevolod StakhovFix bug when unix sockets were not whitelisted.
2015-07-08 Vsevolod StakhovFix openssl handling.
2015-07-08 Vsevolod StakhovRemove workaround for local cmake.
2015-07-08 Vsevolod StakhovFix include directive for hiredis.
2015-07-08 Vsevolod StakhovMore fixes to cmake script.
2015-07-08 Vsevolod StakhovAnother try to fix cmake configuration.
2015-07-07 Vsevolod StakhovAdopt for the new ProcessPackage.
2015-07-07 Vsevolod StakhovRework ProcessPackage macro.
2015-07-07 Vsevolod StakhovTry to rework FindLua macro.
2015-07-07 Vsevolod StakhovFix some extreme cases in bayes.
2015-07-07 Vsevolod StakhovAdd test for empty part learning.
2015-07-07 Vsevolod StakhovFix null pointer dereference.
2015-07-07 Vsevolod StakhovAdd dependencies test.
2015-07-07 Vsevolod StakhovUse BATS_TMPDIR instead of '/tmp' for tests.
next