openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
R
rspamd
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 17, 2024 — Aug 17, 2025
Showing page 736 of 742
Search / Filter on:
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
Vsevolod Stakhov
More...
over 16 years ago
* When parse regexp save it to cache to make unique link between regexp text and regexp parsed structure
Vsevolod Stakhov
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
Vsevolod Stakhov
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)
Vsevolod Stakhov
More...
over 16 years ago
* Optimize speed of regexp_match_number function by avoid of regexp checks when threshold is already reached
Vsevolod Stakhov
More...
over 16 years ago
* Fix comparing of internet addresses
Vsevolod Stakhov
More...
over 16 years ago
* Fix order of functions arguments * Do not try to check non-regexp expressions
Vsevolod Stakhov
More...
over 16 years ago
* Fix error in regexp processing
Vsevolod Stakhov
More...
over 16 years ago
* Fix misprint
Vsevolod Stakhov
More...
over 16 years ago
* Try to fix expression parser to support ',' inside regexp arguments of functions
Vsevolod Stakhov
More...
over 16 years ago
* Add 3 functions: - is_recipients_sorted - has_only_html_part - compare_recipients_distance * Update documentation * Fix build
Vsevolod Stakhov
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
Vsevolod Stakhov
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))
Vsevolod Stakhov
More...
over 16 years ago
* Add ability for plugins to register its own functions in expression's parser
Vsevolod Stakhov
More...
over 16 years ago
* Fix error in parser when parsing last ')' we need to remove '(' from stack as well
Vsevolod Stakhov
More...
over 16 years ago
* Another fix of uptime command
Vsevolod Stakhov
More...
over 16 years ago
* Fix variables substitution * Add simple lua interface to access task structures * Improve error reporting for regexp module
Vsevolod Stakhov
More...
over 16 years ago
* Add initial LUA filters support
Vsevolod Stakhov
More...
over 16 years ago
* Fix linking with libutil
Vsevolod Stakhov
More...
over 16 years ago
* Fix build without perl
Vsevolod Stakhov
More...
over 16 years ago
* Fix parsing regexp with '=' symbol inside * Fix config file syntax checking
Vsevolod Stakhov
More...
over 16 years ago
* Add ability to build rspamd without perl support * Fix creating of uinx socket * Improve some build issues
Vsevolod Stakhov
More...
over 16 years ago
* Fix 2 memory leaks * Fix uptime command output
Vsevolod Stakhov
More...
over 16 years ago
* Add statictics for all allocated pools
Vsevolod Stakhov
More...
over 16 years ago
* Unref wrapper as well
Vsevolod Stakhov
More...
over 16 years ago
* Do not try to process empty parts
Vsevolod Stakhov
More...
over 16 years ago
* Unref stream to avoid memory leaking
Vsevolod Stakhov
More...
over 16 years ago
* Fix using of local variable
Vsevolod Stakhov
More...
over 16 years ago
* Fix log line
Vsevolod Stakhov
More...
over 16 years ago
* More accurate work with clock
Vsevolod Stakhov
More...
over 16 years ago
←
1
2
…
732
733
734
735
736
737
738
739
740
741
742
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree