Trevor Arjeski
Trevor Arjeski
DCC: https://github.com/osa1/tiny/issues/206
@nerosnm anything on this? 😬
Native TLS using openssl is waiting on https://github.com/sfackler/rust-native-tls/pull/209, which will make it much more convenient to add the user's certificate.
> Are you currently using this? I didn't test it myself. Yes, I think I will continue once merged too.
Thanks for taking a look and fixing it up. I read through your changes and they were really helpful for my learning.
1. This first issue seems like it may be as as simple as putting `self.height = Some(line_count);` at the end of `InputArea::calculate_lines()`. I tested it a little, but not much....
@osa1 my problem with the command args approach was that it's not straightforward going from `cmd.rs` all the way to the UI with the current way we handle auto-joining channels....
I was able to add parsing for `/join` and switched the config's `join:` to an identical string, i.e `- "#tiny -ignore"`, but ran into an issue... After adding a new...
From most recent commits: > When joining a channel using the /join command, the tab is created before the server is actually joined so we can effectively set the channel...
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...