-
Notifications
You must be signed in to change notification settings - Fork 0
Agent/docs architecture #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: bantumail
Are you sure you want to change the base?
Conversation
Removing duplicated test case
…where new records could not be created
upgrade Gandi libdns to 1.0.3
docs: fix docker command not open 465
1. Apply conn_max_idle_time to each connection individually, not pool bucket. 2. Include local_addr in some log messages to help identify individual connections in the pool. 3. Run conn.Close outside of keysLock and asynchronously. Ensures slow server or dead connection won't cause pool operations to hang. 4. Set 5 second timeout for QUIT call in conn.Close. To detect dead connections faster, there is no reason for any server to take more than 5 seconds to respond to QUIT. See foxcpp#675.
Better to have TLS 1.0 than no encryption at all. Default Go client setting of TLS 1.2 is too restrictive for mail infrastructure with lots of outdated servers.
Update includes proper check for modernc driver. See foxcpp#723
- architecture.md: Detailed system architecture with ASCII diagrams, fork additions, storage architecture, database schema, and reference configuration - CLAUDE.md: Development guidelines, quick reference, fork context, and common tasks for maintainers and contributors Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
No description provided.