| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* Make binlog working for writing
* Add config params for binlog
|
| |
|
|
|
|
| |
* Fix registering functions from lua
|
|
|
|
| |
* Add rspamc protocol 1.1 (3 marks instead of 2)
|
| |
|
|
|
|
|
|
|
| |
* Fix sample config
* Fix compile warnings
* Fix building without lua support
* Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh)
|
| |
|
|
|
|
| |
* Add fuzzy storage syncing to file
|
| |
|
| |
|
|
|
|
| |
* Fix some errors
|
|
|
|
|
|
|
| |
* Add metrics optimization and symbols cache
* Change all plugins
[DRAGONS]: not for production usage, some things are still not working!
|
|
|
|
|
| |
* Fix parsing of invalid urls in html parser
* Add ability to specify symbols in view parameter as comma-separated list
|
|
|
|
|
|
|
| |
be easily extended by new types of wrokers
* Rework config system and avoid from using queue (3) lists
* Upgrade version to 0.2.0 as config format is now incompatible with older one
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Add simple lua interface to access task structures
* Improve error reporting for regexp module
|
|
|
|
|
| |
* Fix creating of uinx socket
* Improve some build issues
|
| |
|
|
|
|
| |
* Add new command line parameter '-V' allowing to dump all variables of rspamd
|
|
|
|
|
|
|
|
|
|
|
|
| |
that have regexp at the end
* Improve test for fuzzy hashes
* Add new object - TextPart to perl XS library that allows access to stripped parts and fuzzy hashes
* Add documentation for expressions parser and fot Mail::Rspamd::TextPart
* Allways calculate fuzzy hash for text parts
* Store text parts separately from other parts
* Add compare_parts_distance for expressions that calculates difference in 2 parts messages
* Do not try to substitute variables in empty strings
|
|
|
|
|
|
|
|
| |
* Parse expressions with state machine which allows different kinds of arguments in expressions
* Fix test to accord current data
* Add support of fucntions to regexp module
* Move all regexp logic to separate file, describe its API
* Fix descriptors leakage in surbl module
|
|
|
|
| |
* Set "C" locale on start to avoid some troubles with logging
|
|
|
|
| |
* Add warnings when we got errors while parsing rexeps
|
|
|
|
| |
* Update documentation
|
|
|
|
| |
* Add documentation for rspamd regexp module
|
| |
|
|
|
|
|
| |
* Add -t option for config testing
* Try to search default config in install prefix not in current directory
|
| |
|
|
|
|
|
|
|
|
| |
working with XS implicitly)
* Move all system includes to one file where we detect availability of all that includes
* Fix license misprint
* Fix some issues with perl initializing
|
| |
|
|
|
|
| |
* Fix macro detection in configure system
|
| |
|
|
|
|
| |
* Add 'probability' normalizing to winnow algorithm and calculate not pure weight but normalized probability
|
| |
|
|
|
|
| |
* Fix small bug in protocol implementation (\r -> \r\n)
|
| |
|
|
|
|
|
| |
* Fix bugs with config file parsing
* Fix bugs with creating sockets and reading commands
|
| |
|
|
|
|
| |
* Add function to resolve stat file name
|
|
* Adopt build system for new structure
--HG--
rename : cfg_file.h => src/cfg_file.h
rename : cfg_file.l => src/cfg_file.l
rename : cfg_file.y => src/cfg_file.y
rename : cfg_utils.c => src/cfg_utils.c
rename : controller.c => src/controller.c
rename : filter.c => src/filter.c
rename : filter.h => src/filter.h
rename : fstring.c => src/fstring.c
rename : fstring.h => src/fstring.h
rename : main.c => src/main.c
rename : main.h => src/main.h
rename : mem_pool.c => src/mem_pool.c
rename : mem_pool.h => src/mem_pool.h
rename : memcached-test.c => src/memcached-test.c
rename : memcached.c => src/memcached.c
rename : memcached.h => src/memcached.h
rename : perl.c => src/perl.c
rename : perl.h => src/perl.h
rename : plugins/regexp.c => src/plugins/regexp.c
rename : plugins/surbl.c => src/plugins/surbl.c
rename : protocol.c => src/protocol.c
rename : protocol.h => src/protocol.h
rename : upstream.c => src/upstream.c
rename : upstream.h => src/upstream.h
rename : url.c => src/url.c
rename : url.h => src/url.h
rename : util.c => src/util.c
rename : util.h => src/util.h
rename : worker.c => src/worker.c
|