aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [Project] Rework settings registrationVsevolod Stakhov2019-06-142-25/+89
|
* [Minor] Lua_task: Allow to set settings idVsevolod Stakhov2019-06-141-0/+42
|
* [Project] Implement checks for symbols against allowed idsVsevolod Stakhov2019-06-143-30/+41
|
* [Project] Add symbols for explicit enablingVsevolod Stakhov2019-06-143-6/+34
|
* [Project] Link symcache item to metric symbolVsevolod Stakhov2019-06-142-0/+2
|
* [Minor] Lua_config: Add get_group_symbols methodVsevolod Stakhov2019-06-142-0/+48
|
* [Project] Implement logic to deal with settings id in the cacheVsevolod Stakhov2019-06-144-20/+175
|
* [Project] Add preprocessed settings to the config structureVsevolod Stakhov2019-06-147-17/+177
|
* [Fix] Html: Fix processing of fjlig entityVsevolod Stakhov2019-06-143-6/+11
| | | | TODO: Make a generic fix
* [Project] Implement settings ids checksVsevolod Stakhov2019-06-131-22/+82
|
* [Project] Add methods to manipulate with allowed idsVsevolod Stakhov2019-06-132-1/+200
|
* [Minor] Protocol: Allow parsing of recipients with commasVsevolod Stakhov2019-06-121-34/+112
|
* [Minor] Clickhouse: Store settings idVsevolod Stakhov2019-06-112-2/+16
|
* [Project] Settings: Add lua_settings libraryVsevolod Stakhov2019-06-112-12/+83
|
* [Test] Fix clickhose testsVsevolod Stakhov2019-06-111-1/+1
|
* [Feature] Clickhouse: Add authenticated user and settings id columnsVsevolod Stakhov2019-06-111-2/+19
|
* [Minor] Another try to fix transactions messVsevolod Stakhov2019-06-111-22/+3
|
* [Minor] Sqlite: Try to fix messy transactionVsevolod Stakhov2019-06-101-2/+11
|
* [Test] Copy statistics to avoid permissions problemVsevolod Stakhov2019-06-102-2/+4
|
* [Rework] Eliminate lua_squeeze as it has shown no improvementsVsevolod Stakhov2019-06-108-735/+78
|
* [Test] Forgotten data filesVsevolod Stakhov2019-06-104-0/+1029
|
* [Test] Add classifier symbols to the testsVsevolod Stakhov2019-06-101-3/+13
|
* [Test] Add some classifiers to settings testsVsevolod Stakhov2019-06-103-3/+27
|
* [Minor] Sqlite: Improve tokens retreivingVsevolod Stakhov2019-06-101-23/+45
|
* [Conf] Slashing: Change default stats backend to RedisVsevolod Stakhov2019-06-101-4/+5
|
* [Test] Add settings id testsVsevolod Stakhov2019-06-102-1/+26
|
* [Minor] Settings: Use numeric settings idVsevolod Stakhov2019-06-101-9/+48
|
* [Minor] Settings: Treat settings section name as implicit idVsevolod Stakhov2019-06-101-0/+1
|
* Merge pull request #2921 from moisseev/mime-typesVsevolod Stakhov2019-06-101-0/+1
|\ | | | | [Minor] Add "application/excel" CT for "*.xls"
| * [Minor] Add "application/excel" CT for "*.xls"Alexander Moisseev2019-06-101-0/+1
|/
* [Test] Improve address parsing unit testsVsevolod Stakhov2019-06-091-1/+13
|
* [Minor] Allow braced and prefixed IPv6 addressesVsevolod Stakhov2019-06-091-0/+6
|
* Merge pull request #2915 from gollux/masterVsevolod Stakhov2019-06-091-10/+8
|\ | | | | libutil: Fix parsing of address "IPv6:::1"
| * libutil: Fix parsing of address "IPv6:::1"Martin Mares2019-06-041-10/+8
| | | | | | | | | | | | | | Dropping of leading colon must be performed after the "IPv6:" prefix is stripped. Also fixed a couple of wrong comments.
* | [Conf] Surbl: Utilise new `check_emails` optionVsevolod Stakhov2019-06-091-0/+5
| |
* | [Feature] SURBL: Allow to check email domainsVsevolod Stakhov2019-06-091-7/+19
| | | | | | | | Issue: #2913
* | [Minor] Lua_cryptobox: Allow to define output hash lengthVsevolod Stakhov2019-06-081-8/+52
| |
* | [Minor] Fix typesVsevolod Stakhov2019-06-082-3/+3
| |
* | [Fix] Do not assert if length of sig is bad, just fail verificationVsevolod Stakhov2019-06-071-2/+3
| |
* | [Project] Store settings id directlyVsevolod Stakhov2019-06-074-16/+8
| |
* | Merge pull request #2917 from moisseev/webuiVsevolod Stakhov2019-06-051-1/+1
|\ \ | | | | | | [WebUI] Scan/Learn: enable/disable buttons on mouse events
| * | [WebUI] Scan/Learn: enable/disable buttons on mouse eventsmoisseev2019-06-051-1/+1
|/ / | | | | | | (drag-and-drop and context menu cut, delete, paste)
* | [Minor] Langdet: Improve debugging slightlyVsevolod Stakhov2019-06-051-0/+3
| |
* | [CritFix] Langdet: Fix language detection where no stop words foundVsevolod Stakhov2019-06-051-3/+20
| |
* | [Minor] Langdet: Increase cut-off limitVsevolod Stakhov2019-06-051-1/+1
| |
* | [Fix] Lang_det: Try better to distinguish Chinese and JapaneseVsevolod Stakhov2019-06-051-13/+47
| |
* | [Fix] Really fix hyperscan workaroundVsevolod Stakhov2019-06-051-7/+41
| | | | | | | | Closes: #2916
* | Revert "[Fix] Escape utf in regexp to dodge ragel/hyperscan issue"Vsevolod Stakhov2019-06-053-8/+3
|/ | | | This reverts commit e658c7fcb5d275f144954b9cea1c34fadfa81902.
* [Test] Fix json testsVsevolod Stakhov2019-06-041-0/+1
|
* [Fix] Escape utf in regexp to dodge ragel/hyperscan issueVsevolod Stakhov2019-06-043-3/+8
|