]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2016-05-15 Andrew Lewis[Fix] Fix Exim shutdown patch 629/head
2016-05-15 Vsevolod Stakhov[Fix] Unbreak build on gcc < 4.9
2016-05-15 Vsevolod Stakhov[Fix] Update mumhash implementation
2016-05-14 Vsevolod Stakhov[Feature] Preliminary implementation of fuzzy master...
2016-05-14 Vsevolod Stakhov[Feature] Rework listening system to allow multiple...
2016-05-14 Vsevolod Stakhov[Feature] Enable workaround for exim
2016-05-13 Vsevolod Stakhov[Feature] Add versions to fuzzy storage
2016-05-13 Vsevolod Stakhov[Fix] Another fix for maps scheduling
2016-05-13 Vsevolod Stakhov[Fix] Fix events handling when scheduling map wacth
2016-05-12 Vsevolod Stakhov[Fix] Try to fix false positive URL detections in text...
2016-05-12 Vsevolod Stakhov[Fix] Include fuzzy key to distinguish storages with...
2016-05-12 Vsevolod Stakhov[Feature] Rework and improve fuzzy storage
2016-05-12 Vsevolod Stakhov[Test] Add static test for shingles
2016-05-12 Vsevolod Stakhov[Minor] Adjust hashes
2016-05-12 Vsevolod Stakhov[Feature] Use metrohash as well
2016-05-12 Vsevolod Stakhov[Minor] 8 bytes fits perfect for mumhash
2016-05-12 Vsevolod Stakhov[Fix] Fix handling of the same words
2016-05-12 Vsevolod Stakhov[Feature] Further micro-optimizations for hashing and...
2016-05-11 Vsevolod Stakhov[Feature] Optimize alignment to speed up hashing
2016-05-11 Vsevolod Stakhov[Feature] Try to select the optimal possible function...
2016-05-11 Vsevolod Stakhov[Feature] Limit logging of elements that could have...
2016-05-11 Vsevolod Stakhov[Feature] Add more algorithms for shingles generation
2016-05-11 Vsevolod Stakhov[Fix] Fix compilation issue
2016-05-11 Vsevolod Stakhov[Feature] Use mumhash for words hashing
2016-05-11 Vsevolod Stakhov[Feature] Add and use mumhash for non-crypto hashing
2016-05-11 Vsevolod Stakhov[Feature] Add a simple script to evaluate rspamd rules...
2016-05-10 Vsevolod Stakhov[Feature] New abstract hashing API in cryptobox
2016-05-10 Vsevolod Stakhov[CritFix] Fix levenshtein distance calculations
2016-05-10 Vsevolod Stakhov[Feature] Adopt plugins for new maps API
2016-05-10 Vsevolod Stakhov[Feature] Use new maps API for local addrs
2016-05-10 Vsevolod Stakhov[Feature] Use extended map types in lua map, unify...
2016-05-10 Vsevolod Stakhov[Feature] Allow to extract ucl_object from lua using...
2016-05-10 Vsevolod Stakhov[Feature] Implement constructing of map from UCL
2016-05-10 Vsevolod Stakhov[Fix] Further fixes in maps code
2016-05-10 Vsevolod Stakhov[Fix] Fix memory corruption
2016-05-10 Vsevolod Stakhov[Fix] Varioud fixes to the maps code
2016-05-10 Vsevolod Stakhov[Feature] Allow to have specific settings for mirrored...
2016-05-09 Vsevolod Stakhov[Rework] Partly fix controller
2016-05-09 Vsevolod Stakhov[Rework] Adopt new maps code
2016-05-09 Vsevolod Stakhov[Rework] Fix lua maps API
2016-05-09 Vsevolod Stakhov[Rework] Start the complete maps rework
2016-05-09 Vsevolod Stakhov[Feature] Add utility method to convert ftok to C string
2016-05-09 Vsevolod Stakhov[Fix] Try to handle multiline history in a more sane way
2016-05-09 Vsevolod Stakhov[Minor] Some output fixes
2016-05-09 Vsevolod Stakhov[Feature] Add dot commands for lua REPL:
2016-05-09 Vsevolod Stakhov[Feature] Fix task functions to work without rspamd_config
2016-05-09 Vsevolod Stakhov[Fix] Fix REPL output
2016-05-09 Vsevolod StakhovMerge branch 'lua-repl'
2016-05-09 Vsevolod Stakhov[Feature] Add the initial version of LUA repl to rspamadm
2016-05-09 Vsevolod Stakhov[Feature] Distinguish luajit from lua
2016-05-08 Vsevolod Stakhov[Rework] Import linenoise for line editing
2016-05-08 Vsevolod Stakhov[Minor] Use shorter keys for replies module
2016-05-08 Vsevolod StakhovMerge pull request #625 from fatalbanana/master
2016-05-08 Andrew Lewis[Feature] Add replies plugin 625/head
2016-05-07 Vsevolod Stakhov[Fix] Fix build
2016-05-07 Vsevolod Stakhov[Feature] Propagate HTTP result string when using proxy
2016-05-07 Vsevolod Stakhov[Feature] Better lua_redis logging
2016-05-07 Vsevolod Stakhov[Fix] Do not greylist messages if redis has failed...
2016-05-07 Vsevolod Stakhov[Feature] Better deal with backend errors
2016-05-07 Vsevolod Stakhov[Fix] Fix more issues with scripts processing
2016-05-07 Vsevolod Stakhov[Fix] Fix lua compare function init
2016-05-07 Vsevolod Stakhov[Fix] Fix proxying of the encrypted messages
2016-05-07 Vsevolod Stakhov[Fix] Adjust body/body_buf when stealing encrypted...
2016-05-07 Vsevolod Stakhov[Fix] Properly init and free session structures
2016-05-06 Vsevolod Stakhov[Fix] Another try to fix hanged redis sessions
2016-05-06 Vsevolod Stakhov[Minor] Print task pointer to simplify debug
2016-05-06 Vsevolod StakhovMerge branch 'rspamd-test-proxy'
2016-05-06 Vsevolod Stakhov[Feature] Implement compare scripts for mirrors results
2016-05-06 Vsevolod Stakhov[Feature] Implement compare scripts setup
2016-05-06 Vsevolod Stakhov[Feature] Implement mirroring in rspamd proxy
2016-05-06 Vsevolod Stakhov[Feature] Add method to copy message from http connection
2016-05-06 Vsevolod Stakhov[Feature] Add utility function to return random number...
2016-05-06 Vsevolod Stakhov[Feature] Add results parsing code
2016-05-06 Vsevolod Stakhov[Rework] Separate method to close backend connections
2016-05-06 Vsevolod Stakhov[Feature] Split main connection from mirrored connections
2016-05-06 Vsevolod Stakhov[Feature] Add mirrors feature
2016-05-06 Vsevolod Stakhov[Feature] Improve logging in proxy and add refcounts
2016-05-06 Vsevolod Stakhov[Feature] Perform files expansion on proxying
2016-05-06 Vsevolod Stakhov[Rework] Rename http proxy to rspamd proxy
2016-05-06 Vsevolod Stakhov[Fix] Remove event before closing of fd to avoid race...
2016-05-06 Vsevolod Stakhov[Fix] Fix max_train setup in ANN module
2016-05-06 Vsevolod StakhovMerge pull request #622 from moisseev/patch-1
2016-05-06 Vsevolod Stakhov[Fix] Reduce the default thresholds for learning
2016-05-06 Alexander Moisseev[Minor] Fix percent sign in statistics learning condition 622/head
2016-05-05 Vsevolod Stakhov[Feature] Sort symbols when displaying them in log
2016-05-05 Vsevolod Stakhov[Fix] Another rework for lua_redis events handling
2016-05-05 Vsevolod Stakhov[Feature] Use rspamd specific type checks for userdata
2016-05-05 Vsevolod Stakhov[Fix] Improve lua redis handling
2016-05-05 Vsevolod Stakhov[CritFix] Fix redis structure by adding {NULL, NULL...
2016-05-05 Vsevolod Stakhov[Feature] Add better method to check lua userdata types
2016-05-05 Vsevolod Stakhov[Fix] Use custom error function for pre and post filters
2016-05-05 Vsevolod Stakhov[Fix] Initialize vars to avoid warnings
2016-05-05 Vsevolod Stakhov[Fix] Fix order of arguments
2016-05-05 Vsevolod Stakhov[Fix] Try to fix redis crashes
2016-05-05 Vsevolod Stakhov[Fix] Cleanup stack from global vars
2016-05-05 Vsevolod Stakhov[Feature] Improve logging lua types
2016-05-04 Vsevolod Stakhov[Feature] Add more domains to redirectors list
2016-05-04 Vsevolod Stakhov[Doc] Add preliminary FANN documentation
2016-05-04 Vsevolod Stakhov[Feature] Print userdata using tostring if possible
2016-05-04 Vsevolod Stakhov[Feature] Improve phishing plugin
next