Skip to content
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

アンテナを正規表現に対応させる #15556

Open
1 task done
samunohito opened this issue Feb 26, 2025 · 5 comments · May be fixed by #15569
Open
1 task done

アンテナを正規表現に対応させる #15556

samunohito opened this issue Feb 26, 2025 · 5 comments · May be fixed by #15569
Assignees
Labels
✨Feature This adds/improves/enhances a feature

Comments

@samunohito
Copy link
Member

samunohito commented Feb 26, 2025

Summary

アンテナの受信キーワード及び除外キーワードで正規表現を扱えるようにします。

Purpose

アンテナの機能充実

Do you want to implement this feature yourself?

  • Yes, I will implement this by myself and send a pull request
@samunohito samunohito added the ✨Feature This adds/improves/enhances a feature label Feb 26, 2025
@samunohito
Copy link
Member Author

※需要調査済み
Image

@samunohito
Copy link
Member Author

アンテナの設定画面のキーワード設定欄ごと「正規表現を使用する」みたいなMkSwitchを設け、有効な場合のみそれぞれのキーワードの内容を正規表現として扱うようにしようかと思っています

@Sayamame-beans
Copy link
Member

(負荷的な観点に考慮が必要と思われる場合は、ロールによる制限を可能とすることで多少制御可能と思われます)

@samunohito
Copy link
Member Author

(処理速度的な観点で言えば、アクティブなアンテナをメモリにキャッシュする前にRE2のインスタンスをあらかじめ作っておくなどの対策も考えています)

@samunohito samunohito self-assigned this Feb 28, 2025
@samunohito samunohito linked a pull request Feb 28, 2025 that will close this issue
5 tasks
@KisaragiEffective
Copy link
Collaborator

RE2のインスタンスのキャッシュ(?)にはTTLがあると良いですね

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feature This adds/improves/enhances a feature
Projects
Development

Successfully merging a pull request may close this issue.

3 participants