]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2010-03-17 cebka@spam3* Fix descriptors leakage
2010-03-16 cebka@lenovo... * Add normalizer for fuzzy hashes
2010-03-15 cebka@lenovo... * Read 'END' after password command
2010-03-15 cebka@lenovo... * Another addition to learning
2010-03-15 cebka@lenovo... * Fix learn command (-m is used instead -w)
2010-03-15 cebka@lenovo... * Fix variable name in Client.pm
2010-03-15 cebka@lenovo... * Fixes to rspamc
2010-03-15 cebka@lenovo... * Parse '*' in host name from config file correctly
2010-03-15 cebka@lenovo... * Fix another spf core dump while parsing 'include...
2010-03-12 cebka@lenovo... * Handle SERVER_NAME
2010-03-12 cebka@lenovo... * Fixes to configuration
2010-03-12 cebka@lenovo... * More fixes
2010-03-12 cebka@lenovo... * More fixes about require
2010-03-12 cebka@lenovo... * use -> require
2010-03-12 cebka@lenovo... * Bump version
2010-03-12 cebka@lenovo... * Add web management interface for rspamd (no design...
2010-03-04 cebka@lenovo... * Make new Mail::Rspamd::Client working
2010-03-03 cebka@lenovo... * New Mail::Rspamd::Client
2010-03-01 cebka@lenovo... * Allow to specify hosts file for making batch operatio...
2010-03-01 cebka@lenovo... * Add percents of spam and ham detected to stat command...
2010-03-01 cebka@lenovo... * Fix bugs from previous commit
2010-03-01 cebka@lenovo... * Add weights command for getting weights of each messa...
2010-02-28 cebka@lenovo... * Save prefixes in trees
2010-02-27 cebka@lenovo... * Fix cores in spf code (partially)
2010-02-26 cebka@lenovo... * Add custom filter for making marks for new user:
2010-02-25 cebka@lenovo... * Add first custom filter for making marks for ip addre...
2010-02-24 cebka@lenovo... * Show help message when rspamd is called without any...
2010-02-19 cebka@lenovo... * Libintl hack
2010-02-19 cebka@lenovo... * Add ability to build rspamd static
2010-02-17 cebka@lenovo... * Add ability to add custom messages to rspamd output
2010-02-16 cebka@lenovo... * Add support for imap custom search in rspamc
2010-02-15 cebka@lenovo... * Allways set some protocol version even if command...
2010-02-15 cebka@lenovo... * Fix unix socket creation under FreeBSD (reported...
2010-02-08 cebka@lenovo... * Add ability to add weight for fuzzy hashes, this...
2010-02-05 cebka@lenovo... * Handle empty messages in learning
2010-02-04 cebka@lenovo... * Add a little review of rspamd
2010-02-01 cebka@lenovo... * Add maillist plugin for detecting mailmain/ezml and...
2010-02-01 cebka@lenovo... * Add ability to classify only specific headers (for...
2010-01-29 cebka@lenovo... * Add support of custom filters in rspamd worker
2010-01-29 cebka@lenovo... * Fixes to IMAP support in rspamc
2010-01-28 cebka@lenovo... * Write part's hashes to log for messages identify
2010-01-28 cebka@lenovo... * New system of rspamc command:
2010-01-25 cebka@lenovo... * Do not produce lua warning when message has no header...
2010-01-14 cebka@lenovo... * Fix misprint
2010-01-14 cebka@lenovo... * Forgotten call of normalizer function
2010-01-13 cebka@lenovo... * Add ability to add normalizers for statfiles (custom...
2010-01-12 cebka@lenovo... * Remove useless next in cycle
2009-12-30 cebka@lenovo... * Add support of whitelists in settings (by Anton Nekho...
2009-12-21 Vsevolod Stakhov* Introduce new logging system:
2009-12-21 Vsevolod Stakhov* Add ability to specify pid file from command line...
2009-12-18 Vsevolod Stakhov* Add limits support to each worker (max open files...
2009-12-16 Vsevolod Stakhov* Implement pre and post classify callbacks for checkin...
2009-12-15 Vsevolod Stakhov* Fix inserting one list to another in spf parser ...
2009-12-14 Vsevolod Stakhov* Fix issue with list concat
2009-12-14 Vsevolod Stakhov* Fix symbols cache (init lua filters before symbols...
2009-12-10 Vsevolod Stakhov* Add documentation
2009-12-08 Vsevolod Stakhov* 0.2.7 -> 0.2.8
2009-12-08 Vsevolod Stakhov* Fixes to spf parser:
2009-12-07 Vsevolod Stakhov* Some fixes to 'include' and 'redirect' defines and...
2009-12-07 Vsevolod Stakhov* Actually check what we have in spf record
2009-12-04 Vsevolod Stakhov* Updates to spf system:
2009-12-03 Vsevolod Stakhov* Many major fixes to statfiles:
2009-12-03 Vsevolod Stakhov* Another fixes to synchronization of statfiles
2009-12-01 Vsevolod Stakhov* Some fixes to sync
2009-11-30 Vsevolod Stakhov* Adopt printf function from nginx for comfortable...
2009-11-27 Vsevolod Stakhov* Initial release of synchronization server in controller
2009-11-25 Vsevolod Stakhov* Add initial version of rspamd binlog syncronization...
2009-11-22 Vsevolod Stakhov* Add check_smtp_data function for checking some fields...
2009-11-16 Vsevolod Stakhov* Some more clarifications to perl api
2009-11-16 Vsevolod Stakhov* Perl fixes:
2009-11-12 Vsevolod Stakhov* Write revision and revision time to statfile
2009-11-12 Vsevolod Stakhov* New version of rspamd statfiles that can be used...
2009-11-12 Vsevolod Stakhov* Fix some issues in binlog seeking
2009-11-11 Vsevolod Stakhov* Fix addrlen of sockaddr_un (previous was a mistake)
2009-11-11 Vsevolod Stakhov* Add right way to pass config params with common names...
2009-11-10 Vsevolod Stakhov* Fix parsing '*' as hostname in bind lines
2009-11-09 Vsevolod Stakhov* Avoid mmap'ing in binlog as mmapped areas must be...
2009-11-09 Vsevolod Stakhov* Check whether dead flag is defined in hash to avoid...
2009-11-09 Vsevolod Stakhov* Update documentation:
2009-11-06 Vsevolod Stakhov* Add logging urls as it was required by rambler search
2009-11-06 Vsevolod Stakhov* Add binlog API implementation
2009-11-05 Vsevolod Stakhov* SI_ code macroses are not BSD compatible, avoid using...
2009-11-05 Vsevolod Stakhov* Add more advanced signal processing routine
2009-11-02 Vsevolod Stakhov* Add ability to add maps from lua scripts and access...
2009-10-30 Vsevolod Stakhov* Parse days and hours in time limits
2009-10-30 Vsevolod Stakhov* Implement new system of managing rspamd processes
2009-10-29 Vsevolod Stakhov* Fix an issue with workers spawning
2009-10-27 Vsevolod Stakhov* Add ability to check views by client's ip (that ip...
2009-10-27 Vsevolod Stakhov* Convert all string values to lowercase in once_receiv...
2009-10-26 Vsevolod Stakhov* Fix patterns matching in lua plugins
2009-10-24 Vsevolod Stakhov* Implement timeouts in rspamd perl module
2009-10-21 Vsevolod Stakhov* Add perl client library for rspamd (alpha version)
2009-10-20 Vsevolod Stakhov* Remove utf8 usage in forged recipients plugin
2009-10-20 Vsevolod Stakhov* Fix reading of last block
2009-10-19 Vsevolod Stakhov* Do not really check messages that should be skipped
2009-10-19 Vsevolod Stakhov* Add ability for scanning non-mime (HTML) messages
2009-10-17 Vsevolod Stakhov* Small improvement of lua style
2009-10-16 Vsevolod Stakhov* Add ability to change statfile size limit in config...
2009-10-16 Vsevolod Stakhov* Add growing coefficient to factors consolidation...
2009-10-16 Vsevolod Stakhov* Add ability to skip check in views
next