Ömer Sinan Ağacan
Ömer Sinan Ağacan
How this works is, when you do `C-x` or paste multi-line text we run `$EDITOR` on a temporary file. The file initially has the text you pasted. If your editor...
You got it right @Kabouik . Looking at the current message ``` # You pasted a multi-line message. When you close the editor final version of # this file will...
I have no objection to supporting IRC extensions.
@trevarj What do you mean by "DCC record" exactly? Open DCC connections? Or something else?
Hmm, so for every connection we need a `HashMap` for file send requests. The questions are: - Where to store this hash map - How to remove entries For (1)...
Should not be too hard to implement, just make sure to make it opt-in and add a configuration variable for it.
@eHammarstrom you can do this now if you add this line to your config: ``` timestamp_format: '%H:%M:%S' ```
Re-opening this as the patch was buggy and reverted.
Now that we have a good way to test the TUI we should give another try at this.
Thanks for opening a new issue for this. > I'm suspecting that I may be using a different OpenSSL version from the one that was used in the prebuild versions....