aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Tweak default RBL module config for brevityAndrew Lewis2014-02-101-5/+0
|
* Remove dated configuration example & add another missing option registrationAndrew Lewis2014-02-101-23/+1
|
* Fix rule MISSING_MIMEOLE for IPB forumAlexey2014-02-101-1/+2
| | | | Add exception for Invision Power Board forum
* Tokenize subject even if a message is empty.Vsevolod Stakhov2014-02-101-2/+3
|
* Fix Hfilter for null text partAlexey2014-02-101-33/+31
| | | | Fix HFILTER_URL_ONELINE for null text part
* Update metrics.confAlexey2014-02-101-1/+1
|
* Rename symbol HFILTER_HOSTNAME_NOPTRAlexey2014-02-101-1/+1
|
* Rename symbol in HfilterAlexey2014-02-101-2/+2
| | | | Rename symbol HFILTER_HOSTNAME_NOPTR to HFILTER_HOSTNAME_UNKNOWN
* Another stupid mistake in random setup.Vsevolod Stakhov2014-02-041-1/+1
|
* Increase default reject treshold.0.6.8Vsevolod Stakhov2014-02-031-1/+1
|
* Remove deprecated bitbucket homepage.Vsevolod Stakhov2014-02-031-3/+3
|
* Fix classifiers config for repeated sections.Vsevolod Stakhov2014-02-031-5/+31
|
* Remove deprecated code.Vsevolod Stakhov2014-02-032-105/+0
| | | | Reported by: Andrey Vohmyanin
* Remove CC warning.Vsevolod Stakhov2014-02-031-1/+1
|
* Fix README.Vsevolod Stakhov2014-02-031-6/+3
|
* - Fix typoAndrej Zverev2014-02-031-1/+1
|
* Update specs.Vsevolod Stakhov2014-02-032-2/+11
|
* Update ChangeLog for 0.6.8.Vsevolod Stakhov2014-02-031-0/+16
|
* Fix with libucl.Vsevolod Stakhov2014-02-031-2/+11
|
* Use more clever time values to setup entropy.Vsevolod Stakhov2014-02-031-1/+12
|
* Fix issue with random numbers generator in dns.Vsevolod Stakhov2014-02-031-2/+2
|
* Allow override system predefined settings.Andrej Zverev2014-02-030-0/+0
| | | | | Allow override system predefined settings without touching .conf files from distribution.
* Support HELO blacklist and fix options registration for RDNS blacklistAndrew Lewis2014-02-011-1/+6
| | | | | Conflicts: src/plugins/lua/rbl.lua
* Sync from libucl.Vsevolod Stakhov2014-02-013-19/+47
|
* Update to 0.6.8.Vsevolod Stakhov2014-02-011-1/+1
|
* Check for [ip.address]-style HELO and suppress lookupsAndrew Lewis2014-02-011-0/+8
| | | | | Conflicts: src/plugins/lua/rbl.lua
* Optimize HfilterAlexey2014-02-011-7/+8
|
* Add documentation for RBL moduleAndrew Lewis2014-02-011-0/+70
|
* Allow override system predefined settings without touching .conf filesAndrej Zverev2014-02-011-0/+3
| | | | from distribution.
* Fix whitelist module.Vsevolod Stakhov2014-01-281-7/+11
|
* Rework HFILTER_URL_ONELINE.Vsevolod Stakhov2014-01-252-2/+18
|
* Fix hfilterAlexey2014-01-251-1/+1
|
* Remove HFILTER_URL_ONELINE rule.Vsevolod Stakhov2014-01-253-24/+57
| | | | | | | | | - Added functions: `rspamd_textpart:get_length` - get a full length of text part `rspamd_url:get_length` - get a full length of an URL object - Removed `HFILTER_URL_ONELINE` as it is broken by nature - Reworked hfilter to improve performance
* Use more permissive value for parts_differ.Vsevolod Stakhov2014-01-251-1/+1
|
* Fix hostname lookup for rdns rblAlexey2014-01-221-1/+1
|
* Allow FCrDNS-style RBL lookupsAndrew Lewis2014-01-221-2/+13
|
* Update from libucl.Vsevolod Stakhov2014-01-224-402/+608
|
* workers.conf: controller listen to localhost instead of 127.0.0.1Alexandre Perrin2014-01-221-1/+1
| | | | the rspamc controller default host is "localhost" and using by default 127.0.0.1 for rspamd controller is an issue on hosts using IPv6 as "localhost".
* Improve hostname processing.Vsevolod Stakhov2014-01-222-9/+19
|
* Stop for 0.6.7.0.6.7Vsevolod Stakhov2014-01-104-3/+26
|
* Forgot about event adding.Vsevolod Stakhov2014-01-101-0/+4
|
* Write some more HTTP headers in reply.Vsevolod Stakhov2014-01-092-8/+48
|
* Unify http code for client and server.Vsevolod Stakhov2014-01-093-290/+521
|
* Remove unused lua module.Vsevolod Stakhov2014-01-091-152/+0
|
* 0.7 era start.Vsevolod Stakhov2014-01-091-2/+2
|
* Fix simultaneous bind to ipv6 and ipv6 sockets.Vsevolod Stakhov2014-01-098-92/+139
|
* Reorganize HTTP library.Vsevolod Stakhov2014-01-092-112/+105
|
* Implement http server using http_parser.Vsevolod Stakhov2014-01-088-279/+764
|
* Import http parser code.Vsevolod Stakhov2014-01-074-0/+2582
|
* Add `strict_protocol_headers` option for rspamc protocol.Vsevolod Stakhov2014-01-073-9/+16
| | | | | | 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.