Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings. | Vsevolod Stakhov | 2016-01-15 | 1 | -4/+0 |
* | Fix suffix/bits less URL BLs | Vsevolod Stakhov | 2016-01-15 | 1 | -1/+2 |
* | Improve unknown results report for surbl | Vsevolod Stakhov | 2016-01-15 | 1 | -10/+21 |
* | Allow processing images urls for SURBL | Vsevolod Stakhov | 2016-01-14 | 1 | -0/+47 |
* | Add 'required' and 'default' values for doc strings | Vsevolod Stakhov | 2016-01-04 | 1 | -30/+120 |
* | Oops: fix conditions in SURBL plugin | Andrew Lewis | 2016-01-03 | 1 | -1/+1 |
* | SURBL: Allow fallthrough to default symbol | Andrew Lewis | 2016-01-02 | 1 | -2/+5 |
* | Allow NULL path to add top level documentation strings | Vsevolod Stakhov | 2016-01-02 | 1 | -0/+3 |
* | Add documentation strings for SURBL module | Vsevolod Stakhov | 2016-01-02 | 1 | -1/+45 |
* | Fix critical issue in surbl module | Vsevolod Stakhov | 2015-12-30 | 1 | -17/+22 |
* | Reduce noise for surbl | Vsevolod Stakhov | 2015-12-15 | 1 | -1/+12 |
* | Remove extra code for IP urls in surbl module | Vsevolod Stakhov | 2015-11-30 | 1 | -49/+24 |
* | Fix loop iteration for IP uribl. | Vsevolod Stakhov | 2015-11-30 | 1 | -1/+0 |
* | Add routine to add events for a specific watcher structure | Vsevolod Stakhov | 2015-11-29 | 1 | -2/+1 |
* | Avoid treating of URLs as zero terminated strings | Vsevolod Stakhov | 2015-11-29 | 1 | -24/+18 |
* | Fix rules count | Vsevolod Stakhov | 2015-11-27 | 1 | -0/+1 |
* | Add alias for 'options = noip' as 'no_ip = true' | Vsevolod Stakhov | 2015-11-27 | 1 | -0/+8 |
* | Support IP DNS black lists for URIBL | Vsevolod Stakhov | 2015-11-27 | 1 | -12/+114 |
* | Add informational messages about modules initialization | Vsevolod Stakhov | 2015-11-27 | 1 | -1/+5 |
* | Use new rotation logic in the code | Vsevolod Stakhov | 2015-11-21 | 1 | -1/+1 |
* | Fix upstreams usage | Vsevolod Stakhov | 2015-11-20 | 1 | -1/+1 |
* | Use flags for urls | Vsevolod Stakhov | 2015-11-19 | 1 | -1/+1 |
* | Do not rewrite the original url when using redirector | Vsevolod Stakhov | 2015-11-16 | 1 | -4/+10 |
* | Another bug in format string | Vsevolod Stakhov | 2015-10-21 | 1 | -1/+1 |
* | Check unique redirector calls per SURBL suffix | Vsevolod Stakhov | 2015-10-19 | 1 | -5/+14 |
* | Fix redirector invocation | Vsevolod Stakhov | 2015-10-19 | 1 | -1/+1 |
* | Reorganize includes to reduce namespace pollution. | Vsevolod Stakhov | 2015-10-08 | 1 | -4/+1 |
* | Fix the code for updated strings in HTTP library. | Vsevolod Stakhov | 2015-10-07 | 1 | -3/+3 |
* | Fix printing of fixed strings. | Vsevolod Stakhov | 2015-10-06 | 1 | -2/+2 |
* | Fix plugins. | Vsevolod Stakhov | 2015-10-06 | 1 | -11/+10 |
* | Rename main.h and main.c to `rspamd.X` | Vsevolod Stakhov | 2015-09-22 | 1 | -1/+1 |
* | Update surbl module for the new logger. | Vsevolod Stakhov | 2015-08-31 | 1 | -21/+32 |
* | Add tags to rspamd_mempool. | Vsevolod Stakhov | 2015-08-27 | 1 | -4/+2 |
* | Rework symbols weights. | Vsevolod Stakhov | 2015-08-12 | 1 | -13/+21 |
* | Add conditional enabling of modules. | Vsevolod Stakhov | 2015-08-06 | 1 | -0/+4 |
* | Use new dns API. | Vsevolod Stakhov | 2015-07-21 | 1 | -2/+1 |
* | Add workarounds for numeric hosts in URLs. | Vsevolod Stakhov | 2015-07-02 | 1 | -3/+3 |
* | Fix regexp_search invocation. | Vsevolod Stakhov | 2015-06-30 | 1 | -1/+1 |
* | More fixes to tld match. | Vsevolod Stakhov | 2015-06-25 | 1 | -2/+2 |
* | Use tld for redirector's matching. | Vsevolod Stakhov | 2015-06-25 | 1 | -2/+2 |
* | Fix selecting URLs for sending to redirector. | Vsevolod Stakhov | 2015-06-17 | 1 | -1/+13 |
* | Fix dependencies for surbl module. | Vsevolod Stakhov | 2015-06-12 | 1 | -0/+5 |
* | Adopt internal modules. | Vsevolod Stakhov | 2015-05-28 | 1 | -14/+32 |
* | Refactor and unify function names. | Vsevolod Stakhov | 2015-05-27 | 1 | -5/+5 |
* | Fix plugins registration. | Vsevolod Stakhov | 2015-05-27 | 1 | -5/+5 |
* | Refactor events API. | Vsevolod Stakhov | 2015-05-26 | 1 | -3/+3 |
* | Plug another memory leak. | Vsevolod Stakhov | 2015-05-13 | 1 | -1/+1 |
* | Fix finding headers in HTTP messages. | Vsevolod Stakhov | 2015-05-12 | 1 | -5/+6 |
* | Fix uribls with no bits and ips. | Vsevolod Stakhov | 2015-05-05 | 1 | -2/+2 |
* | Be more clever about printing errors. | Vsevolod Stakhov | 2015-05-04 | 1 | -6/+6 |