summaryrefslogtreecommitdiffstats
path: root/src/plugins/surbl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix surbl module.Vsevolod Stakhov2013-11-261-6/+3
* Fix surbl module configuration.Vsevolod Stakhov2013-11-251-31/+12
* Remove unused xml code.Vsevolod Stakhov2013-11-161-13/+0
* Sync with libucl.Vsevolod Stakhov2013-11-021-2/+3
* Replace RCL to UCL from libucl to avoid duplicity in the code.Vsevolod Stakhov2013-10-221-25/+25
* Fix surbl module.Vsevolod Stakhov2013-10-041-74/+82
* Fix some warnings found by coverity scan.Vsevolod Stakhov2013-08-161-2/+4
* Implement per-suffix bits support in surbl plugin.Vsevolod Stakhov2013-07-021-41/+43
* Support metaoptions in lua configuration.Vsevolod Stakhov2013-06-141-1/+1
* Rework socket creation logic to support both ipv4 and ipv6 sockets.Vsevolod Stakhov2013-06-011-2/+3
* Add /maps and /getmap commands to webui.Vsevolod Stakhov2013-01-061-3/+3
* Fix diff normalization.Vsevolod Stakhov2012-12-031-5/+10
* Avoid global variables in map logic.Vsevolod Stakhov2012-09-191-3/+3
* Another debian license fix.Vsevolod Stakhov2012-09-101-1/+1
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-3/+3
* Add quarks to events to determine source of event inside rspamd.Vsevolod Stakhov2012-02-131-1/+1
* Adopt rspamd for the next glib release.Vsevolod Stakhov2012-01-311-2/+2
* * Introduce new system of worker's and modules initialization:Vsevolod Stakhov2012-01-161-0/+12
* More cleanups and fixes for compiler warnings.0.4.6Vsevolod Stakhov2011-12-201-1/+1
* * Finally get rid of stupid savepoints system and migrate to async events log...Vsevolod Stakhov2011-12-141-68/+1
* Fix static build.Vsevolod Stakhov2011-11-111-3/+3
* Remove some warnings.Vsevolod Stakhov2011-10-141-3/+0
* Fix signness in arithmetic operations.Vsevolod Stakhov2011-08-041-4/+4
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-7/+11
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-211-1/+1
* Rework http chunked encoding parsing.Vsevolod Stakhov2011-07-201-5/+5
* * Add ability to specify noip option for uribl suffix to avoid checking urls ...Vsevolod Stakhov2011-06-281-3/+27
* Write to log number of dns requests per task.Vsevolod Stakhov2011-03-251-0/+1
* * Add option redirector_symbol to surbl module.Vsevolod Stakhov2011-03-181-0/+11
* Race again.Vsevolod Stakhov2011-03-141-3/+8
* Fix another race.Vsevolod Stakhov2011-03-141-12/+37
* Fix destructors adding.Vsevolod Stakhov2011-03-101-3/+9
* Fix race in surbl module.Vsevolod Stakhov2011-03-101-5/+8
* Restore 'urls' command.Vsevolod Stakhov2011-02-251-0/+86
* * Rewrite URL storage systemVsevolod Stakhov2011-02-241-114/+20
* Strictly check urls for sending to redirectorVsevolod Stakhov2010-12-241-10/+18
* Write client's host when network error is occuredVsevolod Stakhov2010-12-241-3/+5
* Fix error in surbl module with exceptions list while using redirectorVsevolod Stakhov2010-12-241-1/+1
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-1/+39
* Implement checking options for modulesVsevolod Stakhov2010-12-131-2/+13
* Add module options checkerVsevolod Stakhov2010-12-081-2/+3
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-161-2/+2
* Try to fix bug with absent trie items in redirectors list.Vsevolod Stakhov2010-11-151-1/+2
* Fixed bug with file urls (reported by Anton Nekhoroshin)Vsevolod Stakhov2010-10-191-0/+3
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-2/+11
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-51/+51
* * Improve definitions of redirector domainsVsevolod Stakhov2010-10-011-8/+93
* * Add ability to specify many redirector hosts and choose them round-robinVsevolod Stakhov2010-10-011-30/+60
* * Extract domains from emails to check via surblVsevolod Stakhov2010-09-291-11/+15
* * Do not try to resolve names with several dots in a rowVsevolod Stakhov2010-07-191-2/+2