Dylan Simon

Results 115 comments of Dylan Simon

That PR adds support for a `d` cookie. We could certainly add the same option to just include a configured `d` cookie. @moozhub, is that the cookie that you needed?...

Which phase of login does this happen in ("Loading Users", "Loading conversations", ...) or could you send the repeated request and response from the logs? It's hard to see how...

Ah, yeah, if there are a lot of users on the slack, that can take a long time, since we can only fetch so many at a time and slack...

I'm pretty sure I set that to the limit whenever I wrote it, but if they've increased it we should certainly revisit. `users.list` recommends 200, but trying something larger sounds...

I'm not familiar with telepathy, but it seems like they probably are making some specific assumptions. Might be worth asking on the telepathy-haze side if there are some changes that...

Slack (including the API) has the concept of files attached to conversations. libpurple only has the concept of files sent user to user, as an IM. You could use this...

For the first, have you tried the "open_chat true" option? This should open a chan whenever a message is recieved on it, which sounds like what you want. The second...

Just to clarify, is that block literally what you see through the libpurple plugin? Or when you say it's stripped does that mean there's just a blank line there with...

Do you just not want to see attachments at all, or is there a part of the attachment display you want to suppress? It should be easy enough to make...

Do you have more details on the assertion errors? Also, do you have debug logs with the original message text? I'm not surprised if we're failing to parse complex message...