]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2015-07-20 Vsevolod StakhovAdd unit tests for the new mempool variables.
2015-07-20 Vsevolod StakhovAdd more advanced memory pool variables.
2015-07-20 Vsevolod StakhovAllow to get complex variables from mempool.
2015-07-20 Vsevolod StakhovInit symbols cache.
2015-07-20 Vsevolod StakhovAdd config test stage to run_rspamd function.
2015-07-20 Vsevolod StakhovAdd reload test case.
2015-07-19 Vsevolod StakhovMerge pull request #334 from andrejzverev/fix
2015-07-19 Andrej Zverevprevent a crash (while restarting rspamd as service). 334/head
2015-07-17 Vsevolod StakhovRemove legacy fuzzy code completely.
2015-07-17 Vsevolod StakhovSkip URLs check and set empty flag for HTML parts.
2015-07-17 Vsevolod StakhovWork with empty href.
2015-07-17 Vsevolod StakhovMove string utilities to a separate module.
2015-07-17 Vsevolod StakhovDo not ignore content after blank tags.
2015-07-17 Vsevolod StakhovImprove tag_exists function.
2015-07-17 Vsevolod StakhovDo not compare parts with no words.
2015-07-17 Vsevolod StakhovSplit emails and urls.
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.
next