aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Add lua mime_part library to get an access to all message part attributes (...0.5.1Vsevolod Stakhov2012-08-063-1/+216
* Add detection of simple urls with tld detection algorithm.Vsevolod Stakhov2012-08-061-13/+333
* When inserting a url to the tree also check phishing status to avoid masking ...Vsevolod Stakhov2012-08-061-0/+4
* Fix debian changelog.Vsevolod Stakhov2012-08-061-17/+0
* More fixes for debian. Suggested by: Laszlo Boszormenyi (GCS)Vsevolod Stakhov2012-08-064-41/+41
* Stop lintian from complaining about licenses and openssl.Vsevolod Stakhov2012-08-033-2/+45
* Fix shared libraries versions.Vsevolod Stakhov2012-08-031-8/+13
* Another license fix.Vsevolod Stakhov2012-08-031-2/+39
* Minor cmake script fix.Vsevolod Stakhov2012-08-031-1/+1
* More debian fixes.Vsevolod Stakhov2012-08-033-21/+18
* More fixed for debian build.Vsevolod Stakhov2012-08-033-1/+15
* Fix depends for debian package.Vsevolod Stakhov2012-08-031-1/+1
* Set version to 0.5.1 due to massive lua changes.Vsevolod Stakhov2012-07-261-1/+1
* * Add lua worker type and lua worker bindings.Vsevolod Stakhov2012-07-2615-40/+880
* Fix build on FreeBSD 9.1 and Current. Thanks to Anton Yuzjaninov for testing.Vsevolod Stakhov2012-07-263-0/+7
* * Add lua_buffer bindings to async buffered rspamd API.Vsevolod Stakhov2012-07-244-2/+405
* * Add async_session and memory pool objects lua bindings.Vsevolod Stakhov2012-07-097-2/+625
* Use gmime-2.6 if gmime-2.4 is not found.Vsevolod Stakhov2012-07-031-1/+4
* Log smtp FROM in urls output if smtp user is not defined.Vsevolod Stakhov2012-06-191-1/+2
* * Allow to use other composites inside a composite's expressionVsevolod Stakhov2012-06-145-13/+91
* Added tag 0.5.0 for changeset 26ad7ecdd714Vsevolod Stakhov2012-06-091-0/+1
* 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