Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify http code for client and server. | Vsevolod Stakhov | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | Fix simultaneous bind to ipv6 and ipv6 sockets. | Vsevolod Stakhov | 2014-01-09 | 1 | -64/+116 |
| | |||||
* | Add include_map macro to ucl language. | Vsevolod Stakhov | 2014-01-05 | 1 | -0/+90 |
| | |||||
* | Fix reload of rspamd. | Vsevolod Stakhov | 2013-12-25 | 1 | -28/+0 |
| | |||||
* | Use sockets pool for DNS requests. | Vsevolod Stakhov | 2013-12-18 | 1 | -0/+2 |
| | | | | Inspired by: Vadim Goncharov | ||||
* | Fix unix sockets for workers binding. | Vsevolod Stakhov | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | Fix misprint. | Vsevolod Stakhov | 2013-12-04 | 1 | -1/+1 |
| | |||||
* | Init logging just after config is parsed by ucl. | Vsevolod Stakhov | 2013-12-04 | 1 | -2/+10 |
| | |||||
* | Rework fuzzy check module. | Vsevolod Stakhov | 2013-12-04 | 1 | -1/+3 |
| | | | | | | | | | | - Now all checks are organized to rules. - Allow to specify read_only rules to avoid problems on learning. - Use better normalizer for fuzzy module and it now returns values from 0 to 1.0 (like bayes does). - Update configuration accordingly. - Drop legacy configuration support. - Detect tanh as well and provide some reasonable (linear) fallback. | ||||
* | Use ucl variables. | Vsevolod Stakhov | 2013-11-24 | 1 | -0/+33 |
| | |||||
* | Allow dump of invalid xml to ucl format. | Vsevolod Stakhov | 2013-11-21 | 1 | -10/+19 |
| | |||||
* | Remove legacy stuff. | Vsevolod Stakhov | 2013-11-21 | 1 | -221/+0 |
| | |||||
* | Do not ignore case for keys in config. | Vsevolod Stakhov | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Fix options in statfiles. | Vsevolod Stakhov | 2013-11-15 | 1 | -4/+0 |
| | |||||
* | Handle views in ucl. | Vsevolod Stakhov | 2013-11-14 | 1 | -2/+3 |
| | |||||
* | Expand path in file maps. | Vsevolod Stakhov | 2013-11-13 | 1 | -133/+0 |
| | |||||
* | Add support of path variables. | Vsevolod Stakhov | 2013-11-13 | 1 | -0/+133 |
| | | | | | | | | Support expanding of path variables in rspamd: - $CONFDIR: configuration directory - $LOCALSTATESDIR: local states directory - $INSTALLPREFIX: installation prefix - $VERSION: rspamd version | ||||
* | Do not crash on an invalid xml config. | Vsevolod Stakhov | 2013-11-10 | 1 | -1/+5 |
| | |||||
* | Fix RCL config parsing. | Vsevolod Stakhov | 2013-11-03 | 1 | -5/+4 |
| | |||||
* | Allow xml->ucl config conversion. | Vsevolod Stakhov | 2013-10-26 | 1 | -12/+60 |
| | | | | | | | Now it is possible to read UCL configs directly and convert legacy XML to UCL by --convert-config option. Default config is now rspamd.conf, not rspamd.xml. | ||||
* | Fix metric setup from ucl. | Vsevolod Stakhov | 2013-10-26 | 1 | -2/+8 |
| | |||||
* | Further fixes in xml->rcl conversion. | Vsevolod Stakhov | 2013-10-26 | 1 | -3/+3 |
| | |||||
* | Remove kvstorage from the configuration as well. | Vsevolod Stakhov | 2013-10-26 | 1 | -1/+0 |
| | |||||
* | Improve xml->rcl conversion. | Vsevolod Stakhov | 2013-10-26 | 1 | -2/+5 |
| | |||||
* | Zero xml parser userdata before using. | Vsevolod Stakhov | 2013-10-26 | 1 | -0/+1 |
| | |||||
* | Start to eliminate xml configuration. | Vsevolod Stakhov | 2013-10-23 | 1 | -8/+1 |
| | |||||
* | Replace RCL to UCL from libucl to avoid duplicity in the code. | Vsevolod Stakhov | 2013-10-22 | 1 | -5/+5 |
| | |||||
* | Add an emitter from rcl object to lua. | Vsevolod Stakhov | 2013-10-02 | 1 | -85/+8 |
| | |||||
* | Allow multiply bind configurations. | Vsevolod Stakhov | 2013-09-16 | 1 | -20/+14 |
| | |||||
* | Refactor metric actions handling. | Vsevolod Stakhov | 2013-09-13 | 1 | -3/+5 |
| | | | | | | Use array of actions instead of a linked list to speed up processing. * Removed required_score, reject_score and action in metric config, now REJECT is the only default action for a metric. | ||||
* | Fixes #45 issue by the proper parsing of a unix socket address. | Vsevolod Stakhov | 2013-08-08 | 1 | -0/+1 |
| | |||||
* | Remove broken line. | Vsevolod Stakhov | 2013-06-06 | 1 | -1/+0 |
| | |||||
* | Fix wildcard addresses in config. | Vsevolod Stakhov | 2013-06-03 | 1 | -2/+8 |
| | |||||
* | Rework socket creation logic to support both ipv4 and ipv6 sockets. | Vsevolod Stakhov | 2013-06-01 | 1 | -20/+46 |
| | |||||
* | Add support for meta options for modules. | Vsevolod Stakhov | 2013-05-30 | 1 | -0/+2 |
| | | | | | This is preliminary patch that enables meta options for modules which would simplify complex options passing. | ||||
* | Add /maps and /getmap commands to webui. | Vsevolod Stakhov | 2013-01-06 | 1 | -0/+6 |
| | | | | | | Identify maps by id. Initialize secure random numbers using openssl. Add description to maps. | ||||
* | * Add symbols command for webui. | Vsevolod Stakhov | 2013-01-06 | 1 | -0/+16 |
| | |||||
* | Fix test build and shlibs depends. | Vsevolod Stakhov | 2012-12-15 | 1 | -51/+0 |
| | |||||
* | * Use murmur hash for all hashes as it is more efficient and provides more ↵ | Vsevolod Stakhov | 2012-10-08 | 1 | -14/+14 |
| | | | | | | uniform distribution as glib's default one. * Fix probability renormalization while using advanced classification. | ||||
* | * Add support for dynamic configuration to the controller's interface. | Vsevolod Stakhov | 2012-10-02 | 1 | -0/+2 |
| | | | | | * File maps are now being watched even if they don't exist on rspamd start. Several fixes to dynamic configuration logic. | ||||
* | Allow multiply statfiles with a same label. | Vsevolod Stakhov | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | * Add dynamic configuration dumping. | Vsevolod Stakhov | 2012-10-01 | 1 | -0/+4 |
| | | | | | | * Add labels support to the statfiles (would be used for meta-classification) * Rewrite exim spam.c patch to work with both rspamd and SA by using 'variant=rspamd' option in spam_server line. | ||||
* | * Add map_watch_interval configurable. | Vsevolod Stakhov | 2012-09-19 | 1 | -3/+3 |
| | | | | Support floating point values for time intervals. | ||||
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 1 | -0/+5 |
| | | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...' | ||||
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
| | | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c. | ||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | * DKIM module now check only first signature as others must be rejected or ↵ | Vsevolod Stakhov | 2012-06-05 | 1 | -13/+35 |
| | | | | | | | skipped by definition. * Add 'trusted_only' and 'skip_multi' options to DKIM module. * Improve flags parsing to support strings like: 'true', 'false', '1', '0', 'yes', 'no', 'y', 'n'. | ||||
* | Parse big limits on 32 bits machine (for file sizes). | Vsevolod Stakhov | 2012-03-28 | 1 | -3/+3 |
| | |||||
* | * Add lua bindings for upstream API. | Vsevolod Stakhov | 2012-03-26 | 1 | -13/+45 |
| | |||||
* | Use DB_HASH access method for bdb backend. | Vsevolod Stakhov | 2012-03-01 | 1 | -1/+1 |
| | | | | Fix signed and unsigned comparasion while I'm here. |