Ömer Sinan Ağacan
Ömer Sinan Ağacan
We try hard to keep the join/part/leave etc. noise at minimum so I'm not sure if this is worthy, but if we get more requests or even patches then why...
We actually do this kind of thing in some cases. For example, type something in the input buffer, then move cursor a few characters back, and then do `C-x`. If...
This is definitely planned, we discussed this many times on the IRC channel, but it's a bit too much work for me to implement currently, so don't expect it in...
@trevarj implemented a list widget in https://github.com/osa1/tiny/discussions/284 which could be used to implement user list too. As far as I remember, the problems were: - Side bar makes copying text...
This would definitely be optional, yes.
On MacOS we use the [standard directories](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html#//apple_ref/doc/uid/TP40010672-CH2-SW6). This is done via the [dirs crate](https://docs.rs/dirs/3.0.1/dirs/). I have no idea if this is ideal or not though, as I'm not a MacOS...
Let's keep this open until we at least update the README.
I'm not a Mac user myself and I don't know the conventions on macOS, so in the past I trusted `dirs` to do the right thing on macOS. I did...
I think we should definitely do this. There's at least one other issue that indirectly asks for this: #118. The idea is that commands like `/join` and `/connect` and the...
Do you only need to message to this bot when you first connect, or do you also need to message it when you change your nick? Just a bit of...