Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Rework] Rename mime parts structures | Vsevolod Stakhov | 2016-07-04 | 1 | -2/+2 | |
| | ||||||
* | [Fix] Disable multiple autolearn checks | Vsevolod Stakhov | 2016-06-22 | 1 | -1/+5 | |
| | | | | | Issue: #674 Reported by: @moisseev | |||||
* | [Fix] Fix length calculations for shared memory segments | Vsevolod Stakhov | 2016-06-13 | 1 | -3/+21 | |
| | ||||||
* | [Feature] Use offset when passing shm to deal with encrypted requests | Vsevolod Stakhov | 2016-06-11 | 1 | -6/+36 | |
| | ||||||
* | [Fix] Fix shm_open call as described in POSIX | Vsevolod Stakhov | 2016-06-10 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Allow to open message from a shared memory segment | Vsevolod Stakhov | 2016-06-10 | 1 | -35/+97 | |
| | ||||||
* | [Feature] Limit logging of elements that could have too many items | Vsevolod Stakhov | 2016-05-11 | 1 | -1/+25 | |
| | ||||||
* | [Feature] Fix task functions to work without rspamd_config | Vsevolod Stakhov | 2016-05-09 | 1 | -9/+14 | |
| | ||||||
* | [Fix] Remove event before closing of fd to avoid race conditions | Vsevolod Stakhov | 2016-05-06 | 1 | -4/+5 | |
| | ||||||
* | [Feature] Sort symbols when displaying them in log | Vsevolod Stakhov | 2016-05-05 | 1 | -2/+35 | |
| | ||||||
* | [Feature] Various improvements in greylist module | Vsevolod Stakhov | 2016-05-03 | 1 | -2/+1 | |
| | ||||||
* | [CritFix] Really skip filters in case of pre-result set | Vsevolod Stakhov | 2016-05-03 | 1 | -7/+8 | |
| | ||||||
* | [CritFix] Restore the intended pre-filters behaviour | Vsevolod Stakhov | 2016-05-03 | 1 | -1/+8 | |
| | | | | | | Previously, filters and post-filters were checked even if pre-filter has set some result. Now pre-result efficienly makes a trapdoor to writing reply (as it was before 1.0). | |||||
* | [Fix] More fixes to parts distance calculations | Vsevolod Stakhov | 2016-04-29 | 1 | -0/+3 | |
| | | | | | | | - Use hashed words instead of full words for speed - Improve levenstein distance calculations and penalise replaces - Always return number from 0 to 1 - Use g_malloc instead of alloca | |||||
* | [Fix] Fix issue with missing recipients | Vsevolod Stakhov | 2016-04-25 | 1 | -3/+5 | |
| | ||||||
* | [Feature] Start moving to the new email address structure | Vsevolod Stakhov | 2016-04-24 | 1 | -141/+78 | |
| | ||||||
* | [Feature] Allow empty tasks to be processed | Vsevolod Stakhov | 2016-04-21 | 1 | -10/+9 | |
| | ||||||
* | [Feature] Save raw headers for mime parts | Vsevolod Stakhov | 2016-04-11 | 1 | -0/+9 | |
| | ||||||
* | [Feature] Store actions limits in metric result | Vsevolod Stakhov | 2016-03-29 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Allow symbols params to be printed in logs | Vsevolod Stakhov | 2016-03-22 | 1 | -14/+19 | |
| | ||||||
* | [Fix] Lowercase and cache the principal recipient | Vsevolod Stakhov | 2016-03-03 | 1 | -3/+43 | |
| | | | | | Issue: #544 Reported by: @sativouf | |||||
* | [Minor] Implement workaround for legacy clients | Vsevolod Stakhov | 2016-02-27 | 1 | -0/+4 | |
| | ||||||
* | Fix leaks in lua error paths | Vsevolod Stakhov | 2016-02-05 | 1 | -0/+1 | |
| | ||||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -20/+12 | |
| | ||||||
* | Fix memory leak | Vsevolod Stakhov | 2016-01-16 | 1 | -8/+11 | |
| | ||||||
* | Add generic routine to get task's recipient | Vsevolod Stakhov | 2016-01-11 | 1 | -0/+34 | |
| | ||||||
* | Fix learn errors reporting | Vsevolod Stakhov | 2016-01-09 | 1 | -1/+3 | |
| | ||||||
* | Do not treat autolearn errors as fatal | Vsevolod Stakhov | 2016-01-06 | 1 | -1/+4 | |
| | ||||||
* | Implement autolearn | Vsevolod Stakhov | 2016-01-06 | 1 | -0/+1 | |
| | ||||||
* | Fix learning. | Vsevolod Stakhov | 2016-01-06 | 1 | -1/+25 | |
| | ||||||
* | Add learning implementation. | Vsevolod Stakhov | 2016-01-06 | 1 | -6/+3 | |
| | ||||||
* | Implement printing of scores in the log file | Vsevolod Stakhov | 2016-01-02 | 1 | -2/+14 | |
| | ||||||
* | Add substages for classification | Vsevolod Stakhov | 2015-12-29 | 1 | -1/+3 | |
| | ||||||
* | Fix stupid error when log message misses task id | Vsevolod Stakhov | 2015-12-18 | 1 | -1/+1 | |
| | ||||||
* | Fix code for the new cache | Vsevolod Stakhov | 2015-12-03 | 1 | -37/+0 | |
| | ||||||
* | Start new era of regexp cache | Vsevolod Stakhov | 2015-12-03 | 1 | -4/+2 | |
| | ||||||
* | Remove legacy words, use merely normalized_words | Vsevolod Stakhov | 2015-11-26 | 1 | -3/+0 | |
| | ||||||
* | Restore multiple classifiers support | Vsevolod Stakhov | 2015-11-23 | 1 | -3/+7 | |
| | ||||||
* | Implement refcounting for configuration | Vsevolod Stakhov | 2015-11-18 | 1 | -24/+10 | |
| | ||||||
* | Fix printing of multiple mail addresses in the log | Vsevolod Stakhov | 2015-11-16 | 1 | -9/+16 | |
| | ||||||
* | Implement recipients printing. | Vsevolod Stakhov | 2015-11-14 | 1 | -25/+99 | |
| | ||||||
* | Fix format issues found by static analysis | Vsevolod Stakhov | 2015-11-11 | 1 | -3/+3 | |
| | ||||||
* | Set file flag when loading files | Vsevolod Stakhov | 2015-11-09 | 1 | -0/+1 | |
| | ||||||
* | Fix some issues with custom log format | Vsevolod Stakhov | 2015-11-06 | 1 | -22/+21 | |
| | ||||||
* | Implement new logging variables | Vsevolod Stakhov | 2015-11-06 | 1 | -0/+221 | |
| | ||||||
* | Start implementation of flexible task logging | Vsevolod Stakhov | 2015-11-06 | 1 | -0/+119 | |
| | ||||||
* | Fix timeout event deleting. | Vsevolod Stakhov | 2015-10-26 | 1 | -1/+3 | |
| | ||||||
* | Add global timeout for the overall task processing (8 seconds by default) | Vsevolod Stakhov | 2015-10-12 | 1 | -0/+2 | |
| | ||||||
* | Reorganize includes to reduce namespace pollution. | Vsevolod Stakhov | 2015-10-08 | 1 | -0/+1 | |
| | ||||||
* | Fix scan file functional test. | Vsevolod Stakhov | 2015-10-07 | 1 | -0/+2 | |
| |