wevsty
wevsty
## What do these changes do? Add a function is_unspecified_address() determine if the address is the unspecified address. Automatic replacement of unspecified address with local addresses. ## Are there changes...
Controller throws a TimeoutError when binding a unspecified address. Affected versions: aiosmtpd (1.2.3-1.4.2) Example: ```python from aiosmtpd.controller import Controller class CustomHandler: async def handle_DATA(self, server, session, envelope): return '250 OK'...
我在 issues #28 中提出了基于多种 attr 共存的想法。 现在过了一段时间,我认为从讨论结果上看,社区整体对多种 attr 共存的方案接受程度比较高,我们基本上可以达成共识。 同时为了更好的实践多重属性的方案,```include```语法势必要进行扩展。 如同 issues #256 中提到的语法扩展方案。 只不过我个人认为 ```include:filename@attribute``` 这样的语法还是略有不足。 我个人认为改为 ``` include:filename @attribute1 @attribute2``` 这样的形式会更加灵活,也更简单。 那么为了实践多重属性的方案,我在这里想重新归纳整理一下对于 ```@attr``` 语法的改变,同时我会提出 PR 来实践。 1. 支持为一个域名设置多种属性...
luci-lib-nixio: Update TLS support Changelog: Modify makefile. Replace cyassl to wolfSSL. Remove axTLS support. Replace the deprecated function: TLSv1_client_method() TLSv1_server_method() Signed-off-by: Yuan Tao
**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/src/blob/master/CONTRIBUTING.md - [x] I...