Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow parsing streams without Content-Length. | Vsevolod Stakhov | 2013-06-06 | 1 | -0/+6 |
| | |||||
* | Fix some warnings that actually are dangerous. | Vsevolod Stakhov | 2013-06-03 | 1 | -4/+4 |
| | |||||
* | Better support of ipv6 headers. | Vsevolod Stakhov | 2013-05-23 | 1 | -5/+17 |
| | |||||
* | Add saving of actions, symbols and maps. | Vsevolod Stakhov | 2013-01-09 | 1 | -3/+25 |
| | |||||
* | * Add rolling history feature saving last 200 scanned messages. | Vsevolod Stakhov | 2013-01-07 | 1 | -2/+13 |
| | | | | Add /history command handler in webui. | ||||
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 1 | -2/+0 |
| | | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...' | ||||
* | * Initial approach to RESTful controller. | Vsevolod Stakhov | 2012-09-14 | 1 | -1/+6 |
| | | | | Fix security issues in fstring handling. | ||||
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
| | | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c. | ||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | Log smtp FROM in urls output if smtp user is not defined. | Vsevolod Stakhov | 2012-06-19 | 1 | -1/+2 |
| | |||||
* | * Fix spf plugin that was broken in 0.4.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -0/+17 |
| | | | | * Add partial ipv6 support for some rspamd modules. | ||||
* | * Implement pre-filters that realizes concepts to check mail by some ↵ | Vsevolod Stakhov | 2012-03-30 | 1 | -23/+48 |
| | | | | | | | | absolute values like: - greylisting - DNS BL/WL - ratelimits | ||||
* | * Improve statistics for scanned messages. | Vsevolod Stakhov | 2012-03-26 | 1 | -12/+4 |
| | |||||
* | Make compiler happy in several cases, remove warnings. | Vsevolod Stakhov | 2011-12-20 | 1 | -1/+2 |
| | |||||
* | Fix log_urls setting. | Vsevolod Stakhov | 2011-11-28 | 1 | -0/+9 |
| | |||||
* | Do not try to validate empty headers. | Vsevolod Stakhov | 2011-10-25 | 1 | -0/+6 |
| | | | | Write symbols to log in case of HTTP/Json output. | ||||
* | Damn. | Vsevolod Stakhov | 2011-08-18 | 1 | -2/+2 |
| | |||||
* | Json fix. | Vsevolod Stakhov | 2011-08-18 | 1 | -2/+2 |
| | |||||
* | Fix to json output. | Vsevolod Stakhov | 2011-08-18 | 1 | -0/+4 |
| | |||||
* | Add more. | Vsevolod Stakhov | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Fix http headers. | Vsevolod Stakhov | 2011-08-18 | 1 | -12/+13 |
| | |||||
* | * Introduce new system of contexts initialization. It would be used for ↵ | Vsevolod Stakhov | 2011-08-18 | 1 | -2/+4 |
| | | | | | | other things in rspamd as well in future. Ignore unknown headers in case of http. | ||||
* | Fix output for spamc proto. | Vsevolod Stakhov | 2011-08-15 | 1 | -1/+5 |
| | |||||
* | * Make hash traversing more safely | Vsevolod Stakhov | 2011-08-11 | 1 | -24/+33 |
| | |||||
* | Make hash traversing more safe by using reference count. | Vsevolod Stakhov | 2011-08-05 | 1 | -0/+8 |
| | | | | Update to 0.4.2 | ||||
* | Another one. | Vsevolod Stakhov | 2011-08-04 | 1 | -7/+9 |
| | |||||
* | Another bad read detected. | Vsevolod Stakhov | 2011-08-04 | 1 | -2/+4 |
| | |||||
* | Fix access to already freed memory. | Vsevolod Stakhov | 2011-08-04 | 1 | -0/+1 |
| | | | | Remove assert. | ||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Fix core dumps when no symbols are found in a message. | Vsevolod Stakhov | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | * Improve performance of settings lookup | Vsevolod Stakhov | 2011-06-30 | 1 | -3/+3 |
| | |||||
* | * Strip email addresses from braces | Vsevolod Stakhov | 2011-05-13 | 1 | -3/+3 |
| | | | | Ignore empty domains in settings | ||||
* | * Add Subject header that indicate how Subject must be rewritten in case of ↵ | Vsevolod Stakhov | 2011-05-10 | 1 | -0/+41 |
| | | | | | | 'rewrite subject' action Fix initialization order of json settings. | ||||
* | * Add ability to learn rspamd via worker (without password)0.3.11 | Vsevolod Stakhov | 2011-03-31 | 1 | -5/+57 |
| | |||||
* | * Preload statfiles at the early beginning in the main process | Vsevolod Stakhov | 2011-03-31 | 1 | -154/+494 |
| | | | | | * Add JSON output for rspamd worker * Add HTTP protocol support for rspamd worker | ||||
* | Write to log number of dns requests per task. | Vsevolod Stakhov | 2011-03-25 | 1 | -4/+5 |
| | |||||
* | Print "0.00" instead of "0" in protocol output. | Vsevolod Stakhov | 2011-03-09 | 1 | -5/+5 |
| | | | | Fix misprint in cdb handling. | ||||
* | * Rewrite URL storage system | Vsevolod Stakhov | 2011-02-24 | 1 | -129/+73 |
| | |||||
* | * Add ability to add descriptions for symbols | Vsevolod Stakhov | 2011-02-15 | 1 | -3/+25 |
| | |||||
* | Fix bug with several metrics output. [1] | Vsevolod Stakhov | 2011-02-14 | 1 | -51/+82 |
| | | | | | | Install surbl-whitelist. [1] [1] Reported by Victor Ustugov | ||||
* | Handle emails with common hostname. | Vsevolod Stakhov | 2011-02-11 | 1 | -1/+27 |
| | |||||
* | * Write Emails: header in output | Vsevolod Stakhov | 2011-02-11 | 1 | -0/+59 |
| | |||||
* | * Write more detailed reports | Vsevolod Stakhov | 2011-01-20 | 1 | -70/+63 |
| | |||||
* | Always write symbols to log. | Vsevolod Stakhov | 2011-01-19 | 1 | -31/+42 |
| | |||||
* | * Fix compatibility with SA | Vsevolod Stakhov | 2011-01-18 | 1 | -19/+68 |
| | |||||
* | * Add ability to recursive scan over multipart's parts for functions: | Vsevolod Stakhov | 2010-10-20 | 1 | -53/+6 |
| | | | | | | | | - content_type_is_type - content_type_is_subtype - content_type_compare_param - content_type_has_param * Add ability to specify any of actions in user's settings, not only reject. | ||||
* | Fixed bug with file urls (reported by Anton Nekhoroshin) | Vsevolod Stakhov | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | Remove G_INLINE_FUNC definitions as I misunderstood its purposes. | Vsevolod Stakhov | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -56/+56 |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | ||||
* | * Fix misprint (reported by az) | Vsevolod Stakhov | 2010-09-17 | 1 | -1/+1 |
| |