Results 92 comments of Trevor Arjeski

@osa1 this one actually might be farther along than #344. I updated the description and added a gif so you can see how it works.

> 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

My guess is that you need access to the tty for this, which means that the bell control character should be output through `termbox`. If I add a small function...

Just for clarification, the code snippet above does work and I can hear the bell with it. (alacritty doesn't seem to support the bell sound, so I had to use...

Going to start building this because it is something that I really want too. Right now I only need receiving files, so I don't think I will try and implement...

Just want to comment that I have the client accepting DCC SEND and I have `/dcc GET ` working, and I'm excited so I wanted to tell someone. I have...

@osa1 Hey, if/when you get the time, I would like your opinion on how to handle caching DCC records and then expiring them after a duration... What I have now...

@osa1 When the client receives a DCC command (someone wants to send you a file) you should store the record of it. So, when the user decides to accept the...

@osa1 Ok, great, this is pretty much what I have already. Thanks for the help!

The issue here is "ctrl_h", which isn't allowed for remapping since we already [interpret](https://github.com/osa1/tiny/blob/8f4428ee41b46152fd4c2f1abf883a2f1942ceaa/crates/term_input/src/lib.rs#L180) it as a Backspace due to https://github.com/osa1/tiny/issues/295