]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2015-02-12 Vsevolod StakhovMerge pull request #154 from fatalbanana/master
2015-02-12 Andrew LewisRename user to exclude_users and invert logic 154/head
2015-02-12 Andrew Lewisrbl.lua: Don't ask for user unless called for by config
2015-02-12 Vsevolod StakhovAdd latency calculations.
2015-02-12 Vsevolod StakhovMerge pull request #152 from fatalbanana/master
2015-02-12 Andrew LewisAnother fix for RBL module (Reported by AL) 152/head
2015-02-12 Vsevolod StakhovMerge pull request #150 from AlexeySa/patch-2
2015-02-12 Alexey ALFix rbl.lua 150/head
2015-02-11 Vsevolod StakhovAllow to specify keypairs cache externally.
2015-02-11 Vsevolod StakhovMerge pull request #149 from fatalbanana/master
2015-02-11 Andrew LewisFurther amendments for changes to RBL module 149/head
2015-02-11 Andrew LewisFix typo
2015-02-11 Vsevolod StakhovMerge pull request #146 from fatalbanana/master
2015-02-11 Vsevolod StakhovMerge pull request #145 from eneq123/master
2015-02-11 eneq123We should check here :is_valid() instead of :to_string() 145/head
2015-02-11 Andrew LewisAmendment for rbl.lua update 146/head
2015-02-11 Andrew LewisUpdate RBL module: fix indentation; collapse loops...
2015-02-11 Andrew LewisMake Exim pass usernames to Rspamd
2015-02-11 Andrew LewisAdd DNSWL_BLOCKED symbol
2015-02-11 eneq123set empty <> user or addr for msgs without FROM (the...
2015-02-11 eneq123false if header from is nil
2015-02-11 eneq123real_ip to_string should not nil
2015-02-11 Vsevolod StakhovAdd preliminary API definition for learn cache.
2015-02-09 Vsevolod StakhovFix race condition.
2015-02-09 Vsevolod StakhovRemove old UCL workarounds.
2015-02-09 Vsevolod StakhovFix memory leaks in HTTP code.
2015-02-09 Vsevolod StakhovSmall fixes.
2015-02-09 Vsevolod StakhovFind iconv.
2015-02-09 Vsevolod StakhovMacro ambiguity hell.
2015-02-09 Vsevolod StakhovSome more BSD fixes.
2015-02-09 Vsevolod StakhovOne more push to pthread_mutexattr_setpshared
2015-02-09 Vsevolod StakhovMore precise detection of pthread_mutexattr_setpshared.
2015-02-09 Vsevolod StakhovCheck OSXSAVE flag.
2015-02-08 Vsevolod StakhovMerge pull request #144 from AlexeySa/patch-1
2015-02-08 Vsevolod StakhovUnify align macro.
2015-02-08 Alexey ALAdd static build internal libs 144/head
2015-02-08 Vsevolod StakhovMerge pull request #143 from fatalbanana/master
2015-02-08 Andrew LewisMake settings work as documented 143/head
2015-02-07 Vsevolod StakhovFix optimized poly1305.
2015-02-07 Vsevolod StakhovUse optimized version of poly1305.
2015-02-07 Vsevolod StakhovMerge pull request #140 from AlexeySa/patch-3
2015-02-07 Vsevolod StakhovMerge pull request #141 from AlexeySa/master
2015-02-07 Vsevolod StakhovInit cryptobox library properly.
2015-02-07 Vsevolod StakhovFix cryptobox logic.
2015-02-07 Vsevolod StakhovUse libcryptobox in http.
2015-02-07 Alexey ALUpdate metrics.conf 141/head
2015-02-07 Alexey ALUpdate rspamd.lua
2015-02-07 Alexey ALFix: if not exist Date-header 140/head
2015-02-06 Vsevolod StakhovFix beforenm part.
2015-02-06 Vsevolod StakhovAdd cryptobox encryption.
2015-02-06 Vsevolod StakhovImplement verification and keypair generation.
2015-02-06 Vsevolod StakhovSet curve25519 bits on keypair generation.
2015-02-06 Vsevolod StakhovMerge pull request #138 from fatalbanana/master
2015-02-06 Vsevolod StakhovAdd platform detector based on cpuid.
2015-02-06 Vsevolod StakhovAdd chacha20 driver.
2015-02-06 Andrew LewisAmendment: fix regex match for unqualified usernames 138/head
2015-02-06 Andrew LewisAmendment: nest stuff
2015-02-06 Vsevolod StakhovAdd curve25519 and poly1305 by @agl / @floodyberry
2015-02-06 Vsevolod StakhovAdd optimized versions of ChaCha20 by @floodyberry
2015-02-06 Andrew LewisAllow applying settings to authenticated users
2015-02-06 Vsevolod StakhovStart cryptobox library.
2015-02-05 Vsevolod StakhovFix potential issues as found by coverity.
2015-02-04 Vsevolod StakhovAdd uncached test.
2015-02-04 Vsevolod StakhovFix keypairs cache processing.
2015-02-04 Vsevolod StakhovFix encryption test.
2015-02-04 Vsevolod StakhovAdd HTTP connections speed test.
2015-02-04 Vsevolod StakhovAllow single string to be in a string list.
2015-02-04 Vsevolod StakhovInitialize expire queue.
2015-02-03 Vsevolod StakhovSecurely erase content of secret keys.
2015-02-03 Vsevolod StakhovFix LRU hash in keypairs cache.
2015-02-03 Vsevolod StakhovAdd explicit_memzero function.
2015-02-03 Vsevolod StakhovRework LRU hash.
2015-02-03 Vsevolod StakhovFix some initializations.
2015-02-03 Vsevolod StakhovFix urls interaction.
2015-02-03 Vsevolod StakhovRemove old crap functions from url parser code.
2015-02-03 Vsevolod StakhovMerge pull request #136 from fatalbanana/master
2015-02-03 Andrew LewisCosmetic changes 136/head
2015-02-02 Vsevolod StakhovUse keys cache in encrypt/decrypt operations.
2015-02-02 Vsevolod StakhovUse keypairs cache.
2015-02-02 Vsevolod StakhovPublish afternm_detached
2015-02-02 Vsevolod StakhovUpdate keypairs cache.
2015-02-02 Vsevolod StakhovAdd preliminary implementation of keypairs cache.
2015-02-02 Vsevolod StakhovMerge pull request #134 from fatalbanana/master
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.
next