JustAnotherArchivist

Results 135 issues of JustAnotherArchivist

I didn't entirely understand the grouping in that list, so I just tried to put them where it made most sense to me. The added codes are all associated with...

For historical context: ircu [first introduced WHOX in version 2.10.01](https://ircu.sourceforge.net/release.2.10.01-who.html) and appears to have originally only returned the highest prefix like regular WHO (verified in version 2.10.08.01). https://github.com/UndernetIRC/ircu2/commit/7ec4144c6b646292025b62ebeb1f974e02c03698 introduced returning...

Unless someone actively tries to break things by passing a crafted object, it should not generally be possible for there to be circular references. In addition, if someone were to...

## Long story short aiohttp does not support any transfer encoding other than chunking. Responses from servers using e.g. `Transfer-Encoding: gzip` result in the compressed payload. Worse yet, those applying...

enhancement

This was brought up on IRC a little while ago, but the discussion died down rapidly and I noticed it wasn't mentioned anywhere here. I'm filing this so it isn't...

### I did this It appears that whenever an upload is stalling (e.g. uploading from a pipe and waiting for more data) and curl isn't expecting a `100 Continue` response,...

HTTP

During a recent netsplit, I saw this `-o` on a user before it rejoined (names redacted): ``` 20:39:23 ::: Netsplit ircd.choopa.net irc.Prison.NET quits: a 20:46:36 ::: mode/#channel [-o a] by...

bug

I have two channels, one regular open `#a` and one restricted `#b` with modes `+if #a`. I am in both channels with two irssi 1.4.5 clients. `#b` also had an...

bug

It appears that the quit message (`Netsplit foo bar quits: nick[, nick...]`) never gets rendered when the nicks rejoin quickly. I saw this on some `*Serv` restarts today. On the...

bug

Using `!ignore` with a pattern that is not a valid Python regex should return an error instead of adding the broken pattern to the job config. Cf. #596 This was...

enhancement
backend