]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2011-02-14 Vsevolod StakhovRemove legacy port.
2011-02-14 Vsevolod StakhovFix spf parser for some cases.
2011-02-14 Vsevolod Stakhov* Add ability to setup metric's weights from lua
2011-02-13 Vsevolod StakhovFix bug with several metrics output. [1]
2011-02-11 Vsevolod StakhovHandle emails with common hostname.
2011-02-11 Vsevolod StakhovDetect mail addresses at the begining of message.
2011-02-11 Vsevolod Stakhov* Write Emails: header in output
2011-02-11 Vsevolod Stakhov* Tokenize subject using osb tokenizer.
2011-02-09 Vsevolod StakhovPolish sample config.
2011-02-08 Vsevolod StakhovHandle params correctly.
2011-02-08 Vsevolod StakhovCall lua functions correctly as well.
2011-02-08 Vsevolod StakhovCall lua function properly.
2011-02-08 Vsevolod StakhovFix trie in lua plugins.
2011-02-07 Vsevolod Stakhov* Add manual pages for rspamd and rspamc.
2011-02-06 Vsevolod Stakhov* Fix alignment in memory_pool library (thanks to Marci...
2011-02-04 Vsevolod StakhovFix expiring of fuzzy hashes.
2011-02-04 Vsevolod StakhovFix installation of lua configs.
2011-02-04 Vsevolod StakhovFix passing wrong argument to write callback.
2011-02-04 Vsevolod StakhovFix case statement.
2011-02-04 Vsevolod Stakhov* Try to fix descriptors leakage in controller
2011-02-03 Vsevolod Stakhov* New module for checking emails inside messages (rules...
2011-02-03 Vsevolod StakhovDo not try to print result when connection failed in...
2011-02-03 Vsevolod StakhovAvoid double free in librspamdclient.
2011-02-02 Vsevolod StakhovSmall fix for build id detection.
2011-02-02 Vsevolod StakhovFix build on FreeBSD.
2011-02-02 Vsevolod StakhovUpdate build and install system.
2011-02-01 Vsevolod Stakhov* Implement controller interface inside librspamdclient...
2011-01-31 Vsevolod Stakhov* Add C client for rspamd that is using librspamdclient
2011-01-28 Vsevolod Stakhov* Initial release of librspamdclient
2011-01-26 Vsevolod Stakhov* Add ability to build FreeBSD package from rspamd...
2011-01-25 Vsevolod Stakhov* Make trie plugin and fix trie lua API
2011-01-25 Vsevolod StakhovFix error with tags like <? xml ?>
2011-01-25 Vsevolod StakhovFixes in classifying for small messages.
2011-01-24 Vsevolod Stakhov* Many fixes to fuzzy hashes logic and tokenization.
2011-01-21 Vsevolod StakhovAdd ability to include domains in views.
2011-01-21 Vsevolod StakhovIncrease limits for spf parser.
2011-01-21 Vsevolod StakhovAvoid gmime asserts if no recipients are passed from...
2011-01-20 Vsevolod Stakhov* Write more detailed reports
2011-01-19 Vsevolod StakhovAlways write symbols to log.
2011-01-18 Vsevolod Stakhov* Fix compatibility with SA
2011-01-13 Vsevolod StakhovMail::Rspamd::Client is fixed.
2011-01-13 Vsevolod StakhovClient's methods for Mail::Rspamd::Client are now done...
2010-12-24 Vsevolod StakhovStrictly check urls for sending to redirector
2010-12-24 Vsevolod StakhovWrite client's host when network error is occured
2010-12-24 Vsevolod StakhovIndentation fix (no functional changes)
2010-12-24 Vsevolod StakhovMake log message about detected image to debug level
2010-12-24 Vsevolod Stakhov* Add Subject header to statistics
2010-12-24 Vsevolod StakhovFix error in surbl module with exceptions list while...
2010-12-22 Vsevolod Stakhov* Add versions to lua API
2010-12-22 Vsevolod StakhovMisprint.
2010-12-22 Vsevolod StakhovMisprint.
2010-12-22 Vsevolod StakhovRegister symbols properly for received_rbl module.
2010-12-22 Vsevolod StakhovCommitted by a mistake.
2010-12-22 Vsevolod StakhovInit cache before loading config.
2010-12-22 Vsevolod StakhovRegister virtual symbols for composites.
2010-12-22 Vsevolod StakhovForgotten option for fuzzy_check plugin.
2010-12-20 Vsevolod Stakhov* Introduce new system of configuration checks:
2010-12-20 Vsevolod StakhovFixed multimap module configuration.
2010-12-17 Vsevolod StakhovFix bug with mime parser behaviour.
2010-12-15 Vsevolod Stakhov* Implement ability to add conditional rules to rspamd.xml
2010-12-14 Vsevolod StakhovAdd registering options for lua modules
2010-12-13 Vsevolod StakhovImplement checking options for modules
2010-12-08 Vsevolod StakhovAdd module options checker
2010-12-03 Vsevolod Stakhov* Start new rspamd 0.3.4
2010-12-03 Vsevolod StakhovWrite release id if rspamd is built from hg.
2010-12-01 Vsevolod StakhovDetect mailto: inside <a> and <img> tags.
2010-11-26 Vsevolod StakhovAdd some comments about maps and logging internals.
2010-11-25 Vsevolod StakhovFix decoding of escaped URL's
2010-11-23 Vsevolod StakhovFix XCLIENT hostnames when hostname cannot be resolved.
2010-11-16 Vsevolod StakhovMake own strlcpy that does not calculate remaining...
2010-11-15 Vsevolod StakhovTry to fix bug with absent trie items in redirectors...
2010-11-12 Vsevolod Stakhov* Add ability to obtain phished url from lua
2010-11-03 Vsevolod StakhovAdded tag 0.3.3 for changeset 15b7c5d49fe4
2010-11-03 Vsevolod StakhovPerformance critical fix 0.3.3
2010-11-03 Vsevolod StakhovUrgent fixes.
2010-11-03 Vsevolod StakhovAdded tag 0.3.3 for changeset b241596821d9
2010-11-02 Vsevolod Stakhov* Add phishing detector (now just compares <a href...
2010-11-01 Vsevolod StakhovWhen parsing RRs 'eat' last '.' symbol
2010-10-29 Vsevolod StakhovFix using of $1 and $2 in Mail::Rspamd::Client (reporte...
2010-10-29 Vsevolod StakhovParse smtp_use_xclient option in config
2010-10-28 Vsevolod StakhovFixed adding action to metric.
2010-10-28 Vsevolod StakhovAdd compatibility with glib < 2.2.22
2010-10-27 Vsevolod StakhovAdd rewrite subject action implementation to SMTP proxy.
2010-10-26 Vsevolod StakhovAdd add_header action to smtp proxy.
2010-10-25 Vsevolod StakhovFix action settings (reported by Anton Nekhoroshih).
2010-10-22 Vsevolod StakhovAdd special cases in metric actions: reject_score and...
2010-10-21 Vsevolod StakhovHonor deliver_to argument in Mail::Rspamd::Client
2010-10-20 Vsevolod Stakhov* Add ability to recursive scan over multipart's parts...
2010-10-19 Vsevolod StakhovFixed bug with file urls (reported by Anton Nekhoroshin)
2010-10-18 Vsevolod Stakhov* Add new version of exim's local scan rspamd scanner
2010-10-15 Vsevolod StakhovFix multimap module if there is only one rule for it.
2010-10-15 Vsevolod StakhovRemove G_INLINE_FUNC definitions as I misunderstood...
2010-10-11 Vsevolod StakhovFixes bugs found with clang-static analyser.
2010-10-06 Vsevolod StakhovInit regexp library statically.
2010-10-06 Vsevolod Stakhov* Add ability to check rspamd regexp from lua modules
2010-10-06 Vsevolod StakhovFixes types (use glib ones) no functional change.
2010-10-06 Vsevolod Stakhov* Use syslog for logging
2010-10-01 Vsevolod Stakhov* Improve definitions of redirector domains
2010-10-01 Vsevolod Stakhov* Add ability to specify many redirector hosts and...
2010-09-29 Vsevolod Stakhov* Extract domains from emails to check via surbl
next