-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
enhance: Judge instance block by endsWith #9263
Conversation
SQLどうしよう(得意な人にバシッと書いてもらいたい) |
LIKE使うとか? |
SIMILAR TOを使えばいいかも? |
いやNOT LIKE ANYでいいのか |
\deploy sha=e028466 |
/deploy sha=e028466 |
LIKEのパフォーマンスが気になるところではある |
Your preview environment pr-9263-syuilo has been deployed. Preview environment endpoint is available here |
blockedHosts増えるとめちゃくちゃパフォーマンス悪そう |
blockedHostsの数というよりはinstanceレコードの数が多いと遅くなりそう |
/deploy sha=d27dc2c |
データベース初期化されるのか |
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一応確認
⬆️ |
1 similar comment
⬆️ |
Codecov Report
@@ Coverage Diff @@
## develop #9263 +/- ##
========================================
Coverage 22.57% 22.58%
========================================
Files 731 731
Lines 68099 68107 +8
Branches 2212 2213 +1
========================================
+ Hits 15375 15380 +5
- Misses 52724 52727 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
みたいに言われる |
This comment was marked as abuse.
This comment was marked as abuse.
ですよね |
|
🙏🏻 |
Fix #9258
What
インスタンスブロックはendsWithで評価する
Why
嫌がらせなどのためにサブドメインをいくつも作られるのは困る
Additional info (optional)
https://github.com/tamaina/misskey/blob/181ca6bcfcdb6ddcd02beab8c5945b9ce5c3d3ac/packages/backend/src/core/chart/charts/federation.ts#L63 などのSQLを変更する必要がある(チャートなので考えなくてもあまり酷いことにはならない)