]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2022-03-06 Vsevolod StakhovMerge pull request #4097 from moisseev/webui
2022-03-05 Vsevolod Stakhov[Minor] Add average scan time metric
2022-03-05 Vsevolod Stakhov[Minor] Deduplicate sum function
2022-03-05 Vsevolod Stakhov[Minor] Move summation to a separate routine
2022-03-05 Vsevolod Stakhov[Minor] Fix printing
2022-03-05 moisseev[WebUI] Show scan time in server list 4097/head
2022-03-05 moisseev[Test] Enable ECMAScript 6 features
2022-03-04 Vsevolod Stakhov[Minor] Move common stuff to a function
2022-03-02 Vsevolod Stakhov[Minor] Obsolete old fuzzy epochs
2022-02-28 Vsevolod StakhovMerge pull request #4093 from citrin/str_endswith
2022-02-27 Vsevolod StakhovMerge pull request #4079 from HeinleinSupport/lua_scann...
2022-02-27 Carsten Rosenberg[Minor] lua_scanners - icap - lua linting 4079/head
2022-02-27 Carsten Rosenberg[Minor] lua_scanners - icap - adjust threat_table function
2022-02-27 Carsten Rosenberg[Minor] lua_scanners - icap - update compatibility
2022-02-27 Carsten Rosenberg[Minor] lua_scanners - icap - add another variant of...
2022-02-27 Vsevolod Stakhov[Minor] Add missing division
2022-02-26 Anton Yuzhaninov[Minor] Microoptimize lua_util.str_endswith 4093/head
2022-02-26 Vsevolod Stakhov[Feature] Show average scan time in `rspamc stat` output
2022-02-26 Vsevolod Stakhov[Feature] Output average scan time in /stat endpoint
2022-02-26 Vsevolod Stakhov[Minor] Always report actions count
2022-02-26 Vsevolod Stakhov[Minor] Mark `c` in Kahan sum volatile
2022-02-26 Vsevolod Stakhov[Minor] Add average time processing slots
2022-02-26 Vsevolod Stakhov[Minor] Align rspamd_stat structure
2022-02-24 moisseev[Test] Ignore index.html
2022-02-22 Josh SorefSpelling (#4086)
2022-02-20 Vsevolod StakhovMerge pull request #4085 from moisseev/d3pie
2022-02-20 moisseev[WebUI] Replace pie chart library 4085/head
2022-02-17 Vsevolod Stakhov[Minor] Strip message id from enclosing spaces
2022-02-17 Vsevolod Stakhov[Test] Add a test case
2022-02-16 Vsevolod Stakhov[Fix] External_relay: Remove useless check of the map...
2022-02-15 Vsevolod StakhovMerge pull request #4077 from citrin/DKIM_MIXED
2022-02-15 Anton Yuzhaninov[Rules] Fix symbol for DKIM temporary failure 4077/head
2022-02-14 Vsevolod Stakhov[Minor] Add an example for the lua_maps usage
2022-02-13 Vsevolod Stakhov[Fix] When checking for phishing, we need to convert...
2022-02-13 Vsevolod Stakhov[Minor] Improve error reporting
2022-02-12 Vsevolod Stakhov[Fix] Fix http maps shared memory cache cleanup
2022-02-12 Vsevolod Stakhov[Minor] Store map pointer in a backend structure
2022-02-12 Vsevolod Stakhov[Minor] Add more logging for the shm cache for the...
2022-02-10 Vsevolod StakhovMerge pull request #4074 from citrin/clickhouse
2022-02-10 Vsevolod StakhovMerge pull request #4070 from moisseev/lua-stat
2022-02-10 Vsevolod StakhovMerge pull request #4069 from moisseev/webui
2022-02-10 Anton Yuzhaninov[Fix] ClickHouse cleanup of old partitions 4074/head
2022-02-10 moisseev[Minor] Disable Received tokens 4070/head
2022-02-10 moisseev[Minor] WebUI CSS: Drop ancient gradient syntaxes 4069/head
2022-02-09 Vsevolod StakhovMerge pull request #4067 from citrin/nitpick
2022-02-09 Vsevolod StakhovMerge pull request #4066 from citrin/lua-tests-gc
2022-02-08 Anton Yuzhaninov[Minor] Remove repeated strcmp(key, "score") 4067/head
2022-02-08 Anton Yuzhaninov[Minor] Tune Lua GC for Lua unit tests 4066/head
2022-02-08 Vsevolod Stakhov[Minor] Off by one
2022-02-07 Vsevolod Stakhov[Minor] Fix a corner case
2022-02-07 Vsevolod Stakhov[CritFix] Fix upstreams name resolution when there...
2022-02-06 Vsevolod Stakhov[Rework] Make `rspamadm dmarc_report` default behaviour...
2022-02-05 Vsevolod Stakhov[Fix] Rework unshedule DNS request function
2022-02-04 Vsevolod Stakhov[Minor] Improve logging logic
2022-02-03 Vsevolod Stakhov[Minor] Do not trigger obfuscated archive on undetecde...
2022-02-02 Vsevolod StakhovMerge pull request #4056 from fatalbanana/remove_result_fix
2022-02-02 Andrew Lewis[Fix] Lua: task:remove_result didn't work in some cases 4056/head
2022-02-01 Vsevolod StakhovMerge pull request #4055 from fatalbanana/remove_result...
2022-02-01 Andrew Lewis[Test] task:remove_symbol() on grouped virtual symbol 4055/head
2022-01-31 Vsevolod StakhovMerge pull request #4052 from twesterhever/rbl-dbl...
2022-01-30 twesterhever[Enhancement] Query HELOs, PTRs, and Reply-To's against... 4052/head
2022-01-30 Vsevolod Stakhov[Minor] Try to fix on-termination race
2022-01-29 Vsevolod Stakhov[Minor] Fix inversed logic
2022-01-29 Vsevolod Stakhov[Minor] malloc -> g_malloc
2022-01-29 Vsevolod Stakhov[Fix] Fix host header usage in lua_http
2022-01-29 Vsevolod Stakhov[Minor] Sigh, reverse loop is bloody hard in C
2022-01-29 Vsevolod Stakhov[Fix] Do not forget to clear pointers on IOC reset
2022-01-29 Vsevolod Stakhov[Rework] Take disabled flag into account
2022-01-29 Vsevolod Stakhov[Rework] Allow to set a different behaviour for actions...
2022-01-28 Vsevolod StakhovMerge pull request #4049 from StSturge/feature/configdu...
2022-01-27 ssturgesFix build error with conflicting definition between... 4049/head
2022-01-27 ssturgesAddress PR review comments
2022-01-26 Vsevolod Stakhov[Minor] Improve documentation
2022-01-25 Vsevolod StakhovMerge pull request #4047 from a16bitsysop/ppc64le
2022-01-25 Duncan Bellamy[Feature] Allow hyperscan for ppc64, as vectorscan... 4047/head
2022-01-25 ssturges[Enhancement] Add rspamadm configdump option --symbol...
2022-01-25 ssturges[Fix] Support definition of ungrouped symbol in conf...
2022-01-24 Vsevolod Stakhov[Minor] Oops, fix refactoring aftermath
2022-01-24 Vsevolod Stakhov[Minor] Fix a name and the description of bogus `user...
2022-01-23 Vsevolod Stakhov[Minor] Remove redundant abs call
2022-01-22 Vsevolod Stakhov[Fix] Unschedule DNS request when clearing IO channel
2022-01-21 Vsevolod Stakhov[Minor] Use raw more intentionally in a client
2022-01-19 Vsevolod Stakhov[Minor] Rbl: The default behaviour must be bypass
2022-01-19 Vsevolod Stakhov[Minor] Rbl: Fix require symbols option
2022-01-18 Vsevolod Stakhov[Minor] Remove sequential algorithm as it is not actual...
2022-01-17 Vsevolod Stakhov[Minor] Place obfuscated check properly to count u16...
2022-01-16 Vsevolod Stakhov[Minor] Fix for random monitored
2022-01-15 Vsevolod Stakhov[Minor] Improve logic to select a random monitored...
2022-01-15 Vsevolod Stakhov[Minor] Add missing namespace
2022-01-15 Vsevolod Stakhov[Minor] Composites: Always register composite symbols
2022-01-15 Vsevolod Stakhov[Minor] Deal with unknown weight more carefully to...
2022-01-13 Vsevolod Stakhov[Minor] Improve logging
2022-01-13 Vsevolod Stakhov[Conf] Score MIME_OBFUSCATED_ARCHIVE to 8 points
2022-01-13 Vsevolod Stakhov[Minor] Mime_types: Insert MIME_OBFUSCATED_ARCHIVE...
2022-01-13 Vsevolod Stakhov[Minor] Add knobs to check if an archive was obfuscated
2022-01-12 Vsevolod Stakhov[Minor] Check archive file names for 'strange' stuff
2022-01-11 Vsevolod Stakhov[Minor] Damn C++ implicit conversions
2022-01-11 Vsevolod Stakhov[Minor] Oops, fix foldl call
2022-01-11 Vsevolod Stakhov[Minor] Fix some issues in URI_COUNT_ODD rule
2022-01-11 Vsevolod Stakhov[Minor] Set special flag for non A generated html urls
next