]> source.dussan.org Git - rspamd.git/log
rspamd.git
16 years ago* Use glib logger and regexp matching functions
Vsevolod Stakhov [Mon, 8 Sep 2008 15:29:34 +0000 (19:29 +0400)]
* Use glib logger and regexp matching functions

16 years ago* Add initial test suite using glib test suite
Vsevolod Stakhov [Mon, 8 Sep 2008 14:18:56 +0000 (18:18 +0400)]
* Add initial test suite using glib test suite

16 years ago* Add SURBL logic to surbl plugin
Vsevolod Stakhov [Thu, 4 Sep 2008 14:07:41 +0000 (18:07 +0400)]
* Add SURBL logic to surbl plugin
* Add whitelist and hosters list to params

16 years ago* Add initial implementation of surbl check module
Vsevolod Stakhov [Wed, 3 Sep 2008 15:13:24 +0000 (19:13 +0400)]
* Add initial implementation of surbl check module

16 years ago* Add ability to pass options to rspamd modules via flex start conditions
Vsevolod Stakhov [Tue, 2 Sep 2008 15:42:58 +0000 (19:42 +0400)]
* Add ability to pass options to rspamd modules via flex start conditions

16 years ago* Update URL normalizer (partially taken from GNU wget)
Vsevolod Stakhov [Mon, 25 Aug 2008 14:30:46 +0000 (18:30 +0400)]
* Update URL normalizer (partially taken from GNU wget)

16 years ago* Add implementation of save point for async events in rspamd filters
Vsevolod Stakhov [Fri, 22 Aug 2008 14:15:02 +0000 (18:15 +0400)]
* Add implementation of save point for async events in rspamd filters

16 years ago* Add filters logic
Vsevolod Stakhov [Thu, 21 Aug 2008 13:58:30 +0000 (17:58 +0400)]
* Add filters logic
* Perl should use separate memcached context for its operations (just do memcpy with the same socket)
TODO: add block mechanics here to avoid memcached connection closing before perl operation is finished
* Change logic of perl chain filter

16 years ago* Rewrite perl module for new XS, now perl filters got only object of rspamd module...
Vsevolod Stakhov [Wed, 20 Aug 2008 13:09:13 +0000 (17:09 +0400)]
* Rewrite perl module for new XS, now perl filters got only object of rspamd module that provides access to every part of message
* Add memcached access api for perl
* Reorganize Makefile, add .PHONY targets
* Fix memcached module as now we cannot write or read several keys in async mode

16 years ago* Add initial implementation of rspamd XS module
Vsevolod Stakhov [Tue, 19 Aug 2008 15:46:10 +0000 (19:46 +0400)]
* Add initial implementation of rspamd XS module

16 years ago* Add additional headers support in protocol
Vsevolod Stakhov [Mon, 18 Aug 2008 13:11:16 +0000 (17:11 +0400)]
* Add additional headers support in protocol

16 years ago* Add initial implementation of C modules API
Vsevolod Stakhov [Thu, 14 Aug 2008 13:14:02 +0000 (17:14 +0400)]
* Add initial implementation of C modules API

16 years ago* Add checking of tempdir (ported from rpop)
Vsevolod Stakhov [Mon, 30 Jun 2008 12:11:54 +0000 (16:11 +0400)]
* Add checking of tempdir (ported from rpop)

16 years ago* Add C api for calling perl filters
Vsevolod Stakhov [Wed, 25 Jun 2008 11:17:06 +0000 (15:17 +0400)]
* Add C api for calling perl filters

16 years ago* Init perl XS correctly
Vsevolod Stakhov [Tue, 24 Jun 2008 13:55:36 +0000 (17:55 +0400)]
* Init perl XS correctly

16 years ago* Add initial support of perl filters
Vsevolod Stakhov [Tue, 24 Jun 2008 13:50:29 +0000 (17:50 +0400)]
* Add initial support of perl filters

16 years ago* Rewrite memcached library to work with events (async model)
Vsevolod Stakhov [Thu, 19 Jun 2008 14:55:56 +0000 (18:55 +0400)]
* Rewrite memcached library to work with events (async model)
* Add simple test for new memcached library
* Use glib variants of malloc and free functions in rspamd

16 years ago* Add extracting urls from messages
Vsevolod Stakhov [Mon, 16 Jun 2008 15:24:18 +0000 (19:24 +0400)]
* Add extracting urls from messages

16 years ago* Add initial version of URLs parser (still need to make PCRE parse all pattern matches)
Vsevolod Stakhov [Wed, 11 Jun 2008 14:34:33 +0000 (18:34 +0400)]
* Add initial version of URLs parser (still need to make PCRE parse all pattern matches)
* Link with PCRE

16 years ago* Remove warning from main.c
Vsevolod Stakhov [Tue, 10 Jun 2008 13:41:41 +0000 (17:41 +0400)]
* Remove warning from main.c
* Add perl detection and perl linker's and cflags
* Modify configure to work with BSD sed (stupid and ugly)

16 years ago* Add gnome mime parser to rspamd
Vsevolod Stakhov [Mon, 9 Jun 2008 10:20:34 +0000 (14:20 +0400)]
* Add gnome mime parser to rspamd
* Add some protocol parser with evbuffer
* Add pkg-check to configure script for detecting gmime and glib

16 years ago* Add initial release of mime parser. Now can only decode base64 and quoted-printable.
Vsevolod Stakhov [Mon, 12 May 2008 16:28:12 +0000 (20:28 +0400)]
* Add initial release of mime parser. Now can only decode base64 and quoted-printable.

16 years ago* Add fixed string library
Vsevolod Stakhov [Mon, 12 May 2008 13:23:29 +0000 (17:23 +0400)]
* Add fixed string library

16 years ago* Add skeleton
Vsevolod Stakhov [Thu, 8 May 2008 15:05:30 +0000 (19:05 +0400)]
* Add skeleton