Arlo Breault

Results 64 comments of Arlo Breault

> Currently the app crashes because of "double free" (perhaps). Yeah, the calls to `otrl_privkey_read_FILEp` and then `otrl_privkey_generate_cancelled` in `otrl_privkey_generate_finish_FILEp` look like a double free.

The [patch](https://hg.mozilla.org/comm-central/rev/51e168d7dc78) just adds another call to `writeMessage()`, which is the correct method for the [transformation pipeline](https://github.com/mozilla/releases-comm-central/blob/master/chat/components/src/test/test_conversations.js#L76-L81), so no problems there. As [xnyhps says](https://developer.pidgin.im/ticket/15508#comment:17), instance tag support should help with...

Yeah, the Twitter implementation is kind of odd in that it is modelled as a multi-user chat, similar to an IRC chatroom, with you and those you're following. Following someone...

@clokep Thanks for the reminder. I need to get on rebasing https://bugzilla.mozilla.org/show_bug.cgi?id=955642

I haven't looked into it yet, but thanks for reminding me. We should get this fixed before the next release.

`create_privkey_cb` is called with only an `accountname` and `protocol`, which makes sense, given that it is going to generate a key to be used for all conversations with that pair....

Fixed the link, thanks. The way I imagined this working is that, in the same preference pane where we let the user generate a new key, there's a button to...

The way I described it above, it isn't a bulk import; it's per account. So, if the user wanted to keep the current key, they wouldn't be importing one for...

Ah, right. In [Tor Messenger](https://lists.torproject.org/pipermail/tor-dev/2015-March/008363.html) we've disabled all logging. But for Instantbird, this will be a useful feature.

Pushed a patch for the first part of this there. It depends on merging something upstream though. https://bugzilla.mozilla.org/show_bug.cgi?id=1175374 Working on the warning next.