James Lu

Results 89 comments of James Lu

i don't understand the question

does something like the following work: ``` bash #!/bin/bash cd illacceptanything sudo copy -R * / ```

Another workaround might be to run the affected app under [winpty](https://github.com/rprichard/winpty) - I tried this with saml2aws (above linked issue) and it appears to work around the issue. AFAICT winpty...

On most clients I've seen (hexchat, weechat, iris, kiwiirc) `/msg` never automatically opens a query window. Instead the client just displays a receipt of what was sent (e.g. `>nick< hello...

AFAIK, apt has since changed the way it looks up changelogs. `man apt.conf` hints that the location of a changelog can be set using a "Changelogs" field in the Release...

:+1: I would love something like this.

Hi all, Lately I've been working on an alternative implementation that allows doing this in a stateless fashion. It involves an IRCd extension and a separate command to translate relayed...

This seems like a reasonable proposal - I would also consider stripping the hostname portion of the "Full InspIRCd version" since those values can be potentially traced back to specific...

This is something I did consider early on, ie. using @+relaymsg with a client-supplied value. However, it seemed like that would be more work for a bot to check whether...

I think I confused the @relaymsg sender tag with a potential spoofed nick tag - my bad. (This is what happens when I comment at 2am I guess..) The spoofed...