1
I Use This!
High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Sep 07, 2024 — Sep 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Unify socket creation and accepting by using utility functions * Check SO_ERROR on socket immideately after connect/bind to avoid resourses allocation for unsuccessful connections * Avoid descriptors leakage when we create sockets and have errors on them * Set on all socket descriptors FD_CLOEXEC flag to avoid problems with executing LDA More... over 16 years ago
* New rspamd protocol (changed replies) * Add ability to attach string lists to symbols * Check destructors and do not add identical destructors (argument and function) to pool's destructors * Remove 2 warnings when building with gmime22 * Attach url names to surbl symbols * Fix bug with blocking on read (I think it is linux specific thought) More... over 16 years ago
* Add ability to check bits from surbl replies More... over 16 years ago
* Properly set initial state for surbl state machine * Ignore SIGPIPE globally as dispatcher performs check of all write (2) calls More... over 16 years ago
* Set read timeout for redirector instead of connect timeout More... over 16 years ago
* htonl->htons as port is uint16_t, so lower bytes are zeroed or undefined when call htonl More... over 16 years ago
* Remove %m from logging it seems to be unsupported by FreeBSD printf version More... over 16 years ago
* Fix misprint More... over 16 years ago
* Add forgotten file More... over 16 years ago
* Add ability to check multiply SURBL's More... over 16 years ago
* Add compatibility with gmime24 More... over 16 years ago
* Fix LMTP and DELIVERY parsing in config file while trying to get control credits More... over 16 years ago
* Fix dispatcher bugs and add some debug output * Fix log output for surbl More... over 16 years ago
* Fix character policy in dispatcher More... over 16 years ago
* Try not to unref parser too early More... over 16 years ago
* Link with gmime24 if gmime22 is not found More... over 16 years ago
* Add debug for mime parsing * Fill task structure with zeroes in url-extracter More... over 16 years ago
* Fix url-extracter * Fix soft-shutdown of dispacther * Turn debug on by default in cmake * Change logic of save points More... over 16 years ago
* Fix dependencies on perlxs target (do not rebuild it constantly) * Fix rspamc to understand lmtp and delivery sections in config * Fix parser's states when reading module options * Add sample config for surbl module with comments More... over 16 years ago
* Remove cmake logic for installing targets due to fucking libperl More... over 16 years ago
* Fix logging when process is starting * Add -t option for config testing * Try to search default config in install prefix not in current directory More... over 16 years ago
* Completely rewrite and reorganize perl API * Add documentation for Mail::Rspamd * Add install targets to cmake More... over 16 years ago
* Add support of LMTP/SMTP delivery More... over 16 years ago
* Fix memory corruption and lmtp handling * Add e-mail address validation in lmtp More... over 16 years ago
* Add initial LMTP support and LDA delivery to rspamd More... over 16 years ago
* Fix dispatcher timeouts handling * Add wanna_die flag that can be used in dispatcher's callbacks More... over 16 years ago
* Implement rspamd IO with IO dispatcher (TODO: still some issues with timeouts must be resolved) More... over 16 years ago
* Improve logger initialization More... over 16 years ago
* Fix issue with -fPIC and DynaLoader * Retab perl.c More... over 16 years ago
* Add issue to cmake to make perl module as well * Fix some portability issues (to FreeBSD mainly) * Add script to make modules list More... over 16 years ago