Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Change requirements for glib (min. 2.16 required) | Vsevolod Stakhov | 2009-07-24 | 1 | -1/+1 | |
| | ||||||
* | * Fix some more bugs | Vsevolod Stakhov | 2009-07-23 | 3 | -3/+3 | |
| | ||||||
* | * Make modules disableable from config | Vsevolod Stakhov | 2009-07-23 | 3 | -9/+32 | |
| | ||||||
* | * Fix stupid error | Vsevolod Stakhov | 2009-07-23 | 1 | -1/+1 | |
| | ||||||
* | * Fix error with statfiles sorting function | Vsevolod Stakhov | 2009-07-23 | 2 | -3/+3 | |
| | ||||||
* | * Add received headers parser | Vsevolod Stakhov | 2009-07-22 | 5 | -2/+242 | |
| | ||||||
* | * Add http maps support | Vsevolod Stakhov | 2009-07-21 | 8 | -29/+376 | |
| | ||||||
* | * 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 | 9 | -221/+451 | |
| | | | | | | | 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 | 2 | -2/+8 | |
| | | | | | * 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 | 23 | -557/+713 | |
| | | | | | | | * Add metrics optimization and symbols cache * Change all plugins [DRAGONS]: not for production usage, some things are still not working! | |||||
* | * Bump version | Vsevolod Stakhov | 2009-07-09 | 1 | -1/+1 | |
| | ||||||
* | * Make autolearn working | Vsevolod Stakhov | 2009-07-09 | 8 | -21/+122 | |
| | ||||||
* | * Fix distance calculation for common recipients | Vsevolod Stakhov | 2009-07-08 | 2 | -2/+2 | |
| | ||||||
* | * Fix rules | Vsevolod Stakhov | 2009-07-08 | 1 | -2/+2 | |
| | ||||||
* | * 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 | 17 | -50/+781 | |
| | ||||||
* | * Improve rc script by specifying pidfile path | Vsevolod Stakhov | 2009-06-29 | 1 | -0/+1 | |
| | ||||||
* | * Improve logic of urls command to extract only those urls that would be ↵ | Vsevolod Stakhov | 2009-06-29 | 6 | -85/+141 | |
| | | | | | | | | 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 | 2 | -9/+11 | |
| | | | | * Do not write to redirector logs not checked urls | |||||
* | * Fix static buffer usage | Vsevolod Stakhov | 2009-06-25 | 1 | -1/+1 | |
| | ||||||
* | * Rework structure of sample configs | Vsevolod Stakhov | 2009-06-24 | 11 | -41/+1651 | |
| | | | | | * Fix rspamc * Add english readme | |||||
* | * 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 | 3 | -7/+18 | |
| | | | | * Try to fix read locking in rwlock | |||||
* | * Introduce new system of workers spawning and configuring, now rspamd can ↵ | Vsevolod Stakhov | 2009-06-17 | 16 | -456/+415 | |
| | | | | | | | 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 | |
| |