tux icon indicating copy to clipboard operation
tux copied to clipboard

better "harmful command" support

Open amyulating opened this issue 1 year ago • 2 comments

im too lazy to type image image

amyulating avatar Aug 23 '24 13:08 amyulating

Can you explain this a little better?

kzndotsh avatar Aug 23 '24 16:08 kzndotsh

What they mean (from what I can infer), is that every server has a local table where they can define custom "harmful commands" and custom messages to show.

Though, I disagree with the in-memory database part, it'll start eating memory very quickly. Ideally, we want the fetch sequence running in a separate thread so it doesn't block things.

HikariNee avatar Aug 25 '24 14:08 HikariNee