Doug Freed

Results 33 comments of Doug Freed

I needed a way to modify the SNI too, so I just subclassed SSLContext, and made the HTTPAdapter use an instance of my subclass: ```python import requests import ssl class...

I've yet to see a client that actually does the quoting and unquoting specified in the CTCP "spec." (ChatZilla, the more common extension for Mozilla software, does not, afaik). It's...

My suggestion would be to change the spec so that non-batch events that take place while a batch is pending are processed after the batch completes. Another way of interpreting...

You have to seek during reopening of /dev/kmsg, otherwise you'll read messages you've already seen before, because /dev/kmsg always contains the entire contents of the kernel ring buffer. /proc/kmsg is...

As a workaround, you can set the `$j` ban to forward to the channel it is sourcing its bans from, and then forwards on those bans will be applied; eg,...

The workaround you mentioned is different; you're setting the forward in the `$j` to the intended destination; my workaround sets the forward in the `$j` to the same channel as...

My thought was that scan would not be oper-only, as OFTC's enhanced /who is not oper-only. It would offer reduced functionality based on privileges, of course.

Perhaps we should just alter a user's provided gecos to end with a format reset if it includes any control codes? Another option would be to just strip formatting from...

> also, can't force a reset char on people if their gecos is already the max length I'm saying eat their last char if their gecos is max length and...

I'm not sure what the value of hiding UID is. It's exposed by SAVE, and it's not difficult to tell the UID has changed (or not) through other means (WHOIS...