| Commit message (Expand) | Author | Age | Files | Lines |
* | * Rework url parsing algorithms | Vsevolod Stakhov | 2009-06-02 | 1 | -6/+45 |
* | * Fix stripping header when matching raw headers | Vsevolod Stakhov | 2009-05-14 | 1 | -2/+1 |
* | * Fix work with raw headers and with senders in message | Vsevolod Stakhov | 2009-05-14 | 1 | -1/+37 |
* | * Fix expression optimizator | Vsevolod Stakhov | 2009-05-05 | 1 | -3/+2 |
* | * Enable counters interface | Vsevolod Stakhov | 2009-05-05 | 1 | -0/+1 |
* | * Add counters for rspamd symbols | Vsevolod Stakhov | 2009-05-04 | 1 | -1/+25 |
* | * Implement new optimization method | Vsevolod Stakhov | 2009-04-28 | 1 | -19/+49 |
* | * Fix stupid error in case structure. | Vsevolod Stakhov | 2009-04-27 | 1 | -0/+6 |
* | * Add expression parser utility | Vsevolod Stakhov | 2009-04-27 | 1 | -15/+5 |
* | * Fix error in regexp module configuration | Vsevolod Stakhov | 2009-04-27 | 1 | -1/+1 |
* | * Skip identical parts while testing mime regexps | Vsevolod Stakhov | 2009-04-27 | 1 | -2/+11 |
* | Fix misprint. | Vsevolod Stakhov | 2009-04-24 | 1 | -1/+1 |
* | * Validate utf8 chars to avoid crashes | Vsevolod Stakhov | 2009-04-24 | 1 | -1/+54 |
* | * Some more bugs are (hopefuly) fixed | Vsevolod Stakhov | 2009-04-23 | 1 | -2/+9 |
* | * Threat message regexps as raw by default | Vsevolod Stakhov | 2009-04-23 | 1 | -2/+6 |
* | * Another fix to regexps parser | Vsevolod Stakhov | 2009-04-23 | 1 | -3/+14 |
* | * Fix regexp_match_number function | Vsevolod Stakhov | 2009-04-23 | 1 | -17/+0 |
* | * Fix expression parser: make it recursive and allow expressions inside funct... | Vsevolod Stakhov | 2009-04-23 | 1 | -18/+23 |
* | * Add raw mode flag for improving performance by avoiding expensive utf8 tran... | Vsevolod Stakhov | 2009-04-21 | 1 | -4/+4 |
* | * Add some debug | Vsevolod Stakhov | 2009-04-20 | 1 | -0/+3 |
* | * Threat raw header regexps as raw regexps | Vsevolod Stakhov | 2009-04-16 | 1 | -1/+1 |
* | * For mime parts set flag 'raw' and if we cannot determine charset of part or... | Vsevolod Stakhov | 2009-04-15 | 1 | -1/+8 |
* | * Try to convert each text part of messages to utf8 to avoid problems with re... | Vsevolod Stakhov | 2009-04-15 | 1 | -1/+1 |
* | * Add per-task regexp results cache, that would optimize regexp engine perfor... | Vsevolod Stakhov | 2009-04-05 | 1 | -0/+20 |
* | * Check mime regexp only in text and html parts | Vsevolod Stakhov | 2009-04-03 | 1 | -4/+4 |
* | * Optimize speed of regexp_match_number function by avoid of regexp checks wh... | Vsevolod Stakhov | 2009-03-31 | 1 | -0/+3 |
* | * Fix order of functions arguments | Vsevolod Stakhov | 2009-03-31 | 1 | -0/+5 |
* | * Fix error in regexp processing | Vsevolod Stakhov | 2009-03-31 | 1 | -1/+1 |
* | * Make regexp cache functions public for using them in other places | Vsevolod Stakhov | 2009-03-29 | 1 | -0/+46 |
* | * Fix variables substitution | Vsevolod Stakhov | 2009-03-27 | 1 | -4/+4 |
* | * Fix bug in expressions parser and optimizer | Vsevolod Stakhov | 2009-03-24 | 1 | -2/+3 |
* | * Fix many compile time warnings and polish code | Vsevolod Stakhov | 2009-03-24 | 1 | -0/+2 |
* | * Fix expression optimizator | Vsevolod Stakhov | 2009-03-24 | 1 | -1/+4 |
* | * Use pool allocator for temp strings in headers | Vsevolod Stakhov | 2009-03-24 | 1 | -2/+2 |
* | * Add smart handling of message headers | Vsevolod Stakhov | 2009-03-24 | 1 | -12/+12 |
* | * Misprint in optimizer function | Vsevolod Stakhov | 2009-03-19 | 1 | -2/+2 |
* | * Fix bug in redirector | Vsevolod Stakhov | 2009-03-19 | 1 | -0/+1 |
* | * Add optimization support for regexps | Vsevolod Stakhov | 2009-03-19 | 1 | -2/+45 |
* | * Add functions support to rspamd regexps | Vsevolod Stakhov | 2009-03-19 | 1 | -4/+9 |
* | * With flag -t syntax of modules variables is also inspected | Vsevolod Stakhov | 2009-03-19 | 1 | -4/+14 |
* | * Allow escaped quotes in quoted strings, for example "\"some string\"" | Vsevolod Stakhov | 2009-03-18 | 1 | -0/+3 |
* | * Add ability to match raw headers | Vsevolod Stakhov | 2009-03-17 | 1 | -3/+44 |
* | * Some fixes to regexp module | Vsevolod Stakhov | 2009-03-12 | 1 | -0/+7 |
* | * New rspamd protocol (changed replies) | Vsevolod Stakhov | 2009-03-03 | 1 | -1/+1 |
* | * Add compatibility with gmime24 | Vsevolod Stakhov | 2009-03-02 | 1 | -0/+4 |
* | * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeou... | Vsevolod Stakhov | 2009-02-19 | 1 | -1/+1 |
* | * Prepare to migrate to cmake (still need to write install target and working... | Vsevolod Stakhov | 2009-02-16 | 1 | -13/+1 |
* | * Add BSD license text | Vsevolod Stakhov | 2009-02-16 | 1 | -0/+24 |
* | * Do another rework of filters/metrics and statfiles processing | Vsevolod Stakhov | 2009-01-29 | 1 | -2/+2 |
* | * Rewrite message parser | Vsevolod Stakhov | 2009-01-21 | 1 | -1/+6 |