1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Improve logic of urls command to extract only those urls that would be checked against surbl lists * Fix surbl whitelisting * Fix bug with processing custom commands * Update version to 0.2.1 More... about 16 years ago
* Avoid using static variables for callbacks * Do not write to redirector logs not checked urls More... about 16 years ago
* Fix static buffer usage More... about 16 years ago
* Rework structure of sample configs * Fix rspamc * Add english readme More... about 16 years ago
* Fix bug with infinite loops caused by outputting long urls More... about 16 years ago
* Fix rspamd functions registration More... about 16 years ago
* Improve locking by using asm 'pause' command * Try to fix read locking in rwlock More... about 16 years ago
* Introduce new system of workers spawning and configuring, now rspamd can 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 More... about 16 years ago
* Try to fix locking problem with double unlocking More... about 16 years ago
* Use own logging system to use static logging buffer instead of dynamically allocated one More... about 16 years ago
* Use glib slice allocator for memory pool allocator, optimize chunk size More... about 16 years ago
* Fix 'urls' command More... about 16 years ago
* Add module for blacklisting emails (self documented in sample config) * Add command 'emails' for extracting emails from a message * Rework protocol layout to allow expanding rspamd protocol by custom commands that can be added from anywhere in code * Allow rspamc to work without strictly parameter 'command'. Command by default is 'symbols'. * Update version to 0.1.8 More... about 16 years ago
* Add function "raw_header_exists" for finding headers that are not parsed by gmime (Mime-Version for example) More... about 16 years ago
* Add urls command for extracting urls More... about 16 years ago
* Write actual urls to logs and to protocol output while checking urls in surbl lists More... about 16 years ago
* Do not use values from clock_gettime for getting current time More... about 16 years ago
* Avoid double freeing of match info More... about 16 years ago
* Temporary disable list files monitoring More... about 16 years ago
* Improve logic of reading list files, add automatic rereading of list files while changing More... about 16 years ago
* Implement new way for parsing text lists More... about 16 years ago
* Forgot to merge More... about 16 years ago
* Rework url parsing algorithms * Adopt all parts of rspamd for new url parser * Improve url-extracter utility by avoiding cut&paste of mime parsing * Small fixes to rspamc client * Bump version to 0.1.3 More... about 16 years ago
* Fix url grabbing regexp to match urls like <a href=http://blah.com> More... about 16 years ago
* Fix bug with gboolean usage More... about 16 years ago
* Improve rspamc utility for working without rspamd config More... about 16 years ago
* Try to handle fake text/html parts correctly while extracting URLs More... about 16 years ago
* Add deadlock detection for memory pool locks and imporve mutexes API More... about 16 years ago
* Fix issue with <?xml> tag More... about 16 years ago
* Add 'User' header that is used by exim MTA More... over 16 years ago