master
emdee@spm.plastiras.org 2 months ago
parent 3a3d8ab5e4
commit 4edbf98dc4

@ -15,6 +15,8 @@ Tox-WeeChat is compliant with all "Required" points in the
- Encrypted save files
- File transfer
No NGC groups yet.
## Installation
Tox-WeeChat requires [WeeChat][2] (tested with version 4.1.2) and [TokTok
@ -49,6 +51,7 @@ an example.
`/set tox.*` for a list of options, including proxies.
### Common issues
#### Long Tox names messing up WeeChat layout
Tox allows names up to 128 bytes long. To prevent long names from taking all

@ -661,6 +661,8 @@ twc_tfer_file_send_control(struct t_twc_profile *profile, size_t index,
twc_tfer_file_update(profile->tfer, file);
return 1;
}
/* proforma */
return 0;
}
/**

Loading…
Cancel
Save