aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * Do not sync fuzzy hash storage too oftenVsevolod Stakhov2009-08-241-1/+1
|
* * Fix error with controller IO timeoutsVsevolod Stakhov2009-08-241-4/+6
|
* * Fix processing of empty partsVsevolod Stakhov2009-08-215-22/+36
| | | | * Fix memory problems in controller
* * Fix memory leakage in controllerVsevolod Stakhov2009-08-212-3/+17
|
* * Fix process dispatcherVsevolod Stakhov2009-08-203-7/+29
| | | | * Use bloom filter in fuzzy storage
* * Add implementation of counting bloom filter to rspamdVsevolod Stakhov2009-08-194-11/+276
|
* * Add voweling rulesVsevolod Stakhov2009-08-192-0/+322
| | | | * Add sample config to repository
* * Fix descriptors leakage in controllerVsevolod Stakhov2009-08-191-6/+3
|
* * Handle password correctly in rspamcVsevolod Stakhov2009-08-181-2/+5
|
* * Improve loggingVsevolod Stakhov2009-08-181-1/+4
|
* * Optimize structure of fuzzy hashes storage (to hash map)Vsevolod Stakhov2009-08-181-25/+34
|
* * Fix ruleVsevolod Stakhov2009-08-121-1/+1
|
* * Fix bug with parsing raw headers for messages that have mixed line ending ↵Vsevolod Stakhov2009-08-101-1/+3
| | | | style
* * Add checking for supported WARN flags to support old gcc versionsVsevolod Stakhov2009-08-061-25/+40
| | | | * Remove legacy linking to libmd
* * Strip urls from space charactersVsevolod Stakhov2009-08-052-1/+18
|
* * Make fuzzy storage working (tested checking, adding and deleting of fuzzy ↵Vsevolod Stakhov2009-07-315-42/+115
| | | | | | hashes from storage) * Fix stupid bug in fuzzy distance calculations
* * Strip url line from spacesVsevolod Stakhov2009-07-302-0/+2
|
* * Fix some more bugs with empty partsVsevolod Stakhov2009-07-302-5/+5
|
* * Fix some issues with empty partsVsevolod Stakhov2009-07-302-2/+7
|
* * Add support for empty text or html partsVsevolod Stakhov2009-07-294-9/+30
|
* * Add support for extending controller protocol by modulesVsevolod Stakhov2009-07-295-63/+289
| | | | | | * Add write support via controller to fuzzy storage TODO: Add delete and check commands support to controller interface
* * Make port working in http map definitionVsevolod Stakhov2009-07-291-3/+6
|
* * Fix entitles decoding for hex and oct charactersVsevolod Stakhov2009-07-281-4/+21
|
* * Add client part for fuzzy checksums storageVsevolod Stakhov2009-07-284-9/+422
| | | | * Add fuzzy storage syncing to file
* * One more fix to default redirector's settingsVsevolod Stakhov2009-07-281-1/+0
|
* * Add new map 'redirector_hosts_map' for determining which hosts should be ↵Vsevolod Stakhov2009-07-283-14/+33
| | | | checked with redirector
* * Fix initializing of http reply structure to avoid core dumps when we got ↵Vsevolod Stakhov2009-07-281-0/+1
| | | | connection errors
* * Implement fuzzy hashes storage workerVsevolod Stakhov2009-07-274-4/+385
| | | | | | | TODO: - implement client as rspamd plugin - add support to controller and rspamc - improve performance by avoiding usage of linked lists
* * Fix multipart nestingVsevolod Stakhov2009-07-272-3/+20
|
* * Fixed sample config fileVsevolod Stakhov2009-07-241-3/+1
|
* * Change requirements for glib (min. 2.16 required)Vsevolod Stakhov2009-07-241-1/+1
|
* * Fix some more bugsVsevolod Stakhov2009-07-233-3/+3
|
* * Make modules disableable from configVsevolod Stakhov2009-07-233-9/+32
|
* * Fix stupid errorVsevolod Stakhov2009-07-231-1/+1
|
* * Fix error with statfiles sorting functionVsevolod Stakhov2009-07-232-3/+3
|
* * Add received headers parserVsevolod Stakhov2009-07-225-2/+242
|
* * Add http maps supportVsevolod Stakhov2009-07-218-29/+376
|
* * Use g_ascii_isalnum for more strict decodingVsevolod Stakhov2009-07-201-3/+4
| | | | | * Keep undecoded entitles undecoded * Fix log message
* * Decode html entitles in urls while extracting urls values from html tagsVsevolod Stakhov2009-07-201-0/+46
| | | | NOTE: works only for ascii symbols
* * Introduce new common system of map files, that can be used for different ↵Vsevolod Stakhov2009-07-209-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 calculationsVsevolod Stakhov2009-07-162-2/+8
| | | | | * Add optimization flags support * Enable -O by default
* * Fix 'cc' urls parsingVsevolod Stakhov2009-07-162-1/+25
| | | | * Add function has_fake_html for determine fake html parts (without any tags)
* * Fix stupid error with memory copyingVsevolod Stakhov2009-07-162-3/+3
|
* * Fix order of flags parsingVsevolod Stakhov2009-07-151-25/+26
|
* * Add -C flag to dump cache contentVsevolod Stakhov2009-07-152-5/+34
| | | | * Fix sorting logic
* * Fix type for g_checksum lengthVsevolod Stakhov2009-07-141-2/+3
|
* * Fix symbol planning, add cache_file directive to config fileVsevolod Stakhov2009-07-1411-55/+78
| | | | * Fix some errors
* * Rework the whole filters systemVsevolod Stakhov2009-07-1323-557/+713
| | | | | | | * Add metrics optimization and symbols cache * Change all plugins [DRAGONS]: not for production usage, some things are still not working!
* * Bump versionVsevolod Stakhov2009-07-091-1/+1
|
* * Make autolearn workingVsevolod Stakhov2009-07-098-21/+122
|