]> source.dussan.org Git - rspamd.git/log
rspamd.git
14 years ago* Fixes to IMAP support in rspamc
cebka@lenovo-laptop [Fri, 29 Jan 2010 14:18:31 +0000 (17:18 +0300)]
* Fixes to IMAP support in rspamc

14 years ago* Write part's hashes to log for messages identify
cebka@lenovo-laptop [Thu, 28 Jan 2010 18:13:14 +0000 (21:13 +0300)]
* Write part's hashes to log for messages identify

14 years ago* New system of rspamc command:
cebka@lenovo-laptop [Thu, 28 Jan 2010 17:45:36 +0000 (20:45 +0300)]
* New system of rspamc command:
  - now it is possible to specify files and directories in arguments to rspamc
  - EXPERIMENTAL support of IMAP fetching including SSL support

14 years ago* Do not produce lua warning when message has no headers or has unresolved hostname
cebka@lenovo-laptop [Mon, 25 Jan 2010 12:35:38 +0000 (15:35 +0300)]
* Do not produce lua warning when message has no headers or has unresolved hostname

14 years ago* Fix misprint
cebka@lenovo-laptop [Thu, 14 Jan 2010 11:33:21 +0000 (14:33 +0300)]
* Fix misprint

14 years ago* Forgotten call of normalizer function
cebka@lenovo-laptop [Thu, 14 Jan 2010 11:26:23 +0000 (14:26 +0300)]
* Forgotten call of normalizer function

14 years ago* Add ability to add normalizers for statfiles (custom functions written in lua or...
cebka@lenovo-laptop [Wed, 13 Jan 2010 13:35:17 +0000 (16:35 +0300)]
* Add ability to add normalizers for statfiles (custom functions written in lua or simple internal normalizer)

14 years ago* Remove useless next in cycle
cebka@lenovo-laptop [Tue, 12 Jan 2010 15:10:10 +0000 (18:10 +0300)]
* Remove useless next in cycle

14 years ago* Add support of whitelists in settings (by Anton Nekhoroshin)
cebka@lenovo-laptop [Wed, 30 Dec 2009 12:54:48 +0000 (15:54 +0300)]
* Add support of whitelists in settings (by Anton Nekhoroshin)

14 years ago* Introduce new logging system:
Vsevolod Stakhov [Mon, 21 Dec 2009 22:32:18 +0000 (01:32 +0300)]
* Introduce new logging system:
  - independent and customizeable buffering
  - line buffering
  - errors handling support
  - custom (ip based) debug
  - append function name automaticaly (based on __FUNCTION__)
  - add some logic to logs system

14 years ago* Add ability to specify pid file from command line (for rc scripts)
Vsevolod Stakhov [Mon, 21 Dec 2009 16:21:37 +0000 (19:21 +0300)]
* Add ability to specify pid file from command line (for rc scripts)
* Do not use flock directly in pidfile handling

14 years ago* Add limits support to each worker (max open files and max core size)
Vsevolod Stakhov [Fri, 18 Dec 2009 14:48:06 +0000 (17:48 +0300)]
* Add limits support to each worker (max open files and max core size)
* Fix dependency on lex and yacc sources

14 years ago* Implement pre and post classify callbacks for checking specific statfiles for this...
Vsevolod Stakhov [Wed, 16 Dec 2009 17:06:29 +0000 (20:06 +0300)]
* Implement pre and post classify callbacks for checking specific statfiles for this task

TODO:
  - add properties to get all parameters of input task
  - add properties to statfile object
  - add some normalization function for calling from classify process
  - document changes

14 years ago* Fix inserting one list to another in spf parser (include border elements)
Vsevolod Stakhov [Tue, 15 Dec 2009 14:38:11 +0000 (17:38 +0300)]
* Fix inserting one list to another in spf parser (include border elements)

14 years ago* Fix issue with list concat
Vsevolod Stakhov [Mon, 14 Dec 2009 17:02:14 +0000 (20:02 +0300)]
* Fix issue with list concat

14 years ago* Fix symbols cache (init lua filters before symbols cache initialization)
Vsevolod Stakhov [Mon, 14 Dec 2009 16:03:43 +0000 (19:03 +0300)]
* Fix symbols cache (init lua filters before symbols cache initialization)
* Remove LRU expiration logic from statfiles and replace it with random/lowerest value expiration logic:
  expire random block or block with lowerest value

! statfiles are incompatible again

14 years ago* Add documentation
Vsevolod Stakhov [Thu, 10 Dec 2009 17:10:40 +0000 (20:10 +0300)]
* Add documentation
  - for Mail::Rspamd::Client
  - for HTTP redirector
  - for SPF module
  - for fuzzy storage
  - for statfile synchronization

14 years ago* 0.2.7 -> 0.2.8
Vsevolod Stakhov [Tue, 8 Dec 2009 19:11:18 +0000 (22:11 +0300)]
* 0.2.7 -> 0.2.8

14 years ago* Fixes to spf parser:
Vsevolod Stakhov [Tue, 8 Dec 2009 16:29:26 +0000 (19:29 +0300)]
* Fixes to spf parser:
  - add macros support
  - fix include command
  - fix exists command
  - add handling of DNS errors
  - fix all records in include parts
  - fix some issues with ip masks

14 years ago* Some fixes to 'include' and 'redirect' defines and to mask checking
Vsevolod Stakhov [Mon, 7 Dec 2009 17:19:02 +0000 (20:19 +0300)]
* Some fixes to 'include' and 'redirect' defines and to mask checking

14 years ago* Actually check what we have in spf record
Vsevolod Stakhov [Mon, 7 Dec 2009 13:07:37 +0000 (16:07 +0300)]
* Actually check what we have in spf record

14 years ago* Updates to spf system:
Vsevolod Stakhov [Fri, 4 Dec 2009 16:46:01 +0000 (19:46 +0300)]
* Updates to spf system:
  - add plugin to work with spf records (initial version)
  - make all spf types working (except include and redirect that still need some attention)
  - add support of MX records to evdns
  - some major fixes and testing of the whole spf subsystem

14 years ago* Many major fixes to statfiles:
Vsevolod Stakhov [Thu, 3 Dec 2009 18:28:50 +0000 (21:28 +0300)]
* Many major fixes to statfiles:
  - fix bug with mmapping files: new addresses must NOT be allocated in shared memory by themselves
  - fix bug with winnow classifier that totally brokes it down
  - fix bug with too much grow of values
* Use double precission values in statistics
* Add statistics for statfiles
* Add more informative data to output of LEARN command (weight of incoming message)
* Add weight to output of classifier as well

14 years ago* Another fixes to synchronization of statfiles
Vsevolod Stakhov [Thu, 3 Dec 2009 15:13:28 +0000 (18:13 +0300)]
* Another fixes to synchronization of statfiles

14 years ago* Some fixes to sync
Vsevolod Stakhov [Tue, 1 Dec 2009 21:45:37 +0000 (00:45 +0300)]
* Some fixes to sync

14 years ago* Adopt printf function from nginx for comfortable printing of some data types (fixed...
Vsevolod Stakhov [Mon, 30 Nov 2009 16:26:06 +0000 (19:26 +0300)]
* Adopt printf function from nginx for comfortable printing of some data types (fixed strings, pids etc)
* Fix work of http maps (they were broken in some places before)
* Fix sync of statfiles (not fully tested yet)

14 years ago* Initial release of synchronization server in controller
Vsevolod Stakhov [Fri, 27 Nov 2009 16:15:48 +0000 (19:15 +0300)]
* Initial release of synchronization server in controller

14 years ago* Add initial version of rspamd binlog syncronization client
Vsevolod Stakhov [Wed, 25 Nov 2009 17:32:15 +0000 (20:32 +0300)]
* Add initial version of rspamd binlog syncronization client
* Style fix to perl module

14 years ago* Add check_smtp_data function for checking some fields from SMTP dialog
Vsevolod Stakhov [Sun, 22 Nov 2009 17:45:22 +0000 (20:45 +0300)]
* Add check_smtp_data function for checking some fields from SMTP dialog

14 years ago* Some more clarifications to perl api
Vsevolod Stakhov [Mon, 16 Nov 2009 16:39:34 +0000 (19:39 +0300)]
* Some more clarifications to perl api

14 years ago* Perl fixes:
Vsevolod Stakhov [Mon, 16 Nov 2009 15:43:30 +0000 (18:43 +0300)]
* Perl fixes:
 - remove XS API, it seems that I would never support it
 - use sys(write|read) for IO in Mail::Rspamd::Client
 - add proper installation process for Mail::Rspamd::Client
 - remove some other legacy

--HG--
rename : perl/Client.pm => perl/lib/Mail/Rspamd/Client.pm

14 years ago* Write revision and revision time to statfile
Vsevolod Stakhov [Thu, 12 Nov 2009 17:38:20 +0000 (20:38 +0300)]
* Write revision and revision time to statfile
* Make some improvements to API (trying to make it more clear)

14 years ago* New version of rspamd statfiles that can be used in sync
Vsevolod Stakhov [Thu, 12 Nov 2009 16:50:28 +0000 (19:50 +0300)]
* New version of rspamd statfiles that can be used in sync
* Add convertion routines for converting 1.0 to 1.2 statfiles
* Reserve some place in header for future features

14 years ago* Fix some issues in binlog seeking
Vsevolod Stakhov [Thu, 12 Nov 2009 14:21:06 +0000 (17:21 +0300)]
* Fix some issues in binlog seeking

14 years ago* Fix addrlen of sockaddr_un (previous was a mistake)
Vsevolod Stakhov [Wed, 11 Nov 2009 17:01:58 +0000 (20:01 +0300)]
* Fix addrlen of sockaddr_un (previous was a mistake)

14 years ago* Add right way to pass config params with common names to lua scripts
Vsevolod Stakhov [Wed, 11 Nov 2009 15:48:34 +0000 (18:48 +0300)]
* Add right way to pass config params with common names to lua scripts

14 years ago* Fix parsing '*' as hostname in bind lines
Vsevolod Stakhov [Tue, 10 Nov 2009 16:32:31 +0000 (19:32 +0300)]
* Fix parsing '*' as hostname in bind lines

14 years ago* Avoid mmap'ing in binlog as mmapped areas must be aligned
Vsevolod Stakhov [Mon, 9 Nov 2009 18:05:38 +0000 (21:05 +0300)]
* Avoid mmap'ing in binlog as mmapped areas must be aligned
* Make binlog working for writing
* Add config params for binlog

14 years ago* Check whether dead flag is defined in hash to avoid warning
Vsevolod Stakhov [Mon, 9 Nov 2009 16:58:12 +0000 (19:58 +0300)]
* Check whether dead flag is defined in hash to avoid warning

14 years ago* Update documentation:
Vsevolod Stakhov [Mon, 9 Nov 2009 15:32:53 +0000 (18:32 +0300)]
* Update documentation:
 - add information about grow_factor;
 - document views and user's settings (4.8);
 - document lua maps (9.4).

14 years ago* Add logging urls as it was required by rambler search
Vsevolod Stakhov [Fri, 6 Nov 2009 17:47:07 +0000 (20:47 +0300)]
* Add logging urls as it was required by rambler search

14 years ago* Add binlog API implementation
Vsevolod Stakhov [Fri, 6 Nov 2009 17:31:03 +0000 (20:31 +0300)]
* Add binlog API implementation

14 years ago* SI_ code macroses are not BSD compatible, avoid using them
Vsevolod Stakhov [Thu, 5 Nov 2009 15:13:07 +0000 (18:13 +0300)]
* SI_ code macroses are not BSD compatible, avoid using them

14 years ago* Add more advanced signal processing routine
Vsevolod Stakhov [Thu, 5 Nov 2009 15:09:54 +0000 (18:09 +0300)]
* Add more advanced signal processing routine

14 years ago* Add ability to add maps from lua scripts and access theirs elements
Vsevolod Stakhov [Mon, 2 Nov 2009 16:37:06 +0000 (19:37 +0300)]
* Add ability to add maps from lua scripts and access theirs elements
* Add whitelist module for whitelisting score for some ip/from addresses

14 years ago* Parse days and hours in time limits
Vsevolod Stakhov [Fri, 30 Oct 2009 15:49:36 +0000 (18:49 +0300)]
* Parse days and hours in time limits

14 years ago* Implement new system of managing rspamd processes
Vsevolod Stakhov [Fri, 30 Oct 2009 15:30:51 +0000 (18:30 +0300)]
* Implement new system of managing rspamd processes

14 years ago* Fix an issue with workers spawning
Vsevolod Stakhov [Thu, 29 Oct 2009 16:45:35 +0000 (19:45 +0300)]
* Fix an issue with workers spawning
* Fix an issue with initializing radix lists in views

14 years ago* Add ability to check views by client's ip (that ip from which we have a connection...
Vsevolod Stakhov [Tue, 27 Oct 2009 16:34:11 +0000 (19:34 +0300)]
* Add ability to check views by client's ip (that ip from which we have a connection to rspamd)

14 years ago* Convert all string values to lowercase in once_received module
Vsevolod Stakhov [Tue, 27 Oct 2009 13:41:14 +0000 (16:41 +0300)]
* Convert all string values to lowercase in once_received module

14 years ago* Fix patterns matching in lua plugins
Vsevolod Stakhov [Mon, 26 Oct 2009 15:40:07 +0000 (18:40 +0300)]
* Fix patterns matching in lua plugins

14 years ago* Implement timeouts in rspamd perl module
Vsevolod Stakhov [Sat, 24 Oct 2009 00:51:53 +0000 (04:51 +0400)]
* Implement timeouts in rspamd perl module
* Implement upstream logics
* Add learn command
* Small fixes to other parts of client's API

15 years ago* Add perl client library for rspamd (alpha version)
Vsevolod Stakhov [Wed, 21 Oct 2009 16:47:58 +0000 (20:47 +0400)]
* Add perl client library for rspamd (alpha version)

15 years ago* Remove utf8 usage in forged recipients plugin
Vsevolod Stakhov [Tue, 20 Oct 2009 14:56:02 +0000 (18:56 +0400)]
* Remove utf8 usage in forged recipients plugin

15 years ago* Fix reading of last block
Vsevolod Stakhov [Tue, 20 Oct 2009 14:13:19 +0000 (18:13 +0400)]
* Fix reading of last block

15 years ago* Do not really check messages that should be skipped
Vsevolod Stakhov [Mon, 19 Oct 2009 16:35:27 +0000 (20:35 +0400)]
* Do not really check messages that should be skipped
* Add Skip state for such messages (not False and not True)

15 years ago* Add ability for scanning non-mime (HTML) messages
Vsevolod Stakhov [Mon, 19 Oct 2009 16:18:23 +0000 (20:18 +0400)]
* Add ability for scanning non-mime (HTML) messages

15 years ago* Small improvement of lua style
Vsevolod Stakhov [Sat, 17 Oct 2009 01:50:38 +0000 (05:50 +0400)]
* Small improvement of lua style
* Add ibility to process A records in spf parser
* Add recursion limit to spf parser

15 years ago* Add ability to change statfile size limit in config and allow reindexing of statfiles
Vsevolod Stakhov [Fri, 16 Oct 2009 16:46:49 +0000 (20:46 +0400)]
* Add ability to change statfile size limit in config and allow reindexing of statfiles

15 years ago* Add growing coefficient to factors consolidation callback
Vsevolod Stakhov [Fri, 16 Oct 2009 15:13:06 +0000 (19:13 +0400)]
* Add growing coefficient to factors consolidation callback
* Fix registering functions from lua

15 years ago* Add ability to skip check in views
Vsevolod Stakhov [Fri, 16 Oct 2009 12:53:13 +0000 (16:53 +0400)]
* Add ability to skip check in views

15 years ago* Trim brackets in forged recipients plugin
Vsevolod Stakhov [Wed, 14 Oct 2009 15:18:43 +0000 (19:18 +0400)]
* Trim brackets in forged recipients plugin

15 years ago* Fix getting of message headers from lua plugins
Vsevolod Stakhov [Wed, 14 Oct 2009 14:46:50 +0000 (18:46 +0400)]
* Fix getting of message headers from lua plugins
* Fix forged recipients plugin

15 years ago* Fix loop
Vsevolod Stakhov [Wed, 14 Oct 2009 11:21:28 +0000 (15:21 +0400)]
* Fix loop

15 years ago* Add ability to register rspamd functions from LUA
Vsevolod Stakhov [Tue, 13 Oct 2009 14:46:01 +0000 (18:46 +0400)]
* Add ability to register rspamd functions from LUA
* Add ability to access recipients list and sender information
* Add plugin for checking forged recipients and sender
* Sync documentation

15 years ago* Add ip4 SPF record callback
Vsevolod Stakhov [Fri, 9 Oct 2009 16:29:10 +0000 (20:29 +0400)]
* Add ip4 SPF record callback
* Define HOST_NAME_MAX on systems that have not this macro

15 years ago* Forgotten in previous commit
Vsevolod Stakhov [Fri, 9 Oct 2009 14:27:06 +0000 (18:27 +0400)]
* Forgotten in previous commit

15 years ago* Improve logic of lua plugins:
Vsevolod Stakhov [Fri, 9 Oct 2009 14:26:46 +0000 (18:26 +0400)]
* Improve logic of lua plugins:
 - fix once received plugin to configure properly (pointy hat to: dmx)
 - add additional functionality to once_received plugin for strict checking of received
 - make all things local

15 years ago* Forgotten header
Vsevolod Stakhov [Wed, 7 Oct 2009 03:55:18 +0000 (07:55 +0400)]
* Forgotten header

15 years ago* Port evdns with TXT patch into rspamd and adopt it to work separately from libevent
Vsevolod Stakhov [Wed, 7 Oct 2009 03:54:02 +0000 (07:54 +0400)]
* Port evdns with TXT patch into rspamd and adopt it to work separately from libevent
* Add skeleton for spf parser

15 years ago* Add once_received plugin (by dmx)
Vsevolod Stakhov [Mon, 5 Oct 2009 13:58:04 +0000 (17:58 +0400)]
* Add once_received plugin (by dmx)
* Fix read_callback to avoid double freeing of task object

15 years ago* Add reject score setting for hard rejecting of mail (by Anton Nekhoroshin)
Vsevolod Stakhov [Fri, 2 Oct 2009 16:23:16 +0000 (20:23 +0400)]
* Add reject score setting for hard rejecting of mail (by Anton Nekhoroshin)
* Add rspamc protocol 1.1 (3 marks instead of 2)

15 years ago* Retab, no functional changes
Vsevolod Stakhov [Fri, 2 Oct 2009 13:09:38 +0000 (17:09 +0400)]
* Retab, no functional changes

15 years ago* Fix some memory issues with lua (strings that are returned from lua can be freed...
Vsevolod Stakhov [Fri, 2 Oct 2009 12:53:04 +0000 (16:53 +0400)]
* Fix some memory issues with lua (strings that are returned from lua can be freed early)

15 years ago* Fix another race
Vsevolod Stakhov [Wed, 30 Sep 2009 15:50:38 +0000 (19:50 +0400)]
* Fix another race

15 years ago* Fix race between learn and classify
Vsevolod Stakhov [Mon, 28 Sep 2009 15:11:05 +0000 (19:11 +0400)]
* Fix race between learn and classify

15 years ago* Make composites working
Vsevolod Stakhov [Fri, 25 Sep 2009 17:24:37 +0000 (21:24 +0400)]
* Make composites working
* Document using of composites

15 years ago* Add events to lua resolver
Vsevolod Stakhov [Fri, 25 Sep 2009 16:04:56 +0000 (20:04 +0400)]
* Add events to lua resolver
* Do not classify non-text messages

15 years ago* Add documentation
Vsevolod Stakhov [Fri, 25 Sep 2009 15:50:30 +0000 (19:50 +0400)]
* Add documentation

15 years ago* Fix learning
Vsevolod Stakhov [Fri, 25 Sep 2009 13:33:16 +0000 (17:33 +0400)]
* Fix learning

15 years ago* Fix CRLF parsing
Vsevolod Stakhov [Thu, 24 Sep 2009 11:31:48 +0000 (15:31 +0400)]
* Fix CRLF parsing
* Fix pidfile in start script

15 years ago* Do not read http reply when we got 304 reply code
Vsevolod Stakhov [Wed, 23 Sep 2009 15:12:03 +0000 (19:12 +0400)]
* Do not read http reply when we got 304 reply code

15 years agoAdded tag 0.2.7 for changeset e3cf50559597
Vsevolod Stakhov [Wed, 23 Sep 2009 14:06:36 +0000 (18:06 +0400)]
Added tag 0.2.7 for changeset e3cf50559597

15 years ago* Update sample config 0.2.7
Vsevolod Stakhov [Wed, 23 Sep 2009 14:06:30 +0000 (18:06 +0400)]
* Update sample config

15 years ago* No IO allowed in events destructors
Vsevolod Stakhov [Wed, 23 Sep 2009 12:51:11 +0000 (16:51 +0400)]
* No IO allowed in events destructors

15 years ago* Another mistake in task object initialization
Vsevolod Stakhov [Wed, 23 Sep 2009 11:45:00 +0000 (15:45 +0400)]
* Another mistake in task object initialization

15 years ago* Small fixes in task construction
Vsevolod Stakhov [Wed, 23 Sep 2009 11:36:00 +0000 (15:36 +0400)]
* Small fixes in task construction

15 years ago* Implement new system of async events handling (experimental)
Vsevolod Stakhov [Tue, 22 Sep 2009 16:22:31 +0000 (20:22 +0400)]
* Implement new system of async events handling (experimental)

15 years ago* Export definitions
Vsevolod Stakhov [Mon, 21 Sep 2009 14:47:23 +0000 (18:47 +0400)]
* Export definitions

15 years ago* Add time out for sync IO as it can cause unpredictable errors
Vsevolod Stakhov [Mon, 21 Sep 2009 14:46:48 +0000 (18:46 +0400)]
* Add time out for sync IO as it can cause unpredictable errors

15 years ago* Fix fuzzy storage binding
Vsevolod Stakhov [Mon, 21 Sep 2009 11:29:12 +0000 (15:29 +0400)]
* Fix fuzzy storage binding

15 years ago* Cleanify logic of processes dispatcher
Vsevolod Stakhov [Mon, 21 Sep 2009 11:18:54 +0000 (15:18 +0400)]
* Cleanify logic of processes dispatcher

15 years ago* Fix -C flag with lua enabled
Vsevolod Stakhov [Wed, 16 Sep 2009 13:07:16 +0000 (17:07 +0400)]
* Fix -C flag with lua enabled

15 years ago* Add decoding entities as it is specified in w3c recommendations
Vsevolod Stakhov [Wed, 16 Sep 2009 12:42:36 +0000 (16:42 +0400)]
* Add decoding entities as it is specified in w3c recommendations

15 years ago* Fix double free of memory
Vsevolod Stakhov [Wed, 16 Sep 2009 12:16:50 +0000 (16:16 +0400)]
* Fix double free of memory
* Fix symbols output

15 years ago* Remove assert
Vsevolod Stakhov [Wed, 16 Sep 2009 12:01:20 +0000 (16:01 +0400)]
* Remove assert
* Fix build WITH_LUA
* Fix calling of classifier
* Fix autolearn

15 years ago* Decode all html entitles in html parts
Vsevolod Stakhov [Wed, 16 Sep 2009 11:53:18 +0000 (15:53 +0400)]
* Decode all html entitles in html parts

15 years ago* Fix build with LUA_ENABLED = on and WITH_LUA = no (when lua is not found)
Vsevolod Stakhov [Wed, 16 Sep 2009 11:43:47 +0000 (15:43 +0400)]
* Fix build with LUA_ENABLED = on and WITH_LUA = no (when lua is not found)

15 years ago* Add lua plugin for checking received headers
Vsevolod Stakhov [Tue, 15 Sep 2009 14:42:05 +0000 (18:42 +0400)]
* Add lua plugin for checking received headers
* Some tunes to lua API
* Fix bug with http maps
* Optimize installation and make custom prefix for configs

15 years ago* Add chunked replies support for http maps
Vsevolod Stakhov [Tue, 15 Sep 2009 11:47:35 +0000 (15:47 +0400)]
* Add chunked replies support for http maps