Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Use g_ascii_isalnum for more strict decoding | Vsevolod Stakhov | 2009-07-20 | 1 | -3/+4 |
| | | | | | * Keep undecoded entitles undecoded * Fix log message | ||||
* | * Decode html entitles in urls while extracting urls values from html tags | Vsevolod Stakhov | 2009-07-20 | 1 | -0/+46 |
| | | | | NOTE: works only for ascii symbols | ||||
* | * Introduce new common system of map files, that can be used for different ↵ | Vsevolod Stakhov | 2009-07-20 | 8 | -220/+449 |
| | | | | | | | types of maps. This includes new logic of callbacks and callbacks calling, files are monitored with evtimers with jittering. HTTP support would be included soon as well. | ||||
* | * Fix indexes in fuzzy hashes calculations | Vsevolod Stakhov | 2009-07-16 | 1 | -1/+1 |
| | | | | | * Add optimization flags support * Enable -O by default | ||||
* | * Fix 'cc' urls parsing | Vsevolod Stakhov | 2009-07-16 | 2 | -1/+25 |
| | | | | * Add function has_fake_html for determine fake html parts (without any tags) | ||||
* | * Fix stupid error with memory copying | Vsevolod Stakhov | 2009-07-16 | 2 | -3/+3 |
| | |||||
* | * Fix order of flags parsing | Vsevolod Stakhov | 2009-07-15 | 1 | -25/+26 |
| | |||||
* | * Add -C flag to dump cache content | Vsevolod Stakhov | 2009-07-15 | 2 | -5/+34 |
| | | | | * Fix sorting logic | ||||
* | * Fix type for g_checksum length | Vsevolod Stakhov | 2009-07-14 | 1 | -2/+3 |
| | |||||
* | * Fix symbol planning, add cache_file directive to config file | Vsevolod Stakhov | 2009-07-14 | 11 | -55/+78 |
| | | | | * Fix some errors | ||||
* | * Rework the whole filters system | Vsevolod Stakhov | 2009-07-13 | 22 | -555/+710 |
| | | | | | | | * Add metrics optimization and symbols cache * Change all plugins [DRAGONS]: not for production usage, some things are still not working! | ||||
* | * Make autolearn working | Vsevolod Stakhov | 2009-07-09 | 8 | -21/+122 |
| | |||||
* | * Fix distance calculation for common recipients | Vsevolod Stakhov | 2009-07-08 | 1 | -1/+1 |
| | |||||
* | * Try to search for headers in multipart parts if headers are not found in ↵ | Vsevolod Stakhov | 2009-07-08 | 2 | -1/+76 |
| | | | | | | parent part * Fix raw header's search | ||||
* | * Handle <?xml> tags correctly | Vsevolod Stakhov | 2009-07-06 | 1 | -1/+1 |
| | |||||
* | * Fix url unescaping | Vsevolod Stakhov | 2009-07-06 | 1 | -3/+26 |
| | |||||
* | * Check return value from evdns_resolve | Vsevolod Stakhov | 2009-07-03 | 3 | -3/+6 |
| | | | | * Do not parse html parts double time while extracting urls, just parse tags attributes | ||||
* | * Add hack to disallow misformed urls | Vsevolod Stakhov | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | * If tag attribute value empty do not assume it as url | Vsevolod Stakhov | 2009-07-03 | 1 | -0/+4 |
| | |||||
* | * Fix html urls processing | Vsevolod Stakhov | 2009-07-03 | 1 | -7/+34 |
| | |||||
* | * Add autolearn config options | Vsevolod Stakhov | 2009-07-03 | 7 | -3/+131 |
| | | | | | * Fix parsing of invalid urls in html parser * Add ability to specify symbols in view parameter as comma-separated list | ||||
* | * Extract url encoded urls from html texts | Vsevolod Stakhov | 2009-07-03 | 4 | -10/+75 |
| | |||||
* | * Rework structure and API of statfiles functions to improve performance and ↵ | Vsevolod Stakhov | 2009-07-02 | 5 | -140/+112 |
| | | | | | | avoid missusage of hash table * Correct url length calculation in urls command | ||||
* | * Add urls output to urls command | Vsevolod Stakhov | 2009-07-02 | 9 | -65/+83 |
| | | | | * Improve performance of dispatcher by avoiding double allocating and copying of dynamic buffers | ||||
* | * Remove some warnings | Vsevolod Stakhov | 2009-07-01 | 2 | -2/+2 |
| | |||||
* | * Fix issue with group addresses | Vsevolod Stakhov | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | * Fix possible memory leakage by freeing g_error resourses | Vsevolod Stakhov | 2009-06-30 | 1 | -0/+4 |
| | |||||
* | * Fixed awfully stupid error in surbl module | Vsevolod Stakhov | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | * Add views support (not completely tested yet) | Vsevolod Stakhov | 2009-06-29 | 15 | -47/+760 |
| | |||||
* | * Improve logic of urls command to extract only those urls that would be ↵ | Vsevolod Stakhov | 2009-06-29 | 5 | -84/+140 |
| | | | | | | | | checked against surbl lists * Fix surbl whitelisting * Fix bug with processing custom commands * Update version to 0.2.1 | ||||
* | * Avoid using static variables for callbacks | Vsevolod Stakhov | 2009-06-26 | 1 | -8/+10 |
| | | | | * Do not write to redirector logs not checked urls | ||||
* | * Fix static buffer usage | Vsevolod Stakhov | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | * Fix bug with infinite loops caused by outputting long urls | Vsevolod Stakhov | 2009-06-22 | 1 | -0/+1 |
| | |||||
* | * Fix rspamd functions registration | Vsevolod Stakhov | 2009-06-18 | 1 | -1/+1 |
| | |||||
* | * Improve locking by using asm 'pause' command | Vsevolod Stakhov | 2009-06-17 | 1 | -7/+9 |
| | | | | * Try to fix read locking in rwlock | ||||
* | * Introduce new system of workers spawning and configuring, now rspamd can ↵ | Vsevolod Stakhov | 2009-06-17 | 14 | -438/+388 |
| | | | | | | | 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 | ||||
* | * Try to fix locking problem with double unlocking | Vsevolod Stakhov | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | * Use own logging system to use static logging buffer instead of dynamically ↵ | Vsevolod Stakhov | 2009-06-16 | 5 | -5/+45 |
| | | | | allocated one | ||||
* | * Use glib slice allocator for memory pool allocator, optimize chunk size | Vsevolod Stakhov | 2009-06-16 | 2 | -10/+11 |
| | |||||
* | * Fix 'urls' command | Vsevolod Stakhov | 2009-06-15 | 1 | -22/+3 |
| | |||||
* | * Add module for blacklisting emails (self documented in sample config) | Vsevolod Stakhov | 2009-06-15 | 5 | -18/+296 |
| | | | | | | | * Add command 'emails' for extracting emails from a message * Rework protocol layout to allow expanding rspamd protocol by custom commands that can be added from anywhere in code * Allow rspamc to work without strictly parameter 'command'. Command by default is 'symbols'. * Update version to 0.1.8 | ||||
* | * Add function "raw_header_exists" for finding headers that are not parsed ↵ | Vsevolod Stakhov | 2009-06-11 | 2 | -8/+23 |
| | | | | by gmime (Mime-Version for example) | ||||
* | * Add urls command for extracting urls | Vsevolod Stakhov | 2009-06-05 | 3 | -11/+92 |
| | |||||
* | * Write actual urls to logs and to protocol output while checking urls in ↵ | Vsevolod Stakhov | 2009-06-05 | 2 | -21/+30 |
| | | | | surbl lists | ||||
* | * Do not use values from clock_gettime for getting current time | Vsevolod Stakhov | 2009-06-05 | 4 | -6/+8 |
| | |||||
* | * Avoid double freeing of match info | Vsevolod Stakhov | 2009-06-05 | 2 | -5/+3 |
| | |||||
* | * Temporary disable list files monitoring | Vsevolod Stakhov | 2009-06-04 | 2 | -8/+12 |
| | |||||
* | * Improve logic of reading list files, add automatic rereading of list files ↵ | Vsevolod Stakhov | 2009-06-03 | 4 | -75/+143 |
| | | | | while changing | ||||
* | * Implement new way for parsing text lists | Vsevolod Stakhov | 2009-06-03 | 2 | -37/+81 |
| | |||||
* | * Forgot to merge | Vsevolod Stakhov | 2009-06-02 | 1 | -2/+2 |
|\ |