aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update debian rules and changelog.0.5.0Vsevolod Stakhov2012-06-093-2/+77
* Fix dependency.Vsevolod Stakhov2012-06-071-1/+1
* Allow NO_SHARED build to use static archives for internal libraries.Vsevolod Stakhov2012-06-075-33/+49
* Reorganize libs.Vsevolod Stakhov2012-06-071-2/+2
* Avoid using global 'counters' hash, include it in struct rspamd_main.Vsevolod Stakhov2012-06-0710-197/+231
* Version some lonely libraries.Vsevolod Stakhov2012-06-054-0/+5
* Strict prototypes.Vsevolod Stakhov2012-06-0518-25/+29
* Fix rspamdclient bug while reading controller's greeting.Vsevolod Stakhov2012-06-051-22/+31
* Fix static build.Vsevolod Stakhov2012-06-059-29/+70
* * Split rspamd build to several independent libraries to reduce overhead.Vsevolod Stakhov2012-06-0510-147/+208
* * DKIM module now check only first signature as others must be rejected or sk...Vsevolod Stakhov2012-06-055-70/+142
* Change ptr array creation function.Vsevolod Stakhov2012-06-041-1/+1
* Print percents with actions in controller's 'stat' command output.Vsevolod Stakhov2012-06-041-2/+3
* Ignore empty or invalid keys.Vsevolod Stakhov2012-06-041-1/+1
* * Implement 'time_jitter' setting allowing to check signatures in future in c...Vsevolod Stakhov2012-06-044-5/+16
* Follow RFC while checking multiply headers.Vsevolod Stakhov2012-06-042-43/+160
* Assume empty headers as headers with "" as value.Vsevolod Stakhov2012-06-041-1/+2
* * Allow keys without values in kv mapsVsevolod Stakhov2012-05-312-5/+22
* * Strict domains for dkim now contain more data (kv pairs in format <dkim_dom...Vsevolod Stakhov2012-05-311-7/+40
* Fix WSP canonization.Vsevolod Stakhov2012-05-311-4/+20
* * Implement relaxed canonization.Vsevolod Stakhov2012-05-301-13/+101
* * Add support of strict_domains.Vsevolod Stakhov2012-05-293-24/+111
* * Add dkim check plugin.Vsevolod Stakhov2012-05-291-0/+247
* Make 'simple' dkim canonization working.Vsevolod Stakhov2012-05-292-12/+32
* Support of length attribute.Vsevolod Stakhov2012-05-291-2/+15
* * Write tests for DKIM signature and key parsers.Vsevolod Stakhov2012-05-295-17/+125
* Implement keysigning.Vsevolod Stakhov2012-05-282-11/+19
* * Add signing and simple canonization support (not finished yet, work in prog...Vsevolod Stakhov2012-05-284-9/+372
* Check received for not more than 5 recipients.Vsevolod Stakhov2012-05-282-5/+15
* * Avoid DoS while sending a message with a lot of recipients in 'To' header.Vsevolod Stakhov2012-05-285-23/+73
* 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 a...Vsevolod Stakhov2012-04-241-8/+38
* | * Add ability to specify dnsbls for smtp_proxy.Vsevolod Stakhov2012-04-275-35/+202
|/
* * 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
* 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
* 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
* * Implement pre-filters that realizes concepts to check mail by some absolute...Vsevolod Stakhov2012-03-308-46/+230
* 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