summaryrefslogtreecommitdiffstats
path: root/src/plugins/surbl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * Make SURBL module to use rspamd dns moduleVsevolod Stakhov2010-07-091-10/+9
* * Fix detection of numeric urls (reported by citrin)Vsevolod Stakhov2010-07-051-1/+1
* * Fix stupid error with surbl module reconfig (another one, blame me)Vsevolod Stakhov2010-07-051-1/+1
* * Add resolv.conf parsing into dns.cVsevolod Stakhov2010-07-011-2/+2
* * Fix reconfigure process of surbl moduleVsevolod Stakhov2010-06-281-1/+22
* * Fix URLS commandVsevolod Stakhov2010-06-241-5/+6
* * Use rspamd_snprintf instead of libc oneVsevolod Stakhov2010-06-241-13/+13
* * Check return value of each rspamd_dispatcher_write as in case of write erro...Vsevolod Stakhov2010-06-241-2/+4
* * Rewrite buffered input for line policy (again)Vsevolod Stakhov2010-06-221-3/+3
* * Try to fix memmove issues in io dispatcherVsevolod Stakhov2010-06-211-6/+0
* * New logic of SURBL module:Vsevolod Stakhov2010-06-181-158/+167
* * Change metric logicVsevolod Stakhov2010-06-161-33/+5
* * Fix freeing of module parameters (they should NOT be freed)Vsevolod Stakhov2010-03-231-0/+16
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-31/+34
* * Port evdns with TXT patch into rspamd and adopt it to work separately from ...Vsevolod Stakhov2009-10-071-1/+1
* * Retab, no functional changesVsevolod Stakhov2009-10-021-767/+747
* * Fix some memory issues with lua (strings that are returned from lua can be ...Vsevolod Stakhov2009-10-021-0/+1
* * Implement new system of async events handling (experimental)Vsevolod Stakhov2009-09-221-37/+25
* * Handle base10 encoded ip addresses correctlyVsevolod Stakhov2009-08-311-736/+776
* * Add new map 'redirector_hosts_map' for determining which hosts should be ch...Vsevolod Stakhov2009-07-281-13/+32
* * Add http maps supportVsevolod Stakhov2009-07-211-1/+1
* * Introduce new common system of map files, that can be used for different ty...Vsevolod Stakhov2009-07-201-18/+7
* * Fix symbol planning, add cache_file directive to config fileVsevolod Stakhov2009-07-141-4/+4
* * Rework the whole filters systemVsevolod Stakhov2009-07-131-52/+77
* * Check return value from evdns_resolveVsevolod Stakhov2009-07-031-2/+3
* * Rework structure and API of statfiles functions to improve performance and ...Vsevolod Stakhov2009-07-021-1/+1
* * Add urls output to urls commandVsevolod Stakhov2009-07-021-7/+20
* * Fix possible memory leakage by freeing g_error resoursesVsevolod Stakhov2009-06-301-0/+4
* * Fixed awfully stupid error in surbl moduleVsevolod Stakhov2009-06-301-1/+1
* * Add views support (not completely tested yet)Vsevolod Stakhov2009-06-291-18/+24
* * Improve logic of urls command to extract only those urls that would be chec...Vsevolod Stakhov2009-06-291-36/+136
* * Avoid using static variables for callbacksVsevolod Stakhov2009-06-261-8/+10
* * Fix static buffer usageVsevolod Stakhov2009-06-251-1/+1
* * Introduce new system of workers spawning and configuring, now rspamd can be...Vsevolod Stakhov2009-06-171-26/+26
* * Add urls command for extracting urlsVsevolod Stakhov2009-06-051-9/+29
* * Write actual urls to logs and to protocol output while checking urls in sur...Vsevolod Stakhov2009-06-051-21/+29