| Commit message (Expand) | Author | Age | Files | Lines |
* | * Fix statistics of messages in controller | cebka@lenovo-laptop | 2010-03-17 | 1 | -4/+0 |
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -14/+14 |
* | * Add ability for scanning non-mime (HTML) messages | Vsevolod Stakhov | 2009-10-19 | 1 | -49/+105 |
* | * Fix getting of message headers from lua plugins | Vsevolod Stakhov | 2009-10-14 | 1 | -3/+6 |
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -522/+530 |
* | * Fix learning | Vsevolod Stakhov | 2009-09-25 | 1 | -155/+0 |
* | * Decode all html entitles in html parts | Vsevolod Stakhov | 2009-09-16 | 1 | -0/+1 |
* | * Add asynchronous DNS resolver to lua API | Vsevolod Stakhov | 2009-09-04 | 1 | -1/+1 |
* | * Fix processing of empty parts | Vsevolod Stakhov | 2009-08-21 | 1 | -0/+2 |
* | * Fix some more bugs with empty parts | Vsevolod Stakhov | 2009-07-30 | 1 | -1/+1 |
* | * Fix some issues with empty parts | Vsevolod Stakhov | 2009-07-30 | 1 | -2/+2 |
* | * Add support for empty text or html parts | Vsevolod Stakhov | 2009-07-29 | 1 | -6/+16 |
* | * Fix multipart nesting | Vsevolod Stakhov | 2009-07-27 | 1 | -3/+19 |
* | * Add received headers parser | Vsevolod Stakhov | 2009-07-22 | 1 | -0/+229 |
* | * Try to search for headers in multipart parts if headers are not found in pa... | Vsevolod Stakhov | 2009-07-08 | 1 | -0/+75 |
* | * Check return value from evdns_resolve | Vsevolod Stakhov | 2009-07-03 | 1 | -0/+2 |
* | * Extract url encoded urls from html texts | Vsevolod Stakhov | 2009-07-03 | 1 | -3/+5 |
* | * Remove some warnings | Vsevolod Stakhov | 2009-07-01 | 1 | -1/+1 |
* | * Rework url parsing algorithms | Vsevolod Stakhov | 2009-06-02 | 1 | -5/+15 |
* | * Fix bug with gboolean usage | Vsevolod Stakhov | 2009-05-30 | 1 | -1/+8 |
* | * Try to handle fake text/html parts correctly while extracting URLs | Vsevolod Stakhov | 2009-05-29 | 1 | -1/+1 |
* | * Add simple html parser and tag balancing detector | Vsevolod Stakhov | 2009-05-15 | 1 | -6/+23 |
* | * Fix work with raw headers and with senders in message | Vsevolod Stakhov | 2009-05-14 | 1 | -2/+46 |
* | * Fix memory leak when ref'ing message mime part without unrefing it | Vsevolod Stakhov | 2009-05-08 | 1 | -1/+10 |
* | * Misprint | Vsevolod Stakhov | 2009-04-21 | 1 | -1/+0 |
* | * Fix bug with headers iteration function | Vsevolod Stakhov | 2009-04-21 | 1 | -11/+11 |
* | * Add initial version of chartable plugin: now it can only detects mixed unic... | Vsevolod Stakhov | 2009-04-21 | 1 | -1/+1 |
* | * Add raw mode flag for improving performance by avoiding expensive utf8 tran... | Vsevolod Stakhov | 2009-04-21 | 1 | -0/+5 |
* | * Add some debug | Vsevolod Stakhov | 2009-04-20 | 1 | -16/+54 |
* | * Fix urls extracting, avoid code repeating | Vsevolod Stakhov | 2009-04-17 | 1 | -2/+2 |
* | * For mime parts set flag 'raw' and if we cannot determine charset of part or... | Vsevolod Stakhov | 2009-04-15 | 1 | -4/+8 |
* | * Fix allocating and freeing of byte array | Vsevolod Stakhov | 2009-04-15 | 1 | -2/+2 |
* | * Try to convert each text part of messages to utf8 to avoid problems with re... | Vsevolod Stakhov | 2009-04-15 | 1 | -25/+64 |
* | * Check mime regexp only in text and html parts | Vsevolod Stakhov | 2009-04-03 | 1 | -0/+2 |
* | * Add 3 functions: | Vsevolod Stakhov | 2009-03-30 | 1 | -0/+5 |
* | * Unref wrapper as well | Vsevolod Stakhov | 2009-03-26 | 1 | -0/+2 |
* | * Do not try to process empty parts | Vsevolod Stakhov | 2009-03-26 | 1 | -21/+24 |
* | * Unref stream to avoid memory leaking | Vsevolod Stakhov | 2009-03-25 | 1 | -1/+5 |
* | * Fix using of local variable | Vsevolod Stakhov | 2009-03-25 | 1 | -1/+3 |
* | * Log scan time and scan length of messages | Vsevolod Stakhov | 2009-03-25 | 1 | -0/+3 |
* | * Fix many compile time warnings and polish code | Vsevolod Stakhov | 2009-03-24 | 1 | -6/+6 |
* | * Fix XS module to work with current type of memory allocation | Vsevolod Stakhov | 2009-03-24 | 1 | -3/+19 |
* | * Use pool allocator for temp strings in headers | Vsevolod Stakhov | 2009-03-24 | 1 | -9/+10 |
* | * Add smart handling of message headers | Vsevolod Stakhov | 2009-03-24 | 1 | -0/+266 |
* | * Fix error in expression parser that causes bad errors with expressions that... | Vsevolod Stakhov | 2009-03-23 | 1 | -2/+17 |
* | * Add ability to match raw headers | Vsevolod Stakhov | 2009-03-17 | 1 | -0/+10 |
* | * Add log line for each message in SA style | Vsevolod Stakhov | 2009-03-11 | 1 | -0/+4 |
* | * Fix redirector connection procedure | Vsevolod Stakhov | 2009-03-10 | 1 | -1/+4 |
* | * Avoid extra requests to surbls saving them into requests cache | Vsevolod Stakhov | 2009-03-10 | 1 | -2/+2 |
* | * Fix 2 memory issues: | Vsevolod Stakhov | 2009-03-10 | 1 | -0/+16 |