summaryrefslogtreecommitdiffstats
path: root/src/protocol.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-211-821/+0
|
* Finish conversion to new inet addr structure.Vsevolod Stakhov2014-04-211-31/+3
|
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-211-13/+13
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-1/+1
|
* Adopt new libucl.Vsevolod Stakhov2014-04-191-19/+26
|
* Implement 0.6 compatible output.Vsevolod Stakhov2014-04-061-5/+53
|
* Add compatibility output for rspamd 0.6 protocol.Vsevolod Stakhov2014-04-061-0/+4
|
* Use is_json for compatibility output.Vsevolod Stakhov2014-04-051-0/+3
|
* Process compatibility methods.Vsevolod Stakhov2014-04-051-3/+15
|
* Add Log header to prevent logging of a task.Vsevolod Stakhov2014-03-081-2/+18
|
* Fix empty messages processing.Vsevolod Stakhov2014-02-181-3/+6
|
* Make gstring emitting generic.Vsevolod Stakhov2014-01-281-70/+2
|
* Output emails properly.Vsevolod Stakhov2014-01-241-1/+29
|
* Output urls and emails more clearly.Vsevolod Stakhov2014-01-211-9/+6
|
* Simplify states of task. Disable broken code.Vsevolod Stakhov2014-01-191-19/+14
|
* Parse HTTP requests, cleanup the code.Vsevolod Stakhov2014-01-181-461/+198
| | | | | --HG-- extra : rebase_source : 6b35fbf55fc9fe65d7f033620670bb210928e9b4
* Implement HTTP session for normal worker.Vsevolod Stakhov2014-01-131-42/+97
|
* Start new HTTP based reply handler.Vsevolod Stakhov2014-01-121-839/+117
|
* Add `strict_protocol_headers` option for rspamc protocol.Vsevolod Stakhov2014-01-071-9/+13
| | | | | | If this option is specified then unknown headers are treated as errors otherwise they are just ignored. This option is `false` by default meaning that unknown headers are ignored.
* Add hostname attribute to rspamc protocol.Vsevolod Stakhov2014-01-061-0/+5
|
* Refactor metric actions handling.Vsevolod Stakhov2013-09-131-15/+17
| | | | | | Use array of actions instead of a linked list to speed up processing. * Removed required_score, reject_score and action in metric config, now REJECT is the only default action for a metric.
* Allow parsing streams without Content-Length.Vsevolod Stakhov2013-06-061-0/+6
|
* Fix some warnings that actually are dangerous.Vsevolod Stakhov2013-06-031-4/+4
|
* Better support of ipv6 headers.Vsevolod Stakhov2013-05-231-5/+17
|
* Add saving of actions, symbols and maps.Vsevolod Stakhov2013-01-091-3/+25
|
* * Add rolling history feature saving last 200 scanned messages.Vsevolod Stakhov2013-01-071-2/+13
| | | | Add /history command handler in webui.
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-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 Stakhov2012-09-141-1/+6
| | | | Fix security issues in fstring handling.
* Another debian license fix.Vsevolod Stakhov2012-09-101-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 Stakhov2012-09-041-3/+3
|
* Log smtp FROM in urls output if smtp user is not defined.Vsevolod Stakhov2012-06-191-1/+2
|
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-201-0/+17
| | | | * Add partial ipv6 support for some rspamd modules.
* * Implement pre-filters that realizes concepts to check mail by some ↵Vsevolod Stakhov2012-03-301-23/+48
| | | | | | | | absolute values like: - greylisting - DNS BL/WL - ratelimits
* * Improve statistics for scanned messages.Vsevolod Stakhov2012-03-261-12/+4
|
* Make compiler happy in several cases, remove warnings.Vsevolod Stakhov2011-12-201-1/+2
|
* Fix log_urls setting.Vsevolod Stakhov2011-11-281-0/+9
|
* Do not try to validate empty headers.Vsevolod Stakhov2011-10-251-0/+6
| | | | Write symbols to log in case of HTTP/Json output.
* Damn.Vsevolod Stakhov2011-08-181-2/+2
|
* Json fix.Vsevolod Stakhov2011-08-181-2/+2
|
* Fix to json output.Vsevolod Stakhov2011-08-181-0/+4
|
* Add more.Vsevolod Stakhov2011-08-181-1/+1
|
* Fix http headers.Vsevolod Stakhov2011-08-181-12/+13
|
* * Introduce new system of contexts initialization. It would be used for ↵Vsevolod Stakhov2011-08-181-2/+4
| | | | | | other things in rspamd as well in future. Ignore unknown headers in case of http.
* Fix output for spamc proto.Vsevolod Stakhov2011-08-151-1/+5
|
* * Make hash traversing more safelyVsevolod Stakhov2011-08-111-24/+33
|
* Make hash traversing more safe by using reference count.Vsevolod Stakhov2011-08-051-0/+8
| | | | Update to 0.4.2
* Another one.Vsevolod Stakhov2011-08-041-7/+9
|
* Another bad read detected.Vsevolod Stakhov2011-08-041-2/+4
|
* Fix access to already freed memory.Vsevolod Stakhov2011-08-041-0/+1
| | | | Remove assert.
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-1/+1
|