Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Support versions of hashes file | Vsevolod Stakhov | 2010-05-06 | 2 | -7/+60 |
| | |||||
* | * Add ability to set specific symbols for different fuzzy flags | Vsevolod Stakhov | 2010-05-06 | 2 | -15/+66 |
| | | | | * Fix storage of fuzzy flags | ||||
* | * Add sample XML config | Vsevolod Stakhov | 2010-05-06 | 1 | -2/+2 |
| | | | | | * Fix minor errors in logging initializing * Fix installation of config files | ||||
* | * Add ability to add flags to fuzzy hashes | Vsevolod Stakhov | 2010-05-05 | 5 | -9/+59 |
| | |||||
* | * Improve logging system: | Vsevolod Stakhov | 2010-04-27 | 4 | -28/+144 |
| | | | | | | | - do not write many repeated messages to log - add process name to log line * Small fixes to FreeBSD port and to start script as we have xml version now * Reconfig modules while rereading config file | ||||
* | * Add ability to pass all filters by using flag -p in case of rspamc or ↵ | Vsevolod Stakhov | 2010-04-26 | 3 | -14/+30 |
| | | | | adding header Pass: all in rspamc protocol | ||||
* | * Make regmark customplugin working | Vsevolod Stakhov | 2010-04-23 | 4 | -315/+320 |
| | |||||
* | * Bugfixes: | Vsevolod Stakhov | 2010-04-20 | 9 | -52/+65 |
| | | | | | | | | | | - handle '\' characters in lua strings correctly - fix lua initialization - avoid of using global lua state (global L) - fix listen sockets hash to allow multiply workers of same type but on different listen sockets - fix modules options inserting to allow multiply options of the same name - fix parsing of lua options - fix lua rules | ||||
* | * Add lua config for most common rules | Vsevolod Stakhov | 2010-04-13 | 3 | -6/+38 |
| | | | | * Reset lua state while reloading | ||||
* | * Handle and dump factors correctly | Vsevolod Stakhov | 2010-04-08 | 5 | -270/+307 |
| | | | | | | * Many fixes to processes spawning * Implement rereading of config * Fix stupid yacc with its stupid global vars | ||||
* | * Insert fuzzy check symbol correctly as it depends not only on factor but ↵ | Vsevolod Stakhov | 2010-04-08 | 2 | -3/+23 |
| | | | | also to normalizer | ||||
* | * Regexp module now can understand lua variables and functions | Vsevolod Stakhov | 2010-04-08 | 1 | -5/+27 |
| | |||||
* | * Call lua functions like C functions in expressions | Vsevolod Stakhov | 2010-04-08 | 3 | -1/+70 |
| | |||||
* | * Modules section | Vsevolod Stakhov | 2010-04-08 | 3 | -27/+108 |
| | |||||
* | * Handle modules configuration | Vsevolod Stakhov | 2010-04-08 | 2 | -33/+31 |
| | |||||
* | * Wellcome to the XML world | Vsevolod Stakhov | 2010-04-07 | 6 | -112/+303 |
| | |||||
* | * Add classifiers and composites sections to dump | Vsevolod Stakhov | 2010-04-06 | 5 | -16/+125 |
| | |||||
* | * Add lua functions parsing for module options | Vsevolod Stakhov | 2010-04-06 | 7 | -108/+617 |
| | | | | | | | * 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 | ||||
* | * Add initial version of lua configuration system | Vsevolod Stakhov | 2010-04-05 | 9 | -16/+312 |
| | |||||
* | * Add dumper to XML file (not all sections yet) | Vsevolod Stakhov | 2010-04-01 | 6 | -45/+310 |
| | | | | | | | | * 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) | ||||
* | * Add more syntax | Vsevolod Stakhov | 2010-03-30 | 3 | -49/+346 |
| | |||||
* | * New syntax parser that should make syntax check of XML configs | Vsevolod Stakhov | 2010-03-27 | 4 | -144/+460 |
| | | | | | | | | * 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 | ||||
* | * Initial add of xml parser for rspamd configuration | Vsevolod Stakhov | 2010-03-25 | 5 | -1/+504 |
| | |||||
* | * Take block size into consideration while searching for fuzzy hash | Vsevolod Stakhov | 2010-03-23 | 1 | -4/+7 |
| | |||||
* | * Fix freeing of module parameters (they should NOT be freed) | Vsevolod Stakhov | 2010-03-23 | 6 | -14/+80 |
| | | | | | | | * 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 | ||||
* | * Add option min_tokens to classifier that allows to skip too short messages ↵ | Vsevolod Stakhov | 2010-03-22 | 1 | -1/+34 |
| | | | | | | from statistic check, format: min_tokens = "10"; (for 10 words minimum) | ||||
* | * Add support for Judy storage for fuzzy hashes | cebka@lenovo-laptop | 2010-03-22 | 3 | -18/+160 |
| | |||||
* | * Some logging added | cebka@lenovo-laptop | 2010-03-18 | 1 | -0/+6 |
| | |||||
* | * Try to speed up fuzzy storage | cebka@lenovo-laptop | 2010-03-18 | 1 | -43/+101 |
| | |||||
* | * Handle writing of messages correctly in perl module | cebka@lenovo-laptop | 2010-03-18 | 1 | -0/+1 |
| | |||||
* | * Add statistics for fuzzy storage | cebka@lenovo-laptop | 2010-03-17 | 3 | -0/+13 |
| | |||||
* | * Fix statistics of messages in controller | cebka@lenovo-laptop | 2010-03-17 | 3 | -4/+3 |
| | | | | | | | | * 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 | ||||
* | * Fix descriptors leakage | cebka@spam3 | 2010-03-17 | 1 | -2/+12 |
| | |||||
* | * Add normalizer for fuzzy hashes | cebka@lenovo-laptop | 2010-03-16 | 2 | -3/+36 |
| | | | | * Fix fuzzy add and fuzzy del | ||||
* | * Fix learn command (-m is used instead -w) | cebka@lenovo-laptop | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | * Fix another spf core dump while parsing 'include' items | cebka@lenovo-laptop | 2010-03-15 | 1 | -1/+6 |
| | |||||
* | * Add percents of spam and ham detected to stat command output | cebka@lenovo-laptop | 2010-03-01 | 1 | -2/+6 |
| | |||||
* | * Fix bugs from previous commit | cebka@lenovo-laptop | 2010-03-01 | 3 | -11/+4 |
| | |||||
* | * Add weights command for getting weights of each message by each statfile | cebka@lenovo-laptop | 2010-03-01 | 7 | -14/+235 |
| | | | | | * Add ability to specify multiplier when learning * Add statistics about spam and ham messages | ||||
* | * Save prefixes in trees | cebka@lenovo-laptop | 2010-02-28 | 2 | -13/+37 |
| | |||||
* | * Fix cores in spf code (partially) | cebka@lenovo-laptop | 2010-02-27 | 3 | -11/+87 |
| | | | | | * Add support for spf 2.0 (Sender ID policy) * Add support of MAP_NOCORE to systems that supports it (FreeBSD for example) | ||||
* | * Add custom filter for making marks for new user: | cebka@lenovo-laptop | 2010-02-26 | 9 | -4/+892 |
| | | | | | | - 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) | ||||
* | * Add first custom filter for making marks for ip addresses and networks | cebka@lenovo-laptop | 2010-02-25 | 5 | -10/+570 |
| | | | | | | | | * 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 | ||||
* | * Add ability to build rspamd static | cebka@lenovo-laptop | 2010-02-19 | 1 | -22/+60 |
| | |||||
* | * Add ability to add custom messages to rspamd output | cebka@lenovo-laptop | 2010-02-17 | 6 | -7/+36 |
| | | | | * Add messages from spf checks | ||||
* | * Allways set some protocol version even if command is not valid | cebka@lenovo-laptop | 2010-02-15 | 1 | -1/+2 |
| | |||||
* | * Fix unix socket creation under FreeBSD (reported by Andrey Zverev) | cebka@lenovo-laptop | 2010-02-15 | 1 | -7/+5 |
| | |||||
* | * Add ability to add weight for fuzzy hashes, this can be very useful for ↵ | cebka@lenovo-laptop | 2010-02-08 | 3 | -16/+105 |
| | | | | autolearning fuzzy storage by users | ||||
* | * Handle empty messages in learning | cebka@lenovo-laptop | 2010-02-05 | 1 | -0/+11 |
| | |||||
* | * Add maillist plugin for detecting mailmain/ezml and subscribe.ru lists | cebka@lenovo-laptop | 2010-02-01 | 2 | -0/+180 |
| |