dlmarquis

Results 11 comments of dlmarquis

I just pushed some changes that fixes one source of 429 errors. Does it work for you with the latest version?

I'm not familiar with Spectrum2 or how it works. Do you have a log from pidgin I can look at as well? From the log you posted, it looks like...

I'm still poking around the Spectrum2 source trying to figure out how it might be handling things differently than pidgin, but I stumbled upon [this advice](https://support.discord.com/hc/en-us/community/posts/360038991112-Less-updates-disable-auto-update-or-scheduled-updates-?page=2#comments) for blocking updates in...

My concern is with what's different between Spectrum2's and Pidgin's handling. The merge immediately after 11/21/2021 (#382) is readability improvements, some user status tweaks, and---most importantly, I think---an update to...

How active are the channels you auto-joined? It can take a good minute or two to grab the entire history of a highly active channel in a large guild if...

Gotcha. I can't reproduce this in Ubuntu Linux, so it might be a Windows problem. @EionRobb would be able to help more, but to start off, can you tell us...

While this isn't really a solution to the issue, the default/bundled Pidgin plugin "Message Timestamp Formats" should allow you some control over the timestamp format in chat windows. This issue...

I've seen this myself when I try to send a message while I'm not connected to the internet or my discord account has temporarily disconnected me. Have you noticed a...

Okay, I think I've addressed the issues now. The sucky part is I had to defer processing the READY statement to include info from READY_SUPPLEMENTAL to get the channel size...

> This also assumes that READY_SUPPLEMENTAL always gets triggered, which it's not guaranteed to Does it not? I checked a few other projects using the user api like DISCUM, and...