Nicholas Chambers
Nicholas Chambers
This code is based on the usage in https://github.com/solanum-ircd/solanum/blob/main/extensions/invex_regonly.c
The security implications weren't something I'd considered, and probably should be discussed further. However for invite exemptions specifically, it doesn't seem as problematic as a split abuser (or anything similar),...
How is this any different than `NOTICE :message`? Where they are "painted" is completely up to the client. None of the clients I have ever used have even written notices...
The following have also expired: https://no-subject.badssl.com/ https://no-common-name.badssl.com/
@cesardramirez I had to add the following to my path as well: $HOME/Library/Python/3.6/bin It looks like you have the global python bin in your folder, but not the local one?
as a default you mean? I'll fix it when I get home then
Certainly: https://gist.github.com/0dcadd1c27ab0b413006b5118d42b9d5 If it helps, I installed via `gem install gist` and here is my environment: ``` Nicholass-MacBook-Air:~ nchambers$ rvm --version rvm 1.29.3 (latest) by Michal Papis, Piotr Kuczynski, Wayne...
> Ok, it looks like the `which` command is giving you that error. It might be, but I've never had which give me that error before, and I'm not sure...
Also, incidentally, I can't find that warning in which's code anywhere: https://opensource.apple.com/source/shell_cmds/shell_cmds-149/which/which.c.auto.html
Thank you for the suggestion. I will definitely try that. I'm unfamiliar with pry (beyond the fact that it is a debugger). Do I just `gem install pry` and `pry...