aboutsummaryrefslogtreecommitdiffstats
path: root/src/symbols_cache.h
Commit message (Collapse)AuthorAgeFilesLines
* * Get weights of symbol from default metric for symbols cacheVsevolod Stakhov2010-06-181-1/+3
| | | | * Fix setting task->from/task->rctp in smtp client
* * Add more logic for dynamic rulesVsevolod Stakhov2010-06-081-0/+2
| | | | | * Add documentation for dynamic rules * Add ability to make negations in networks in dynamic rules
* * Add experimental support of dynamic rules to regexp moduleVsevolod Stakhov2010-06-011-3/+3
|
* * New symbols sorter:Vsevolod Stakhov2010-05-281-2/+47
| | | | | | | - add ability to have dynamic rules inside items cache - make 3 types of rules: negative, dynamic and static - make logic of cache more simple by using glib lists instead of arrays - do checks of symbols in more logically correct way (negative->dynamic->static)
* * Fix config reloadingVsevolod Stakhov2010-05-131-0/+1
| | | | | * Add ability to register variables in memory pools (hash with known lifetime) * Avoid of using of some global variables
* * Fix symbol planning, add cache_file directive to config fileVsevolod Stakhov2009-07-141-1/+1
| | | | * Fix some errors
* * Rework the whole filters systemVsevolod Stakhov2009-07-131-0/+54
* Add metrics optimization and symbols cache * Change all plugins [DRAGONS]: not for production usage, some things are still not working!