All times are UTC.
00:02:15 <-- Rym has quit (Ping timeout: 121 seconds) 00:07:40 --> Rym has joined #instantbird 00:19:43 <-- GeekShadow has quit (Ping timeout: 121 seconds) 00:28:04 --> GeekShadow has joined #instantbird 00:39:36 <-- hadi has quit (Ping timeout: 121 seconds) 00:46:23 --> hadi has joined #instantbird 00:55:30 * redDragon|away is now known as redDragon 01:03:02 <-- Mook_as has quit (Client exited) 01:15:49 <-- Armada has quit (Connection closed) 01:19:18 <clokep> flo-retina: https://hg.mozilla.org/integration/mozilla-inbound/rev/619279d965d1 apparnetly should fix the windows bustage. 01:20:23 <clokep> aleth: I kind of like that change. :) 01:44:14 <-- hadi has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 02:04:32 <-- myk has quit (Ping timeout: 121 seconds) 02:06:10 --> mconley has joined #instantbird 02:15:12 <-- mconley has quit (Connection closed) 02:16:34 --> kapy has joined #instantbird 02:27:53 --> mconley has joined #instantbird 02:33:36 <sukhe> flo-retina: so the only difference between intercepting the dialog or 02:34:20 <sukhe> removing the link is that in the latter case, the user has to manually copy the text, while in the former, s/he can copy the URL with the context menu 02:34:38 <sukhe> opening it with Tor Browser is another possibility but that has its own issues so we are not doing it for now 02:35:19 <-- clokep has quit (Ping timeout: 121 seconds) 02:35:50 <sukhe> and no, we are not removing Twitter 02:41:10 <-- mconley has quit (Connection closed) 02:44:58 <-- Bollebib has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com) 02:46:35 <sukhe> I was going to submit a patch for another mode that just includes <br> and <p>, but I had be happy to discuss this further 03:30:42 --> mconley has joined #instantbird 03:58:18 --> kapy_ has joined #instantbird 03:58:18 <-- mconley has quit (Connection closed) 03:58:25 <-- kapy has quit (Connection closed) 03:58:26 * kapy_ is now known as kapy 04:29:37 <-- EionRobb has quit (Quit: Leaving.) 04:35:43 <instant-buildbot> build #1564 of win32-nightly-default is complete: Success [3build successful] Build details are at http://buildbot.instantbird.org/builders/win32-nightly-default/builds/1564 04:36:26 <-- kapy has quit (Quit: Going offline, see ya! (www.adiirc.com)) 04:52:58 <instant-buildbot> build #1217 of linux-nightly-default is complete: Success [3build successful] Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/1217 04:56:07 --> sherief has joined #instantbird 05:00:23 <instant-buildbot> build #2413 of macosx-nightly-default is complete: Success [3build successful] Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/2413 05:07:08 --> Rym_ has joined #instantbird 05:09:30 <-- Rym has quit (Ping timeout: 121 seconds) 05:23:18 --> EionRobb has joined #instantbird 05:38:03 <-- Rym_ has quit (Ping timeout: 121 seconds) 06:04:40 --> Rym_ has joined #instantbird 06:09:07 <-- Rym_ has quit (Ping timeout: 121 seconds) 06:41:43 <instant-buildbot> build #113 of linux64-nightly-default is complete: Success [3build successful] Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/113 06:58:47 --> Rym_ has joined #instantbird 07:03:17 <-- Rym_ has quit (Ping timeout: 121 seconds) 07:03:32 --> mpmc has joined #instantbird 07:27:37 <-- DGMurdockIII has quit (Quit: Leaving) 07:34:27 --> aleth has joined #instantbird 07:34:28 * ChanServ sets mode +o aleth 07:48:53 <-- aleth has quit (Ping timeout: 121 seconds) 07:52:59 --> Rym_ has joined #instantbird 07:55:09 --> aleth has joined #instantbird 07:55:10 * ChanServ sets mode +o aleth 07:57:28 <-- Rym_ has quit (Ping timeout: 121 seconds) 08:25:31 <flo-retina> clokep: a so it was indeed a VS2010 bustage :-/ 08:26:37 <flo-retina> sukhe: if you are not removing twitter, don't remove <a> tags. Twitter doesn't show the real URLs, it shows something shortened that users can't copy/paste to a browser. 08:27:32 <flo-retina> sukhe: what are the issues with opening in Tor browser? 08:27:45 <flo-retina> (or really, with letting the user select the application to use to open the link?) 08:47:09 --> Rym_ has joined #instantbird 08:51:38 <-- Rym_ has quit (Ping timeout: 121 seconds) 08:59:20 <-- Widdershins has quit (Ping timeout: 121 seconds) 09:06:22 --> kapy has joined #instantbird 09:08:29 * Fallen|away is now known as Fallen 09:12:53 <-- aleth has quit (Ping timeout: 121 seconds) 09:16:50 <sukhe> flo-retina: there are various ways in which Tor Messenger can function with Tor Browser running (mostly related to sharing of the Tor process) that we don't want to get into right now. so we decided that if a user wants to open a link, they will have to manually copy and paste it and clicking it won't work. if the user selects another application, it can be used to de-anonymize the user since that application may not be using Tor 09:17:56 <flo-retina> "if the user selects another application, it can be used to de-anonymize the user" that's also true if the user makes a copy/paste mistake to an application that isn't the Tor browser, right? 09:19:10 <sukhe> yup. it's a poor stop-gap arrangement for now, no doubt. an ideal solution is to warn the user and then show the ContentDispatcher dialog, ensuring that Tor Browser will be the primary choice. but that's for later 09:19:37 <flo-retina> if you want to avoid communication from Tor Messenger to the default browser set in the OS's settings, you really want to block that near the external protocol handler service; you don't want to mess with the HTML. 09:20:04 <flo-retina> what makes you think showing that dialog would be more difficult? (it may just be flipping a pref) 09:20:26 <flo-retina> maybe network.protocol-handler.warn-external.https and network.protocol-handler.warn-external.http 09:21:01 <sukhe> yup we are doing that. it's not about difficulty, but mostly that we have not clearly planned out the ideal way of handling this 09:21:24 <flo-retina> okay 09:21:47 <flo-retina> then my opinion is that anything else you can find will be better than messing with the HTML <a> tags (as doing that makes twitter useless) 09:23:02 <sukhe> okay. do you mean that when using Twitter, it shortens the URLs and that causes problems for people to copy them or open them? 09:24:15 <sukhe> (sorry, I am a Twitter n00b) 09:25:27 <flo-retina> sukhe: example: the message will display "blog.flowreader.com/twitter-cant-râ¦" and the HTML will be: <a href="http://blog.flowreader.com/twitter-cant-replace-rss/"> 09:25:41 <flo-retina> if you strip the <a> tag, there's no way the user can click that 'link'. 09:26:07 <sukhe> aah ok 09:31:09 --> Bollebib has joined #instantbird 09:33:44 * redDragon is now known as redDragon|away 09:41:17 --> Rym_ has joined #instantbird 09:45:48 <-- Rym_ has quit (Ping timeout: 121 seconds) 09:55:23 <-- gerard-majax has quit (Ping timeout: 121 seconds) 10:08:03 --> aleth has joined #instantbird 10:08:04 * ChanServ sets mode +o aleth 10:10:14 --> BWMerlin has joined #instantbird 10:10:34 --> rosonline has joined #instantbird 10:11:56 * redDragon|away is now known as redDragon 10:23:34 <aleth> clokep: I guess it makes sense that VS2010 doesn't support C++11 :-/ 10:35:28 --> Rym_ has joined #instantbird 10:39:58 <-- Rym_ has quit (Ping timeout: 121 seconds) 10:41:10 <-- EionRobb has quit (Quit: Leaving.) 10:41:57 --> myk has joined #instantbird 10:43:10 * Fallen is now known as Fallen|away 10:54:55 --> hadi has joined #instantbird 10:58:01 <-- Tonnes has quit (Connection closed) 11:00:17 <-- myk has quit (Ping timeout: 121 seconds) 11:04:22 <-- aleth has quit (Ping timeout: 121 seconds) 11:04:40 --> aleth has joined #instantbird 11:04:40 * ChanServ sets mode +o aleth 11:16:02 --> Tonnes has joined #instantbird 11:19:36 <-- aleth has quit (Connection closed) 11:19:42 --> aleth has joined #instantbird 11:19:43 * ChanServ sets mode +o aleth 11:21:15 --> Armada has joined #instantbird 11:23:02 --> clokep has joined #instantbird 11:23:02 * ChanServ sets mode +o clokep 11:25:48 <-- Armada has quit (Quit: Leaving) 11:25:58 --> Armada has joined #instantbird 11:29:38 --> Rym_ has joined #instantbird 11:31:21 <-- rosonline has quit (Connection closed) 11:33:00 <clokep> aleth: Because it came out before 2011? ;) 11:33:15 <clokep> But we're all green again it looks like. 11:34:07 <-- Rym_ has quit (Ping timeout: 121 seconds) 11:34:38 <aleth> What confused me after I had just that thought is that there's C+11 in a lot of mozilla code. And then I found https://developer.mozilla.org/en-US/docs/Using_CXX_in_Mozilla_code 11:35:14 <clokep> aleth: So C+11 had been in development for a long time and pulled in features supported by other compilers. 11:35:24 <clokep> So MSVC2010 defnitely supports some of it. 11:36:11 <aleth> Green indeed :) But do we have anything to land? 11:37:11 <clokep> I have no idea how treeherder looks 11:37:22 <aleth> green enough to open c-c imho 11:37:41 <clokep> Fairly green too, yeah. 11:40:05 <-- kapy has quit (Quit: Going offline, see ya! (www.adiirc.com)) 11:41:16 --> gerard-majax has joined #instantbird 11:48:02 <-- aleth has quit (Ping timeout: 121 seconds) 11:51:12 <-- hadi has quit (Ping timeout: 121 seconds) 11:51:36 --> kapy has joined #instantbird 11:58:39 <-- clokep has quit (Ping timeout: 121 seconds) 12:01:48 * Fallen|away is now known as Fallen 12:03:03 <-- Bollebib has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com) 12:09:19 <-- BWMerlin has quit (Client exited) 12:22:38 --> aleth has joined #instantbird 12:22:38 * ChanServ sets mode +o aleth 12:23:45 --> Rym_ has joined #instantbird 12:28:15 <-- Rym_ has quit (Ping timeout: 121 seconds) 12:53:18 --> clokep_work has joined #instantbird 12:53:19 * ChanServ sets mode +o clokep_work 13:06:58 <-- clokep_work has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 13:07:00 --> clokep_work has joined #instantbird 13:07:00 * ChanServ sets mode +o clokep_work 13:09:36 --> hadi has joined #instantbird 13:15:19 --> nhnt11 has joined #instantbird 13:17:56 --> Rym_ has joined #instantbird 13:19:20 <-- nhnt11 has quit (Ping timeout: 121 seconds) 13:21:05 <-- clokep_work has quit (Ping timeout: 121 seconds) 13:21:48 --> nhnt11 has joined #instantbird 13:22:25 <-- Rym_ has quit (Ping timeout: 121 seconds) 13:23:03 --> clokep_work has joined #instantbird 13:23:03 * ChanServ sets mode +o clokep_work 13:28:19 <-- aleth has quit (Ping timeout: 121 seconds) 13:28:32 --> aleth has joined #instantbird 13:28:33 * ChanServ sets mode +o aleth 13:45:23 <-- aleth has quit (Ping timeout: 121 seconds) 13:48:18 --> Rym_ has joined #instantbird 13:50:41 <-- nhnt11 has quit (Ping timeout: 121 seconds) 13:54:20 --> aleth has joined #instantbird 13:54:21 * ChanServ sets mode +o aleth 14:10:13 --> qheaden has joined #instantbird 14:10:27 <qheaden> Hello everyone. 14:12:08 <clokep_work> Hello qheaden! 14:20:04 * redDragon is now known as redDragon|away 14:21:59 * redDragon|away is now known as redDragon 14:36:45 <-- Tonnes has quit (Connection closed) 14:50:39 --> edhelas has joined #instantbird 14:50:43 <edhelas> hopla :) 14:53:41 --> nhnt11 has joined #instantbird 14:55:41 --> mconley has joined #instantbird 14:59:43 <edhelas> ayant également implémenté WebRTC sur mon client XMPP j'aimerais faire quelques tests de compatibilité avec Instantbird 15:02:52 <edhelas> j'ai aussi quelques questions à vous poser sur le projet :) 15:04:12 <-- Rym_ has quit (Ping timeout: 121 seconds) 15:04:29 --> Tonnes has joined #instantbird 15:07:42 <flo-retina> edhelas: hello :) 15:08:26 <flo-retina> edhelas: please try in English, so that everybody can follow the conversation :). If you need help for some words, I can help translating 15:08:35 <edhelas> no problem 15:08:41 <edhelas> firstly tjanks for the project :) 15:08:47 <edhelas> *thanks 15:08:56 <flo-retina> the patches related to WebRTC over XMPP are in bug 1018060 15:08:58 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1018060 enh, --, ---, mayanktg, NEW, Video calls via XMPP/Jingle and WebRTC 15:09:24 <edhelas> I have a segfault error on the 1.6dev and 1.5 packages so I can't test it yet, I'm trying to recompile it to see what happend 15:11:51 <aleth> What XMPP client are you working on? 15:12:03 <edhelas> Movim :) https://movim.eu/ 15:24:21 * redDragon is now known as redDragon|away 15:25:49 <-- gerard-majax has quit (Ping timeout: 121 seconds) 15:27:22 <-- clokep_work has quit (Ping timeout: 121 seconds) 15:27:35 --> clokep_work has joined #instantbird 15:27:35 * ChanServ sets mode +o clokep_work 15:28:12 <-- nhnt11 has quit (Ping timeout: 121 seconds) 15:29:26 --> sonny has joined #instantbird 15:32:09 --> iamjayakumars has joined #instantbird 15:32:18 --> nhnt11 has joined #instantbird 15:40:45 --> Rym_ has joined #instantbird 15:45:14 <-- Rym_ has quit (Ping timeout: 121 seconds) 15:47:45 <aleth> edhelas: Note the patches in that bug are obviously a WIP ;) 15:48:06 <edhelas> ok :) 15:48:16 <edhelas> well I have a couple of questions to ask 15:48:30 <edhelas> first, I'd really like to test WebRTC integration with my client 15:49:16 <edhelas> secondly, what are you thinking of this https://bugzilla.mozilla.org/show_bug.cgi?id=385758 15:49:18 <instantbot> Bug 385758 enh, --, ---, nobody, REOP, Support Jabber (XMPP) in addition to Mail and News 15:49:38 <kapy> hello, is there any documentation that can guide me through the code of instantbird 15:49:50 <aleth> we'd love to be interoperable with your client of course 15:50:44 <aleth> edhelas: I'm confused by that bug - TB already has XMPP support 15:51:18 <edhelas> read again ;) we are not talking about Chat integration 15:51:26 <edhelas> but remplacing POP/IMAP/SMTP by XMPP 15:52:00 <aleth> Oh... that's probably a question for #maildev 15:52:24 <aleth> If you want to support XMPP *as a mail protocol* in TB 15:53:37 <aleth> kapy: https://wiki.instantbird.org/Main_Page 15:54:14 <aleth> kapy: Most of the documentation that exists is in the code itself 15:54:32 <kapy> ok, thanks 15:55:40 * Fallen is now known as Fallen|away 15:57:32 --> sherief_ has joined #instantbird 15:59:57 <-- sherief has quit (Ping timeout: 121 seconds) 16:00:07 <-- clokep_work has quit (Ping timeout: 121 seconds) 16:02:05 --> clokep_work has joined #instantbird 16:02:05 * ChanServ sets mode +o clokep_work 16:04:32 --> hadi1 has joined #instantbird 16:06:39 <-- hadi has quit (Ping timeout: 121 seconds) 16:09:08 <-- nhnt11 has quit (Ping timeout: 121 seconds) 16:13:54 --> nhnt11 has joined #instantbird 16:26:19 <-- nhnt11 has quit (Connection closed) 16:26:50 --> nhnt11 has joined #instantbird 16:34:06 <-- edhelas has quit (Ping timeout: 121 seconds) 16:34:30 --> gerard-majax has joined #instantbird 16:34:54 --> Rym_ has joined #instantbird 16:39:22 <-- Rym_ has quit (Ping timeout: 121 seconds) 16:41:10 <-- nhnt11 has quit (Ping timeout: 121 seconds) 16:48:21 --> Rym_ has joined #instantbird 16:48:24 <-- clokep_work has quit (Ping timeout: 121 seconds) 16:49:05 <-- hadi1 has quit (Connection closed) 16:49:37 --> clokep_work has joined #instantbird 16:49:38 * ChanServ sets mode +o clokep_work 16:50:57 <flo-retina> aleth: I think kapy's questions was more "is there a wikipage somewhere explaining in which folder to look to start digging in the code?" 16:52:21 <kapy> aleth: if there's a page like that, it would be great 16:52:52 <-- Rym_ has quit (Ping timeout: 121 seconds) 17:02:45 --> nhnt11 has joined #instantbird 17:04:19 --> Bollebib has joined #instantbird 17:08:37 <-- aleth has quit (Quit: :tuiQ) 17:10:48 <-- nhnt11 has quit (Ping timeout: 121 seconds) 17:11:33 <clokep_work> kapy: The best way is to ask us, most likely. 17:12:03 --> myk has joined #instantbird 17:12:12 <kapy> ok i will ask you whenever i don't understand 17:12:30 <-- iamjayakumars has quit (Connection closed) 17:12:31 <kapy> is the code for instantbird mainly in javascript ? 17:14:18 <clokep_work> kapy: A lot of it is JavaScript, there's a good amount of C++ too. 17:14:19 * instantbot frowns at clokep_work 17:16:24 <kapy> i'm weak in js, can you suggest me any good resources to learn js 17:20:32 <clokep_work> I don't know any, sorry. 17:22:09 --> nhnt11 has joined #instantbird 17:28:22 * clokep_work can't find the bug about including "Highlight" functionality in IRC (i.e. bug 1094278, but for IB) 17:28:24 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1094278 enh, --, ---, nobody, UNCO, notifications about custom keywords for IRC 17:32:21 --> Widdershins has joined #instantbird 17:38:29 --> arlolra has joined #instantbird 17:39:01 --> edhelas has joined #instantbird 17:42:31 --> Rym_ has joined #instantbird 17:47:02 <-- Rym_ has quit (Ping timeout: 121 seconds) 17:50:06 <-- gerard-majax has quit (Ping timeout: 121 seconds) 17:51:56 --> Mook_as has joined #instantbird 17:53:06 --> gerard-majax has joined #instantbird 17:53:23 <-- kapy has quit (Quit: Going offline, see ya! (www.adiirc.com)) 18:01:28 <-- gerard-majax has quit (Ping timeout: 121 seconds) 18:14:06 --> hadi has joined #instantbird 18:18:00 <-- sonny has quit (Connection closed) 18:18:46 <-- clokep_work has quit (Ping timeout: 121 seconds) 18:20:00 --> clokep_work has joined #instantbird 18:20:01 * ChanServ sets mode +o clokep_work 18:33:12 --> aleth has joined #instantbird 18:33:13 * ChanServ sets mode +o aleth 18:36:43 --> Rym_ has joined #instantbird 18:41:12 <-- Rym_ has quit (Ping timeout: 121 seconds) 18:55:41 <-- clokep_work has quit (Ping timeout: 121 seconds) 19:04:26 --> Rym_ has joined #instantbird 19:09:34 <-- aleth has quit (Ping timeout: 121 seconds) 19:10:17 --> aleth has joined #instantbird 19:10:18 * ChanServ sets mode +o aleth 19:18:12 --> gerard-majax has joined #instantbird 19:21:00 --> sherief__ has joined #instantbird 19:24:08 <-- sherief_ has quit (Ping timeout: 121 seconds) 19:25:04 <-- gerard-majax has quit (Ping timeout: 121 seconds) 19:34:28 --> EionRobb has joined #instantbird 19:58:27 <-- aleth has quit (Ping timeout: 121 seconds) 20:08:31 --> aleth has joined #instantbird 20:08:32 * ChanServ sets mode +o aleth 20:17:36 * Fallen|away is now known as Fallen 20:35:30 <-- nhnt11 has quit (Connection closed) 20:36:08 --> nhnt11 has joined #instantbird 20:47:55 --> clokep_work has joined #instantbird 20:47:55 * ChanServ sets mode +o clokep_work 21:35:16 <-- clokep_work has quit (Ping timeout: 121 seconds) 21:40:22 <-- mconley has quit (Connection closed) 22:06:07 <-- EionRobb has quit (Ping timeout: 121 seconds) 22:10:03 --> EionRobb has joined #instantbird 22:34:47 <-- Bollebib has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com) 22:35:03 <-- arlolra has quit (Client exited) 23:02:51 <-- edhelas has quit (Ping timeout: 121 seconds) 23:23:20 <-- sherief__ has quit (Ping timeout: 121 seconds) 23:29:51 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 23:34:42 --> hadi1 has joined #instantbird 23:38:24 <-- hadi has quit (Ping timeout: 121 seconds) 23:40:21 * Fallen is now known as Fallen|away 23:47:23 <-- aleth has quit (Quit: :tuiQ)