client icon indicating copy to clipboard operation
client copied to clipboard

Plugins

Open samuelscheit opened this issue 4 years ago • 3 comments

The plugin system should have a Permission API, and be secure. The plugins should work on desktop and on mobile. The plugins can be loaded from a plugin store and should be approved first.

we could have a look how vscode handles plugin securely

samuelscheit avatar Feb 05 '21 14:02 samuelscheit

will partially be done in https://github.com/fosscord/fosscord-plugins/

samuelscheit avatar Apr 20 '21 16:04 samuelscheit

Vscode handles plugins as just forked node processes. They still have full fs access etc.

TheArcaneBrony avatar Oct 30 '21 22:10 TheArcaneBrony

We won't give plugins to the filesystem

samuelscheit avatar Oct 30 '21 23:10 samuelscheit