aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Test for TCP libraryMikhail Galanin2018-08-305-29/+285
|
* [Minor] Added coroutines support for TCP libraryMikhail Galanin2018-08-303-64/+991
|
* [Minor] Fix byte array allocationVsevolod Stakhov2018-08-291-9/+4
|
* Merge pull request #2446 from heraklit256/extended-dnswl-scoresVsevolod Stakhov2018-08-291-6/+6
|\ | | | | also trigger DNSWL score rule in case mails are properly ARC signed
| * also trigger DNSWL score rule in case mails are properly ARC signedheraklit2562018-08-271-6/+6
| |
* | Merge pull request #2447 from moisseev/patch-1Vsevolod Stakhov2018-08-281-2/+0
|\ \ | | | | | | [Conf] Fix whitelist.conf
| * | [Conf] Fix whitelist.confAlexander Moisseev2018-08-281-2/+0
|/ / | | | | Reported by @bjo81 via Telegram group
* | Merge pull request #2445 from heraklit256/rbl_groupnameVsevolod Stakhov2018-08-271-1/+1
|\ \ | | | | | | adjust Spamhaus group name for received IPs
| * | adjust Spamhaus group name for received IPsheraklit2562018-08-271-1/+1
| | |
* | | Merge pull request #2444 from moisseev/eslintVsevolod Stakhov2018-08-274-112/+140
|\ \ \ | | | | | | | | [WebUI] Avoid history table reinitialization
| * | | [Minor] Use loop to destroy graphs and tablesAlexander Moisseev2018-08-271-24/+6
| | | |
| * | | [Minor] Destroy symbols table on disconnectAlexander Moisseev2018-08-272-10/+6
| | | |
| * | | [WebUI] Avoid errors table reinitializationAlexander Moisseev2018-08-262-17/+27
| | | |
| * | | [WebUI] Avoid history table reinitializationAlexander Moisseev2018-08-263-64/+104
| | | |
* | | | [Minor] Support ucontext on osxVsevolod Stakhov2018-08-263-0/+4
| | | |
* | | | [Minor] Improve virtual ticks obtaining methodsVsevolod Stakhov2018-08-264-5/+30
| | | |
* | | | Merge pull request #2442 from negram/more-check-parametersVsevolod Stakhov2018-08-261-2/+9
|\ \ \ \ | | | | | | | | | | [Minor] check if required parameters are set when calling tcp:request()
| * | | | [Minor] check if required parameters are set when calling tcp:request()Mikhail Galanin2018-08-241-2/+9
| | | | |
* | | | | [Minor] Really remove stupid warningsVsevolod Stakhov2018-08-252-6/+0
| | | | |
* | | | | [Project] Improve language detector: cleanup unused files, categorizeVsevolod Stakhov2018-08-2459-59/+50
|/ / / /
* | | | [Minor] Fix setting utf raw contentVsevolod Stakhov2018-08-241-0/+3
| | | |
* | | | [Test] Remove legacy tokenizer testsVsevolod Stakhov2018-08-241-34/+0
| | | |
* | | | Merge pull request #2441 from negram/coroutines-to-finish-periodic-onloadVsevolod Stakhov2018-08-2424-378/+672
|\ \ \ \ | | | | | | | | | | Coroutines to finish/periodic/onload
| * | | | [Minor] no to misleading commentsMikhail Galanin2018-08-241-1/+1
| | | | |
| * | | | [Test] Use new routines in test, just for test (manual one) :)Mikhail Galanin2018-08-241-4/+51
| | | | |
| * | | | [Test] More test cases for ClickHouseMikhail Galanin2018-08-2412-164/+305
| | | | |
| * | | | [Minor] Reworked clickhouse routines using new APIMikhail Galanin2018-08-242-105/+171
| | | | |
| * | | | [Minor] call periodic, finish and on_load via coroutineMikhail Galanin2018-08-244-64/+77
| | | | |
| * | | | [Minor] Split lua_thread_pool_get on ↵Mikhail Galanin2018-08-247-41/+68
| | | | | | | | | | | | | | | | | | | | lua_thread_pool_get_for_task/lua_thread_pool_get_for_config
* | | | | Merge pull request #2439 from negram/parameters-checkVsevolod Stakhov2018-08-231-0/+3
|\ \ \ \ \ | | | | | | | | | | | | [Minor] Parameters check: either config or task should be set
| * | | | | [Minor] Parameters check: either config or task should be setMikhail Galanin2018-08-231-0/+3
| |/ / / /
* | | | | [Project] Further changes in unicode operationsVsevolod Stakhov2018-08-235-73/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Normalise unicode * Add normality flag for text parts * Store UCS in text parts * Rework unicode conversions and operations
* | | | | [Project] Start unicode reworkVsevolod Stakhov2018-08-237-39/+55
|/ / / /
* | | | [Minor] Fix misprintVsevolod Stakhov2018-08-231-1/+1
| | | |
* | | | [Minor] Implement better support of indexes in adding of headersVsevolod Stakhov2018-08-231-0/+13
| | | |
* | | | [Minor] Store full order of headers in milter modeVsevolod Stakhov2018-08-232-35/+67
|/ / /
* | | Merge pull request #2438 from negram/add-coroutine-to-httpVsevolod Stakhov2018-08-2316-157/+585
|\ \ \ | | | | | | | | Add coroutine to http
| * | | [Test] More test cases for HTTP APIMikhail Galanin2018-08-236-22/+119
| | | |
| * | | [Minor] Added coroutine support to HTTP moduleMikhail Galanin2018-08-235-27/+123
| | | |
| * | | [Test] Improved process termination in testsMikhail Galanin2018-08-221-10/+26
| | | |
| * | | [Test] Added test for HTTP APIMikhail Galanin2018-08-225-4/+160
| | | |
| * | | [Minor] Move resume/yield methods into appropriate placeMikhail Galanin2018-08-225-119/+182
| | | |
* | | | [Feature] Support adding and deletion of recipients in the milter blockVsevolod Stakhov2018-08-231-0/+28
| | | |
* | | | [Minor] Add id selector transform functionVsevolod Stakhov2018-08-221-0/+16
| | | |
* | | | [Minor] Allow to disable learn cacheVsevolod Stakhov2018-08-221-7/+13
| | | |
* | | | Merge pull request #2434 from moisseev/eslintVsevolod Stakhov2018-08-221-29/+48
|\ \ \ \ | |/ / / |/| | | [WebUI] Avoid throughput summary table reinitialization
| * | | [WebUI] Avoid throughput summary table reinitializationAlexander Moisseev2018-08-211-29/+48
| | | | | | | | | | | | | | | | on data update
* | | | [Minor] Improve charset detection logicVsevolod Stakhov2018-08-221-1/+7
| | | |
* | | | [Minor] Allow semicolon separated selectorsVsevolod Stakhov2018-08-211-2/+2
| | | |
* | | | [Minor] Allow double quotes in selectors arguments and escapesVsevolod Stakhov2018-08-211-1/+3
| | | |