]> source.dussan.org Git - rspamd.git/log
rspamd.git
5 years ago[Fix] Clickhouse: Use integer seconds when inserting rows
Vsevolod Stakhov [Mon, 15 Apr 2019 19:18:31 +0000 (20:18 +0100)]
[Fix] Clickhouse: Use integer seconds when inserting rows

5 years ago[Minor] Remove exceptions search
Vsevolod Stakhov [Mon, 15 Apr 2019 19:17:49 +0000 (20:17 +0100)]
[Minor] Remove exceptions search

5 years ago[Minor] Fix return values count
Vsevolod Stakhov [Mon, 15 Apr 2019 17:19:41 +0000 (18:19 +0100)]
[Minor] Fix return values count

5 years ago[Minor] Empty reply == success in CH universe
Vsevolod Stakhov [Mon, 15 Apr 2019 16:40:07 +0000 (17:40 +0100)]
[Minor] Empty reply == success in CH universe

5 years ago[Fix] Lua_clickhouse: Fix CH errors processing
Vsevolod Stakhov [Mon, 15 Apr 2019 16:32:44 +0000 (17:32 +0100)]
[Fix] Lua_clickhouse: Fix CH errors processing

5 years ago[Minor] Fix eslint warnings
Vsevolod Stakhov [Mon, 15 Apr 2019 12:18:49 +0000 (13:18 +0100)]
[Minor] Fix eslint warnings

5 years ago[Minor] Use tables in Markdown toc
Vsevolod Stakhov [Mon, 15 Apr 2019 11:59:08 +0000 (12:59 +0100)]
[Minor] Use tables in Markdown toc

5 years ago[Minor] Lua_task: Add function to get scan time
Vsevolod Stakhov [Mon, 15 Apr 2019 11:21:21 +0000 (12:21 +0100)]
[Minor] Lua_task: Add function to get scan time

5 years ago[Fix] Properly detect encrypted files in zip archives
Vsevolod Stakhov [Sat, 13 Apr 2019 10:25:16 +0000 (11:25 +0100)]
[Fix] Properly detect encrypted files in zip archives

5 years ago[Minor] Pet luacheck
Vsevolod Stakhov [Fri, 12 Apr 2019 16:14:54 +0000 (17:14 +0100)]
[Minor] Pet luacheck

5 years ago[Feature] Rspamadm: Add dns_tool utility
Vsevolod Stakhov [Fri, 12 Apr 2019 15:32:22 +0000 (16:32 +0100)]
[Feature] Rspamadm: Add dns_tool utility

5 years ago[Feature] Add SPF FFI library for Lua
Vsevolod Stakhov [Fri, 12 Apr 2019 15:01:11 +0000 (16:01 +0100)]
[Feature] Add SPF FFI library for Lua

5 years ago[Fix] Make spf digest stable
Vsevolod Stakhov [Fri, 12 Apr 2019 15:00:41 +0000 (16:00 +0100)]
[Fix] Make spf digest stable

5 years ago[Fix] Slashing: Store times in GMT timezone in ClickHouse
Vsevolod Stakhov [Fri, 12 Apr 2019 11:39:10 +0000 (12:39 +0100)]
[Fix] Slashing: Store times in GMT timezone in ClickHouse

5 years ago[Rules] Add additional conditions to perform BTC checks
Vsevolod Stakhov [Fri, 12 Apr 2019 11:35:23 +0000 (12:35 +0100)]
[Rules] Add additional conditions to perform BTC checks

5 years ago[Rules] Fix pay-to-hash addresses validation
Vsevolod Stakhov [Fri, 12 Apr 2019 11:35:08 +0000 (12:35 +0100)]
[Rules] Fix pay-to-hash addresses validation

5 years ago[Minor] Add method to get matching SPF record
Vsevolod Stakhov [Thu, 11 Apr 2019 16:26:42 +0000 (17:26 +0100)]
[Minor] Add method to get matching SPF record

5 years ago[Minor] Add method to print resolved spf element
Vsevolod Stakhov [Thu, 11 Apr 2019 15:15:25 +0000 (16:15 +0100)]
[Minor] Add method to print resolved spf element

5 years ago[Minor] Allow to set a resolver for task
Vsevolod Stakhov [Thu, 11 Apr 2019 14:06:01 +0000 (15:06 +0100)]
[Minor] Allow to set a resolver for task

5 years ago[Minor] Refactor DNS resolver invocations
Vsevolod Stakhov [Thu, 11 Apr 2019 14:00:01 +0000 (15:00 +0100)]
[Minor] Refactor DNS resolver invocations

5 years ago[Minor] Add resolver to rspamadm lua scripts
Vsevolod Stakhov [Thu, 11 Apr 2019 13:59:39 +0000 (14:59 +0100)]
[Minor] Add resolver to rspamadm lua scripts

5 years ago[Minor] Cleanup various stuff
Vsevolod Stakhov [Thu, 11 Apr 2019 13:48:09 +0000 (14:48 +0100)]
[Minor] Cleanup various stuff

5 years ago[Minor] Connect UDP sockets when send was successful
Vsevolod Stakhov [Thu, 11 Apr 2019 12:36:53 +0000 (13:36 +0100)]
[Minor] Connect UDP sockets when send was successful

5 years ago[Minor] Allow to create empty tasks
Vsevolod Stakhov [Thu, 11 Apr 2019 11:54:43 +0000 (12:54 +0100)]
[Minor] Allow to create empty tasks

5 years ago[Minor] Fix ES plugin
Vsevolod Stakhov [Wed, 10 Apr 2019 19:11:27 +0000 (20:11 +0100)]
[Minor] Fix ES plugin

5 years agoMerge pull request #2843 from resec/patch-1
Vsevolod Stakhov [Wed, 10 Apr 2019 13:18:08 +0000 (14:18 +0100)]
Merge pull request #2843 from resec/patch-1

[Minor] Add composite symbols reference to conf/composites.conf

5 years agoMerge pull request #2845 from gauthierc/SupportES6.7
Vsevolod Stakhov [Wed, 10 Apr 2019 13:17:46 +0000 (14:17 +0100)]
Merge pull request #2845 from gauthierc/SupportES6.7

add support ES>=6.7 for elasctic module

5 years agoadd support ES>=6.7 for elasctic module 2845/head
Gauthier C [Wed, 10 Apr 2019 12:52:18 +0000 (14:52 +0200)]
add support ES>=6.7 for elasctic module

Since version 6.7.0 of ElasticSearch, the ingest-geoip plugin is
a module integrated into the solution.
Instead of detecting the version of ElasticSearch I added the
configuration parameter ingest_module which is false by default for
ElasticSearch versions < 6.7.0 and true for versions >= 6.7.0

5 years ago[Minor] Disable old issues
Vsevolod Stakhov [Wed, 10 Apr 2019 10:09:13 +0000 (11:09 +0100)]
[Minor] Disable old issues

5 years ago[Feature] Store SPF records digests
Vsevolod Stakhov [Tue, 9 Apr 2019 14:35:22 +0000 (15:35 +0100)]
[Feature] Store SPF records digests

5 years ago[Feature] Antivirus: Handle encrypted files specially
Vsevolod Stakhov [Tue, 9 Apr 2019 12:20:16 +0000 (13:20 +0100)]
[Feature] Antivirus: Handle encrypted files specially

5 years ago[Minor] Dkim_signing: Add exclusion for sign networks
Vsevolod Stakhov [Tue, 9 Apr 2019 11:47:40 +0000 (12:47 +0100)]
[Minor] Dkim_signing: Add exclusion for sign networks

5 years ago[Test] Add tests for sign maps
Vsevolod Stakhov [Tue, 9 Apr 2019 11:43:51 +0000 (12:43 +0100)]
[Test] Add tests for sign maps

5 years ago[Feature] Lua_maps: Allow static regexp and glob maps
Vsevolod Stakhov [Tue, 9 Apr 2019 11:42:37 +0000 (12:42 +0100)]
[Feature] Lua_maps: Allow static regexp and glob maps

5 years ago[Feature] Dkim_signing: Allow to use new options as maps
Vsevolod Stakhov [Tue, 9 Apr 2019 11:05:18 +0000 (12:05 +0100)]
[Feature] Dkim_signing: Allow to use new options as maps

5 years ago[Minor] Lua_maps: Allow to add glob maps
Vsevolod Stakhov [Tue, 9 Apr 2019 11:04:40 +0000 (12:04 +0100)]
[Minor] Lua_maps: Allow to add glob maps

5 years ago[Feature] Dkim_signing: Add OpenDKIM like signing_table and key_table
Vsevolod Stakhov [Tue, 9 Apr 2019 10:54:21 +0000 (11:54 +0100)]
[Feature] Dkim_signing: Add OpenDKIM like signing_table and key_table

5 years ago[Fix] Fix processing of embedded urls
Vsevolod Stakhov [Tue, 9 Apr 2019 08:38:41 +0000 (09:38 +0100)]
[Fix] Fix processing of embedded urls

5 years ago[Minor] Remove redundant code and to stop compiler whinging
Vsevolod Stakhov [Mon, 8 Apr 2019 15:56:22 +0000 (16:56 +0100)]
[Minor] Remove redundant code and to stop compiler whinging

Issue: #2251
Submitted by: @beiDei8z

5 years ago[Minor] Joins cleanup
Vsevolod Stakhov [Mon, 8 Apr 2019 15:55:33 +0000 (16:55 +0100)]
[Minor] Joins cleanup

Issue: #2251
Submitted by: @beiDei8z

5 years ago[Minor] Update CONTRIBUTING
Vsevolod Stakhov [Mon, 8 Apr 2019 15:53:41 +0000 (16:53 +0100)]
[Minor] Update CONTRIBUTING

5 years ago[Minor] Rework CONTRIBUTIONS file
Vsevolod Stakhov [Mon, 8 Apr 2019 13:47:12 +0000 (14:47 +0100)]
[Minor] Rework CONTRIBUTIONS file

5 years ago[Minor] Update README
Vsevolod Stakhov [Mon, 8 Apr 2019 13:24:24 +0000 (14:24 +0100)]
[Minor] Update README

5 years agoUpdate issue templates
Vsevolod Stakhov [Mon, 8 Apr 2019 13:22:12 +0000 (14:22 +0100)]
Update issue templates

5 years ago[Minor] Strip some bad characters from CTE headers
Vsevolod Stakhov [Mon, 8 Apr 2019 12:55:09 +0000 (13:55 +0100)]
[Minor] Strip some bad characters from CTE headers

5 years ago[Feature] Parse ical files
Vsevolod Stakhov [Mon, 8 Apr 2019 12:24:55 +0000 (13:24 +0100)]
[Feature] Parse ical files

5 years ago[Minor] Add preliminary ical support library
Vsevolod Stakhov [Mon, 8 Apr 2019 12:06:19 +0000 (13:06 +0100)]
[Minor] Add preliminary ical support library

5 years ago[Minor] Add lpeg re module
Vsevolod Stakhov [Mon, 8 Apr 2019 10:51:01 +0000 (11:51 +0100)]
[Minor] Add lpeg re module

5 years agoAdd a reference to the doc of composite rules 2843/head
Edmond [Mon, 8 Apr 2019 07:11:17 +0000 (15:11 +0800)]
Add a reference to the doc of composite rules

5 years ago[Minor] Fix some more suspicious cases
Vsevolod Stakhov [Sun, 7 Apr 2019 08:44:58 +0000 (09:44 +0100)]
[Minor] Fix some more suspicious cases

5 years ago[Minor] Fix various warnings
Vsevolod Stakhov [Sun, 7 Apr 2019 08:34:46 +0000 (09:34 +0100)]
[Minor] Fix various warnings

5 years agoMerge pull request #2837 from moisseev/webui
Vsevolod Stakhov [Sun, 7 Apr 2019 08:16:43 +0000 (09:16 +0100)]
Merge pull request #2837 from moisseev/webui

[WebUI] Tidy CSS

5 years ago[Test] Add stylelint checks for CSS 2837/head
Alexander Moisseev [Sat, 6 Apr 2019 17:47:52 +0000 (20:47 +0300)]
[Test] Add stylelint checks for CSS

and embedded styles

5 years ago[Minor] Add missed semicolons to declaration blocks
Alexander Moisseev [Sat, 6 Apr 2019 16:13:48 +0000 (19:13 +0300)]
[Minor] Add missed semicolons to declaration blocks

5 years ago[Minor] rspamd.css: remove meaningless unit identifiers
Alexander Moisseev [Sat, 6 Apr 2019 16:08:11 +0000 (19:08 +0300)]
[Minor] rspamd.css: remove meaningless unit identifiers

5 years ago[Minor] rspamd.css: use consistent hex color case
Alexander Moisseev [Sat, 6 Apr 2019 16:01:27 +0000 (19:01 +0300)]
[Minor] rspamd.css: use consistent hex color case

5 years ago[Minor] rspamd.css: use consistent indentation and spacing
Alexander Moisseev [Sat, 6 Apr 2019 15:47:59 +0000 (18:47 +0300)]
[Minor] rspamd.css: use consistent indentation and spacing

5 years ago[Test] Fix broken unit tests
Vsevolod Stakhov [Sat, 6 Apr 2019 11:39:36 +0000 (12:39 +0100)]
[Test] Fix broken unit tests

5 years ago[Minor] Disable compile warnings in torch: no hopes those to be fixed
Vsevolod Stakhov [Sat, 6 Apr 2019 11:38:02 +0000 (12:38 +0100)]
[Minor] Disable compile warnings in torch: no hopes those to be fixed

5 years ago[Minor] rspamd.css: use current standard syntax
Alexander Moisseev [Sat, 6 Apr 2019 11:34:25 +0000 (14:34 +0300)]
[Minor] rspamd.css: use current standard syntax

of linear-gradient direction

https://developer.mozilla.org/de/docs/Web/CSS/linear-gradient#History_of_the_syntax

5 years ago[Minor] Oops, forgot to adpot long double case
Vsevolod Stakhov [Sat, 6 Apr 2019 11:25:43 +0000 (12:25 +0100)]
[Minor] Oops, forgot to adpot long double case

5 years ago[Feature] Use fpconv girsu2 implementation for printing floats
Vsevolod Stakhov [Sat, 6 Apr 2019 11:24:53 +0000 (12:24 +0100)]
[Feature] Use fpconv girsu2 implementation for printing floats

5 years ago[Feature] Import fpconv library
Vsevolod Stakhov [Sat, 6 Apr 2019 11:24:22 +0000 (12:24 +0100)]
[Feature] Import fpconv library

Source: https://github.com/night-shift/fpconv

5 years ago[Minor] rspamd.css: reorder selectors
Alexander Moisseev [Sat, 6 Apr 2019 11:06:58 +0000 (14:06 +0300)]
[Minor] rspamd.css: reorder selectors

5 years ago[Minor] rspamd.css: combine duplicate selectors
Alexander Moisseev [Sat, 6 Apr 2019 10:33:56 +0000 (13:33 +0300)]
[Minor] rspamd.css: combine duplicate selectors

5 years ago[Minor] Allow to work without rspamd_config object
Vsevolod Stakhov [Sat, 6 Apr 2019 08:36:00 +0000 (09:36 +0100)]
[Minor] Allow to work without rspamd_config object

5 years ago[Minor] Add more logging for DKIM keys caching
Vsevolod Stakhov [Fri, 5 Apr 2019 18:40:08 +0000 (19:40 +0100)]
[Minor] Add more logging for DKIM keys caching

5 years ago[Minor] Fix capacity returned for LRU cache
Vsevolod Stakhov [Fri, 5 Apr 2019 18:39:56 +0000 (19:39 +0100)]
[Minor] Fix capacity returned for LRU cache

5 years ago[Feature] Add more verbosity for SPF caching
Vsevolod Stakhov [Fri, 5 Apr 2019 15:14:28 +0000 (16:14 +0100)]
[Feature] Add more verbosity for SPF caching

5 years ago[Minor] Add methods to get LRU hash sizes
Vsevolod Stakhov [Fri, 5 Apr 2019 15:13:41 +0000 (16:13 +0100)]
[Minor] Add methods to get LRU hash sizes

5 years ago[Minor] Update version to 1.9.2
Vsevolod Stakhov [Fri, 5 Apr 2019 10:30:16 +0000 (11:30 +0100)]
[Minor] Update version to 1.9.2

5 years agoRelease 1.9.1 1.9.1
Vsevolod Stakhov [Fri, 5 Apr 2019 10:29:28 +0000 (11:29 +0100)]
Release 1.9.1

* [Conf] Add vendor groups for symbols
* [Feature] Add `rspamadm template` command
* [Feature] Allow to add messages from settings
* [Feature] Allow unconnected DNS servers operations
* [Feature] Check limits after being set, migrate to uint64
* [Feature] Greylist: Allow to disable greylisting depending on symbols
* [Feature] Improve lua binary strings output
* [Feature] Mime_types: Implement user configurable extension filters
* [Feature] Mime_types: When no extension defined, detect it by content
* [Feature] Preprocess config files using jinja templates
* [Feature] Replies: Filter replies sender to limit whitelisting to direct messages
* [Feature] Treat all tags with HREF as a potential hyperlinks
* [Feature] Validate BTC addresses in LEAKED_PASSWORD_SCAM
* [Fix] Add crash safety for HTTP async routines
* [Fix] Another fix for Redis sentinel
* [Fix] Clickhouse: Fix table schema upload
* [Fix] Core: Fix squeezed dependencies handling for virtual symbols
* [Fix] Finally fix default parameters parsing in actions section
* [Fix] Fix ES sending logic (restore from coroutines mess)
* [Fix] Fix finishing script for clickhouse collection
* [Fix] Fix priority for regexp symbols registriation
* [Fix] Fix various issues found by PVS Studio
* [Fix] Initialize lua debugging earlier
* [Fix] Neural: Fix training
* [Fix] Rework cached Redis logic to avoid sentinels breaking
* [Fix] SURBL: Fix regression in surbl module
* [Fix] Fix double signing in the milter
* [Project] Add support of HTTP proxy in requests
* [Rework] Change lua global variables registration
* [Rework] Rework HTML content urls extraction
* [Rework] Start rework of aliasing in Rspamd
* [WebUI] Combine Scan and Learning into one tab
* [WebUI] Fix symbol score input type
* [WebUI] Show grayed out pie
* [WebUI] Update Throughput summary values dynamically

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
5 years ago[Minor] Lua_util: Fix Lua 5.2 compatibility
Vsevolod Stakhov [Thu, 4 Apr 2019 09:50:57 +0000 (10:50 +0100)]
[Minor] Lua_util: Fix Lua 5.2 compatibility

Issue: #2831

5 years ago[Minor] Set alias flag
Vsevolod Stakhov [Thu, 4 Apr 2019 09:20:01 +0000 (10:20 +0100)]
[Minor] Set alias flag

5 years ago[Minor] Try to support rewritten from in dkim signing
Vsevolod Stakhov [Thu, 4 Apr 2019 09:16:48 +0000 (10:16 +0100)]
[Minor] Try to support rewritten from in dkim signing

5 years agoMerge pull request #2834 from moisseev/webui
Vsevolod Stakhov [Wed, 3 Apr 2019 16:35:17 +0000 (17:35 +0100)]
Merge pull request #2834 from moisseev/webui

[Minor] Freeze WebUI scan textarea width

5 years ago[Minor] Freeze WebUI scan textarea width 2834/head
Alexander Moisseev [Wed, 3 Apr 2019 14:23:35 +0000 (17:23 +0300)]
[Minor] Freeze WebUI scan textarea width

5 years agoMerge pull request #2833 from moisseev/webui
Vsevolod Stakhov [Wed, 3 Apr 2019 12:32:23 +0000 (13:32 +0100)]
Merge pull request #2833 from moisseev/webui

[WebUI] Fix symbol score input type

5 years ago[Minor] Fix flags
Vsevolod Stakhov [Wed, 3 Apr 2019 10:43:18 +0000 (11:43 +0100)]
[Minor] Fix flags

5 years ago[Minor] Add message-id for Vade spam verdict
Vsevolod Stakhov [Wed, 3 Apr 2019 09:19:19 +0000 (10:19 +0100)]
[Minor] Add message-id for Vade spam verdict

5 years ago[WebUI] Fix symbol score input type 2833/head
Alexander Moisseev [Wed, 3 Apr 2019 06:57:29 +0000 (09:57 +0300)]
[WebUI] Fix symbol score input type

5 years ago[Rework] Continue aliases changes
Vsevolod Stakhov [Tue, 2 Apr 2019 18:38:32 +0000 (19:38 +0100)]
[Rework] Continue aliases changes

5 years ago[Rework] Start rework of aliasing in Rspamd
Vsevolod Stakhov [Tue, 2 Apr 2019 18:26:07 +0000 (19:26 +0100)]
[Rework] Start rework of aliasing in Rspamd

5 years ago[Feature] Improve lua binary strings output
Vsevolod Stakhov [Tue, 2 Apr 2019 15:26:21 +0000 (16:26 +0100)]
[Feature] Improve lua binary strings output

5 years ago[Minor] Never use pkg-config for jemalloc - it breaks things
Vsevolod Stakhov [Tue, 2 Apr 2019 13:57:40 +0000 (14:57 +0100)]
[Minor] Never use pkg-config for jemalloc - it breaks things

5 years agoMerge pull request #2829 from HeinleinSupport/lua_scanners
Vsevolod Stakhov [Tue, 2 Apr 2019 11:51:59 +0000 (12:51 +0100)]
Merge pull request #2829 from HeinleinSupport/lua_scanners

[Minor] fix some warnings

5 years ago[Rework] Rework HTML content urls extraction
Vsevolod Stakhov [Tue, 2 Apr 2019 10:07:53 +0000 (11:07 +0100)]
[Rework] Rework HTML content urls extraction

5 years ago[Fix] Initialize lua debugging earlier
Vsevolod Stakhov [Tue, 2 Apr 2019 08:12:17 +0000 (09:12 +0100)]
[Fix] Initialize lua debugging earlier

5 years ago[Minor] fix some warnings 2829/head
Carsten Rosenberg [Tue, 2 Apr 2019 04:38:54 +0000 (06:38 +0200)]
[Minor] fix some warnings

5 years ago[Minor] Add more explicit logging
Vsevolod Stakhov [Mon, 1 Apr 2019 14:52:58 +0000 (15:52 +0100)]
[Minor] Add more explicit logging

5 years ago[Fix] Another fix for Redis sentinel
Vsevolod Stakhov [Mon, 1 Apr 2019 13:22:17 +0000 (14:22 +0100)]
[Fix] Another fix for Redis sentinel

Issue: #2796

5 years ago[Minor] Spamassassin: Add messages about rules loading
Vsevolod Stakhov [Mon, 1 Apr 2019 12:51:03 +0000 (13:51 +0100)]
[Minor] Spamassassin: Add messages about rules loading

Issue: #2828
Closes: #2828
5 years ago[Minor] Restore Lua 5.2 compatibility
Vsevolod Stakhov [Mon, 1 Apr 2019 11:44:42 +0000 (12:44 +0100)]
[Minor] Restore Lua 5.2 compatibility

Issue: #2826
Closes: #2826
5 years ago[Minor] Add missing include
Vsevolod Stakhov [Mon, 1 Apr 2019 08:54:50 +0000 (09:54 +0100)]
[Minor] Add missing include

5 years agoMerge pull request #2827 from moisseev/webui
Vsevolod Stakhov [Sun, 31 Mar 2019 17:24:11 +0000 (18:24 +0100)]
Merge pull request #2827 from moisseev/webui

[WebUI] Combine Scan and Learning into one tab

5 years ago[WebUI] Combine Scan and Learning into one tab 2827/head
Alexander Moisseev [Sun, 31 Mar 2019 15:14:53 +0000 (18:14 +0300)]
[WebUI] Combine Scan and Learning into one tab

Closes: #1441
5 years ago[Minor] Improve errors handling
Vsevolod Stakhov [Sat, 30 Mar 2019 13:32:52 +0000 (13:32 +0000)]
[Minor] Improve errors handling

5 years ago[Feature] Allow unconnected DNS servers operations
Vsevolod Stakhov [Sat, 30 Mar 2019 10:07:57 +0000 (10:07 +0000)]
[Feature] Allow unconnected DNS servers operations

This allows to stop relying on resolvers initialisation and send
requests when the resolvers are available.

5 years ago[Minor] Allow delayed DNS servers init
Vsevolod Stakhov [Sat, 30 Mar 2019 10:07:41 +0000 (10:07 +0000)]
[Minor] Allow delayed DNS servers init

5 years ago[Minor] Fix learns count in sqlite3 backend
Vsevolod Stakhov [Fri, 29 Mar 2019 17:49:32 +0000 (17:49 +0000)]
[Minor] Fix learns count in sqlite3 backend

Issue: #2251
Contributed by: @beiDei8z