]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2019-07-28 Vsevolod Stakhov[Minor] Asn.pl: Fix tempfile creation
2019-07-27 Vsevolod Stakhov[Minor] Reduce log severity
2019-07-27 Vsevolod Stakhov[Minor] Lua_redis: Allow requests with no callback
2019-07-27 Vsevolod Stakhov[Minor] Some more additions to the empty task handling
2019-07-26 Vsevolod Stakhov[Minor] Fix dns servers upstreams
2019-07-26 Vsevolod Stakhov[Fix] Lua_task: Fix message-less API
2019-07-26 Vsevolod Stakhov[Minor] Do not unref function as it is cleared with...
2019-07-26 Vsevolod StakhovRevert "[Fix] Postpone lua state destruction to allow...
2019-07-26 Vsevolod Stakhov[Feature] Upstreams: Set noresolve flag on numeric...
2019-07-26 Vsevolod Stakhov[Minor] Rework rspamd_parse_host_port_priority function...
2019-07-26 Vsevolod Stakhov[Feature] Upstreams: Add lazy resolving logic to all...
2019-07-26 Vsevolod Stakhov[Minor] Asn.pl: UN -> --
2019-07-26 Vsevolod Stakhov[Rework] Move mime modification functions to lua_mime...
2019-07-26 Vsevolod Stakhov[Fix] Postpone lua state destruction to allow lua dtors...
2019-07-26 Vsevolod Stakhov[Fix] Workaround for empty charset in rfc2231 encoding
2019-07-26 Vsevolod Stakhov[Fix] Fuzzy_check: Fix timeouts
2019-07-25 Vsevolod Stakhov[Minor] Fix log line
2019-07-25 Vsevolod Stakhov[Minor] Rbl: Allow to change monitored_address
2019-07-25 Vsevolod Stakhov[Feature] Performance: Do not use base64 SIMD version...
2019-07-25 Vsevolod Stakhov[Minor] Add long texts sanity checks
2019-07-25 Vsevolod Stakhov[Feature] Langdet: Limit number of stop words to be...
2019-07-24 Vsevolod Stakhov[Conf] Show autolearn sample
2019-07-24 Vsevolod Stakhov[Feature] Improve autolearning
2019-07-24 Vsevolod Stakhov[Minor] Rename method name
2019-07-24 Vsevolod Stakhov[Rework] Use a dedicated library for autolearn
2019-07-24 Vsevolod Stakhov[Rework] Remove rspamd.classifiers.lua
2019-07-24 Vsevolod Stakhov[Minor] Reputation: Check results before setting
2019-07-23 Vsevolod Stakhov[Minor] Reputation: Fix script invocation
2019-07-23 Vsevolod Stakhov[Minor] Neural: Disable settings in neural plugin unles...
2019-07-23 Vsevolod Stakhov[Minor] Lua_selectors: Allow to index numeric arrays...
2019-07-23 Vsevolod Stakhov[Feature] Lua_selectors: Add `words` selector
2019-07-23 Vsevolod Stakhov[Minor] Lua_util: Add `flatten` function
2019-07-23 Vsevolod Stakhov[Minor] Add one more test
2019-07-22 Vsevolod Stakhov[Rules] Reduce weight of RSPAMD_EMAILBL
2019-07-22 Vsevolod Stakhov[Minor] Fix commas in client
2019-07-22 Vsevolod Stakhov[Minor] Remove tidy checks as they are crap
2019-07-22 Vsevolod Stakhov[Fix] Fix eviction corner case
2019-07-22 Vsevolod Stakhov[Fix] Allow to set 0 size for spf/dkim caches
2019-07-22 Vsevolod Stakhov[Minor] Fix another fuzzy stat issue
2019-07-22 Vsevolod Stakhov[Test] Add QP fuzz testing
2019-07-22 Vsevolod Stakhov[Minor] Lua_util: Add qp decode binding
2019-07-22 Vsevolod Stakhov[Test] Add tests for QP encoding
2019-07-22 Vsevolod Stakhov[Minor] Remove useless comment
2019-07-22 Vsevolod Stakhov[Fix] Various fixes to QP encoding algorithm
2019-07-22 Vsevolod Stakhov[Fix] Various fixes to asn module
2019-07-22 Vsevolod Stakhov[Minor] Set body is not zero terminated in Milter
2019-07-22 Vsevolod Stakhov[Minor] Fix task:set_message to be more consistent
2019-07-22 Vsevolod Stakhov[Minor] Allow to output new body in rspamc
2019-07-22 Vsevolod StakhovMerge pull request #2990 from skorpy2009/patch-1
2019-07-22 Vsevolod Stakhov[Test] Fix broken tests
2019-07-21 Vsevolod Stakhov[Minor] iov_len is size_t on Linux and int on osx
2019-07-21 Vsevolod Stakhov[Fix] Lua_tcp: Various fixes and debugging improvements
2019-07-21 Vsevolod Stakhov[Fix] Various fixes to SSL state machine handler
2019-07-21 Vsevolod Stakhov[Minor] Tell the exact task timeout value
2019-07-21 Vsevolod Stakhov[Test] Log usec
2019-07-21 Vsevolod Stakhov[Test] Add large TCP request test
2019-07-20 Vsevolod Stakhov[Minor] Do not use alloca for huge allocations
2019-07-19 Vsevolod Stakhov[Minor] Try to fix mess
2019-07-19 Vsevolod Stakhov[Test] Sigh, just wait...
2019-07-19 Vsevolod Stakhov[Test] Various robot fixes
2019-07-19 Vsevolod Stakhov[Minor] Slightly improve logging
2019-07-19 Vsevolod Stakhov[Minor] Fix libutil detection on BSD systems
2019-07-19 Vsevolod Stakhov[Minor] Fuzzy: Fix stat command
2019-07-19 Vsevolod StakhovMerge pull request #2988 from moisseev/webui
2019-07-19 skorpy2009Dockerfile: use buster 2990/head
2019-07-19 Vsevolod Stakhov[Test] Add some more tests for maps in selectors
2019-07-19 Vsevolod Stakhov[Feature] Selectors: Add `list` generator
2019-07-19 Vsevolod Stakhov[Test] Add tests for maps in selectors
2019-07-19 Vsevolod Stakhov[Feature] Lua_maps: Allow static maps for key-value...
2019-07-19 Vsevolod Stakhov[Feature] Selectors: Support filter_map and apply_map...
2019-07-19 Vsevolod Stakhov[Minor] Selectors: Filter empty values when doing map
2019-07-19 moisseev[Minor] Remove virtual scan time from WebUI history 2988/head
2019-07-19 Vsevolod Stakhov[Fix] Emails: Fix misprint in key name
2019-07-18 Vsevolod Stakhov[Minor] Fix type
2019-07-18 Vsevolod Stakhov[Project] Add message block support to the client
2019-07-18 Vsevolod Stakhov[Project] Fix flags header when dealing with milter...
2019-07-18 Vsevolod Stakhov[Minor] Do not add User-Agent if it exists
2019-07-18 Vsevolod Stakhov[Project] Add possibility to modify body in milter...
2019-07-18 Vsevolod Stakhov[Project] Allow to send body via protocol
2019-07-18 Vsevolod Stakhov[Minor] Improve symbols execution profiling logic
2019-07-17 Vsevolod Stakhov[Rework] Migrate from ip_score to reputation
2019-07-17 Vsevolod Stakhov[Slashing] Remove ip_score module
2019-07-17 Vsevolod Stakhov[Conf] Add BROKEN_HEADERS_MAILLIST composite
2019-07-17 Vsevolod Stakhov[Minor] Fix count check
2019-07-17 Vsevolod Stakhov[Minor] Maillist: Fix some issues
2019-07-17 Vsevolod Stakhov[Feature] Maillist: Improve detection
2019-07-17 Vsevolod Stakhov[Test] Killmeplease...
2019-07-17 Vsevolod Stakhov[Test] Sigh, another try to fix robot
2019-07-17 Vsevolod Stakhov[Minor] Slightly improve actions application from settings
2019-07-17 Vsevolod Stakhov[Minor] Support alt names for known actions in settings
2019-07-17 Vsevolod Stakhov[Test] Sigh, brain damaged robot
2019-07-17 Vsevolod Stakhov[Minor] Multimap: Fix redis query
2019-07-17 Vsevolod Stakhov[Fix] Another bunch of fixes towards protocol mess
2019-07-17 Vsevolod StakhovMerge pull request #2983 from citrin/asn.pl
2019-07-16 Anton Yuzhaninov[Minor] Apply perltidy 2983/head
2019-07-16 Anton Yuzhaninov[Minor] Fix a check for bgpdump binary
2019-07-16 Anton Yuzhaninov[Minor] Use three argument open
2019-07-16 Anton Yuzhaninov[Minor] Log bgpdump errors to stderr instead syslog
2019-07-16 Vsevolod Stakhov[Minor] Selectors: Add append/prepend transforms
2019-07-16 Vsevolod Stakhov[Feature] Multimap: Add dependend maps via redis keys...
next