Known Rabbit

Results 47 issues of Known Rabbit

Fix #70, also (hopefully) fix issue caused by #69

After I sent a mail to my [email protected], and send another mail to [email protected], smtpd raise a `sqlobject.dberrors.DuplicateEntryError`. And the traceback: ``` 2016-05-17 15:05:04-0400 [ESMTP,6,] Receiving message for delivery: from=...

Fix #4 If two users belongs to different domains are different, then why not take `domain` as a property of user? By the way, there are still some issues on...

路由器上的空间一般都是比较小的,以前 v2ray 的时候还得带一个 v2ctl,差不多得用20M的空间,现在 Xray 压缩前差不多占用 15M,还有很大的进步空间。我尝试在 Windows 上对 armv6 的 xray core 进行打包,压缩率非常理想。 ```plaintext λ ~\..\Xray-linux-arm32-v7a upx xray Ultimate Packer for eXecutables Copyright (C) 1996 - 2020 UPX 3.96w...

Currently, only `transcribe` sub-command is implemented. ``` # poetry run python cli.py --help Usage: cli.py [OPTIONS] COMMAND [ARGS]... Options: --help Show this message and exit. Commands: transcribe translate ``` ```...

Since any `api.route` (especially request route) may change the URL before sending to upstream host, the parsed URL cache will become obsolete and lead to unexpected behaviour on response routes....

bug

support some (malform?) APIs that routes by the first query string parameter. ``` http://example.com/?first/api&other=params ``` or, maybe better provide my script as an example instead of built into xepor. because...

help wanted

Route priority is currently solely decided by the route registration sequence, which is the order they exists in codes. It would be better to enforce a better default, that priority...

enhancement

In current implementation, when user add multiple hooks to the same request/response object, failure on one hook function will lead to unpredictable output. This issue has been noted in documentation....

enhancement

golang build on window is supported in 2021. Maybe it's time we also release a build for ARM natively instead of x86 translation like #11 ?