]> source.dussan.org Git - rspamd.git/log
rspamd.git
14 years ago* Add classifiers and composites sections to dump
Vsevolod Stakhov [Tue, 6 Apr 2010 16:55:42 +0000 (20:55 +0400)]
* Add classifiers and composites sections to dump

14 years ago* Add lua functions parsing for module options
Vsevolod Stakhov [Tue, 6 Apr 2010 15:55:11 +0000 (19:55 +0400)]
* Add lua functions parsing for module options
* Add missing sections to XML parser (classifier, statfile, view, settings)
* Add missing params to XML parser
* Implement new commandline options parser (using glib)
* Set version to 0.3.0 as new rspamd would use new config system

14 years ago* Add initial version of lua configuration system
Vsevolod Stakhov [Mon, 5 Apr 2010 17:09:40 +0000 (21:09 +0400)]
* Add initial version of lua configuration system

14 years ago* Add dumper to XML file (not all sections yet)
Vsevolod Stakhov [Thu, 1 Apr 2010 15:45:35 +0000 (19:45 +0400)]
* Add dumper to XML file (not all sections yet)
* Add checksum to config files
* Some config parsing reorganizations:
  - post_load_config should be called after xml initialization
  - xml state machine is corrected to read main section variables
  - some linting is added to xml (checking of elements parity)

14 years ago* Add more syntax
Vsevolod Stakhov [Tue, 30 Mar 2010 15:56:15 +0000 (19:56 +0400)]
* Add more syntax

14 years ago* New syntax parser that should make syntax check of XML configs
Vsevolod Stakhov [Sat, 27 Mar 2010 02:12:35 +0000 (05:12 +0300)]
* New syntax parser that should make syntax check of XML configs
* Rework of config structure types (use glib types)
* TODO:
  - implement the whole syntax of rspamd in XML
  - implement custom handlers that modules can install
  - write missing handlers

14 years ago* Initial add of xml parser for rspamd configuration
Vsevolod Stakhov [Thu, 25 Mar 2010 16:19:47 +0000 (19:19 +0300)]
* Initial add of xml parser for rspamd configuration

14 years ago* Add FreeBSD port
Vsevolod Stakhov [Wed, 24 Mar 2010 16:44:52 +0000 (19:44 +0300)]
* Add FreeBSD port

14 years ago* Take block size into consideration while searching for fuzzy hash
Vsevolod Stakhov [Tue, 23 Mar 2010 15:40:50 +0000 (18:40 +0300)]
* Take block size into consideration while searching for fuzzy hash

14 years ago* Fix freeing of module parameters (they should NOT be freed)
Vsevolod Stakhov [Tue, 23 Mar 2010 14:50:28 +0000 (17:50 +0300)]
* Fix freeing of module parameters (they should NOT be freed)
* Add minimum hash length to check with fuzzy module as well as whitelisting for fuzzy checks:
  min_length = "300"; <- messages with more than 300 characters would be checked with fuzzy check
  whitelist = "http://somehost/somefile"; <- ip addresses whitelisted
* Extend comments about module options for comfortable usage

14 years ago* Add option min_tokens to classifier that allows to skip too short messages from...
Vsevolod Stakhov [Mon, 22 Mar 2010 17:13:16 +0000 (20:13 +0300)]
* Add option min_tokens to classifier that allows to skip too short messages from statistic check, format:
  min_tokens = "10"; (for 10 words minimum)

14 years ago* Update documentation
Vsevolod Stakhov [Mon, 22 Mar 2010 16:46:51 +0000 (19:46 +0300)]
* Update documentation

14 years ago* Add support for Judy storage for fuzzy hashes
cebka@lenovo-laptop [Mon, 22 Mar 2010 15:41:35 +0000 (18:41 +0300)]
* Add support for Judy storage for fuzzy hashes

14 years ago* Some logging added
cebka@lenovo-laptop [Thu, 18 Mar 2010 16:49:22 +0000 (19:49 +0300)]
* Some logging added

14 years ago* Try to speed up fuzzy storage
cebka@lenovo-laptop [Thu, 18 Mar 2010 16:43:55 +0000 (19:43 +0300)]
* Try to speed up fuzzy storage

14 years ago* Handle writing of messages correctly in perl module
cebka@lenovo-laptop [Thu, 18 Mar 2010 14:07:43 +0000 (17:07 +0300)]
* Handle writing of messages correctly in perl module

14 years ago* Add statistics for fuzzy storage
cebka@lenovo-laptop [Wed, 17 Mar 2010 14:58:31 +0000 (17:58 +0300)]
* Add statistics for fuzzy storage

14 years ago* Add action to form in cgi
cebka@lenovo-laptop [Wed, 17 Mar 2010 14:33:41 +0000 (17:33 +0300)]
* Add action to form in cgi

14 years ago* Fix statistics of messages in controller
cebka@lenovo-laptop [Wed, 17 Mar 2010 14:24:35 +0000 (17:24 +0300)]
* Fix statistics of messages in controller
* Fix building and installing perl target
* Fix learn command name
* Controller's commands are now case insensitive
* Statfiles can now be selected from popup list in cgi interface
* Password for controller's commands can now be specified in cgi interface

14 years ago* Fix descriptors leakage
cebka@spam3 [Wed, 17 Mar 2010 13:15:00 +0000 (16:15 +0300)]
* Fix descriptors leakage

14 years ago* Add normalizer for fuzzy hashes
cebka@lenovo-laptop [Tue, 16 Mar 2010 13:32:12 +0000 (16:32 +0300)]
* Add normalizer for fuzzy hashes
* Fix fuzzy add and fuzzy del

14 years ago* Read 'END' after password command
cebka@lenovo-laptop [Mon, 15 Mar 2010 18:31:54 +0000 (21:31 +0300)]
* Read 'END' after password command

14 years ago* Another addition to learning
cebka@lenovo-laptop [Mon, 15 Mar 2010 18:22:42 +0000 (21:22 +0300)]
* Another addition to learning

14 years ago* Fix learn command (-m is used instead -w)
cebka@lenovo-laptop [Mon, 15 Mar 2010 18:17:31 +0000 (21:17 +0300)]
* Fix learn command (-m is used instead -w)

14 years ago* Fix variable name in Client.pm
cebka@lenovo-laptop [Mon, 15 Mar 2010 18:12:39 +0000 (21:12 +0300)]
* Fix variable name in Client.pm

14 years ago* Fixes to rspamc
cebka@lenovo-laptop [Mon, 15 Mar 2010 18:10:04 +0000 (21:10 +0300)]
* Fixes to rspamc

14 years ago* Parse '*' in host name from config file correctly
cebka@lenovo-laptop [Mon, 15 Mar 2010 18:00:38 +0000 (21:00 +0300)]
* Parse '*' in host name from config file correctly

14 years ago* Fix another spf core dump while parsing 'include' items
cebka@lenovo-laptop [Mon, 15 Mar 2010 17:54:39 +0000 (20:54 +0300)]
* Fix another spf core dump while parsing 'include' items

14 years ago* Handle SERVER_NAME
cebka@lenovo-laptop [Fri, 12 Mar 2010 18:20:38 +0000 (21:20 +0300)]
* Handle SERVER_NAME

14 years ago* Fixes to configuration
cebka@lenovo-laptop [Fri, 12 Mar 2010 18:18:29 +0000 (21:18 +0300)]
* Fixes to configuration

14 years ago* More fixes
cebka@lenovo-laptop [Fri, 12 Mar 2010 18:05:01 +0000 (21:05 +0300)]
* More fixes

14 years ago* More fixes about require
cebka@lenovo-laptop [Fri, 12 Mar 2010 18:01:42 +0000 (21:01 +0300)]
* More fixes about require

14 years ago* use -> require
cebka@lenovo-laptop [Fri, 12 Mar 2010 17:55:09 +0000 (20:55 +0300)]
* use -> require

14 years ago* Bump version
cebka@lenovo-laptop [Fri, 12 Mar 2010 17:36:48 +0000 (20:36 +0300)]
* Bump version

14 years ago* Add web management interface for rspamd (no design yet)
cebka@lenovo-laptop [Fri, 12 Mar 2010 17:36:32 +0000 (20:36 +0300)]
* Add web management interface for rspamd (no design yet)
* Fix Mail::Rspamd::Client

14 years ago* Make new Mail::Rspamd::Client working
cebka@lenovo-laptop [Thu, 4 Mar 2010 17:56:47 +0000 (20:56 +0300)]
* Make new Mail::Rspamd::Client working

14 years ago* New Mail::Rspamd::Client
cebka@lenovo-laptop [Wed, 3 Mar 2010 16:34:51 +0000 (19:34 +0300)]
* New Mail::Rspamd::Client
  things TODO:
  - improve interaction with rspamc
  - improve documentation
  - test all features
  - test clustering
  - write CGI front-end

14 years ago* Allow to specify hosts file for making batch operations on rspamd using rspamc...
cebka@lenovo-laptop [Mon, 1 Mar 2010 17:39:42 +0000 (20:39 +0300)]
* Allow to specify hosts file for making batch operations on rspamd using rspamc client

14 years ago* Add percents of spam and ham detected to stat command output
cebka@lenovo-laptop [Mon, 1 Mar 2010 16:00:03 +0000 (19:00 +0300)]
* Add percents of spam and ham detected to stat command output

14 years ago* Fix bugs from previous commit
cebka@lenovo-laptop [Mon, 1 Mar 2010 15:54:56 +0000 (18:54 +0300)]
* Fix bugs from previous commit

14 years ago* Add weights command for getting weights of each message by each statfile
cebka@lenovo-laptop [Mon, 1 Mar 2010 15:37:06 +0000 (18:37 +0300)]
* Add weights command for getting weights of each message by each statfile
* Add ability to specify multiplier when learning
* Add statistics about spam and ham messages

14 years ago* Save prefixes in trees
cebka@lenovo-laptop [Sun, 28 Feb 2010 13:03:09 +0000 (16:03 +0300)]
* Save prefixes in trees

14 years ago* Fix cores in spf code (partially)
cebka@lenovo-laptop [Sat, 27 Feb 2010 15:59:05 +0000 (18:59 +0300)]
* Fix cores in spf code (partially)
* Add support for spf 2.0 (Sender ID policy)
* Add support of MAP_NOCORE to systems that supports it (FreeBSD for example)

14 years ago* Add custom filter for making marks for new user:
cebka@lenovo-laptop [Fri, 26 Feb 2010 18:12:24 +0000 (21:12 +0300)]
* Add custom filter for making marks for new user:
  - each username is passed throught metaphone filter
  - then we make prefix tree based on english letters from metaphone
  - then we are searching for the longest common string and output result (how many times we got that string)

14 years ago* Add first custom filter for making marks for ip addresses and networks
cebka@lenovo-laptop [Thu, 25 Feb 2010 15:55:40 +0000 (18:55 +0300)]
* Add first custom filter for making marks for ip addresses and networks
* Some additions to radix tree library:
  - allow tree traverse
  - add new insert methods (add and replace)
  - store keys in radix nodes (thought we can calculate key by bits, but I think that storing key is not too expensive)
  - values in a tree are now uintptr_t

14 years ago* Show help message when rspamd is called without any params (suggested by Andrey...
cebka@lenovo-laptop [Wed, 24 Feb 2010 14:41:15 +0000 (17:41 +0300)]
* Show help message when rspamd is called without any params (suggested by Andrey Zverev)

14 years ago* Libintl hack
cebka@lenovo-laptop [Fri, 19 Feb 2010 15:32:38 +0000 (18:32 +0300)]
* Libintl hack

14 years ago* Add ability to build rspamd static
cebka@lenovo-laptop [Fri, 19 Feb 2010 15:13:54 +0000 (18:13 +0300)]
* Add ability to build rspamd static

14 years ago* Add ability to add custom messages to rspamd output
cebka@lenovo-laptop [Wed, 17 Feb 2010 15:57:05 +0000 (18:57 +0300)]
* Add ability to add custom messages to rspamd output
* Add messages from spf checks

14 years ago* Add support for imap custom search in rspamc
cebka@lenovo-laptop [Tue, 16 Feb 2010 14:26:05 +0000 (17:26 +0300)]
* Add support for imap custom search in rspamc
* Update help message for rspamc

14 years ago* Allways set some protocol version even if command is not valid
cebka@lenovo-laptop [Mon, 15 Feb 2010 14:19:23 +0000 (17:19 +0300)]
* Allways set some protocol version even if command is not valid

14 years ago* Fix unix socket creation under FreeBSD (reported by Andrey Zverev)
cebka@lenovo-laptop [Mon, 15 Feb 2010 14:02:15 +0000 (17:02 +0300)]
* Fix unix socket creation under FreeBSD (reported by Andrey Zverev)

14 years ago* Add ability to add weight for fuzzy hashes, this can be very useful for autolearnin...
cebka@lenovo-laptop [Mon, 8 Feb 2010 16:23:53 +0000 (19:23 +0300)]
* Add ability to add weight for fuzzy hashes, this can be very useful for autolearning fuzzy storage by users

14 years ago* Handle empty messages in learning
cebka@lenovo-laptop [Fri, 5 Feb 2010 15:51:16 +0000 (18:51 +0300)]
* Handle empty messages in learning

14 years ago* Add a little review of rspamd
cebka@lenovo-laptop [Thu, 4 Feb 2010 17:58:47 +0000 (20:58 +0300)]
* Add a little review of rspamd
* Add local_scan.c from Anton Nekhoroshikh for exim MTA

14 years ago* Add maillist plugin for detecting mailmain/ezml and subscribe.ru lists
cebka@lenovo-laptop [Mon, 1 Feb 2010 17:01:20 +0000 (20:01 +0300)]
* Add maillist plugin for detecting mailmain/ezml and subscribe.ru lists

14 years ago* Add ability to classify only specific headers (for example Subject)
cebka@lenovo-laptop [Mon, 1 Feb 2010 16:07:33 +0000 (19:07 +0300)]
* Add ability to classify only specific headers (for example Subject)

14 years ago* Add support of custom filters in rspamd worker
cebka@lenovo-laptop [Fri, 29 Jan 2010 16:18:34 +0000 (19:18 +0300)]
* Add support of custom filters in rspamd worker
  - custom filters are dlopened and provides callbacks for user's input processing
  - custom filters can be used to extend rspamd functionality for unusual (non email processing cases)
  - custom filters allows to use rspamd async IO model and process management for performing custom network tasks

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