#instantbird log on 06 14 2015

All times are UTC.

00:05:24 * Fallen is now known as Fallen|away 
00:15:57 <-- Mnyromyr has quit (Quit: ChatZilla 0.9.91.1 [SeaMonkey 2.33.1/20150321194827])
01:05:27 <-- clokep has quit (Ping timeout: 121 seconds)
01:08:20 --> clokep has joined #instantbird
01:08:20 * ChanServ sets mode +o clokep 
01:10:49 --> myk has joined #instantbird
01:26:52 <-- myk has quit (Connection closed)
01:27:11 --> myk has joined #instantbird
01:40:08 --> redragonx has joined #instantbird
01:40:53 <clokep> redragonx: Let's talk here, if you don't mind.
01:40:58 <clokep> No reason for it to be private, right?
01:41:13 <redragonx> No 
01:41:45 <clokep> So it looks like there are some issues under https://github.com/arlolra/ctypes-otr/issues that need to get fixed.
01:42:01 <clokep> There's a bunch of work that needs to get done to actually integrate it into Instantbirds.
01:42:06 <clokep> Instantbird, rather.
01:42:27 <clokep> Including: figuring out the build system (libotr is kind of a bitch to build, this needs to work on all platforms)
01:42:44 <clokep> Getting the code to pass review and handling any review comments.
01:43:17 <clokep> And coming up with a satisfactory UI that we feel comfortable integrating it into IB by default.
01:43:26 <clokep> (E.g. not throwing up modal dialogues in a user's way.)
01:43:29 <-- myk has quit (Ping timeout: 121 seconds)
01:43:35 <clokep> Unfortunately arlolra isn't on right now, he's usually on during the week though.
01:45:03 <redragonx> I see.
01:45:36 <redragonx> And have you made any progress?
01:45:52 <clokep> On what, exactly?
01:46:05 <clokep> The code that's in that repo works, I've had OTR conversations using Instantbird over IRC and XMPP, I tink.
01:47:54 <redragonx> I'm trying to get my hands wet into this mess. so I'm just wondering if there is any progress made recently.
01:49:34 <clokep> I'm unsure of what arlolra has been working on recently with it.
01:49:52 <clokep> I think they were trying to finish up some of the UI and maybe were having some issues on Windows or Linux? I forget.
01:50:05 <clokep> I know the ctypes code needed a bit of work too, I had reviewed that a couple of months ago.
01:52:44 <redragonx> And most of the code is in JS? 
01:54:45 <clokep> redragonx: Most Instantbird code is JS, yet. libotr is C code, but ctypes bindings were written to it so the UI can easily interact w/ it.
01:54:56 <clokep> (Without writing XPCOM components.)
01:55:19 <redragonx> As it stands, to use OTR you install the ctypes-otr in a profile and running a nightly build?
01:55:42 <clokep> + you have to install libotr
01:56:11 <clokep> The README in that repo gives directions for Linux/Mac.
01:56:30 <clokep> I'm unsure how to do it on Windows, but it should just be a matter of adding the libotr.dll into the 'right' spot.
01:58:28 <clokep> You could give it a try and see how well it works. :)
01:58:38 <clokep> Would be good to have someone who uses OTR on a daily basis try it out.
02:03:21 <redragonx> sorry, i was busy trying to install ctypes-otr
02:07:17 <redragonx> I do use otr  a lot
02:07:22 <redragonx> pwd  ~/.instantbird/u2fpun8e.redragonx/extensions/ctypes-otr\@tormessenger
02:07:35 <redragonx> he forgot to escape the @
02:08:16 <clokep> Alright.
02:12:38 <redragonx> But I'm sure all of this will change. :)
02:13:31 <clokep> Well if it's integrated none of that will matter. :-D
02:19:01 <redragonx> ssooooo
02:19:16 <redragonx> where do i open otr
02:20:41 <clokep> redragonx: There should be a lock in the top right of private conversations.
02:20:54 <clokep> I think ther'es also a preferences panel that you might need to enable something?
02:21:06 <clokep> If you go to Tools > Addons, ensure you see OTR in there.
02:21:12 <clokep> Then take a look at it's preferences
02:21:27 <redragonx> its not there :(
02:22:11 <clokep> (I assume you restarted?)
02:22:27 <redragonx> hmm yes
02:22:40 <redragonx> I do have a question.
02:23:07 <clokep> What's up?
02:23:11 <redragonx> Now launch Instantbird w/ OTR enabled. The default policy is to require encryption. That can be changed to optimistically enable it in the add-on settings.
02:23:33 <redragonx> with otr enabled, what does that mean
02:23:40 <clokep> His directions are super confusing.
02:23:46 <clokep> It means "launch instantbird"
02:23:53 <redragonx> lol
02:24:12 <redragonx> well
02:24:13 <clokep> You have to use the profile that you installed it into, obviously, but if you only use one profile that isn't hard...you just launch it.
02:24:45 <clokep> What's the contents of "~/.instantbird/u2fpun8e.redragonx/extensions/ctypes-otr@tormessenger"?
02:25:23 <clokep> And I assume that's your oly profile?
02:25:29 <redragonx> is it a file it's expecting with the location?
02:25:52 <redragonx> ill check, a sec
02:25:58 <clokep> ctypes-otr@tormessenger should be a file, it's contents should point to the folder you checked out the git repository into.l
02:26:00 <redragonx> and yes, only
02:27:27 <redragonx> ok maybe the cmd failed
02:27:54 <redragonx> 20:05:52 ツ superX:(master)~/srcode/ctypes-otr >cat ~/.instantbird/u2fpun8e.redragonx/extensions/ctypes-otr\@tormessenger
02:27:54 <redragonx> cat: /home/stephen/.instantbird/u2fpun8e.redragonx/extensions/ctypes-otr@tormessenger: No such file or directory
02:28:15 <redragonx> hmm
02:28:25 <clokep> I wouldn't use ~ in that, by the way.
02:28:30 <clokep> I'd use an absolute path.
02:29:07 <redragonx> it expands out as you see in the execution.
02:29:16 <redragonx> but 1 sec
02:34:31 <redragonx> ok
02:34:32 <redragonx> so
02:35:04 <redragonx> I had to manually recreate the extensions folder and file
02:35:46 <redragonx> https://github.com/arlolra/ctypes-otr/issues/20
02:35:51 <clokep> Oh well the extensions folder isn't created by default
02:36:06 <redragonx> what does that mean exactly?
02:36:24 <clokep> Until you install an extension your profile does not have a subdirectory called "extensions"
02:38:54 <clokep> (I.e. if he provided an xpi file none of this would be necessary and you could drag and drop into Instantbird...)
02:49:30 <redragonx> i meant the ticket issue, oops
02:49:34 <redragonx> my bad
02:51:16 <clokep> Oh I think it's about generating keys in the background instead of synchronously.
02:51:30 <clokep> I don't know exactly what that means in terms of libotr APIs or whatever.
02:56:14 <redragonx> everything is working
02:56:26 <redragonx> so that's a plus
02:56:59 <redragonx> and the ui is basically the same as the pidgin-otr
02:57:29 <redragonx> a nd thaat horrible message sound is the same llo
02:57:33 <redragonx> jeeeeeeeeez
02:57:53 <redragonx> i disabled that quickly.
02:58:16 <clokep> Yeah. :-\
02:58:23 <clokep> We should replace that...not really sure what with though.
02:58:51 <redragonx> anything would be nicer, almost 
02:58:53 <redragonx> lol
02:59:18 <redragonx> you should use a nice ping sound
03:00:37 <clokep> Like from the game pong?
03:00:41 --> micahg has joined #instantbird
03:08:00 <redragonx> hmmmmm
03:08:14 <redragonx> well not exactly
03:08:22 <redragonx> something like
03:11:53 --> flare183 has joined #instantbird
03:12:55 <clokep> Yeah I was joking. ;)
03:13:08 <-- flare183 has left #instantbird ("Leaving")
03:20:41 --> flare183 has joined #instantbird
03:22:57 --> qGCItxYUgtKX has joined #instantbird
03:22:57 --> inlPlwhPG has joined #instantbird
03:22:57 --> aQRtUx has joined #instantbird
03:22:57 --> YhLGdh has joined #instantbird
03:22:57 --> hFVlDQzYJZNRrrD has joined #instantbird
03:22:57 --> jQSGMZDYeWDQocK has joined #instantbird
03:22:57 --> eoWqelvB has joined #instantbird
03:22:57 --> kynYXPWVGbAk has joined #instantbird
03:22:57 --> EBxSQnFZr has joined #instantbird
03:22:57 --> vbOHuWlw has joined #instantbird
03:22:57 --> QQbutufyCWZfn has joined #instantbird
03:22:57 --> KLMQUdPhg has joined #instantbird
03:22:57 --> LfvXCNbSIFPA has joined #instantbird
03:22:57 --> kWaFbziXynk has joined #instantbird
03:22:57 --> vQQvUo has joined #instantbird
03:22:57 --> gLWAZvkdR has joined #instantbird
03:22:57 --> qhsgGLSSqkJaRR has joined #instantbird
03:22:57 --> SDUQCLZ has joined #instantbird
03:22:57 --> aLnqxhqjH has joined #instantbird
03:22:57 --> mUDYdCZSZUZ has joined #instantbird
03:22:57 --> mvYOUtKyZZow has joined #instantbird
03:22:57 --> wtjfNHdHNxrKl has joined #instantbird
03:22:57 --> rgqtLQpknIywbk has joined #instantbird
03:22:57 --> uQdPVrLlvWG has joined #instantbird
03:22:57 --> MVBKINlYMyYIrbD has joined #instantbird
03:22:57 --> CzDjjqZYtBiS has joined #instantbird
03:22:57 --> MeXQMKnevzarOk has joined #instantbird
03:22:57 --> GKNPOcBkzS has joined #instantbird
03:22:57 --> OXsbntITZmtiEc has joined #instantbird
03:22:57 --> FDgEDtK has joined #instantbird
03:22:57 --> QXtNiSUJYD has joined #instantbird
03:22:57 --> wbFAVz has joined #instantbird
03:22:57 --> jaqAliTQR has joined #instantbird
03:22:57 --> ElhuaKw has joined #instantbird
03:22:57 --> XeieZwEXZko has joined #instantbird
03:22:57 --> VEPfLNg has joined #instantbird
03:22:57 --> xOMazL has joined #instantbird
03:22:57 --> xxmLeUuEep has joined #instantbird
03:22:57 --> RHrAGP has joined #instantbird
03:22:57 --> RIOUpipIZ has joined #instantbird
03:22:57 --> JdfzJTLVIf has joined #instantbird
03:22:57 --> wMWgDOuoOkcb has joined #instantbird
03:22:57 --> tzaulDfXS has joined #instantbird
03:22:57 --> OMTlmu has joined #instantbird
03:22:57 --> EfUgVSwLVOT has joined #instantbird
03:22:57 --> rlyqUleKmn has joined #instantbird
03:22:57 --> ZqkRtEJlsH has joined #instantbird
03:22:57 --> bejZztypyU has joined #instantbird
03:22:57 --> GwYvRCVgNVFLB has joined #instantbird
03:22:57 --> aUSSseFGnrSfXk has joined #instantbird
03:22:57 --> zgEHRkLZaCrmpb has joined #instantbird
03:22:57 --> mKiBLEsJAalUd has joined #instantbird
03:22:57 --> eZunZUHxjfsCZF has joined #instantbird
03:22:57 --> YGqsTnQwB has joined #instantbird
03:22:57 --> LJPFOwKHV has joined #instantbird
03:22:57 --> KLpCdH has joined #instantbird
03:22:57 --> BtUOpTKPXB has joined #instantbird
03:22:57 --> HMiVEIVEYt has joined #instantbird
03:22:57 --> fKabvJRbxoMfjPF has joined #instantbird
03:22:57 --> GjnPTuLn has joined #instantbird
03:22:57 --> fSgVERjInIIEx has joined #instantbird
03:22:57 --> QUztIZyzrkQl has joined #instantbird
03:22:57 --> KvgPRx has joined #instantbird
03:22:57 --> gLyCTrktycHGfwq has joined #instantbird
03:22:57 --> qqtdmYONgB has joined #instantbird
03:22:57 --> jPrIouZFPTLeqb has joined #instantbird
03:22:57 --> lcLTpuCUSvzCUwB has joined #instantbird
03:22:57 --> nZbKQJX has joined #instantbird
03:22:57 --> VEZxRCDRgBA has joined #instantbird
03:22:57 --> EGNtFqRgP has joined #instantbird
03:22:57 --> rRXZejjq has joined #instantbird
03:22:57 --> rvShnlbKkk has joined #instantbird
03:22:57 --> klYKlV has joined #instantbird
03:22:57 --> fsGSyiQFLSY has joined #instantbird
03:22:57 --> poDWHlC has joined #instantbird
03:22:57 --> tjeQohFmgIQ has joined #instantbird
03:22:57 --> JUkIFGidpMwwq has joined #instantbird
03:22:57 --> qnYjDiSDaKjXuky has joined #instantbird
03:22:57 --> JIJdaOZLQyt has joined #instantbird
03:22:57 --> XbPqrDdYrpcDpbw has joined #instantbird
03:22:57 --> dszrVfJJMt has joined #instantbird
03:22:57 --> KPnavqNcEciJ has joined #instantbird
03:22:57 --> pkYCNzUg has joined #instantbird
03:22:57 --> KEomhftIGJ has joined #instantbird
03:22:57 --> RDlDyawYihRF has joined #instantbird
03:22:57 --> gWLlTETUfGfTys has joined #instantbird
03:22:57 --> wARbUiQ has joined #instantbird
03:22:57 --> OJiTJFhXN has joined #instantbird
03:22:57 --> MUXSoGyYDPzU has joined #instantbird
03:22:57 --> tMUxUZxrEuqPJdz has joined #instantbird
03:22:57 --> qnTEdrjEPbucGt has joined #instantbird
03:22:57 --> stDthbc has joined #instantbird
03:22:57 --> wxNczxglA has joined #instantbird
03:22:57 --> vTccWeZx has joined #instantbird
03:22:57 --> wMghCQeYUnvTAOi has joined #instantbird
03:22:57 --> zShZjceTMRnXw has joined #instantbird
03:22:57 --> ZngBOhvv has joined #instantbird
03:22:57 --> hpSJbxcKXdWSgR has joined #instantbird
03:22:57 --> yYgIkfsvbjjf has joined #instantbird
03:22:57 --> hZdxTOnQ has joined #instantbird
03:22:57 --> dQanCF has joined #instantbird
03:22:57 --> iHvpdJRhgKureWL has joined #instantbird
03:22:57 --> xoLrvP has joined #instantbird
03:22:57 --> BzvWDFo has joined #instantbird
03:22:57 --> OZXyxRiOHKs has joined #instantbird
03:22:57 --> oPrDBIZro has joined #instantbird
03:22:57 --> CyYbHPHs has joined #instantbird
03:22:57 --> MGjtHI has joined #instantbird
03:22:57 --> HCZQIstIY has joined #instantbird
03:22:57 --> VAFONvkpRc has joined #instantbird
03:22:57 --> SwIFCRu has joined #instantbird
03:22:57 --> MKSalY has joined #instantbird
03:22:58 --> fKZxoAfnRuV has joined #instantbird
03:22:58 --> pxABzkMJ has joined #instantbird
03:22:58 --> yDYGwOyCXYRfED has joined #instantbird
03:22:58 --> iqEsAKZcTYAVW has joined #instantbird
03:22:58 --> RfbeqXHWPbfbq has joined #instantbird
03:22:58 --> quylyrEQ has joined #instantbird
03:22:58 --> BKzgUeTtrGXF has joined #instantbird
03:22:58 --> PBmxsdp has joined #instantbird
03:22:58 --> ZvAYuPvEApkZy has joined #instantbird
03:22:58 --> ZmUMPIyDJILQ has joined #instantbird
03:22:58 --> TvGDmPhmiCffR has joined #instantbird
03:22:58 --> MSpAyyNoshZ has joined #instantbird
03:22:58 --> QJyufWGvZBAJ has joined #instantbird
03:22:58 --> BpLaoo has joined #instantbird
03:22:58 --> tlowgjK has joined #instantbird
03:22:58 --> XaOnQEJpifyEIV has joined #instantbird
03:22:58 --> ESRSvp has joined #instantbird
03:22:58 --> IiyXgrv has joined #instantbird
03:22:58 --> aitDyYRemtHZZjX has joined #instantbird
03:22:58 --> QjEasv has joined #instantbird
03:22:58 --> YzeeCNEproNC has joined #instantbird
03:22:58 --> GNSQPaioWC has joined #instantbird
03:22:58 --> MbekEOTpE has joined #instantbird
03:22:58 --> YMYpiSAwWXjpNn has joined #instantbird
03:22:58 --> mtXPycHsgFkr has joined #instantbird
03:22:58 --> vWLWtIUCYIQOu has joined #instantbird
03:22:58 --> rWfJJbFhkFNuDGD has joined #instantbird
03:22:58 --> scUVodOA has joined #instantbird
03:22:58 --> aJletsqwUl has joined #instantbird
03:22:58 --> BGdKgmc has joined #instantbird
03:22:58 --> yxCeTBFtlhqihCa has joined #instantbird
03:22:58 --> sPxRtAgcIzN has joined #instantbird
03:22:58 --> jnRqFmDDpEoFoCD has joined #instantbird
03:22:58 --> oDxexijNk has joined #instantbird
03:22:58 --> HkmBISmTyE has joined #instantbird
03:22:58 --> bKFlIj has joined #instantbird
03:22:58 --> ncjxOFHbrPqfqHO has joined #instantbird
03:22:59 --> qrsyxGEDyDH has joined #instantbird
03:22:59 --> moUxGLlF has joined #instantbird
03:22:59 --> sqaoqEsp has joined #instantbird
03:22:59 --> iMyeuLPtoy has joined #instantbird
03:22:59 --> eQcaOxJjHKiHp has joined #instantbird
03:23:17 <-- EBxSQnFZr has quit (G-Lined: don't spam us)
03:23:17 <-- YGqsTnQwB has quit (G-Lined: don't spam us)
03:23:17 <-- xOMazL has quit (G-Lined: don't spam us)
03:23:17 <-- hFVlDQzYJZNRrrD has quit (G-Lined: don't spam us)
03:23:17 <-- mUDYdCZSZUZ has quit (G-Lined: don't spam us)
03:23:17 <-- FDgEDtK has quit (G-Lined: don't spam us)
03:23:17 <-- MeXQMKnevzarOk has quit (G-Lined: don't spam us)
03:23:17 <-- vQQvUo has quit (G-Lined: don't spam us)
03:23:17 <-- jQSGMZDYeWDQocK has quit (G-Lined: don't spam us)
03:23:17 <-- fSgVERjInIIEx has quit (G-Lined: don't spam us)
03:23:17 <-- gLWAZvkdR has quit (G-Lined: don't spam us)
03:23:17 <-- HMiVEIVEYt has quit (G-Lined: don't spam us)
03:23:17 <-- CzDjjqZYtBiS has quit (G-Lined: don't spam us)
03:23:17 <-- nZbKQJX has quit (G-Lined: don't spam us)
03:23:17 <-- qhsgGLSSqkJaRR has quit (G-Lined: don't spam us)
03:23:17 <-- xxmLeUuEep has quit (G-Lined: don't spam us)
03:23:17 <-- eoWqelvB has quit (G-Lined: don't spam us)
03:23:17 <-- QJyufWGvZBAJ has quit (G-Lined: don't spam us)
03:23:17 <-- GwYvRCVgNVFLB has quit (G-Lined: don't spam us)
03:23:17 <-- RHrAGP has quit (G-Lined: don't spam us)
03:23:17 <-- rlyqUleKmn has quit (G-Lined: don't spam us)
03:23:17 <-- QXtNiSUJYD has quit (G-Lined: don't spam us)
03:23:17 <-- MVBKINlYMyYIrbD has quit (G-Lined: don't spam us)
03:23:17 <-- tzaulDfXS has quit (G-Lined: don't spam us)
03:23:17 <-- aUSSseFGnrSfXk has quit (G-Lined: don't spam us)
03:23:17 <-- gLyCTrktycHGfwq has quit (G-Lined: don't spam us)
03:23:17 <-- MUXSoGyYDPzU has quit (G-Lined: don't spam us)
03:23:17 <-- LfvXCNbSIFPA has quit (G-Lined: don't spam us)
03:23:17 <-- YhLGdh has quit (G-Lined: don't spam us)
03:23:17 <-- klYKlV has quit (G-Lined: don't spam us)
03:23:17 <-- aLnqxhqjH has quit (G-Lined: don't spam us)
03:23:17 <-- MSpAyyNoshZ has quit (G-Lined: don't spam us)
03:23:17 <-- sqaoqEsp has quit (G-Lined: don't spam us)
03:23:17 <-- ncjxOFHbrPqfqHO has quit (G-Lined: don't spam us)
03:23:17 <-- wMWgDOuoOkcb has quit (G-Lined: don't spam us)
03:23:17 <-- aQRtUx has quit (G-Lined: don't spam us)
03:23:17 <-- GjnPTuLn has quit (G-Lined: don't spam us)
03:23:17 <-- poDWHlC has quit (G-Lined: don't spam us)
03:23:17 <-- vbOHuWlw has quit (G-Lined: don't spam us)
03:23:17 <-- QQbutufyCWZfn has quit (G-Lined: don't spam us)
03:23:17 <-- XeieZwEXZko has quit (G-Lined: don't spam us)
03:23:17 <-- BzvWDFo has quit (G-Lined: don't spam us)
03:23:17 <-- uQdPVrLlvWG has quit (G-Lined: don't spam us)
03:23:17 <-- ZqkRtEJlsH has quit (G-Lined: don't spam us)
03:23:17 <-- mtXPycHsgFkr has quit (G-Lined: don't spam us)
03:23:17 <-- dszrVfJJMt has quit (G-Lined: don't spam us)
03:23:17 <-- EGNtFqRgP has quit (G-Lined: don't spam us)
03:23:17 <-- GNSQPaioWC has quit (G-Lined: don't spam us)
03:23:17 <-- jaqAliTQR has quit (G-Lined: don't spam us)
03:23:17 <-- XbPqrDdYrpcDpbw has quit (G-Lined: don't spam us)
03:23:17 <-- KLMQUdPhg has quit (G-Lined: don't spam us)
03:23:17 <-- ZvAYuPvEApkZy has quit (G-Lined: don't spam us)
03:23:17 <-- qrsyxGEDyDH has quit (G-Lined: don't spam us)
03:23:17 <-- ZmUMPIyDJILQ has quit (G-Lined: don't spam us)
03:23:17 <-- RDlDyawYihRF has quit (G-Lined: don't spam us)
03:23:17 <-- ElhuaKw has quit (G-Lined: don't spam us)
03:23:17 <-- lcLTpuCUSvzCUwB has quit (G-Lined: don't spam us)
03:23:17 <-- wbFAVz has quit (G-Lined: don't spam us)
03:23:17 <-- jPrIouZFPTLeqb has quit (G-Lined: don't spam us)
03:23:17 <-- ESRSvp has quit (G-Lined: don't spam us)
03:23:17 <-- hZdxTOnQ has quit (G-Lined: don't spam us)
03:23:17 <-- QUztIZyzrkQl has quit (G-Lined: don't spam us)
03:23:17 <-- aitDyYRemtHZZjX has quit (G-Lined: don't spam us)
03:23:17 <-- tMUxUZxrEuqPJdz has quit (G-Lined: don't spam us)
03:23:17 <-- rRXZejjq has quit (G-Lined: don't spam us)
03:23:17 <-- RIOUpipIZ has quit (G-Lined: don't spam us)
03:23:17 <-- qnYjDiSDaKjXuky has quit (G-Lined: don't spam us)
03:23:17 <-- qGCItxYUgtKX has quit (G-Lined: don't spam us)
03:23:17 <-- kynYXPWVGbAk has quit (G-Lined: don't spam us)
03:23:17 <-- ZngBOhvv has quit (G-Lined: don't spam us)
03:23:17 <-- fKZxoAfnRuV has quit (G-Lined: don't spam us)
03:23:17 <-- eQcaOxJjHKiHp has quit (G-Lined: don't spam us)
03:23:17 <-- bejZztypyU has quit (G-Lined: don't spam us)
03:23:17 <-- TvGDmPhmiCffR has quit (G-Lined: don't spam us)
03:23:17 <-- wMghCQeYUnvTAOi has quit (G-Lined: don't spam us)
03:23:17 <-- KvgPRx has quit (G-Lined: don't spam us)
03:23:17 <-- wtjfNHdHNxrKl has quit (G-Lined: don't spam us)
03:23:17 <-- BpLaoo has quit (G-Lined: don't spam us)
03:23:17 <-- mvYOUtKyZZow has quit (G-Lined: don't spam us)
03:23:17 <-- fKabvJRbxoMfjPF has quit (G-Lined: don't spam us)
03:23:17 <-- OXsbntITZmtiEc has quit (G-Lined: don't spam us)
03:23:17 <-- YzeeCNEproNC has quit (G-Lined: don't spam us)
03:23:17 <-- vTccWeZx has quit (G-Lined: don't spam us)
03:23:17 <-- rvShnlbKkk has quit (G-Lined: don't spam us)
03:23:17 <-- eZunZUHxjfsCZF has quit (G-Lined: don't spam us)
03:23:17 <-- XaOnQEJpifyEIV has quit (G-Lined: don't spam us)
03:23:17 <-- mKiBLEsJAalUd has quit (G-Lined: don't spam us)
03:23:17 <-- JdfzJTLVIf has quit (G-Lined: don't spam us)
03:23:17 <-- KLpCdH has quit (G-Lined: don't spam us)
03:23:17 <-- tlowgjK has quit (G-Lined: don't spam us)
03:23:17 <-- zgEHRkLZaCrmpb has quit (G-Lined: don't spam us)
03:23:17 <-- tjeQohFmgIQ has quit (G-Lined: don't spam us)
03:23:17 <-- pkYCNzUg has quit (G-Lined: don't spam us)
03:23:17 <-- BtUOpTKPXB has quit (G-Lined: don't spam us)
03:23:17 <-- EfUgVSwLVOT has quit (G-Lined: don't spam us)
03:23:17 <-- LJPFOwKHV has quit (G-Lined: don't spam us)
03:23:17 <-- GKNPOcBkzS has quit (G-Lined: don't spam us)
03:23:17 <-- scUVodOA has quit (G-Lined: don't spam us)
03:23:17 <-- kWaFbziXynk has quit (G-Lined: don't spam us)
03:23:17 <-- BGdKgmc has quit (G-Lined: don't spam us)
03:23:17 <-- OJiTJFhXN has quit (G-Lined: don't spam us)
03:23:17 <-- OMTlmu has quit (G-Lined: don't spam us)
03:23:17 <-- wxNczxglA has quit (G-Lined: don't spam us)
03:23:17 <-- JUkIFGidpMwwq has quit (G-Lined: don't spam us)
03:23:17 <-- YMYpiSAwWXjpNn has quit (G-Lined: don't spam us)
03:23:17 <-- KEomhftIGJ has quit (G-Lined: don't spam us)
03:23:17 <-- QjEasv has quit (G-Lined: don't spam us)
03:23:17 <-- JIJdaOZLQyt has quit (G-Lined: don't spam us)
03:23:17 <-- VEZxRCDRgBA has quit (G-Lined: don't spam us)
03:23:17 <-- jnRqFmDDpEoFoCD has quit (G-Lined: don't spam us)
03:23:17 <-- qnTEdrjEPbucGt has quit (G-Lined: don't spam us)
03:23:17 <-- gWLlTETUfGfTys has quit (G-Lined: don't spam us)
03:23:17 <-- HCZQIstIY has quit (G-Lined: don't spam us)
03:23:17 <-- iHvpdJRhgKureWL has quit (G-Lined: don't spam us)
03:23:17 <-- fsGSyiQFLSY has quit (G-Lined: don't spam us)
03:23:17 <-- SDUQCLZ has quit (G-Lined: don't spam us)
03:23:17 <-- IiyXgrv has quit (G-Lined: don't spam us)
03:23:17 <-- rWfJJbFhkFNuDGD has quit (G-Lined: don't spam us)
03:23:17 <-- rgqtLQpknIywbk has quit (G-Lined: don't spam us)
03:23:17 <-- zShZjceTMRnXw has quit (G-Lined: don't spam us)
03:23:17 <-- quylyrEQ has quit (G-Lined: don't spam us)
03:23:17 <-- yYgIkfsvbjjf has quit (G-Lined: don't spam us)
03:23:17 <-- dQanCF has quit (G-Lined: don't spam us)
03:23:17 <-- qqtdmYONgB has quit (G-Lined: don't spam us)
03:23:17 <-- KPnavqNcEciJ has quit (G-Lined: don't spam us)
03:23:17 <-- MbekEOTpE has quit (G-Lined: don't spam us)
03:23:17 <-- oDxexijNk has quit (G-Lined: don't spam us)
03:23:17 <-- iMyeuLPtoy has quit (G-Lined: don't spam us)
03:23:17 <-- inlPlwhPG has quit (G-Lined: don't spam us)
03:23:17 <-- VEPfLNg has quit (G-Lined: don't spam us)
03:23:17 <-- wARbUiQ has quit (G-Lined: don't spam us)
03:23:17 <-- yxCeTBFtlhqihCa has quit (G-Lined: don't spam us)
03:23:17 <-- vWLWtIUCYIQOu has quit (G-Lined: don't spam us)
03:23:17 <-- CyYbHPHs has quit (G-Lined: don't spam us)
03:23:17 <-- stDthbc has quit (G-Lined: don't spam us)
03:23:17 <-- pxABzkMJ has quit (G-Lined: don't spam us)
03:23:17 <-- OZXyxRiOHKs has quit (G-Lined: don't spam us)
03:23:17 <-- RfbeqXHWPbfbq has quit (G-Lined: don't spam us)
03:23:17 <-- MKSalY has quit (G-Lined: don't spam us)
03:23:17 <-- hpSJbxcKXdWSgR has quit (G-Lined: don't spam us)
03:23:17 <-- aJletsqwUl has quit (G-Lined: don't spam us)
03:23:17 <-- HkmBISmTyE has quit (G-Lined: don't spam us)
03:23:17 <-- SwIFCRu has quit (G-Lined: don't spam us)
03:23:17 <-- sPxRtAgcIzN has quit (G-Lined: don't spam us)
03:23:17 <-- VAFONvkpRc has quit (G-Lined: don't spam us)
03:23:17 <-- xoLrvP has quit (G-Lined: don't spam us)
03:23:17 <-- MGjtHI has quit (G-Lined: don't spam us)
03:23:17 <-- iqEsAKZcTYAVW has quit (G-Lined: don't spam us)
03:23:17 <-- bKFlIj has quit (G-Lined: don't spam us)
03:23:17 <-- moUxGLlF has quit (G-Lined: don't spam us)
03:23:17 <-- oPrDBIZro has quit (G-Lined: don't spam us)
03:23:17 <-- yDYGwOyCXYRfED has quit (G-Lined: don't spam us)
03:23:17 <-- BKzgUeTtrGXF has quit (G-Lined: don't spam us)
03:23:17 <-- PBmxsdp has quit (G-Lined: don't spam us)
03:25:01 <-- clokep has quit (Ping timeout: 121 seconds)
03:45:35 <instant-buildbot> build #1427 of linux-nightly-default is complete: Failure [4failed compile]  Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/1427
04:07:10 <-- flare183 has quit (Ping timeout: 121 seconds)
04:18:31 <instant-buildbot> build #2712 of macosx-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/2712
04:28:08 <-- redragonx has quit (Quit: Leaving)
04:53:53 --> afiksof has joined #instantbird
05:41:58 <instant-buildbot> build #341 of linux64-nightly-default is complete: Failure [4failed compile]  Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/341
05:52:39 --> myk has joined #instantbird
05:56:43 <-- myk has quit (Ping timeout: 121 seconds)
06:10:44 <-- Widder has quit (Ping timeout: 121 seconds)
06:26:52 <-- Mook has quit (Client exited)
08:28:50 * Fallen|away is now known as Fallen 
09:43:18 * Fallen is now known as Fallen|away 
09:50:49 --> mpmc has joined #instantbird
09:51:35 --> nhnt11 has joined #instantbird
09:51:35 * ChanServ sets mode +h nhnt11 
10:07:34 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
10:07:38 --> nhnt11 has joined #instantbird
10:07:38 * ChanServ sets mode +h nhnt11 
10:12:34 <-- gerard-majax has quit (Ping timeout: 121 seconds)
10:17:44 <-- nhnt11 has quit (Ping timeout: 121 seconds)
10:24:20 --> gerard-majax has joined #instantbird
10:38:32 <-- EionRobb has quit (Quit: Leaving.)
11:00:42 <-- afiksof has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
11:00:56 <-- MattATobin has quit (Quit: Our job is to state the truth and let the facts attend to themselves.)
11:01:12 --> afiksof has joined #instantbird
11:06:57 <-- BWMerlin has quit (Connection closed)
11:20:45 --> hadi has joined #instantbird
11:33:38 --> mikk_s has joined #instantbird
11:34:39 <-- mikk_s has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
11:37:44 --> clokep has joined #instantbird
11:37:44 * ChanServ sets mode +o clokep 
11:40:58 * Fallen|away is now known as Fallen 
12:17:34 * Fallen is now known as Fallen|away 
12:36:40 <-- afiksof has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
12:36:46 --> aleth has joined #instantbird
12:36:46 * ChanServ sets mode +o aleth 
12:50:34 <-- hadi has quit (Connection closed)
13:51:06 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
14:08:10 * Fallen|away is now known as Fallen 
14:32:19 --> sherief has joined #instantbird
14:37:07 --> clokep_work has joined #instantbird
14:37:07 * ChanServ sets mode +o clokep_work 
14:46:27 --> Mnyromyr has joined #instantbird
15:07:08 <-- clokep has quit (Ping timeout: 121 seconds)
15:11:19 <-- clokep_work has quit (Ping timeout: 121 seconds)
15:12:54 --> clokep has joined #instantbird
15:12:54 * ChanServ sets mode +o clokep 
15:16:57 <-- clokep has quit (Ping timeout: 121 seconds)
15:17:00 --> afiksof has joined #instantbird
15:57:56 --> Widder has joined #instantbird
16:06:46 --> Widdershins has joined #instantbird
16:07:59 <-- Widder has quit (Ping timeout: 121 seconds)
16:12:14 <-- Widdershins has quit (Ping timeout: 121 seconds)
16:22:03 --> Widdershins has joined #instantbird
16:53:31 <instantbot> aleth@instantbird.org changed the Resolution on bug 1173366 from --- to FIXED.
16:53:32 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1173366 nor, --, 1.6, a.ahmed1026, RESO FIXED, Use aData parameter of update-typing notifications to pass a short name to the UI
18:30:42 <-- Tonnes has quit (Quit: ChatZilla 0.9.91.1 [Firefox 38.0.5/20150525141253])
18:32:23 --> Tonnes has joined #instantbird
18:38:36 --> mpmc has joined #instantbird
19:06:53 <-- afiksof has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
19:47:50 --> myk has joined #instantbird
20:15:46 --> Bollebib has joined #instantbird
20:55:44 --> EionRobb has joined #instantbird
21:41:00 --> nhnt11 has joined #instantbird
21:41:00 * ChanServ sets mode +h nhnt11 
22:24:05 <-- freaktechnik has quit (Ping timeout: 121 seconds)
22:24:20 <-- nhnt11 has quit (Ping timeout: 121 seconds)
22:24:51 --> nhnt11 has joined #instantbird
22:24:51 * ChanServ sets mode +h nhnt11 
22:25:20 --> freaktechnik has joined #instantbird
22:30:12 <-- Mnyromyr has quit (Connection closed)
23:40:07 <-- aleth has quit (Quit: :tiuQ)
23:48:21 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
23:48:26 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
23:51:12 --> nhnt11 has joined #instantbird
23:51:12 * ChanServ sets mode +h nhnt11 
23:56:51 <-- Bollebib has quit (Ping timeout: 121 seconds)