1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Parse function's regexp using not temporary task pools, but permament config pool More... over 16 years ago
* When parse regexp save it to cache to make unique link between regexp text and regexp parsed structure More... over 16 years ago
* Add per-task regexp results cache, that would optimize regexp engine performance by avoiding multiply match of the same regexp More... over 16 years ago
* Check mime regexp only in text and html parts * Add 2 functions: - has_content_part(type, subtype) - has_content_part_len(type, subtype, min, max) More... over 16 years ago
* Optimize speed of regexp_match_number function by avoid of regexp checks when threshold is already reached More... over 16 years ago
* Fix comparing of internet addresses More... over 16 years ago
* Fix order of functions arguments * Do not try to check non-regexp expressions More... over 16 years ago
* Fix error in regexp processing More... over 16 years ago
* Fix misprint More... over 16 years ago
* Try to fix expression parser to support ',' inside regexp arguments of functions More... over 16 years ago
* Add 3 functions: - is_recipients_sorted - has_only_html_part - compare_recipients_distance * Update documentation * Fix build More... over 16 years ago
* Add message handling functions to lua API * Add ability to add lua code in config with .lua and .endlua * Add consolidation functions support that are written in perl or lua More... over 16 years ago
* Make regexp cache functions public for using them in other places * Add function regexp_match_number that checks number of matched arguments: e.g.: regexp_match_number(2, ${__RE1}, ${__RE2}, header_exists(Subject)) More... over 16 years ago
* Add ability for plugins to register its own functions in expression's parser More... over 16 years ago
* Fix error in parser when parsing last ')' we need to remove '(' from stack as well More... over 16 years ago
* Another fix of uptime command More... over 16 years ago
* Fix variables substitution * Add simple lua interface to access task structures * Improve error reporting for regexp module More... over 16 years ago
* Add initial LUA filters support More... over 16 years ago
* Fix linking with libutil More... over 16 years ago
* Fix build without perl More... over 16 years ago
* Fix parsing regexp with '=' symbol inside * Fix config file syntax checking More... over 16 years ago
* Add ability to build rspamd without perl support * Fix creating of uinx socket * Improve some build issues More... over 16 years ago
* Fix 2 memory leaks * Fix uptime command output More... over 16 years ago
* Add statictics for all allocated pools More... over 16 years ago
* Unref wrapper as well More... over 16 years ago
* Do not try to process empty parts More... over 16 years ago
* Unref stream to avoid memory leaking More... over 16 years ago
* Fix using of local variable More... over 16 years ago
* Fix log line More... over 16 years ago
* More accurate work with clock More... over 16 years ago