Michael Czigler

Results 18 comments of Michael Czigler

Should be doable. The logging function is pretty dumb at the moment and does not handle escape sequences gracefully. Give me some time though (probably until after the new year)...

@097115 had some bandwidth to work on this issue. Let me know if the `0.3.2` branch resolves your issue.

@097115 My apologies… I forgot to remove the original printed string with the fix. But you can see that the second “duplicate” string removes the non-ASCII characters from being printed...

@097115 The latest commit removes the garbage characters in addition to the non-ASCII characters. I need to spend more time considering other impacted use cases for multi-byte characters, but this...

Oof. I see it in my own logs now re-reviewing them. Looks like I forgot to push my last commit before the holidays.

> @mcpcpc I also made a patch to add support for sending files via DCC. > > It works, but it's not in it's final form, as I'd like to...

> @mcpcpc The DCC SEND code is mostly done. I wonder if I should also do: > > ``` > if (dcc) { > signal(SIGPIPE, SIG_IGN); > } > ```...