]>
source.dussan.org Git - rspamd.git/log
Vsevolod Stakhov [Mon, 23 Apr 2012 14:47:21 +0000 (18:47 +0400)]
Add basic list config parser.
Vsevolod Stakhov [Mon, 23 Apr 2012 14:43:08 +0000 (18:43 +0400)]
* Allow workers to specify multiply options of the same type.
Vsevolod Stakhov [Mon, 23 Apr 2012 13:57:02 +0000 (17:57 +0400)]
* Allow full access to controller's commands without a password if
controller password is not specified in configuration.
Fix some minor stuff while I'm here.
Vsevolod Stakhov [Mon, 23 Apr 2012 13:24:39 +0000 (17:24 +0400)]
Fix some problems with learning.
Vsevolod Stakhov [Fri, 20 Apr 2012 16:27:55 +0000 (20:27 +0400)]
Fix multimap to handle ipv6 addresses.
Vsevolod Stakhov [Fri, 20 Apr 2012 16:02:28 +0000 (20:02 +0400)]
* Fix spf plugin that was broken in 0.4.7
* Add partial ipv6 support for some rspamd modules.
Vsevolod Stakhov [Fri, 20 Apr 2012 12:40:59 +0000 (16:40 +0400)]
Fix controller freezing.
Vsevolod Stakhov [Thu, 19 Apr 2012 22:55:22 +0000 (02:55 +0400)]
Allow rspamd dispatcher code to process half-closed connections.
Vsevolod Stakhov [Fri, 13 Apr 2012 15:46:05 +0000 (19:46 +0400)]
Add portable api for locks and threads to handle Glib threads API change.
Vsevolod Stakhov [Fri, 6 Apr 2012 16:46:55 +0000 (20:46 +0400)]
* Add ratelimit plugin
Some polishing of lua task api.
Vsevolod Stakhov [Fri, 30 Mar 2012 16:54:18 +0000 (20:54 +0400)]
* Implement pre-filters that realizes concepts to check mail by some absolute values like:
- greylisting
- DNS BL/WL
- ratelimits
Vsevolod Stakhov [Thu, 29 Mar 2012 12:08:38 +0000 (16:08 +0400)]
Use guint64 for all IO operations.
Vsevolod Stakhov [Wed, 28 Mar 2012 10:53:58 +0000 (14:53 +0400)]
Parse big limits on 32 bits machine (for file sizes).
Vsevolod Stakhov [Tue, 27 Mar 2012 14:58:04 +0000 (18:58 +0400)]
Detect amd64.
Vsevolod Stakhov [Tue, 27 Mar 2012 14:46:21 +0000 (18:46 +0400)]
Use 64 bit offset while compiled in 32 bit mode.
Vsevolod Stakhov [Mon, 26 Mar 2012 17:30:43 +0000 (21:30 +0400)]
* Improve statistics for scanned messages.
Vsevolod Stakhov [Mon, 26 Mar 2012 15:44:44 +0000 (19:44 +0400)]
* Add lua bindings for upstream API.
Vsevolod Stakhov [Fri, 16 Mar 2012 13:30:46 +0000 (17:30 +0400)]
Allow multiply aio requests in flight.
Vsevolod Stakhov [Thu, 15 Mar 2012 18:15:04 +0000 (22:15 +0400)]
Fix stupid error in aio_write.
Vsevolod Stakhov [Tue, 13 Mar 2012 13:30:06 +0000 (17:30 +0400)]
Fix proxy logic.
Vsevolod Stakhov [Tue, 13 Mar 2012 12:52:48 +0000 (16:52 +0400)]
Cleanup callback's data for aio.
Vsevolod Stakhov [Sun, 11 Mar 2012 13:53:58 +0000 (17:53 +0400)]
Aio context must be long not int.
O_DIRECT on linux requires strict memory alignment.
Vsevolod Stakhov [Sun, 11 Mar 2012 12:01:20 +0000 (16:01 +0400)]
Add offset support to aio operations.
Vsevolod Stakhov [Wed, 7 Mar 2012 16:47:55 +0000 (20:47 +0400)]
* Add initial implementation of proxy object
* Add simple smtp proxy worker
Vsevolod Stakhov [Tue, 6 Mar 2012 14:32:46 +0000 (18:32 +0400)]
Fix aio syscall numbers for x86_64 platform.
Vsevolod Stakhov [Mon, 5 Mar 2012 14:58:50 +0000 (18:58 +0400)]
Fixed threading for testing suite.
Vsevolod Stakhov [Thu, 1 Mar 2012 17:57:09 +0000 (21:57 +0400)]
Fix asynchronous IO API.
Write test case for aio.
Vsevolod Stakhov [Thu, 1 Mar 2012 16:14:32 +0000 (20:14 +0400)]
Separate librspamdserver API from plugins and workers functions.
Make tests compileable again.
Vsevolod Stakhov [Thu, 1 Mar 2012 12:45:38 +0000 (16:45 +0400)]
Use DB_HASH access method for bdb backend.
Fix signed and unsigned comparasion while I'm here.
Vsevolod Stakhov [Tue, 21 Feb 2012 16:16:17 +0000 (20:16 +0400)]
Forgot event_del.
Vsevolod Stakhov [Tue, 21 Feb 2012 16:05:24 +0000 (20:05 +0400)]
Some fixes to dispatcher code to allow change policy more flexible.
Vsevolod Stakhov [Tue, 21 Feb 2012 11:01:41 +0000 (15:01 +0400)]
Another workaround for old glib.
Vsevolod Stakhov [Fri, 17 Feb 2012 17:13:59 +0000 (21:13 +0400)]
Workaround for old glib.
Vsevolod Stakhov [Fri, 17 Feb 2012 17:06:00 +0000 (21:06 +0400)]
Added tag 0.4.7 for changeset
b0d4207e9a41
Vsevolod Stakhov [Fri, 17 Feb 2012 17:05:56 +0000 (21:05 +0400)]
Update debian changelog.
Vsevolod Stakhov [Thu, 16 Feb 2012 13:13:09 +0000 (17:13 +0400)]
Add support of buffered IO reset to support persistent connections.
Vsevolod Stakhov [Wed, 15 Feb 2012 18:01:08 +0000 (22:01 +0400)]
Add temporary pages to pool allocator to allow reset of some pool data.
Vsevolod Stakhov [Wed, 15 Feb 2012 13:08:20 +0000 (17:08 +0400)]
Fix build.
Vsevolod Stakhov [Tue, 14 Feb 2012 14:32:19 +0000 (18:32 +0400)]
More fixes to thread-safe processing.
Vsevolod Stakhov [Mon, 13 Feb 2012 17:51:10 +0000 (21:51 +0400)]
* More things to be thread-safe:
- pool allocator is now thread-safe
- lua subsystem now holds lock to avoid lua stack corruption
- events subsystem now using conditional variables to wait for async_threads
- insert_result is thread-safe now
Vsevolod Stakhov [Mon, 13 Feb 2012 15:09:27 +0000 (19:09 +0400)]
Add quarks to events to determine source of event inside rspamd.
Another try to fix threading.
Vsevolod Stakhov [Fri, 3 Feb 2012 14:02:01 +0000 (18:02 +0400)]
Fix build with glib <= 2.30.
Vsevolod Stakhov [Tue, 31 Jan 2012 18:24:51 +0000 (22:24 +0400)]
Fixes to threading (still incomplete).
Vsevolod Stakhov [Tue, 31 Jan 2012 17:24:32 +0000 (21:24 +0400)]
Rework events library slightly:
- forced events are no longer checked or created
- add async threads to prevent session to be destroyed till all threads are finished
Vsevolod Stakhov [Tue, 31 Jan 2012 17:02:46 +0000 (21:02 +0400)]
Fix critical bug with events checking during filters processing.
Vsevolod Stakhov [Tue, 31 Jan 2012 16:59:10 +0000 (20:59 +0400)]
Adopt rspamd for the next glib release.
Fix several issues in threads handling inside keystorage.
Fix sigsuspend usage in keystorage.
Vsevolod Stakhov [Mon, 30 Jan 2012 18:26:25 +0000 (22:26 +0400)]
* Add support to process regexp in multiply threads by using thread pool.
Vsevolod Stakhov [Fri, 20 Jan 2012 15:56:03 +0000 (19:56 +0400)]
Fix hashing in events library.
Vsevolod Stakhov [Mon, 16 Jan 2012 16:59:37 +0000 (20:59 +0400)]
* Introduce new system of worker's and modules initialization:
- Removed legacy limitation of worker's types;
- Using GQuarks to identify workers and modules;
- Remove modules.sh script;
- Add a common system of workers and modules;
- Write management and configuration for new architecture.
Vsevolod Stakhov [Mon, 16 Jan 2012 13:36:22 +0000 (17:36 +0400)]
* Add AIO framework for linux io(3) interface.
Vsevolod Stakhov [Tue, 20 Dec 2011 16:14:29 +0000 (19:14 +0300)]
Restore std=c99 compiler flag.
Vsevolod Stakhov [Tue, 20 Dec 2011 16:12:15 +0000 (19:12 +0300)]
Added tag 0.4.6 for changeset
d2825fcdbb52
Vsevolod Stakhov [Tue, 20 Dec 2011 16:11:49 +0000 (19:11 +0300)]
More cleanups and fixes for compiler warnings.
Vsevolod Stakhov [Tue, 20 Dec 2011 14:11:39 +0000 (17:11 +0300)]
Make compiler happy in several cases, remove warnings.
Vsevolod Stakhov [Tue, 20 Dec 2011 13:21:41 +0000 (16:21 +0300)]
Add an entry to debian/changelog.
Vsevolod Stakhov [Fri, 16 Dec 2011 15:37:50 +0000 (18:37 +0300)]
Add expire and whitelist options to ip_score plugin.
Some fixes to expiration of keys (still need to be reworked however).
Vsevolod Stakhov [Fri, 16 Dec 2011 15:22:31 +0000 (18:22 +0300)]
* Add new plugin ip_score to set and get score for specified ip address.
Vsevolod Stakhov [Fri, 16 Dec 2011 14:38:52 +0000 (17:38 +0300)]
Allow for post filters to register async events.
Some fixes to lua redis library.
Vsevolod Stakhov [Wed, 14 Dec 2011 17:41:34 +0000 (20:41 +0300)]
* Now it is possible to specify local functions to every callback of rspamd lua API,
that will allow such things as passing different variables via lua closures
mechanic.
Use config pool for configuration allocation in lua API to avoid leaks on config reload.
Vsevolod Stakhov [Wed, 14 Dec 2011 16:36:23 +0000 (19:36 +0300)]
Due to major changes in events system increase version.
Vsevolod Stakhov [Wed, 14 Dec 2011 16:34:50 +0000 (19:34 +0300)]
Detect and use fallocate/posix_fallocate.
Vsevolod Stakhov [Wed, 14 Dec 2011 16:05:56 +0000 (19:05 +0300)]
* Finally get rid of stupid savepoints system and migrate to async events logic completely
Fix lua redis library.
Vsevolod Stakhov [Wed, 14 Dec 2011 12:01:18 +0000 (15:01 +0300)]
Add another workaround for CentOS.
Vsevolod Stakhov [Wed, 14 Dec 2011 09:40:51 +0000 (12:40 +0300)]
Move some debug logic.
Vsevolod Stakhov [Tue, 13 Dec 2011 13:42:03 +0000 (16:42 +0300)]
Fix build with system-wide libhiredis.
Vsevolod Stakhov [Tue, 13 Dec 2011 13:10:16 +0000 (16:10 +0300)]
FIx built under RHEL and CentOS as they has too old sqlite.
Vsevolod Stakhov [Mon, 12 Dec 2011 17:14:49 +0000 (20:14 +0300)]
* Add lua bindings to hiredis library
Polish some comments.
Vsevolod Stakhov [Fri, 9 Dec 2011 16:13:00 +0000 (19:13 +0300)]
Add detecting of libhiredis for communicating with kvstorage.
Add internal hiredis if it is not found in system.
Vsevolod Stakhov [Wed, 7 Dec 2011 16:06:41 +0000 (19:06 +0300)]
Reorganize util.c as it should contain only common utilities.
Libkvstorage client is now deprecated as I plan to replace it with hiredis library.
Vsevolod Stakhov [Wed, 7 Dec 2011 13:21:00 +0000 (16:21 +0300)]
If message has no 'To/CC' headers do not try to count elements in nil table.
Vsevolod Stakhov [Wed, 7 Dec 2011 12:07:03 +0000 (15:07 +0300)]
Fix stupid glib error with G_REGEX_RAW flag which is actually ~PCRE_UTF8.
Vsevolod Stakhov [Tue, 6 Dec 2011 15:39:58 +0000 (18:39 +0300)]
Remove dependency on deprecated Digest::SHA256.
Vsevolod Stakhov [Thu, 1 Dec 2011 15:32:42 +0000 (18:32 +0300)]
* Add <no_overwrite> flag for keystorage preventing from overwriting keys (works for cryptographic keys).
* Add <ref> flag for file backend that enables reference count for items in this backend.
Vsevolod Stakhov [Thu, 1 Dec 2011 14:03:00 +0000 (17:03 +0300)]
Ignore something that looks like email but has no username.
Vsevolod Stakhov [Wed, 30 Nov 2011 16:32:25 +0000 (19:32 +0300)]
Add -i flag allowing to run workers as root.
Vsevolod Stakhov [Wed, 30 Nov 2011 16:14:26 +0000 (19:14 +0300)]
* Fix reopening of logs in case of privilleged run.
Vsevolod Stakhov [Wed, 30 Nov 2011 14:48:08 +0000 (17:48 +0300)]
Check for SIGUSR1 by libevent to avoid signals collisions.
Remove greylist_storage as it was never used and is actually replaced with basic kvstorage.
Vsevolod Stakhov [Wed, 30 Nov 2011 12:11:54 +0000 (15:11 +0300)]
Expire an element if forced expire is required.
Vsevolod Stakhov [Mon, 28 Nov 2011 14:52:16 +0000 (17:52 +0300)]
Fix log_urls setting.
Vsevolod Stakhov [Mon, 28 Nov 2011 13:23:21 +0000 (16:23 +0300)]
Fix race condition.
Vsevolod Stakhov [Fri, 25 Nov 2011 16:31:59 +0000 (19:31 +0300)]
Try to fix a deadlock.
Vsevolod Stakhov [Fri, 25 Nov 2011 15:50:28 +0000 (18:50 +0300)]
Fix variable name.
Vsevolod Stakhov [Fri, 25 Nov 2011 14:01:10 +0000 (17:01 +0300)]
Fix git id detection.
Vsevolod Stakhov [Fri, 25 Nov 2011 13:15:00 +0000 (16:15 +0300)]
Fix build id detecting.
Vsevolod Stakhov [Thu, 24 Nov 2011 17:11:27 +0000 (20:11 +0300)]
Another fix to locking logic.
Vsevolod Stakhov [Thu, 24 Nov 2011 14:24:37 +0000 (17:24 +0300)]
* Add <fsync> option to turn on explicit fsync for file backend.
Vsevolod Stakhov [Thu, 24 Nov 2011 13:59:58 +0000 (16:59 +0300)]
Rework kvstorage locking system.
Vsevolod Stakhov [Wed, 23 Nov 2011 11:27:36 +0000 (14:27 +0300)]
Add reopenlog ability for debian scripts.
Vsevolod Stakhov [Tue, 22 Nov 2011 16:44:56 +0000 (19:44 +0300)]
Fix DNS hashing issue.
Vsevolod Stakhov [Mon, 21 Nov 2011 14:58:25 +0000 (17:58 +0300)]
Added tag 0.4.5 for changeset
f57a74a7a068
Vsevolod Stakhov [Mon, 21 Nov 2011 14:52:54 +0000 (17:52 +0300)]
Skip group addresses.
Vsevolod Stakhov [Mon, 21 Nov 2011 14:20:10 +0000 (17:20 +0300)]
Small fixes to start script.
Vsevolod Stakhov [Mon, 21 Nov 2011 13:37:46 +0000 (16:37 +0300)]
* Add debian package information.
Vsevolod Stakhov [Mon, 21 Nov 2011 12:19:16 +0000 (15:19 +0300)]
Do fsync once per queue of operations.
Vsevolod Stakhov [Thu, 17 Nov 2011 18:05:54 +0000 (21:05 +0300)]
* Implement binary safe keys.
* Use more fast hashing.
Vsevolod Stakhov [Thu, 17 Nov 2011 16:10:25 +0000 (19:10 +0300)]
Avoid using base64 as it can contain path symbols, use hex instead.
Vsevolod Stakhov [Thu, 17 Nov 2011 15:34:02 +0000 (18:34 +0300)]
* Implement file backend.
Vsevolod Stakhov [Wed, 16 Nov 2011 17:13:26 +0000 (20:13 +0300)]
Merge with github.
Vsevolod Stakhov [Wed, 16 Nov 2011 17:11:26 +0000 (20:11 +0300)]
More fixes to expire algorithm.
Vsevolod Stakhov [Tue, 15 Nov 2011 17:57:22 +0000 (20:57 +0300)]
Merge.