Eion Robb

Results 917 comments of Eion Robb

Hmm... looks like there's potential for a crash, which could be fixed by changing libdiscord.c:5999 from ``` if (strlen(encrypted_token) == 0) { ``` to ``` if (!encrypted_token || !*encrypted_token) {...

Thanks for the fantastic feedback! There's a few things going on here, hopefully I don't skip over any :) > switching chat tabs will cause pidgin (2.14.14) to freeze for...

That's odd.. .not seeing that errorCode in the debug log. The debug window doesn't capture all debug, only what it's seen since it was opened. Was the debug log closed...

I just tried checking to see what happens if you send too many messages too quickly in the official client, and it returns ``` {"errorCode":429,"message":"API calls quota exceeded!","standardizedError":{"errorCode":429,"errorSubCode":1,"errorDescription":"API calls quota...

Ah ok, have managed to replicate by sending from a Teams Personal connection to an ex-Skype user, then did the same with the official client to look at the difference....

Sorry that the previous attempt wasn't successful. :( I don't really use Teams Personal in my day-to-day just Teams Business so I've not really run into this to be blocked...

Small update - looks like another way to trigger it is to continually type a character then delete it. libpurple resets the delay when the status changes from typing to...

If you could try the above commit, that would be much appreciated :)

Uh that's really weird. It kinda looks like the pkg-config file in the Pidgin package isn't correct. That's pretty much the only way to know from a particular system where...

Yes 🙂 While I don't use spectrum2 myself, there's been efforts made to make that work. To workaround spectrum2 being hard-coded to pick up on some messages from prpls, you'll...