Dylan Simon
Dylan Simon
Are these IMs or group messages? Are they sent while you're connected or not?
Yeah -- the problem with the #58 approach is that it sends all the requests at once, which can make slack start denying requests, and eventually blacklist the client. I'm...
Do you have everything described here working: https://wiki.bitlbee.org/SelfMessages In particular, do self messages from other libpurple-based protocols show in in bitlbee? slack-libpurple is sending these messages to libpurple in what...
Is that libpurple-discord or bitlbee-discord?
If someone can get this to work in bitlbee with another libpurple-based plugin, I can take a look at what it does. It's not clear to be that bitlbee-libpurple supports...
Okay, it looks like hangouts does not use `serv_got_im` for these messages (since they're not `RECV`) but instead just does a `conversation_write`. I'll try that.
Actually, now that I'm looking at it, that should already be the case because the sender is not the IM target. Also, it wouldn't affect chats. @EionRobb - any thoughts...
I'm guessing this option is only enabled for protocols that use HTML, and slack does not (at least, not exactly).
The prpl does not have any direct ability to affect the interface and I don't see anything in the irc plugin about this. I don't see the behavior you describe,...
Can you get a debug log up to the crash? It looks like some http request is failing, and that error is not being handled well.