toxic icon indicating copy to clipboard operation
toxic copied to clipboard

Feature request: Autoaccept files

Open swiftgeek opened this issue 7 years ago • 5 comments

Would be nice to have ability to auto-accept files, especially on per contact basis (including per user directory in addition to global default download dir)

qTox already has such feature since https://github.com/qTox/qTox/commit/43ac1dfd0dfb89fcdc2b410b9cbab2966ed75b15

swiftgeek avatar Sep 12 '18 23:09 swiftgeek

This would first require implementing a save file for client-specific contact properties which is a pretty big undertaking. I would accept a pull request, but it's not a feature I'm planning on implementing myself right now.

JFreegman avatar Sep 27 '18 17:09 JFreegman

@JFreegman , would you consider implementing "Automatically save all files under ~/foor/bar" option? :)

savchenko avatar Jan 22 '21 10:01 savchenko

@JFreegman , would you consider implementing "Automatically save all files under ~/foor/bar" option? :)

This is already something you can do via the config. https://github.com/JFreegman/toxic/blob/master/misc/toxic.conf.example#L112

JFreegman avatar Jan 22 '21 17:01 JFreegman

This has been implemented via the /autoaccept command. In the future we may add a friend-specific setting for it, since toxic now supports that via the config file.

JFreegman avatar Jan 25 '24 19:01 JFreegman