]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2009-03-02 Vsevolod Stakhov* Fix character policy in dispatcher
2009-03-02 Vsevolod Stakhov* Try not to unref parser too early
2009-03-01 Vsevolod Stakhov* Link with gmime24 if gmime22 is not found
2009-03-01 Vsevolod Stakhov* Add debug for mime parsing
2009-02-27 Vsevolod Stakhov* Fix url-extracter
2009-02-27 Vsevolod Stakhov* Fix dependencies on perlxs target (do not rebuild...
2009-02-26 Vsevolod Stakhov* Remove cmake logic for installing targets due to...
2009-02-26 Vsevolod Stakhov* Fix logging when process is starting
2009-02-26 Vsevolod Stakhov* Completely rewrite and reorganize perl API
2009-02-25 Vsevolod Stakhov* Add support of LMTP/SMTP delivery
2009-02-25 Vsevolod Stakhov* Fix memory corruption and lmtp handling
2009-02-24 Vsevolod Stakhov* Add initial LMTP support and LDA delivery to rspamd
2009-02-20 Vsevolod Stakhov* Fix dispatcher timeouts handling
2009-02-19 Vsevolod Stakhov* Implement rspamd IO with IO dispatcher (TODO: still...
2009-02-18 Vsevolod Stakhov* Improve logger initialization
2009-02-18 Vsevolod Stakhov* Fix issue with -fPIC and DynaLoader
2009-02-17 Vsevolod Stakhov* Add issue to cmake to make perl module as well
2009-02-16 Vsevolod Stakhov* Prepare to migrate to cmake (still need to write...
2009-02-16 Vsevolod Stakhov* Add BSD license text
2009-02-13 Vsevolod Stakhov* Remove unused field from task object
2009-02-13 Vsevolod Stakhov* Init perl and do all perl specific operations from...
2009-02-12 Vsevolod Stakhov* Add log function to perl API
2009-02-11 Vsevolod Stakhov* By default number of workers is number of active...
2009-02-09 Vsevolod Stakhov* Avoid division by zero
2009-02-06 Vsevolod Stakhov* Fill hash buckets with zeroes to avoid invalid pointe...
2009-02-06 Vsevolod Stakhov* Try to fix reading a line from user (using pools)
2009-02-06 Vsevolod Stakhov* Make doxygen happy about structures members
2009-02-06 Vsevolod Stakhov* Move config parse errors from stderr output to standa...
2009-02-05 Vsevolod Stakhov* Add some comments and documentation
2009-01-29 Vsevolod Stakhov* Do another rework of filters/metrics and statfiles...
2009-01-28 Vsevolod Stakhov* Fix bug with calling consolidation function after...
2009-01-27 Vsevolod Stakhov* Use prime number for hash nodes initial value
2009-01-27 Vsevolod Stakhov* Add new hash for storing hash data in shared memory
2009-01-26 Vsevolod Stakhov* Make surbl checks working
2009-01-22 Vsevolod Stakhov* Rework statfiles result processing
2009-01-21 Vsevolod Stakhov* Add memory pool allocator statistics to 'stat' report...
2009-01-21 Vsevolod Stakhov* Rewrite message parser
2009-01-19 Vsevolod Stakhov* Rewrite perl client for rspamd, now it allows access...
2009-01-16 Vsevolod Stakhov* Add simple utility for sending mail to rspamd
2009-01-15 Vsevolod Stakhov* Add new system of getting and setting config paramete...
2009-01-12 Vsevolod Stakhov* Try to fix output from delayed filters processing
2009-01-11 Vsevolod Stakhov* Implement statistic output in control interface
2009-01-11 Vsevolod Stakhov* Fix errors in learning implementation
2009-01-11 Vsevolod Stakhov* Implement delayed fork of dead workers (to avoid...
2008-12-18 Vsevolod Stakhov* Make sample config more complete
2008-12-17 Vsevolod Stakhov* Add function for adding rspamd report headers
2008-12-11 Vsevolod Stakhov* Fix build under FreeBSD (forgotten include)
2008-12-10 Vsevolod Stakhov* Add logic for filtering messages with tokenizer/class...
2008-12-08 Vsevolod Stakhov* Implement learning using classifiers and tokenizers API
2008-12-04 Vsevolod Stakhov* Add simple implementation of classifiers abstraction...
2008-12-04 Vsevolod Stakhov* Use binary tree in tokenizers, that would provide...
2008-12-03 Vsevolod Stakhov* Remove strlcpy code and replace it with glib alternative
2008-12-02 Vsevolod Stakhov* Add learning interface to rspamd (still requires...
2008-12-01 Vsevolod Stakhov* Add config routines for stat files
2008-11-28 Vsevolod Stakhov* Write functions to operate blocks in stat files
2008-11-27 Vsevolod Stakhov* Add initial implementation of statistics files handli...
2008-11-26 Vsevolod Stakhov* Add simple locking interface to mem_pool library
2008-11-07 Vsevolod Stakhov* Add simple implementation of OSB tokenizer
2008-11-06 Vsevolod Stakhov* Use utf8 in description files
2008-11-06 Vsevolod Stakhov* Add description of classifying process
2008-11-05 Vsevolod Stakhov* Add simple hash function for hashing tokens
2008-11-01 Vsevolod Stakhov* Optimize configure by using caching of determined...
2008-11-01 Vsevolod Stakhov* Reorganize structure of source files
2008-10-26 Vsevolod Stakhov* Add determining page size function to mem_pool library
2008-10-26 Vsevolod Stakhov* Add main logging functions (log to file, syslog and...
2008-10-25 Vsevolod Stakhov* Add ability to handle multiply recipients
2008-10-24 Vsevolod Stakhov* Stylify and fix util functions that was gathered...
2008-10-23 Vsevolod Stakhov* Add initial implementation of control interface
2008-10-22 Vsevolod Stakhov* Add initial implementation of regexp module
2008-10-20 Vsevolod Stakhov* Parse header regexps in other way (header_name=/some_...
2008-10-16 Vsevolod Stakhov* Add support of shared memory chunks to memory pool...
2008-10-14 cebka@cebka... * Implement composite symbols
2008-10-14 cebka@cebka... * Configure modules when worker starts for simplifying...
2008-10-14 cebka@mailsupport... * Implement destructors stack in memory pool, so there...
2008-10-14 cebka@mailsupport... * Add utility function for parsing regexp from given...
2008-10-13 cebka@cebka... * Implement expression parser (convertor to inverse...
2008-10-10 cebka@cebka... * Write protocol output functions
2008-09-24 cebka@mailsupport... * Add routines to perl api to access new results adding...
2008-09-23 cebka@mailsupport... * Remove unused debug messages from url library
2008-09-23 cebka@mailsupport... * Add filter processing function which implements new...
2008-09-23 cebka@mailsupport... * Rework config file memory allocation to separate...
2008-09-23 cebka@mailsupport... * Implement factors consolidation function (default...
2008-09-23 cebka@mailsupport... * Rework logic of filters
2008-09-23 cebka@mailsupport... * Small updates to memory pool library
2008-09-21 cebka@mailsupport... * Optimize memory pools allocator
2008-09-21 cebka@mailsupport... * Use internal task pool for memcached operation export...
2008-09-20 cebka@mailsupport... * Place all protocol logic in separate file
2008-09-18 cebka@mailsupport... * Avoid realloc for memory pools by making memory pool...
2008-09-18 cebka@mailsupport... * Add memory pool support.
2008-09-18 cebka@mailsupport... * Add support of variables and variable substitution...
2008-09-16 cebka@mailsupport... * Write test case for async memcached library
2008-09-16 cebka@mailsupport... * Fix include dependencies
2008-09-10 Vsevolod Stakhov* Add utility for extracting urls from message
2008-09-09 Vsevolod Stakhov* Fix url parser (get regexp from our mail system)
2008-09-08 Vsevolod Stakhov* Fix url length while passing them to normalizer
2008-09-08 Vsevolod Stakhov* Use glib logger and regexp matching functions
2008-09-08 Vsevolod Stakhov* Add initial test suite using glib test suite
2008-09-04 Vsevolod Stakhov* Add SURBL logic to surbl plugin
2008-09-03 Vsevolod Stakhov* Add initial implementation of surbl check module
2008-09-02 Vsevolod Stakhov* Add ability to pass options to rspamd modules via...
next