aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-0312-32/+332
* Do not try to print result when connection failed in rspamc.Vsevolod Stakhov2011-02-031-0/+1
* Update build and install system.Vsevolod Stakhov2011-02-021-0/+3
* * Implement controller interface inside librspamdclient/rspamcVsevolod Stakhov2011-02-013-30/+266
* * Add C client for rspamd that is using librspamdclientVsevolod Stakhov2011-01-312-0/+369
* * Make trie plugin and fix trie lua APIVsevolod Stakhov2011-01-252-4/+119
* Fix error with tags like <? xml ?>Vsevolod Stakhov2011-01-251-1/+3
* Fixes in classifying for small messages.Vsevolod Stakhov2011-01-254-8/+26
* * Many fixes to fuzzy hashes logic and tokenization.Vsevolod Stakhov2011-01-246-18/+82
* Add ability to include domains in views.Vsevolod Stakhov2011-01-211-1/+9
* Increase limits for spf parser.Vsevolod Stakhov2011-01-212-2/+9
* Avoid gmime asserts if no recipients are passed from MTA.Vsevolod Stakhov2011-01-211-0/+3
* * Write more detailed reportsVsevolod Stakhov2011-01-201-70/+63
* Always write symbols to log.Vsevolod Stakhov2011-01-191-31/+42
* * Fix compatibility with SAVsevolod Stakhov2011-01-181-19/+68
* Strictly check urls for sending to redirectorVsevolod Stakhov2010-12-241-10/+18
* Write client's host when network error is occuredVsevolod Stakhov2010-12-242-4/+7
* Indentation fix (no functional changes)Vsevolod Stakhov2010-12-241-491/+427
* Make log message about detected image to debug levelVsevolod Stakhov2010-12-241-1/+1
* * Add Subject header to statisticsVsevolod Stakhov2010-12-244-1/+56
* Fix error in surbl module with exceptions list while using redirectorVsevolod Stakhov2010-12-241-1/+1
* * Add versions to lua APIVsevolod Stakhov2010-12-229-24/+83
* Misprint.Vsevolod Stakhov2010-12-221-1/+1
* Misprint.Vsevolod Stakhov2010-12-221-1/+1
* Register symbols properly for received_rbl module.Vsevolod Stakhov2010-12-221-0/+6
* Committed by a mistake.Vsevolod Stakhov2010-12-221-0/+1
* Init cache before loading config.Vsevolod Stakhov2010-12-222-5/+6
* Register virtual symbols for composites.Vsevolod Stakhov2010-12-221-0/+1
* Forgotten option for fuzzy_check plugin.Vsevolod Stakhov2010-12-221-0/+1
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-2014-266/+321
* Fixed multimap module configuration.Vsevolod Stakhov2010-12-201-1/+1
* Fix bug with mime parser behaviour.Vsevolod Stakhov2010-12-171-0/+1
* * Implement ability to add conditional rules to rspamd.xmlVsevolod Stakhov2010-12-155-45/+167
* Add registering options for lua modulesVsevolod Stakhov2010-12-1412-16/+135
* Implement checking options for modulesVsevolod Stakhov2010-12-1311-24/+163
* Add module options checkerVsevolod Stakhov2010-12-089-39/+228
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-0314-290/+559
* Write release id if rspamd is built from hg.Vsevolod Stakhov2010-12-031-2/+2
* Detect mailto: inside <a> and <img> tags.Vsevolod Stakhov2010-12-011-1/+2
* Add some comments about maps and logging internals.Vsevolod Stakhov2010-11-263-5/+159
* Fix decoding of escaped URL'sVsevolod Stakhov2010-11-251-4/+4
* Fix XCLIENT hostnames when hostname cannot be resolved.Vsevolod Stakhov2010-11-231-5/+8
* Make own strlcpy that does not calculate remaining string length (faster and ...Vsevolod Stakhov2010-11-1622-65/+175
* Try to fix bug with absent trie items in redirectors list.Vsevolod Stakhov2010-11-151-1/+2
* * Add ability to obtain phished url from luaVsevolod Stakhov2010-11-125-2/+41
* Performance critical fix0.3.3Vsevolod Stakhov2010-11-031-1/+1
* Urgent fixes.Vsevolod Stakhov2010-11-034-4/+8
* * Add phishing detector (now just compares <a href> with tag's data).Vsevolod Stakhov2010-11-029-65/+270
* When parsing RRs 'eat' last '.' symbolVsevolod Stakhov2010-11-011-1/+1
* Parse smtp_use_xclient option in configVsevolod Stakhov2010-10-291-0/+3