halloy icon indicating copy to clipboard operation
halloy copied to clipboard

Missing `file_transfer.enabled` option in the documentation

Open oooo-ps opened this issue 1 month ago • 1 comments

I found a missing option in the documentation, but I'm not sure when I can add it:

https://halloy.chat/configuration/file-transfer/

[file_transfer]
enabled = true

And a few questions, without the code review:

  1. Does it completely disable all related features, including sockets?
  2. Does the proxy configuration 'wraps' this feature if enabled?

oooo-ps avatar Nov 18 '25 15:11 oooo-ps

If you enabled = false it drops right here: https://github.com/squidowl/halloy/blob/main/src/screen/dashboard.rs#L3030-L3037

casperstorm avatar Nov 18 '25 16:11 casperstorm

The file-transfer option is in unstable, which means it will be pushed to official docs on next release: https://halloy.netlify.app/configuration/file-transfer/index.html#enabled. Thanks.

casperstorm avatar Nov 19 '25 22:11 casperstorm