]>
source.dussan.org Git - rspamd.git/log
Vsevolod Stakhov [Tue, 8 Jan 2013 14:33:37 +0000 (18:33 +0400)]
Fix ',' in /history handler.
Vsevolod Stakhov [Tue, 8 Jan 2013 14:24:24 +0000 (18:24 +0400)]
Add locking for maps.
Add ability to save rolling history in a file.
Vsevolod Stakhov [Mon, 7 Jan 2013 15:46:27 +0000 (19:46 +0400)]
Add password checking to all commands.
Add actions command handler.
Vsevolod Stakhov [Mon, 7 Jan 2013 14:58:15 +0000 (18:58 +0400)]
Fix for fineuploader.
Vsevolod Stakhov [Mon, 7 Jan 2013 14:48:50 +0000 (18:48 +0400)]
Add skeleton for learning commands.
Vsevolod Stakhov [Mon, 7 Jan 2013 14:32:15 +0000 (18:32 +0400)]
* Add rolling history feature saving last 200 scanned messages.
Add /history command handler in webui.
Vsevolod Stakhov [Sun, 6 Jan 2013 18:15:00 +0000 (22:15 +0400)]
Another json format fix.
Vsevolod Stakhov [Sun, 6 Jan 2013 18:08:28 +0000 (22:08 +0400)]
Add colors to graphs.
Vsevolod Stakhov [Sun, 6 Jan 2013 17:46:13 +0000 (21:46 +0400)]
More smooth graph.
Vsevolod Stakhov [Sun, 6 Jan 2013 17:31:12 +0000 (21:31 +0400)]
Add sample graph function (no real data still).
Vsevolod Stakhov [Sun, 6 Jan 2013 16:57:15 +0000 (20:57 +0400)]
Json...
Vsevolod Stakhov [Sun, 6 Jan 2013 16:48:32 +0000 (20:48 +0400)]
Json ',' fix...
Vsevolod Stakhov [Sun, 6 Jan 2013 16:39:47 +0000 (20:39 +0400)]
Json ',' fix.
Vsevolod Stakhov [Sun, 6 Jan 2013 16:35:49 +0000 (20:35 +0400)]
Another workaround for libevent 1.x
Vsevolod Stakhov [Sun, 6 Jan 2013 16:33:31 +0000 (20:33 +0400)]
Add /maps and /getmap commands to webui.
Identify maps by id.
Initialize secure random numbers using openssl.
Add description to maps.
Vsevolod Stakhov [Sun, 6 Jan 2013 13:32:45 +0000 (17:32 +0400)]
Fix for old libevent.
Vsevolod Stakhov [Sun, 6 Jan 2013 13:26:17 +0000 (17:26 +0400)]
* Add symbols command for webui.
Vsevolod Stakhov [Sat, 5 Jan 2013 16:29:26 +0000 (20:29 +0400)]
Add webui handler for rspamd (skeleton).
Fix url detector.
Add group option for modules options.
Some fixes in controller and rrd code.
Vsevolod Stakhov [Fri, 21 Dec 2012 16:55:22 +0000 (20:55 +0400)]
Fix rrd update.
Vsevolod Stakhov [Tue, 18 Dec 2012 18:12:45 +0000 (22:12 +0400)]
Implement rra writing.
Vsevolod Stakhov [Mon, 17 Dec 2012 18:56:03 +0000 (22:56 +0400)]
Add CDP updates.
Vsevolod Stakhov [Sun, 16 Dec 2012 23:34:29 +0000 (03:34 +0400)]
More logic to rrd update method.
Vsevolod Stakhov [Sat, 15 Dec 2012 10:41:15 +0000 (14:41 +0400)]
Fix test build and shlibs depends.
Vsevolod Stakhov [Sat, 15 Dec 2012 00:17:10 +0000 (04:17 +0400)]
* Add simple test for rrd.
Several fixes to RRD API.
TODO: fix test building
TODO: improve update of rrd files
TODO: rework shared libraries again
Vsevolod Stakhov [Fri, 14 Dec 2012 18:26:27 +0000 (22:26 +0400)]
* RRD API initial implementation.
Vsevolod Stakhov [Wed, 12 Dec 2012 15:33:39 +0000 (19:33 +0400)]
Add skeleton for rrd files format and basic API for writing data to rrd files.
Vsevolod Stakhov [Mon, 3 Dec 2012 12:30:09 +0000 (16:30 +0400)]
Fix diff normalization.
Fix redirector call in surbl module.
Vsevolod Stakhov [Fri, 30 Nov 2012 13:41:44 +0000 (17:41 +0400)]
Fix to_resolve field filling in lua dns resolver.
Vsevolod Stakhov [Wed, 21 Nov 2012 12:58:18 +0000 (16:58 +0400)]
Update ChangeLog
Vsevolod Stakhov [Wed, 21 Nov 2012 12:53:44 +0000 (16:53 +0400)]
Added tag 0.5.3 for changeset
4ad023f896ce
Vsevolod Stakhov [Wed, 21 Nov 2012 12:53:39 +0000 (16:53 +0400)]
Update version to 0.5.3.
Vsevolod Stakhov [Mon, 19 Nov 2012 11:40:30 +0000 (15:40 +0400)]
Fix issue with client output in case of non-tty output.
Vsevolod Stakhov [Fri, 12 Oct 2012 17:49:44 +0000 (21:49 +0400)]
Get rid of some false-positive urls detections.
Vsevolod Stakhov [Fri, 12 Oct 2012 14:43:07 +0000 (18:43 +0400)]
Forgot in previous commit.
Vsevolod Stakhov [Tue, 9 Oct 2012 17:15:49 +0000 (21:15 +0400)]
* Compare parts distance normalized in diff algorithm that reduces number of
false positives for this function.
Vsevolod Stakhov [Mon, 8 Oct 2012 17:21:53 +0000 (21:21 +0400)]
* Use murmur hash for all hashes as it is more efficient and provides more uniform distribution as glib's default one.
* Fix probability renormalization while using advanced classification.
Vsevolod Stakhov [Mon, 8 Oct 2012 15:09:51 +0000 (19:09 +0400)]
Make mlock option as tunable.
Vsevolod Stakhov [Fri, 5 Oct 2012 16:37:54 +0000 (20:37 +0400)]
* Use mlock to speed up classifiers by locking statfiles in the RAM.
Vsevolod Stakhov [Thu, 4 Oct 2012 18:14:10 +0000 (22:14 +0400)]
* Add meta-classification example.
Many changes to advanced statistic and meta-classification logic.
Add example of complex meta-classification.
Vsevolod Stakhov [Tue, 2 Oct 2012 16:32:49 +0000 (20:32 +0400)]
* Add support for dynamic configuration to the client.
Cleanup client's code.
Update manual page for client.
Make 'bayes' as the default classifier for client learning operations.
Vsevolod Stakhov [Tue, 2 Oct 2012 15:44:49 +0000 (19:44 +0400)]
* Add support for dynamic configuration to the controller's interface.
* File maps are now being watched even if they don't exist on rspamd start.
Several fixes to dynamic configuration logic.
Vsevolod Stakhov [Tue, 2 Oct 2012 13:35:42 +0000 (17:35 +0400)]
Allow multiply statfiles with a same label.
Vsevolod Stakhov [Mon, 1 Oct 2012 18:08:36 +0000 (22:08 +0400)]
* Add dynamic configuration dumping.
* Add labels support to the statfiles (would be used for meta-classification)
* Rewrite exim spam.c patch to work with both rspamd and SA by using 'variant=rspamd' option
in spam_server line.
Vsevolod Stakhov [Tue, 25 Sep 2012 18:12:07 +0000 (22:12 +0400)]
* Link dynamic configuration to the main build.
Add utility functions for dynamic config.
Vsevolod Stakhov [Wed, 19 Sep 2012 18:24:57 +0000 (22:24 +0400)]
Add skeleton of dynamic configuration logic.
Vsevolod Stakhov [Wed, 19 Sep 2012 16:42:30 +0000 (20:42 +0400)]
* Add map_watch_interval configurable.
Support floating point values for time intervals.
Vsevolod Stakhov [Wed, 19 Sep 2012 16:29:58 +0000 (20:29 +0400)]
Avoid global variables in map logic.
* Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...'
Vsevolod Stakhov [Wed, 19 Sep 2012 13:15:30 +0000 (17:15 +0400)]
Use universal mutex type to avoid glib collisions.
Vsevolod Stakhov [Tue, 18 Sep 2012 18:56:43 +0000 (22:56 +0400)]
Restore fuzzy learn operations.
Vsevolod Stakhov [Tue, 18 Sep 2012 16:42:09 +0000 (20:42 +0400)]
Fix learning throught restfull interface.
Vsevolod Stakhov [Tue, 18 Sep 2012 14:44:51 +0000 (18:44 +0400)]
Remove legacy stuff from librspamdclient.
Add support of unix socket for client library and rspamc.
Vsevolod Stakhov [Mon, 17 Sep 2012 18:11:47 +0000 (22:11 +0400)]
Rewrite controller's logic in librspamdclient and rspamc application.
Vsevolod Stakhov [Sun, 16 Sep 2012 16:11:19 +0000 (20:11 +0400)]
Force restful replies for restful sessions (not tested with all commands).
Vsevolod Stakhov [Fri, 14 Sep 2012 16:59:23 +0000 (20:59 +0400)]
* Initial approach to RESTful controller.
Fix security issues in fstring handling.
Vsevolod Stakhov [Mon, 10 Sep 2012 13:20:57 +0000 (17:20 +0400)]
Another debian license fix.
Add apache license for regexp that were delivered from SpamAssassin project.
Fix debian/copyright for src/dns.c.
Vsevolod Stakhov [Tue, 4 Sep 2012 16:59:30 +0000 (20:59 +0400)]
Update copyright (required by debian).
Vsevolod Stakhov [Tue, 4 Sep 2012 16:45:39 +0000 (20:45 +0400)]
Remove legacy files.
Vsevolod Stakhov [Mon, 27 Aug 2012 14:45:27 +0000 (18:45 +0400)]
Fix changelog slightly.
Vsevolod Stakhov [Fri, 24 Aug 2012 12:08:56 +0000 (16:08 +0400)]
Make lua logger format safe.
Vsevolod Stakhov [Thu, 23 Aug 2012 14:10:26 +0000 (18:10 +0400)]
Update to 0.5.2.
Vsevolod Stakhov [Thu, 23 Aug 2012 14:10:17 +0000 (18:10 +0400)]
Added tag 0.5.2 for changeset
7046404e2c10
Vsevolod Stakhov [Wed, 22 Aug 2012 18:16:50 +0000 (22:16 +0400)]
Fix xmlrpc lua parsing code.
Vsevolod Stakhov [Wed, 22 Aug 2012 18:09:46 +0000 (22:09 +0400)]
Fix url detector.
Vsevolod Stakhov [Wed, 22 Aug 2012 17:41:48 +0000 (21:41 +0400)]
* Rework thread pools locking logic to avoid global lua mutex usage.
Fixed several memory leaks with modern glib.
Fixed memory leak in dkim code.
Fixed a problem with static global variables in shared libraries.
Vsevolod Stakhov [Wed, 22 Aug 2012 14:19:21 +0000 (18:19 +0400)]
Fix deadlock in lua HTTP bindings.
Vsevolod Stakhov [Tue, 21 Aug 2012 13:12:02 +0000 (17:12 +0400)]
Do not try to detect tld urls inside HTML texts as it generates too much false positive matches.
Add some prototypes for lua.
Vsevolod Stakhov [Thu, 16 Aug 2012 13:35:29 +0000 (17:35 +0400)]
Fix misprint in the default configuration.
Vsevolod Stakhov [Thu, 16 Aug 2012 13:30:24 +0000 (17:30 +0400)]
Fix assertion when using default configuration.
Vsevolod Stakhov [Tue, 14 Aug 2012 15:26:31 +0000 (19:26 +0400)]
Fix CR and LF while performing simple headers canonicalization.
Vsevolod Stakhov [Tue, 14 Aug 2012 14:54:43 +0000 (18:54 +0400)]
Another fix for simple canonicalization for body.
Vsevolod Stakhov [Tue, 14 Aug 2012 13:27:32 +0000 (17:27 +0400)]
Fix relaxed body canonization algorithm for several complex cases.
Vsevolod Stakhov [Tue, 14 Aug 2012 12:27:23 +0000 (16:27 +0400)]
Fix thunderbird message id for the modern thunderbird versions.
Vsevolod Stakhov [Mon, 13 Aug 2012 16:40:50 +0000 (20:40 +0400)]
* Add DNS resolver lua bindings.
Make lua http library working without task object.
Fix a problem with resolver in lua_worker.
Added some utility functions to lua api.
Vsevolod Stakhov [Fri, 10 Aug 2012 12:08:11 +0000 (16:08 +0400)]
Add watch file for debian package. Submitted by: Laszlo Boszormenyi.
Vsevolod Stakhov [Fri, 10 Aug 2012 12:05:38 +0000 (16:05 +0400)]
Fix spelling. Submitted by: Laszlo Boszormenyi.
Vsevolod Stakhov [Thu, 9 Aug 2012 11:40:26 +0000 (15:40 +0400)]
Do not append CRLF in case of relaxed canonization algorithm. Pointed out by Vlad via irc.
Vsevolod Stakhov [Tue, 7 Aug 2012 22:43:42 +0000 (02:43 +0400)]
In debian use nogroup as group for rspamd.
Vsevolod Stakhov [Tue, 7 Aug 2012 22:36:56 +0000 (02:36 +0400)]
Fix debian copyright. Suggested by: Laszlo Boszormenyi (GCS)
Vsevolod Stakhov [Tue, 7 Aug 2012 22:31:13 +0000 (02:31 +0400)]
Do not compile libkvstorage for debian as it is useless just now.
Vsevolod Stakhov [Tue, 7 Aug 2012 11:59:20 +0000 (15:59 +0400)]
Check for gthread as well while checking for glib.
Vsevolod Stakhov [Mon, 6 Aug 2012 17:41:57 +0000 (21:41 +0400)]
Fix syntax.
Vsevolod Stakhov [Mon, 6 Aug 2012 17:36:01 +0000 (21:36 +0400)]
Add changelog, update debian changelog.
Add tag for 0.5.1.
Vsevolod Stakhov [Mon, 6 Aug 2012 17:35:35 +0000 (21:35 +0400)]
Added tag 0.5.1 for changeset
de8b1598bc1d
Vsevolod Stakhov [Mon, 6 Aug 2012 16:23:26 +0000 (20:23 +0400)]
* Add lua mime_part library to get an access to all message part attributes (like filename, length, type)
Vsevolod Stakhov [Mon, 6 Aug 2012 14:46:52 +0000 (18:46 +0400)]
Add detection of simple urls with tld detection algorithm.
Vsevolod Stakhov [Mon, 6 Aug 2012 13:57:40 +0000 (17:57 +0400)]
When inserting a url to the tree also check phishing status to avoid masking of phished urls by innocent urls.
Vsevolod Stakhov [Mon, 6 Aug 2012 12:18:14 +0000 (16:18 +0400)]
Fix debian changelog.
Vsevolod Stakhov [Mon, 6 Aug 2012 12:05:46 +0000 (16:05 +0400)]
More fixes for debian. Suggested by: Laszlo Boszormenyi (GCS)
Vsevolod Stakhov [Fri, 3 Aug 2012 13:42:55 +0000 (17:42 +0400)]
Stop lintian from complaining about licenses and openssl.
Vsevolod Stakhov [Fri, 3 Aug 2012 13:29:42 +0000 (17:29 +0400)]
Fix shared libraries versions.
Vsevolod Stakhov [Fri, 3 Aug 2012 13:26:10 +0000 (17:26 +0400)]
Another license fix.
Vsevolod Stakhov [Fri, 3 Aug 2012 13:16:44 +0000 (17:16 +0400)]
Minor cmake script fix.
Vsevolod Stakhov [Fri, 3 Aug 2012 13:14:15 +0000 (17:14 +0400)]
More debian fixes.
Vsevolod Stakhov [Fri, 3 Aug 2012 13:04:03 +0000 (17:04 +0400)]
More fixed for debian build.
Vsevolod Stakhov [Fri, 3 Aug 2012 12:49:24 +0000 (16:49 +0400)]
Fix depends for debian package.
Vsevolod Stakhov [Thu, 26 Jul 2012 17:51:39 +0000 (21:51 +0400)]
Set version to 0.5.1 due to massive lua changes.
Vsevolod Stakhov [Thu, 26 Jul 2012 17:50:13 +0000 (21:50 +0400)]
* Add lua worker type and lua worker bindings.
* Add lua utility library for basic utils.
* Fixes lua_buffer code.
Fix lua loading error.
Added some other lua utility functions.
Vsevolod Stakhov [Thu, 26 Jul 2012 12:43:36 +0000 (16:43 +0400)]
Fix build on FreeBSD 9.1 and Current. Thanks to Anton Yuzjaninov for testing.
Vsevolod Stakhov [Tue, 24 Jul 2012 16:37:51 +0000 (20:37 +0400)]
* Add lua_buffer bindings to async buffered rspamd API.
Vsevolod Stakhov [Mon, 9 Jul 2012 17:45:03 +0000 (21:45 +0400)]
* Add async_session and memory pool objects lua bindings.