]> git.ipfire.org Git - thirdparty/rspamd.git/shortlog
thirdparty/rspamd.git
2015-02-02  Andrew LewisFix bad change in Exim patch 134/head
2015-02-02  Vsevolod StakhovFix encrypted output.
2015-02-02  Vsevolod StakhovFix processing of unix sockets.
2015-02-02  Vsevolod StakhovFix some compile time warnings.
2015-02-02  Vsevolod StakhovRemove unused signal post-handlers.
2015-02-01  Vsevolod StakhovLoad controller's keypair from configuration.
2015-02-01  Vsevolod StakhovFix encryption of messages with no body.
2015-02-01  Vsevolod StakhovReturn statfiles stats from controller.
2015-02-01  Vsevolod StakhovImplement statistics for mmaped statfiles.
2015-02-01  Vsevolod StakhovMerge pull request #131 from fatalbanana/master
2015-02-01  Vsevolod StakhovMerge pull request #133 from AlexeySa/patch-2
2015-02-01  AlexeyFix: Centos init script: configtest() 133/head
2015-01-31  Andrew LewisEnable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102 131/head
2015-01-31  Andrew LewisUpdate Exim patch
2015-01-30  Vsevolod StakhovBe more precise when stealing a key from a message.
2015-01-30  Vsevolod StakhovPreserve keys inside HTTP session.
2015-01-30  Vsevolod StakhovSet peer's key properly.
2015-01-30  Vsevolod StakhovFix length in the message.
2015-01-30  Vsevolod StakhovFix cryptobox code.
2015-01-30  Vsevolod StakhovRework message store to allow encryption.
2015-01-30  Vsevolod StakhovAdd workaround for parsing encrypted messages.
2015-01-30  Vsevolod StakhovFix remote keys parsing.
2015-01-30  Vsevolod StakhovFix blocks chaining.
2015-01-30  Vsevolod StakhovFix peer keys handling.
2015-01-29  Vsevolod StakhovFix detached cryptobox.
2015-01-29  Vsevolod StakhovFix issues with base32 encoding.
2015-01-29  Vsevolod StakhovFix keys initialization.
2015-01-29  Vsevolod StakhovImplement keys manipulation in client.
2015-01-29  Vsevolod StakhovAdd routine to parse remote pubkeys.
2015-01-29  Vsevolod StakhovUse const for base32 encoding.
2015-01-29  Vsevolod StakhovStore peer's key in http message.
2015-01-29  Vsevolod StakhovUse shorter hash length for pubkey id.
2015-01-29  Vsevolod StakhovAdd support of encryption to the worker.
2015-01-29  Vsevolod StakhovAdd configuration routine to parse keypairs.
2015-01-29  Vsevolod StakhovAllow generate keypairs by rspamd.
2015-01-29  Vsevolod StakhovAdd routine to print keys.
2015-01-29  Vsevolod StakhovFree router's key.
2015-01-29  Vsevolod StakhovAdd keys support for the router.
2015-01-28  Vsevolod StakhovMerge branch 'crypto'
2015-01-28  Vsevolod StakhovImplement encryption.
2015-01-28  Vsevolod StakhovAdd keypair generation routine.
2015-01-28  Vsevolod StakhovAdd prototypes.
2015-01-28  Vsevolod StakhovImplement detached cryptobox.
2015-01-28  Vsevolod StakhovImplement decryption of messages.
2015-01-28  Vsevolod StakhovUse more targeted compile flags setup.
2015-01-28  Vsevolod StakhovDo not pad encrypted messages.
2015-01-28  Vsevolod StakhovForgot to add.
2015-01-28  Vsevolod StakhovAllow refcounting on keypairs.
2015-01-28  Vsevolod StakhovRework key API to allow reusing of keypairs.
2015-01-28  Vsevolod StakhovAllow to set keypair for a connection.
2015-01-28  Vsevolod StakhovImplement key parsing from an HTTP request.
2015-01-28  Vsevolod StakhovUse g_malloc for convinience.
2015-01-28  Vsevolod StakhovAdd base32 decoding routine.
2015-01-28  Vsevolod StakhovAdopt tweetnacl for rspamd.
2015-01-28  Vsevolod StakhovImport tweetnacl.
2015-01-28  Vsevolod StakhovSome fixes to bayes.
2015-01-28  Vsevolod StakhovIncrease revision after learning.
2015-01-28  Vsevolod StakhovFix learning.
2015-01-27  Vsevolod StakhovFix pointer passing.
2015-01-27  Vsevolod StakhovAnother missing member.
2015-01-27  Vsevolod StakhovFix initialization order.
2015-01-26  Vsevolod StakhovFix some issues in learning.
2015-01-26  Vsevolod StakhovFixing learning.
2015-01-26  Vsevolod StakhovInit mmaped file runtime function.
2015-01-26  Vsevolod StakhovCreate fuzzy db if it does not exist.
2015-01-26  Vsevolod StakhovAdd libstat to the main rspamd routines.
2015-01-26  Vsevolod StakhovInitialize missing fields.
2015-01-26  Vsevolod StakhovImplement learning function.
2015-01-26  Vsevolod StakhovImplement classifying.
2015-01-26  Vsevolod StakhovUpdate bayes.
2015-01-26  Vsevolod StakhovImplement min and max tokens.
2015-01-26  Vsevolod StakhovWrite statfiles revisions to the runtime.
2015-01-25  Vsevolod StakhovAdd tokens processing.
2015-01-25  Vsevolod StakhovAdd functions for getting values from files.
2015-01-24  Vsevolod StakhovAdd preprocessing routine for classifiers.
2015-01-23  Vsevolod StakhovStart statistics preprocessing implementation.
2015-01-23  Vsevolod StakhovImplement statfiles runtime initialization.
2015-01-23  Vsevolod StakhovRework tokenization invocation.
2015-01-23  Vsevolod StakhovDisable statistics in rspamd till reworking is done.
2015-01-23  Vsevolod StakhovAdd initial processing routines.
2015-01-23  Vsevolod StakhovRefactor structures names.
2015-01-23  Vsevolod StakhovRework types for tokenizers functions.
2015-01-23  Vsevolod StakhovRework classifiers configuration and naming.
2015-01-23  Vsevolod StakhovReorganize libstat API.
2015-01-23  Vsevolod StakhovRework statistics runtime structures.
2015-01-22  Vsevolod StakhovRemove statfile invalidation.
2015-01-22  Vsevolod StakhovIgnore broken TXT records when parsing include.
2015-01-22  Vsevolod StakhovFix another critical composites issue and memory corrup...
2015-01-21  Vsevolod StakhovFix critical issue with composites weights.
2015-01-21  Vsevolod StakhovFix mmaped files initialization.
2015-01-21  Vsevolod StakhovAnother err dereference for dkim module.
2015-01-20  Vsevolod StakhovAdd initialization prototype.
2015-01-20  Vsevolod StakhovRestore statfile resize logic.
2015-01-20  Vsevolod StakhovAdd backend option for statfiles, remove legacy
2015-01-20  Vsevolod StakhovFix crash on broken DKIM DNS records.
2015-01-20  Vsevolod StakhovMore rework.
2015-01-19  Vsevolod StakhovStart reworking of mmaped files backend.
2015-01-18  Vsevolod StakhovRemove legacy statfile pool.
2015-01-18  Vsevolod StakhovRemove direct statfiles manipulation from bayes.
2015-01-18  Vsevolod StakhovNew statistics token definition.
next