]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2015-08-06 Vsevolod StakhovAdd conditional enabling of modules.
2015-08-06 Vsevolod StakhovAdd table form of lua_config_set_metric_symbol.
2015-08-06 Vsevolod StakhovAdd universal function to parse lua tables.
2015-08-06 Vsevolod StakhovAvoid global rspamd_main usage.
2015-08-06 Vsevolod StakhovHide workers and modules definitions.
2015-08-06 Vsevolod StakhovAdd universal routine to check if a modules is enabled.
2015-08-06 Vsevolod StakhovFix metrics loading.
2015-08-06 Vsevolod StakhovAllow metric registration when defining symbols.
2015-08-06 Vsevolod StakhovImplement universal rspamd_config_add_metric_symbol...
2015-08-05 Vsevolod StakhovAllow quoted filenames in scan input.
2015-08-05 Vsevolod StakhovFix inc learns and dec learns.
2015-08-04 Vsevolod StakhovUse unquoted expansion.
2015-08-03 Vsevolod StakhovFix crash in client.
2015-08-03 Vsevolod StakhovImprove statistics output in rspamc.
2015-08-03 Vsevolod StakhovFix some stupid mistakes.
2015-08-03 Vsevolod StakhovAdd statistics for sqlite backend.
2015-08-03 Vsevolod StakhovAdd extra information about mmaped statistics.
2015-08-03 Vsevolod StakhovRework stat get function to allow async behaviour.
2015-08-01 Vsevolod StakhovAdd support for mime output.
2015-08-01 Vsevolod StakhovDo not use specific flag.
2015-07-31 Vsevolod StakhovInitial support of processes execution.
2015-07-31 Vsevolod StakhovAllow more flexible client's output.
2015-07-31 Vsevolod StakhovAdd 'execute' option.
2015-07-31 Vsevolod StakhovSave input in rspamd client request.
2015-07-31 Vsevolod StakhovTry to handle requests with no body.
2015-07-31 Vsevolod StakhovMore fixes to reading of empty messages.
2015-07-31 Vsevolod StakhovFix documentation.
2015-07-30 Vsevolod StakhovDo not delete uninitialized events.
2015-07-30 Vsevolod StakhovAllow messages with headers only.
2015-07-30 Vsevolod StakhovCleanup event before setting it.
2015-07-30 Vsevolod StakhovFix race condition for watcher removal.
2015-07-30 Vsevolod StakhovInitialize image structure to avoid corruption.
2015-07-30 Vsevolod StakhovFix usage of variable.
2015-07-29 Vsevolod StakhovStore multiparts for further analysis.
2015-07-29 Vsevolod StakhovReduce log level for similar parts distance.
2015-07-29 Vsevolod StakhovSkip same text parts when processing statistics.
2015-07-28 Vsevolod StakhovAdd debug messages to classify metadata.
2015-07-28 Vsevolod StakhovAdd default classify headers.
2015-07-28 Vsevolod StakhovFix option placement.
2015-07-28 Vsevolod StakhovAllow to specify classification headers in the options.
2015-07-28 Vsevolod StakhovForgot to add file in ucl import.
2015-07-28 Vsevolod StakhovImport the recent libucl.
2015-07-28 Vsevolod StakhovAdd more metatokens for images.
2015-07-28 Vsevolod StakhovUse headers name.
2015-07-28 Vsevolod StakhovDo not add too many tokens from headers.
2015-07-28 Vsevolod StakhovExtract more features from messages.
2015-07-27 Vsevolod StakhovFix sqlite3 backend initialization.
2015-07-27 Vsevolod StakhovSome more fixes to sqlite backend.
2015-07-27 Vsevolod StakhovFix tokenizers configuration in sqlite3.
2015-07-27 Vsevolod StakhovAllow blob manipulation in sqlite3 statements.
2015-07-27 Vsevolod StakhovSome more fixes to tokenizator init.
2015-07-27 Vsevolod StakhovTry to fix reindexing of statfiles.
2015-07-27 Vsevolod StakhovSupport type alias for tokenizer.
2015-07-27 Vsevolod StakhovClassify errors are non-fatal errors.
2015-07-27 Vsevolod StakhovFix issues with compatibility tokenization.
2015-07-27 Vsevolod StakhovUnbreak the rest.
2015-07-27 Vsevolod StakhovFix tokenizers and mmapped file.
2015-07-27 Vsevolod StakhovFix stat processing.
2015-07-27 Vsevolod StakhovMore changes to tokenization.
2015-07-27 Vsevolod StakhovStart tokenizers rework.
2015-07-27 Vsevolod StakhovUse new tokenization by default for created statfiles.
2015-07-26 Vsevolod StakhovUse some headers information in statistics.
2015-07-26 Vsevolod StakhovAllow adding of prefix for tokenizers.
2015-07-25 Vsevolod StakhovDisable broken dkim test.
2015-07-25 Vsevolod StakhovAvoid large enums.
2015-07-25 Vsevolod StakhovFix parsing of the last header in a message.
2015-07-24 Vsevolod StakhovCheck variable before getting it.
2015-07-24 Vsevolod StakhovFix pass all flag.
2015-07-24 Vsevolod StakhovFix ip_score initialization.
2015-07-23 Vsevolod StakhovMake R_EMPTY_IMAGE tutorial function.
2015-07-23 Vsevolod StakhovAdd languages support to sqlite3 backend.
2015-07-23 Vsevolod StakhovAdd user support to sqlite3.
2015-07-23 Vsevolod StakhovTune R_EMPTY_IMAGE to avoid false positives.
2015-07-23 Vsevolod StakhovAdd improved version of R_EMPTY_IMAGE.
2015-07-23 Vsevolod StakhovIf there is no url within <a> then do not add exception.
2015-07-23 Vsevolod StakhovFix height attribute parsing.
2015-07-23 Vsevolod StakhovStart work on new HTML rules.
2015-07-23 Vsevolod StakhovAdd textpart:get_raw_length method
2015-07-23 Vsevolod StakhovAdd text_part:get_html() method.
2015-07-23 Vsevolod StakhovImplement lua_html methods.
2015-07-23 Vsevolod StakhovStart LUA API for HTML parts.
2015-07-23 Vsevolod StakhovFix hang.
2015-07-23 Vsevolod StakhovRefactor functions in images processing.
2015-07-23 Vsevolod StakhovFind linked images from HTML parts.
2015-07-23 Vsevolod StakhovAdd HTML images concept.
2015-07-23 Vsevolod StakhovAdd HTML image type.
2015-07-22 Vsevolod StakhovSet error if cannot learn anything.
2015-07-22 Vsevolod StakhovAnother iteration on #331.
2015-07-22 Vsevolod StakhovImplement unique HTML tags.
2015-07-22 Vsevolod StakhovRework ip_score plugin.
2015-07-21 Vsevolod StakhovFix ignored elements in HTML parsing.
2015-07-21 Vsevolod StakhovFix lua plugins with the new DNS API.
2015-07-21 Vsevolod StakhovFix some issues with lua_dns.
2015-07-21 Vsevolod StakhovNew version of lua DNS api.
2015-07-21 Vsevolod StakhovUse new dns API.
2015-07-21 Vsevolod StakhovAdd constraints to dns requests ammount per task.
2015-07-21 Vsevolod StakhovBuild with -O2 by default.
2015-07-21 Vsevolod StakhovMerge pull request #336 from andrejzverev/fix
2015-07-21 Vsevolod StakhovAdd method rspamd_mempool:has_variable.
2015-07-21 Vsevolod StakhovMore changes to ipscore module.
next