summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Write tests for DKIM signature and key parsers.Vsevolod Stakhov2012-05-295-17/+125
| | | | Fix DKIM parsers.
* Implement keysigning.Vsevolod Stakhov2012-05-282-11/+19
|
* * Add signing and simple canonization support (not finished yet, work in ↵Vsevolod Stakhov2012-05-284-9/+372
| | | | progress).
* Check received for not more than 5 recipients.Vsevolod Stakhov2012-05-282-5/+15
| | | | Install lua configuration by default (as user's one should be in rspamd.local.lua).
* * Avoid DoS while sending a message with a lot of recipients in 'To' header.Vsevolod Stakhov2012-05-285-23/+73
| | | | | Fix possible deadlock in lua_redis. Version is now 0.4.8 as there are enough changes.
* Implement key extracting for dkim records.Vsevolod Stakhov2012-05-252-14/+129
|
* * Start dkim support implementation.Vsevolod Stakhov2012-05-243-0/+717
|
* * Add emulating of session in case of dnsbl reject.Vsevolod Stakhov2012-05-021-17/+154
|
* Merge.Vsevolod Stakhov2012-04-271-8/+38
|\
| * Make it possible to start several rspamd with different configurations from ↵Vsevolod Stakhov2012-04-241-8/+38
| | | | | | | | a single commandline.
* | * Add ability to specify dnsbls for smtp_proxy.Vsevolod Stakhov2012-04-275-35/+202
|/ | | | | Fix handling of params with the same name in configuration. Add ability for rspamc to bind on a local address.
* * Add support of XCLIENT to the smtp proxy.Vsevolod Stakhov2012-04-233-21/+239
|
* Add basic list config parser.Vsevolod Stakhov2012-04-232-0/+15
|
* * Allow workers to specify multiply options of the same type.Vsevolod Stakhov2012-04-232-5/+57
|
* * Allow full access to controller's commands without a password ifVsevolod Stakhov2012-04-233-52/+59
| | | | | controller password is not specified in configuration. Fix some minor stuff while I'm here.
* Fix some problems with learning.Vsevolod Stakhov2012-04-231-31/+13
|
* Fix multimap to handle ipv6 addresses.Vsevolod Stakhov2012-04-201-2/+5
|
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-2015-46/+432
| | | | * Add partial ipv6 support for some rspamd modules.
* Fix controller freezing.Vsevolod Stakhov2012-04-201-3/+4
|
* Allow rspamd dispatcher code to process half-closed connections.Vsevolod Stakhov2012-04-204-9/+41
|
* Add portable api for locks and threads to handle Glib threads API change.Vsevolod Stakhov2012-04-132-0/+267
|
* * Add ratelimit pluginVsevolod Stakhov2012-04-063-1/+340
| | | | Some polishing of lua task api.
* * Implement pre-filters that realizes concepts to check mail by some ↵Vsevolod Stakhov2012-03-308-46/+230
| | | | | | | | absolute values like: - greylisting - DNS BL/WL - ratelimits
* Use guint64 for all IO operations.Vsevolod Stakhov2012-03-292-6/+6
|
* Parse big limits on 32 bits machine (for file sizes).Vsevolod Stakhov2012-03-284-5/+18
|
* Detect amd64.Vsevolod Stakhov2012-03-271-0/+13
|
* Use 64 bit offset while compiled in 32 bit mode.Vsevolod Stakhov2012-03-273-5/+15
|
* * Improve statistics for scanned messages.Vsevolod Stakhov2012-03-263-22/+23
|
* * Add lua bindings for upstream API.Vsevolod Stakhov2012-03-268-38/+626
|
* Allow multiply aio requests in flight.Vsevolod Stakhov2012-03-161-22/+11
|
* Fix stupid error in aio_write.Vsevolod Stakhov2012-03-151-0/+3
|
* Fix proxy logic.Vsevolod Stakhov2012-03-133-37/+48
|
* Cleanup callback's data for aio.Vsevolod Stakhov2012-03-131-0/+1
|
* Aio context must be long not int.Vsevolod Stakhov2012-03-112-14/+35
| | | | O_DIRECT on linux requires strict memory alignment.
* Add offset support to aio operations.Vsevolod Stakhov2012-03-112-18/+26
|
* * Add initial implementation of proxy objectVsevolod Stakhov2012-03-0711-81/+980
| | | | * Add simple smtp proxy worker
* Fix aio syscall numbers for x86_64 platform.Vsevolod Stakhov2012-03-061-5/+21
|
* Fixed threading for testing suite.Vsevolod Stakhov2012-03-052-1/+7
|
* Fix asynchronous IO API.Vsevolod Stakhov2012-03-017-43/+161
| | | | Write test case for aio.
* Separate librspamdserver API from plugins and workers functions.Vsevolod Stakhov2012-03-017-603/+619
| | | | Make tests compileable again.
* Use DB_HASH access method for bdb backend.Vsevolod Stakhov2012-03-0110-30/+35
| | | | Fix signed and unsigned comparasion while I'm here.
* Forgot event_del.Vsevolod Stakhov2012-02-211-0/+1
|
* Some fixes to dispatcher code to allow change policy more flexible.Vsevolod Stakhov2012-02-211-1/+7
|
* Another workaround for old glib.Vsevolod Stakhov2012-02-212-2/+7
|
* Workaround for old glib.Vsevolod Stakhov2012-02-172-3/+6
|
* Added tag 0.4.7 for changeset b0d4207e9a41Vsevolod Stakhov2012-02-171-0/+1
|
* Update debian changelog.0.4.7Vsevolod Stakhov2012-02-171-0/+9
|
* Add support of buffered IO reset to support persistent connections.Vsevolod Stakhov2012-02-164-8/+46
|
* Add temporary pages to pool allocator to allow reset of some pool data.Vsevolod Stakhov2012-02-152-14/+130
|
* Fix build.Vsevolod Stakhov2012-02-151-1/+1
|