aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Improve dkim failures loggingVsevolod Stakhov2020-03-191-21/+15
|
* [Rework] Use multiple search tries for different url extraction typesVsevolod Stakhov2020-03-191-45/+139
|
* [Rework] Change the way to extract URLs when dealing with alternative partsVsevolod Stakhov2020-03-191-4/+41
|
* [Fix] Fix some corner cases in urls parsing, add limitsVsevolod Stakhov2020-03-191-5/+42
|
* [Minor] Remove UCP from TLD parsingVsevolod Stakhov2020-03-191-1/+6
|
* [Minor] Use a more strict pattern for tld lookupVsevolod Stakhov2020-03-191-3/+7
|
* [Fix] Fix flags that caused force_actions failureVsevolod Stakhov2020-03-181-1/+1
| | | | Issue: #3299
* [Minor] Fix learning with symbols that have no static scoresVsevolod Stakhov2020-03-181-1/+1
|
* [Minor] Implement `hosts` parameter in DNS configVsevolod Stakhov2020-03-171-2/+16
|
* [Feature] Implement hosts file processingVsevolod Stakhov2020-03-171-1/+120
|
* [Minor] Firther relax href parsingVsevolod Stakhov2020-03-161-3/+3
|
* [Minor] Neural: Fix vectors lengths checkingVsevolod Stakhov2020-03-161-1/+2
|
* [Fix] Improve base64 detectionVsevolod Stakhov2020-03-161-5/+76
|
* [Minor] Fix table unpackingVsevolod Stakhov2020-03-161-2/+1
|
* [Minor] Try to fix brain damaged libev timersVsevolod Stakhov2020-03-162-0/+7
|
* [Minor] Improve logging of the invalid charset caseVsevolod Stakhov2020-03-161-2/+3
|
* [Feature] Neural: Introduce classes bias that allows non-equal classes learningVsevolod Stakhov2020-03-161-13/+36
|
* [Fix] Normalize dynamic scores in ANN correctlyVsevolod Stakhov2020-03-161-1/+36
|
* [Minor] Add some docsVsevolod Stakhov2020-03-152-0/+32
|
* [Minor] Clickhouse: Try to fix order of extra columnsVsevolod Stakhov2020-03-131-1/+1
|
* [Minor] Oops, fix html urls processingVsevolod Stakhov2020-03-121-1/+1
|
* [Fix] Fix lua symbols scores registration when config does not define scoresVsevolod Stakhov2020-03-123-8/+17
|
* [Minor] Zero terminate id stringVsevolod Stakhov2020-03-111-3/+8
|
* [Fix] Plug memory leak introduced by #3153Vsevolod Stakhov2020-03-111-4/+13
|
* Revert "[Minor] Filter nil values in rspamd_config:get_all_opt"Vsevolod Stakhov2020-03-111-2/+2
| | | | This reverts commit af30ca1eb035d6824107c1f55613099c6331cbdb.
* [Minor] Fix bitset sizeVsevolod Stakhov2020-03-111-1/+1
|
* [Minor] Filter nil values in rspamd_config:get_all_optVsevolod Stakhov2020-03-111-2/+2
|
* [Minor] Oops, remove g_free dtorVsevolod Stakhov2020-03-111-1/+1
|
* [Minor] Segfault for some configuration.Thierry Fournier2020-03-101-2/+7
| | | | | | | | | | | When the configuration file contains only these two lines, rspamd try to send log which announce that it can bind the soket, but "bind_conf" is NULL and it is dereferenced, so we have a segfault. worker "normal" { } This patch fix the segfault.
* [Minor] Allocate variable in the pool and avoid mallocVsevolod Stakhov2020-03-101-1/+4
|
* [Fix] Fix variables replacement in mempoolVsevolod Stakhov2020-03-101-0/+9
|
* [Fix] Stat_redis_backend: Fix memory leak and simplify learn pathVsevolod Stakhov2020-03-092-114/+30
|
* [Minor] Fuzzy_backend_redis: Improve loggingVsevolod Stakhov2020-03-091-5/+15
|
* [Minor] Another dkim logs improvementVsevolod Stakhov2020-03-091-25/+21
|
* [Rework] Urls: update lua librariesVsevolod Stakhov2020-03-092-36/+31
|
* [Rework] Urls: adopt html related stuffVsevolod Stakhov2020-03-095-114/+103
|
* [Rework] Urls: more rework of the urls setsVsevolod Stakhov2020-03-097-163/+137
|
* [Rework] Urls: rework urls hash structureVsevolod Stakhov2020-03-092-6/+69
|
* [Rework] Rework URL structure: adjust tld partVsevolod Stakhov2020-03-096-26/+27
|
* [Rework] Rework URL structure: more structure optimisationsVsevolod Stakhov2020-03-094-69/+98
|
* [Rework] Rework URL structure: host fieldVsevolod Stakhov2020-03-095-51/+68
|
* [Rework] Rework URL structure: user fieldVsevolod Stakhov2020-03-095-21/+28
|
* [Minor] --var doesn't workThierry Fournier2020-03-071-0/+5
| | | | | | | | | | | | | | | | | We can add varaibels on the command line after argument or using --var parameter. When --var is used, an assertion is triggered: ./rspamd.install/bin/rspamd --var LOGDIR=/tmp/ (rspamd:7171): GLib-CRITICAL **: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed The hash table is not initialized, because the table is initialized after the argument parser. This patch initialize the hash table on demand. Note: the patch is tested on 1.9 version and not on master, because I can't compile the master branch. Note: I suggest to backport the patch on 1.9 version
* [Minor] Clickhouse: Use IF NOT EXISTS clause in migrationsVsevolod Stakhov2020-03-051-30/+30
|
* Merge pull request #3288 from HeinleinSupport/masterVsevolod Stakhov2020-03-051-2/+2
|\ | | | | [Fix] metadata_exporter default formatter
| * [Fix] metadata_exporter default formatterCarsten Rosenberg2020-03-041-2/+2
| |
* | [Minor] Fix some issues with lua scripts invocationVsevolod Stakhov2020-03-041-1/+6
| |
* | [Feature] Add support for scripts in fuzzy storageVsevolod Stakhov2020-03-041-0/+198
| |
* | [Minor] Add helper to alter metatablesVsevolod Stakhov2020-03-043-0/+28
| |
* | [Minor] Fix some corner case with l tag in DKIMVsevolod Stakhov2020-03-031-1/+24
| |