Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Project] Initialize language detector | Vsevolod Stakhov | 2018-01-01 | 1 | -1/+4 | |
| | ||||||
* | [Fix] Move composites second pass to the dedicated stage | Vsevolod Stakhov | 2017-11-27 | 1 | -3/+5 | |
| | ||||||
* | [Feature] Add preliminary support of idempotent symbols | Vsevolod Stakhov | 2017-08-11 | 1 | -2/+4 | |
| | ||||||
* | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -2/+2 | |
| | | | | by a bot https://github.com/ka7/misspell_fixer | |||||
* | [Fix] Use `\n` to fold headers for milter | Vsevolod Stakhov | 2017-06-24 | 1 | -0/+1 | |
| | ||||||
* | [Minor] Allow to set custom pool for a task | Vsevolod Stakhov | 2017-06-08 | 1 | -2/+4 | |
| | ||||||
* | [Rework] Remove multiple metrics support from Rspamd | Vsevolod Stakhov | 2017-04-26 | 1 | -2/+2 | |
| | ||||||
* | [Feature] Store headers order | Vsevolod Stakhov | 2017-04-03 | 1 | -0/+1 | |
| | ||||||
* | [Feature] Stat greylisted messages as greylisted not soft-rejected | Vsevolod Stakhov | 2017-03-25 | 1 | -1/+2 | |
| | ||||||
* | [Feature] Cache and insert scan time into the protocol | Vsevolod Stakhov | 2017-03-13 | 1 | -0/+2 | |
| | ||||||
* | [Feature] Allow to store messages in files | Vsevolod Stakhov | 2017-02-17 | 1 | -1/+5 | |
| | ||||||
* | [Feature] Add per-task lua cache to reuse 'heavy' objects | Vsevolod Stakhov | 2017-02-09 | 1 | -0/+1 | |
| | ||||||
* | [Feature] Add profiling support in client output | Vsevolod Stakhov | 2017-02-07 | 1 | -0/+19 | |
| | | | | | | It is now possible to specify `--profile` option to Rspamd to get execution time for all symbols that were executed for a specific message. This still doesn't count async returns time. | |||||
* | [Rework] Finally remove gmime dependency from Rspamd | Vsevolod Stakhov | 2016-12-22 | 1 | -2/+0 | |
| | ||||||
* | [Rework] Start rework of mime addresses | Vsevolod Stakhov | 2016-12-22 | 1 | -2/+2 | |
| | ||||||
* | [Rework] Start massive rework to get rid of gmime | Vsevolod Stakhov | 2016-12-16 | 1 | -1/+0 | |
| | ||||||
* | [Rework] Refactor struct names | Vsevolod Stakhov | 2016-12-05 | 1 | -2/+2 | |
| | ||||||
* | [Rework] Make rspamd protocol messages useful | Vsevolod Stakhov | 2016-11-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Each message is now represented by a string and category, so messages in metric is an UCL object of the following format: { "category": "string" } The significant category is `smtp_message` which should be used by rmilter to send a custom SMTP reply to a client. | |||||
* | [Feature] Try to guess line endings when folding headers | Vsevolod Stakhov | 2016-09-22 | 1 | -1/+2 | |
| | ||||||
* | [Feature] Add support for input encryption | Vsevolod Stakhov | 2016-09-08 | 1 | -0/+1 | |
| | ||||||
* | [Feature] Allow parsing of mailbox messages from the commandline | Vsevolod Stakhov | 2016-08-23 | 1 | -0/+1 | |
| | ||||||
* | [Feature] Store task checksum | Vsevolod Stakhov | 2016-08-15 | 1 | -0/+1 | |
| | ||||||
* | [Fix] Fix multiple request headers structure | Vsevolod Stakhov | 2016-08-04 | 1 | -0/+27 | |
| | ||||||
* | [Feature] Correctly work when there is no hard reject action | Vsevolod Stakhov | 2016-07-27 | 1 | -0/+10 | |
| | ||||||
* | [Fix] More fixes to end of headers detection | Vsevolod Stakhov | 2016-07-07 | 1 | -1/+5 | |
| | ||||||
* | [Rework] Remove dedicated images list | Vsevolod Stakhov | 2016-07-04 | 1 | -1/+0 | |
| | ||||||
* | [CritFix] Restore the intended pre-filters behaviour | Vsevolod Stakhov | 2016-05-03 | 1 | -1/+1 | |
| | | | | | | 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). | |||||
* | [Feature] Start moving to the new email address structure | Vsevolod Stakhov | 2016-04-24 | 1 | -17/+4 | |
| | ||||||
* | [Feature] Improve getting SMTP data from lua_task | Vsevolod Stakhov | 2016-04-23 | 1 | -2/+12 | |
| | ||||||
* | [Feature] Allow empty tasks to be processed | Vsevolod Stakhov | 2016-04-21 | 1 | -0/+2 | |
| | ||||||
* | [Minor] Remove legacy interface | Vsevolod Stakhov | 2016-03-26 | 1 | -8/+0 | |
| | ||||||
* | [Feature] Do not classify message if some class is missing | Vsevolod Stakhov | 2016-03-22 | 1 | -0/+2 | |
| | ||||||
* | [Feature] Add priorities for actions | Vsevolod Stakhov | 2016-02-28 | 1 | -10/+0 | |
| | | | | | | Add dedicated API to modify action limits with priorities from different configuration place. This follows the logic of symbols' priorities and will be used for dynamic rules and override definitions. | |||||
* | [Minor] Implement workaround for legacy clients | Vsevolod Stakhov | 2016-02-27 | 1 | -0/+1 | |
| | ||||||
* | Pre filters should actually skip processing | Vsevolod Stakhov | 2016-02-04 | 1 | -1/+1 | |
| | ||||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -19/+12 | |
| | ||||||
* | Add broken headers flag | Vsevolod Stakhov | 2016-01-22 | 1 | -0/+1 | |
| | ||||||
* | Add generic routine to get task's recipient | Vsevolod Stakhov | 2016-01-11 | 1 | -0/+10 | |
| | ||||||
* | Do not treat autolearn errors as fatal | Vsevolod Stakhov | 2016-01-06 | 1 | -0/+1 | |
| | ||||||
* | Fix learning. | Vsevolod Stakhov | 2016-01-06 | 1 | -0/+7 | |
| | ||||||
* | Add learning implementation. | Vsevolod Stakhov | 2016-01-06 | 1 | -2/+14 | |
| | ||||||
* | Fix statistics processing | Vsevolod Stakhov | 2016-01-05 | 1 | -3/+2 | |
| | ||||||
* | Add substages for classification | Vsevolod Stakhov | 2015-12-29 | 1 | -5/+10 | |
| | ||||||
* | Fix code for the new cache | Vsevolod Stakhov | 2015-12-03 | 1 | -20/+0 | |
| | ||||||
* | Start new era of regexp cache | Vsevolod Stakhov | 2015-12-03 | 1 | -1/+2 | |
| | ||||||
* | Restore multiple classifiers support | Vsevolod Stakhov | 2015-11-23 | 1 | -3/+3 | |
| | ||||||
* | Implement refcounting for configuration | Vsevolod Stakhov | 2015-11-18 | 1 | -4/+3 | |
| | ||||||
* | Start implementation of flexible task logging | Vsevolod Stakhov | 2015-11-06 | 1 | -0/+5 | |
| | ||||||
* | Fix headers parsing. | Vsevolod Stakhov | 2015-10-14 | 1 | -1/+1 | |
| | ||||||
* | Add global timeout for the overall task processing (8 seconds by default) | Vsevolod Stakhov | 2015-10-12 | 1 | -0/+1 | |
| |