aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug with charset conversion.Vsevolod Stakhov2014-09-101-2/+22
| | | | Glib iconv understands only uppercase for charset names.
* Fix received headers parsing.Vsevolod Stakhov2014-09-051-1/+7
|
* Fix filter usage.Vsevolod Stakhov2014-09-031-17/+21
|
* Fix expressions.Vsevolod Stakhov2014-09-031-3/+1
|
* Remove old mime headers.Vsevolod Stakhov2014-09-032-638/+4
|
* Rework raw headers storage.Vsevolod Stakhov2014-09-032-45/+47
| | | | | | | - Use raw headers instead of message headers in message parser - Store headers of parts - Use double linked lists to avoid overhead on appending - Decode raw headers
* Return content-type headers.Vsevolod Stakhov2014-09-031-1/+31
|
* Support new and old names for actions.Vsevolod Stakhov2014-09-021-0/+8
|
* Pre-compile config.hVsevolod Stakhov2014-08-291-1/+2
|
* Validate charset attribute of Content-Type.Vsevolod Stakhov2014-08-251-6/+46
|
* Consider settings actions.Vsevolod Stakhov2014-08-192-19/+47
|
* Process settings in rspamd.Vsevolod Stakhov2014-08-191-0/+26
|
* Properly find 'actions' property.Vsevolod Stakhov2014-08-181-6/+9
|
* Viva clang-3.4Vsevolod Stakhov2014-08-181-1/+2
|
* Fix critical bug in recipients_distance function.Vsevolod Stakhov2014-08-181-6/+5
|
* Unify from/rcpt processing.Vsevolod Stakhov2014-08-181-28/+28
|
* Add configuration option `unknown_weight` for metrics.Vsevolod Stakhov2014-08-171-1/+3
| | | | | | If this option is specified, then all filters add symbols to this metric with the specified weight even if they are not specified in symbols list explicitly.
* Fix URL detection in HTML parts.Vsevolod Stakhov2014-08-111-8/+2
| | | | Reported by: Andrew Lewis
* Unify style without sorting headers.Vsevolod Stakhov2014-07-2312-1238/+1966
|
* Revert "Unify code style."Vsevolod Stakhov2014-07-2312-1986/+1258
| | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d.
* Unify code style.Vsevolod Stakhov2014-07-2312-1258/+1986
|
* Disable old settings API.Vsevolod Stakhov2014-07-222-1/+5
|
* Add a simple implementation of metric settings check.Vsevolod Stakhov2014-07-221-9/+36
|
* Remove hard dependency on settings.Vsevolod Stakhov2014-07-223-6/+0
|
* Move protocol functions to libserver.Vsevolod Stakhov2014-05-023-879/+0
|
* Fix braces removing in email addresses.Vsevolod Stakhov2014-05-021-1/+1
|
* Improve error reporting for HTTP sessions.Vsevolod Stakhov2014-05-011-2/+4
|
* Fix issues with scanning messages via controller.Vsevolod Stakhov2014-04-302-3/+10
|
* Refactor config API.Vsevolod Stakhov2014-04-304-11/+11
|
* Rework worker utilities.Vsevolod Stakhov2014-04-302-219/+1
|
* Unify action string.Vsevolod Stakhov2014-04-291-1/+1
|
* Restore compatibility with 0.6.9.Vsevolod Stakhov2014-04-241-3/+3
|
* Another fix for legacy symbols output.Vsevolod Stakhov2014-04-231-8/+9
|
* Fix symbols in legacy output.Vsevolod Stakhov2014-04-231-0/+1
|
* Use unified signal handlers.Vsevolod Stakhov2014-04-221-2/+77
|
* Unify task scan functions.Vsevolod Stakhov2014-04-221-113/+0
|
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-2116-0/+7363