-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented DCC get for downloading files. #209
base: master
Are you sure you want to change the base?
Conversation
There's only one server that I know that uses this and it's the one referenced in #206. Basically, you just go on there and send a command to search. The download directory is configurable in |
5ff2a77
to
0bca58e
Compare
778be8d
to
6e9b1a5
Compare
5987ac4
to
aafdd15
Compare
Does not yet support sending files. Closes osa1#206 Added connection timeout Fixed NOTICE format which was causing an issue. Spawn regular task instead of local for file download. Only read number of bytes read.
Are there any blockers that prevent merging this? |
Could this be made optional for those that want to ignore DCC CTCP? |
I can feature-gate this, if that makes more sense. @osa1 can make the final decision |
Implement downloading DCC files.
A user sends you a DCC SEND request to send you a file, and then you can reply back and download the file.
*Does not yet support sending files or DCC CHAT (direct chatting with other user).
Overview:
download_dir
underDefaults
Gif of it in action:
Closes #206