Feature request: Autoaccept files
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
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 , would you consider implementing "Automatically save all files under ~/foor/bar" option? :)
@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
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.