aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use math environment for formula.Vsevolod Stakhov2014-10-091-2/+6
|
* Document `one_shot` option.Vsevolod Stakhov2014-10-091-0/+1
|
* Honor one_shot setting for symbols.Vsevolod Stakhov2014-10-091-0/+7
|
* Place symbol definition in metric->symbols hash.Vsevolod Stakhov2014-10-095-18/+25
|
* Add `one_shot` attr to metric symbols.Vsevolod Stakhov2014-10-092-1/+9
|
* Add metrics configuration.Vsevolod Stakhov2014-10-091-0/+98
|
* Remove unused symbol R_IP_PBL.Vsevolod Stakhov2014-10-081-5/+0
|
* Remove deprecated options from the default config.Vsevolod Stakhov2014-10-081-2/+0
|
* Remove extra ref of http connection on error.Vsevolod Stakhov2014-10-081-1/+0
|
* Print filename properly.Vsevolod Stakhov2014-10-081-2/+3
|
* Sync rdns and ucl.Vsevolod Stakhov2014-10-072-0/+0
|
* Process fuzzy weight correctly.Vsevolod Stakhov2014-10-072-1/+1
|
* Remove unused code.Vsevolod Stakhov2014-10-061-7/+0
|
* Increase control connections counter.Vsevolod Stakhov2014-10-041-0/+1
|
* Fix some more border cases.Vsevolod Stakhov2014-10-031-5/+11
|
* Allow hex encoded output of strings.Vsevolod Stakhov2014-10-032-14/+37
|
* Fix dkim length parsing.Vsevolod Stakhov2014-10-022-22/+22
|
* Rework parsing of ip lists.Vsevolod Stakhov2014-10-0110-30/+29
|
* Fix fuzzy_check and spf.Vsevolod Stakhov2014-10-012-12/+14
|
* Fix lua_radix.Vsevolod Stakhov2014-10-011-9/+10
|
* Adopt logger for new radix.Vsevolod Stakhov2014-10-012-60/+32
|
* Remove dynamic items support from symbols cache.Vsevolod Stakhov2014-10-012-324/+0
|
* Disable old radix completely.Vsevolod Stakhov2014-10-011-2/+5
|
* Adopt controller.Vsevolod Stakhov2014-10-011-2/+2
|
* Rework addresses parsing.Vsevolod Stakhov2014-10-017-126/+90
|
* Rework fuzzy storage radix.Vsevolod Stakhov2014-10-015-55/+47
|
* Add routine to find rspamd_inet_addr in radix trie.Vsevolod Stakhov2014-10-012-0/+28
|
* Convert maps to new radix.Vsevolod Stakhov2014-10-011-24/+25
|
* Add tests for ipv6 addresses.Vsevolod Stakhov2014-10-011-17/+45
|
* Check type of InternetAddress.Vsevolod Stakhov2014-10-013-14/+26
|
* Release 0.7.1.0.7.1Vsevolod Stakhov2014-09-304-4/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix typo in stat output. * Fix issues with includes crossing with the system includes * Restore testing framework * Add radix trie test suite * Implement new path-compressed radix trie. - The performance benefit over the old algorithm is about 1.5 times. - Memory usage is significantly lower as well. - Now radix trie can accept any IPv4/IPv6 values * Various improvements to the memory pools code * Fix writing reply to a client when no filters are defined * Write base32 encoded fuzzy * Fix 'soft reject' action * Fix rspamd reload and modules reconfiguration * Fix subject rewriting for the default subject * Fix states for processing task and pre-filters * Fix issues with connection closing * Fix crashes in rdns * Fix ratelimit pre-filter * Update exim patch. - Update to the recent exim version - Strip extra leading src/ from the patch - Remove sendfile since it was broken - Fix rspamd spam report for exim * Improve documentation Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Sync libucl.Vsevolod Stakhov2014-09-301-0/+0
|
* Start on system with no IPv6 support.Vsevolod Stakhov2014-09-301-2/+2
|
* Use xxhash for repeating log messages.Vsevolod Stakhov2014-09-302-14/+2
|
* Update exim patch.Vsevolod Stakhov2014-09-291-214/+88
| | | | | | | - Update to the recent exim version - Strip extra leading src/ from the patch - Remove sendfile since it was broken - Fix rspamd spam report for exim
* Fix some problematic includes.Vsevolod Stakhov2014-09-2816-96/+68
|
* Update rdns.Vsevolod Stakhov2014-09-241-0/+0
|
* Show messages in rspamc.Vsevolod Stakhov2014-09-231-5/+10
|
* Use messages for pre-results.Vsevolod Stakhov2014-09-232-6/+14
|
* Rework pre-filters results processing.Vsevolod Stakhov2014-09-234-2/+13
|
* Restore soft reject for rate limit.Vsevolod Stakhov2014-09-231-1/+1
|
* Add pre-result as `reason` key for the output.Vsevolod Stakhov2014-09-232-0/+10
|
* Improve logging for pre-result.Vsevolod Stakhov2014-09-231-3/+4
|
* Use `reject` action for ratelimit.Vsevolod Stakhov2014-09-231-2/+1
|
* Merge pull request #100 from eneq123/masterVsevolod Stakhov2014-09-231-2/+2
|\ | | | | action: soft_reject -> "soft reject"
| * action: soft_reject -> "soft reject"eneq1232014-09-221-2/+2
| |
* | Parse soft reject action.Vsevolod Stakhov2014-09-231-0/+8
| | | | | | | | | | Issue: #99 Reported by: @jpastuszek
* | Rework pre-result adding.Vsevolod Stakhov2014-09-231-6/+26
| |
* | Refactor function names.Vsevolod Stakhov2014-09-2324-83/+83
| |
* | Rework create_metric_result function.Vsevolod Stakhov2014-09-232-7/+17
| |