]> source.dussan.org Git - rspamd.git/log
rspamd.git
4 years ago[Minor] Fix stupid email clients entities 'guessing'
Vsevolod Stakhov [Tue, 18 Feb 2020 18:13:59 +0000 (18:13 +0000)]
[Minor] Fix stupid email clients entities 'guessing'

4 years ago[Minor] Fix boundary detection in emails checks
Vsevolod Stakhov [Tue, 18 Feb 2020 17:38:42 +0000 (17:38 +0000)]
[Minor] Fix boundary detection in emails checks

4 years ago[Minor] One more trailing slash fix + tests
Vsevolod Stakhov [Tue, 18 Feb 2020 17:32:09 +0000 (17:32 +0000)]
[Minor] One more trailing slash fix + tests

4 years ago[Minor] Fix trailing slash normalisation
Vsevolod Stakhov [Tue, 18 Feb 2020 17:05:27 +0000 (17:05 +0000)]
[Minor] Fix trailing slash normalisation

4 years agoMerge pull request #3266 from citrin/publicsuffix
Vsevolod Stakhov [Tue, 18 Feb 2020 16:19:42 +0000 (16:19 +0000)]
Merge pull request #3266 from citrin/publicsuffix

[Minor] Update public suffix list

4 years ago[Minor] Update public suffix list 3266/head
Anton Yuzhaninov [Tue, 18 Feb 2020 13:23:09 +0000 (13:23 +0000)]
[Minor] Update public suffix list

4 years ago[Minor] Maps: Jitter HTTP maps load to get better chances of SSL caching
Vsevolod Stakhov [Tue, 18 Feb 2020 13:17:00 +0000 (13:17 +0000)]
[Minor] Maps: Jitter HTTP maps load to get better chances of SSL caching

4 years ago[Rework] Use internal ssl cache for client sessions
Vsevolod Stakhov [Tue, 18 Feb 2020 13:05:35 +0000 (13:05 +0000)]
[Rework] Use internal ssl cache for client sessions

4 years ago[Rework] Rework SSL caching
Vsevolod Stakhov [Tue, 18 Feb 2020 12:49:54 +0000 (12:49 +0000)]
[Rework] Rework SSL caching

4 years ago[Fix] Lua_mime: Do not perform QP encoding for 7bit parts
Vsevolod Stakhov [Mon, 17 Feb 2020 17:06:17 +0000 (17:06 +0000)]
[Fix] Lua_mime: Do not perform QP encoding for 7bit parts

4 years ago[CritFix] Fix parsing of the content type attributes
Vsevolod Stakhov [Mon, 17 Feb 2020 17:05:05 +0000 (17:05 +0000)]
[CritFix] Fix parsing of the content type attributes

4 years ago[Minor] Clickhouse: Allow comments in extra columns
Vsevolod Stakhov [Mon, 17 Feb 2020 14:41:09 +0000 (14:41 +0000)]
[Minor] Clickhouse: Allow comments in extra columns

4 years ago[Feature] Clickhouse: Add extra columns support
Vsevolod Stakhov [Mon, 17 Feb 2020 14:18:50 +0000 (14:18 +0000)]
[Feature] Clickhouse: Add extra columns support

4 years ago[Project] Clickhouse: Add extra columns concept
Vsevolod Stakhov [Mon, 17 Feb 2020 10:04:19 +0000 (10:04 +0000)]
[Project] Clickhouse: Add extra columns concept

4 years agoMerge pull request #3265 from Lekensteyn/systemd-listen-fdnames
Vsevolod Stakhov [Sun, 16 Feb 2020 16:40:31 +0000 (16:40 +0000)]
Merge pull request #3265 from Lekensteyn/systemd-listen-fdnames

[Fix] Support listening on systemd sockets by name

4 years agoMerge pull request #3264 from Lekensteyn/packaging-updates
Vsevolod Stakhov [Sun, 16 Feb 2020 16:36:30 +0000 (16:36 +0000)]
Merge pull request #3264 from Lekensteyn/packaging-updates

Update packaging versions

4 years ago[Fix] Support listening on systemd sockets by name 3265/head
Peter Wu [Sat, 15 Feb 2020 19:05:37 +0000 (19:05 +0000)]
[Fix] Support listening on systemd sockets by name

* Add support for looking up sockets by the systemd socket name, e.g.
  `systemd:rspamd-proxy.socket` or the name from `FileDescriptorName`.
  https://www.freedesktop.org/software/systemd/man/sd_listen_fds.html
* Replace EOVERFLOW error code to avoid confusing error messages.

Fixes: #2035
4 years ago[Minor] use quilt for debian/source/format 3264/head
Peter Wu [Sat, 15 Feb 2020 00:02:30 +0000 (00:02 +0000)]
[Minor] use quilt for debian/source/format

* Match the build scripts and main Debian packaging.
* This allows for a separate debian/ directory in debian.tar.gz, see
  https://www.debian.org/doc/manuals/maint-guide/dother.en.html#sourcef

4 years ago[Minor] debian/control: Update Vcs-Git URL and maintainer
Peter Wu [Fri, 14 Feb 2020 23:21:52 +0000 (23:21 +0000)]
[Minor] debian/control: Update Vcs-Git URL and maintainer

* Let Vcs-Git point to a secure transport.
* Use Vsevolod's email address as maintainer to avoid having to patch
  this file in rspamd_build.sh. Mikhail is not the current maintainer of
  the Debian package anyway.

4 years ago[Minor] Update Debian and RPM package versions
Peter Wu [Fri, 14 Feb 2020 23:14:28 +0000 (23:14 +0000)]
[Minor] Update Debian and RPM package versions

* Add script that can be used after tagging to update versions.
* Example (for this commit): `./set-version.sh 2.4`
* Clear Debian changelog, this information is not updated anyway.

4 years ago[Minor] Fix compatibility with cdb://
Vsevolod Stakhov [Fri, 14 Feb 2020 17:39:00 +0000 (17:39 +0000)]
[Minor] Fix compatibility with cdb://

4 years ago[Minor] Fix daemonisation...
Vsevolod Stakhov [Fri, 14 Feb 2020 17:33:28 +0000 (17:33 +0000)]
[Minor] Fix daemonisation...

4 years ago[Project] Unify cdb maps
Vsevolod Stakhov [Fri, 14 Feb 2020 17:28:41 +0000 (17:28 +0000)]
[Project] Unify cdb maps

4 years ago[Project] CDB maps: Start making cdb a first class citizen
Vsevolod Stakhov [Fri, 14 Feb 2020 16:25:41 +0000 (16:25 +0000)]
[Project] CDB maps: Start making cdb a first class citizen

4 years ago[Fix] Fix sentinel connections leak by using async connections
Vsevolod Stakhov [Fri, 14 Feb 2020 13:19:54 +0000 (13:19 +0000)]
[Fix] Fix sentinel connections leak by using async connections

4 years ago[Minor] Further logging improvements
Vsevolod Stakhov [Fri, 14 Feb 2020 12:56:02 +0000 (12:56 +0000)]
[Minor] Further logging improvements

4 years ago[Minor] Add separate log module for lua redis
Vsevolod Stakhov [Fri, 14 Feb 2020 12:13:46 +0000 (12:13 +0000)]
[Minor] Add separate log module for lua redis

4 years agoMerge pull request #3260 from d--j/patch-1
Vsevolod Stakhov [Fri, 14 Feb 2020 11:17:35 +0000 (11:17 +0000)]
Merge pull request #3260 from d--j/patch-1

[Minor] add deprecated named HTML colors

4 years ago[Minor] Allow nulls as string value + improve errors report when I'm here
Vsevolod Stakhov [Thu, 13 Feb 2020 17:24:40 +0000 (17:24 +0000)]
[Minor] Allow nulls as string value + improve errors report when I'm here

4 years ago[Minor] Split url and email regexps
Vsevolod Stakhov [Thu, 13 Feb 2020 17:10:52 +0000 (17:10 +0000)]
[Minor] Split url and email regexps

4 years ago[Minor] Fix some of the moved functions
Vsevolod Stakhov [Thu, 13 Feb 2020 17:10:35 +0000 (17:10 +0000)]
[Minor] Fix some of the moved functions

4 years ago[Minor] Fix length argument
Vsevolod Stakhov [Thu, 13 Feb 2020 12:55:04 +0000 (12:55 +0000)]
[Minor] Fix length argument

4 years ago[Minor] Fix stupid ansi format string
Vsevolod Stakhov [Thu, 13 Feb 2020 12:49:47 +0000 (12:49 +0000)]
[Minor] Fix stupid ansi format string

4 years agoMerge pull request #3263 from spacefreak86/dmarc
Vsevolod Stakhov [Wed, 12 Feb 2020 19:53:56 +0000 (19:53 +0000)]
Merge pull request #3263 from spacefreak86/dmarc

[Minor] Fix parsing DMARC records containing upper-case letters

4 years ago[Minor] Fix prototypes
Vsevolod Stakhov [Wed, 12 Feb 2020 15:08:01 +0000 (15:08 +0000)]
[Minor] Fix prototypes

4 years ago[Minor] Fix parsing DMARC records containing upper-case letters 3263/head
Thomas Oettli [Wed, 12 Feb 2020 15:04:38 +0000 (16:04 +0100)]
[Minor] Fix parsing DMARC records containing upper-case letters

4 years ago[Rework] Move local IPs check
Vsevolod Stakhov [Wed, 12 Feb 2020 15:02:41 +0000 (15:02 +0000)]
[Rework] Move local IPs check

4 years ago[Minor] Add missing include
Vsevolod Stakhov [Wed, 12 Feb 2020 09:34:34 +0000 (09:34 +0000)]
[Minor] Add missing include

4 years ago[Minor] Add missing include
Vsevolod Stakhov [Tue, 11 Feb 2020 12:56:58 +0000 (12:56 +0000)]
[Minor] Add missing include

4 years ago[Rework] Further project structure reorganisation
Vsevolod Stakhov [Tue, 11 Feb 2020 12:34:40 +0000 (12:34 +0000)]
[Rework] Further project structure reorganisation

4 years ago[Minor] Fix unit tests
Vsevolod Stakhov [Mon, 10 Feb 2020 21:11:52 +0000 (21:11 +0000)]
[Minor] Fix unit tests

4 years ago[Rework] Refactor libraries structure
Vsevolod Stakhov [Mon, 10 Feb 2020 21:03:29 +0000 (21:03 +0000)]
[Rework] Refactor libraries structure

* Move logger implementation to libserver
* Move fuzzy backend files to a separate subdir

TODO: Move HTTP code from libutil

4 years ago[Rework] Logger: Fix logic of initialisation
Vsevolod Stakhov [Mon, 10 Feb 2020 20:56:55 +0000 (20:56 +0000)]
[Rework] Logger: Fix logic of initialisation

4 years ago[Rework] Logger: Fix issues found so far
Vsevolod Stakhov [Mon, 10 Feb 2020 20:53:22 +0000 (20:53 +0000)]
[Rework] Logger: Fix issues found so far

4 years ago[Rework] More logger refactoring
Vsevolod Stakhov [Mon, 10 Feb 2020 19:28:41 +0000 (19:28 +0000)]
[Rework] More logger refactoring

4 years ago[Rework] Add console and syslog modules
Vsevolod Stakhov [Mon, 10 Feb 2020 17:18:40 +0000 (17:18 +0000)]
[Rework] Add console and syslog modules

4 years ago[Rework] Start logger rework
Vsevolod Stakhov [Mon, 10 Feb 2020 14:43:31 +0000 (14:43 +0000)]
[Rework] Start logger rework

4 years ago[Project] Allow to set a custom log function to the logger
Vsevolod Stakhov [Mon, 10 Feb 2020 12:15:23 +0000 (12:15 +0000)]
[Project] Allow to set a custom log function to the logger

4 years agoMerge pull request #3261 from citrin/fix-re-flag
Vsevolod Stakhov [Mon, 10 Feb 2020 18:21:04 +0000 (18:21 +0000)]
Merge pull request #3261 from citrin/fix-re-flag

[Fix] 'R' flag is for all headers regexp

4 years ago[Fix] 'R' flag is for all headers regexp 3261/head
Anton Yuzhaninov [Mon, 10 Feb 2020 16:14:44 +0000 (16:14 +0000)]
[Fix] 'R' flag is for all headers regexp

According to the documentation R flag is for regexp which applied for
all headers (unencoded):
https://rspamd.com/doc/modules/regexp.html#regular-expressions

4 years ago[Minor] add deprecated name HTML colors 3260/head
Daniel Jagszent [Mon, 10 Feb 2020 15:18:49 +0000 (16:18 +0100)]
[Minor] add deprecated name HTML colors

https://drafts.csswg.org/css-color-4/#deprecated-system-colors has a list of deprecated named colors that are system dependent.
This commit adds them with default values.

4 years ago[Test] Add some more tests
Vsevolod Stakhov [Mon, 10 Feb 2020 11:37:02 +0000 (11:37 +0000)]
[Test] Add some more tests

4 years ago[Minor] Eliminate g_utf8_validate
Vsevolod Stakhov [Mon, 10 Feb 2020 11:17:21 +0000 (11:17 +0000)]
[Minor] Eliminate g_utf8_validate

4 years agoMerge pull request #3258 from korgoth1/master
Vsevolod Stakhov [Sun, 9 Feb 2020 21:04:15 +0000 (21:04 +0000)]
Merge pull request #3258 from korgoth1/master

[Test] Fuzzy skip hashes

4 years ago[Test] Fuzzy skip hashes 3258/head
korgoth1 [Sun, 9 Feb 2020 19:41:40 +0000 (22:41 +0300)]
[Test] Fuzzy skip hashes

4 years ago[Test] Fuzzy skip hashes
korgoth1 [Sun, 9 Feb 2020 19:17:48 +0000 (22:17 +0300)]
[Test] Fuzzy skip hashes

4 years ago[Test] Fuzzy skip hashes
korgoth1 [Sun, 9 Feb 2020 19:08:55 +0000 (22:08 +0300)]
[Test] Fuzzy skip hashes

4 years ago[Minor] Some fixes to the slovenian language
Vsevolod Stakhov [Sat, 8 Feb 2020 14:17:06 +0000 (14:17 +0000)]
[Minor] Some fixes to the slovenian language

4 years ago[Minor] Add some more heuristics for stop words detection
Vsevolod Stakhov [Sat, 8 Feb 2020 13:36:58 +0000 (13:36 +0000)]
[Minor] Add some more heuristics for stop words detection

4 years ago[Minor] Remove some strange words
Vsevolod Stakhov [Sat, 8 Feb 2020 13:35:04 +0000 (13:35 +0000)]
[Minor] Remove some strange words

4 years ago[Minor] Make server header reply configurable
Vsevolod Stakhov [Fri, 7 Feb 2020 17:49:03 +0000 (17:49 +0000)]
[Minor] Make server header reply configurable

4 years ago[Minor] Remove some old unused crap
Vsevolod Stakhov [Fri, 7 Feb 2020 17:36:52 +0000 (17:36 +0000)]
[Minor] Remove some old unused crap

4 years ago[Fix] Filter all options for symbols to have sane characters
Vsevolod Stakhov [Fri, 7 Feb 2020 15:27:59 +0000 (15:27 +0000)]
[Fix] Filter all options for symbols to have sane characters

4 years agoMerge remote-tracking branch 'upstream/master'
korgoth1 [Fri, 7 Feb 2020 14:48:13 +0000 (17:48 +0300)]
Merge remote-tracking branch 'upstream/master'

4 years ago[Rework] Use length based strings when doing logging
Vsevolod Stakhov [Fri, 7 Feb 2020 13:36:57 +0000 (13:36 +0000)]
[Rework] Use length based strings when doing logging

4 years ago[Minor] Add explicit checks for FIPS mode presence
Vsevolod Stakhov [Fri, 7 Feb 2020 13:18:32 +0000 (13:18 +0000)]
[Minor] Add explicit checks for FIPS mode presence

4 years ago[Test] Fuzzy skip hashes
korgoth1 [Fri, 7 Feb 2020 13:06:11 +0000 (16:06 +0300)]
[Test] Fuzzy skip hashes

4 years ago[Fix] Fix all headers iteration
Vsevolod Stakhov [Fri, 7 Feb 2020 12:31:50 +0000 (12:31 +0000)]
[Fix] Fix all headers iteration

4 years ago[Minor] Implement preliminary termination for hs_helper
Vsevolod Stakhov [Fri, 7 Feb 2020 12:20:43 +0000 (12:20 +0000)]
[Minor] Implement preliminary termination for hs_helper

4 years ago[Minor] Oops, fix format string
Vsevolod Stakhov [Fri, 7 Feb 2020 09:53:29 +0000 (09:53 +0000)]
[Minor] Oops, fix format string

4 years ago[Fix] Fix maps expressions evaluation
Vsevolod Stakhov [Fri, 7 Feb 2020 09:52:19 +0000 (09:52 +0000)]
[Fix] Fix maps expressions evaluation

Issue: #3256
Submitted by: @rm-minus-rf

4 years ago[Minor] Further fixes in stop words detection
Vsevolod Stakhov [Fri, 7 Feb 2020 09:43:59 +0000 (09:43 +0000)]
[Minor] Further fixes in stop words detection

4 years ago[Minor] Reformat languages data json
Vsevolod Stakhov [Fri, 7 Feb 2020 09:30:46 +0000 (09:30 +0000)]
[Minor] Reformat languages data json

4 years agoMerge pull request #3253 from Disassembler0/czech-stopwords
Vsevolod Stakhov [Fri, 7 Feb 2020 09:27:34 +0000 (09:27 +0000)]
Merge pull request #3253 from Disassembler0/czech-stopwords

[Minor] Add Czech stop words

4 years agoMerge pull request #3252 from andryyy/patch-16
Vsevolod Stakhov [Fri, 7 Feb 2020 09:27:15 +0000 (09:27 +0000)]
Merge pull request #3252 from andryyy/patch-16

[Minor] More german stop words

4 years ago[Minor] Some more logging improvements
Vsevolod Stakhov [Thu, 6 Feb 2020 21:19:53 +0000 (21:19 +0000)]
[Minor] Some more logging improvements

4 years ago[Minor] Improve dkim failures logging
Vsevolod Stakhov [Thu, 6 Feb 2020 16:03:52 +0000 (16:03 +0000)]
[Minor] Improve dkim failures logging

4 years ago[Fix] Avoid strdup usage for symbols options
Vsevolod Stakhov [Thu, 6 Feb 2020 15:39:47 +0000 (15:39 +0000)]
[Fix] Avoid strdup usage for symbols options

4 years ago[Minor] Fix hyperscan loaded when invalid files are presented
Vsevolod Stakhov [Wed, 5 Feb 2020 16:19:41 +0000 (16:19 +0000)]
[Minor] Fix hyperscan loaded when invalid files are presented

4 years ago[Minor] Fix error path
Vsevolod Stakhov [Wed, 5 Feb 2020 13:47:31 +0000 (13:47 +0000)]
[Minor] Fix error path

4 years agoAdd Czech stop words 3253/head
Disassembler [Wed, 5 Feb 2020 11:07:27 +0000 (12:07 +0100)]
Add Czech stop words

4 years agoMore german stop words 3252/head
André Peters [Wed, 5 Feb 2020 10:22:52 +0000 (11:22 +0100)]
More german stop words

4 years ago[Fix] Allow to reset settings id from Lua (e.g. because of the priority)
Vsevolod Stakhov [Wed, 5 Feb 2020 09:46:43 +0000 (09:46 +0000)]
[Fix] Allow to reset settings id from Lua (e.g. because of the priority)

4 years agoMerge pull request #3250 from korgoth1/master
Vsevolod Stakhov [Wed, 5 Feb 2020 09:35:53 +0000 (09:35 +0000)]
Merge pull request #3250 from korgoth1/master

[Test] Setting's priority

4 years ago[Test] Setting's priority 3250/head
korgoth1 [Wed, 5 Feb 2020 08:59:58 +0000 (11:59 +0300)]
[Test] Setting's priority

4 years ago[Test] Setting's priority
korgoth1 [Wed, 5 Feb 2020 08:57:50 +0000 (11:57 +0300)]
[Test] Setting's priority

4 years ago[Minor] Update version to 2.4
Vsevolod Stakhov [Tue, 4 Feb 2020 16:01:10 +0000 (16:01 +0000)]
[Minor] Update version to 2.4

4 years agoRelease 2.3 2.3
Vsevolod Stakhov [Tue, 4 Feb 2020 16:00:17 +0000 (16:00 +0000)]
Release 2.3

* [Conf] SPF is no longer a C module
* [Conf] Update spamtrap map path example
* [CritFix] Fix html entities decoding
* [CritFix] Fix re cache when mix of pcre and hyperscan is used
* [Feature] Allow milter code to deal with multiple headers
* [Feature] Antivirus: Add avast support
* [Feature] Dkim_signing: Allow to sign via milter_headers
* [Feature] Implement content hashes
* [Feature] Lua_text: Add regexp split iterator method
* [Feature] Lua_text: Implement flattening of the input tables
* [Feature] Send quit command to Redis
* [Feature] Speed up is_ascii function
* [Feature] Spf: Add external_relay option
* [Fix] Avoid double escaping
* [Fix] Fix O(N^2) algorithm
* [Fix] Fix arc seal validation
* [Fix] Fix base tag processing according to stupid HTML renderer behaviour
* [Fix] Fix dealing with `\0` in ucl strings and JSON
* [Fix] Fix gpg parts misdetection
* [Fix] Fix ignored symbols exporting
* [Fix] Fix processing of numeric url's
* [Fix] Fix processing of the closed tcp connections
* [Fix] Fix regexp type check for pcre2
* [Fix] Fix urls encode function
* [Fix] Fix urls shifting when doing decode to include separators
* [Fix] Fix white on white rule and add is_leaf flag
* [Fix] Further fixes in charset detection
* [Fix] Ignore diacritics in chartable module for specific languages
* [Fix] Limit size of symbols options by max_opts_len option
* [Fix] More fixes in html tag content calculations
* [Fix] Plug memory leak in fuzzy storage
* [Fix] Process high priority settings even if settings/id has been specified
* [Fix] Select a different upstream on last retransmit
* [Fix] Treat soft hyphen as zero width space
* [Fix] Try harder to watch the lifetime of the key_stat
* [Fix] Use ipv6-mapped-ipv4 addresses in radix trie
* [Project] Add logic to break execution when processing symbols*
* [Project] Add methods to set specific content for mime parts from Lua
* [Project] Lua_content: support PDF files
* [Project] Move dns_tool to using of the rspamd_spf from FFI module
* [Project] Preliminary SPF plugin in Lua
* [Project] Show debug stat for memory pool
* [Project] Some rework about specific data that is now tagged
* [Project] Start reworking of the mempool structure
* [Rework] Allow to add userdata as symbols options
* [Rework] Change mime part specifics handling
* [Rework] Move LRU SPF cache from spf plugin
* [Rework] Rework HTML tags content attachment
* [Rework] Rework options hash structure
* [Rework] Start lua_content library
* [Rework] Stop using of uthash for http headers
* [Rework] Use faster hashing approach for memory pools variables
* [Rules] Add PDF related rules

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
4 years ago[Minor] Sigh, use EVP_DigestInit_ex instead
Vsevolod Stakhov [Tue, 4 Feb 2020 12:14:33 +0000 (12:14 +0000)]
[Minor] Sigh, use EVP_DigestInit_ex instead

4 years ago[Minor] Fix order when setting FIPS flags
Vsevolod Stakhov [Tue, 4 Feb 2020 12:11:54 +0000 (12:11 +0000)]
[Minor] Fix order when setting FIPS flags

Related to https://github.com/openssl/openssl/issues/10031

4 years ago[Fix] Ignore diacritics in chartable module for specific languages
Vsevolod Stakhov [Tue, 4 Feb 2020 11:27:31 +0000 (11:27 +0000)]
[Fix] Ignore diacritics in chartable module for specific languages

Issue: #3156

4 years ago[Minor] Add diacritics flag for language detector
Vsevolod Stakhov [Tue, 4 Feb 2020 10:32:57 +0000 (10:32 +0000)]
[Minor] Add diacritics flag for language detector

4 years ago[Minor] Remove non-reject gtube patterns unless enable_test_patterns is enabled
Vsevolod Stakhov [Tue, 4 Feb 2020 09:41:09 +0000 (09:41 +0000)]
[Minor] Remove non-reject gtube patterns unless enable_test_patterns is enabled

4 years ago[Minor] Fix a455c6542212948969b6c115344e9d059606407a missing part
Vsevolod Stakhov [Mon, 3 Feb 2020 17:19:47 +0000 (17:19 +0000)]
[Minor] Fix a455c6542212948969b6c115344e9d059606407a missing part

4 years ago[CritFix] Fix html entities decoding
Vsevolod Stakhov [Mon, 3 Feb 2020 17:17:06 +0000 (17:17 +0000)]
[CritFix] Fix html entities decoding

4 years ago[Rework] Stop using of uthash for http headers
Vsevolod Stakhov [Mon, 3 Feb 2020 16:18:24 +0000 (16:18 +0000)]
[Rework] Stop using of uthash for http headers

4 years ago[Minor] Fix id priorities application
Vsevolod Stakhov [Mon, 3 Feb 2020 13:37:08 +0000 (13:37 +0000)]
[Minor] Fix id priorities application

4 years ago[Fix] Process high priority settings even if settings/id has been specified
Vsevolod Stakhov [Mon, 3 Feb 2020 13:02:18 +0000 (13:02 +0000)]
[Fix] Process high priority settings even if settings/id has been specified

4 years ago[Fix] Fix ignored symbols exporting
Vsevolod Stakhov [Mon, 3 Feb 2020 11:45:57 +0000 (11:45 +0000)]
[Fix] Fix ignored symbols exporting

4 years agoMerge pull request #3246 from moisseev/webui
Vsevolod Stakhov [Sun, 2 Feb 2020 19:44:55 +0000 (19:44 +0000)]
Merge pull request #3246 from moisseev/webui

Webui