All times are UTC.
00:03:54 <clokep_work> Bah. 00:06:06 <clokep_work> Every time I've picked up JS recently I just find it incredibly frustrating. 00:06:28 <EionRobb> time to switch to C? :) 00:09:27 <clokep_work> Yep! :-D 00:09:42 <clokep_work> I'm super slow at writing C. :-\ 00:09:43 <EionRobb> \o/ 00:09:53 <clokep_work> And get really frustrated with not being able to define variables in the middle of functions. :P 00:10:11 <EionRobb> you can with c99, right? 00:10:38 <EionRobb> or is it just msvc that you can't? I can never remember the rule around that :) 00:13:18 <clokep_work> Maybe you can. 00:13:22 <clokep_work> I haven't tried in a long time. 00:13:37 <clokep_work> ...I was using whatever version of MSVC worked with MATLAB 2012. ;) 00:13:42 <clokep_work> So it was likely crappy. 00:36:56 <-- aleth has quit (Quit: Instantbird 52) 00:46:48 <-- DGMurdockIII has quit (Quit: Leaving) 01:32:20 <Fallen|pto> btw, I randomly saw that im/ has not migrated to list.json for searchplugins. If you haven't already planned that might be a good idea to look into it 01:32:24 --> Alex1 has joined #instantbird 01:59:07 <-- clokep_work has quit (Ping timeout: 121 seconds) 02:40:12 --> DGMurdockIII has joined #instantbird 03:45:55 <instant-buildbot> build #3333 of macosx-nightly-default is complete: Success [3build successful] Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/3333 04:29:03 <instant-buildbot> build #859 of linux64-nightly-default is complete: Failure [4failed shell_6] Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/859 04:34:09 <-- DGMurdockIII has quit (Quit: Leaving) 04:49:21 <-- EionRobb has quit (Quit: Leaving.) 04:51:22 --> EionRobb has joined #instantbird 04:55:43 <-- EionRobb has quit (Quit: Leaving.) 05:06:08 --> DGMurdockIII has joined #instantbird 05:14:41 --> EionRobb has joined #instantbird 05:22:52 <-- EionRobb has quit (Quit: Leaving.) 05:50:57 --> EionRobb has joined #instantbird 05:53:22 <-- EionRobb has quit (Quit: Leaving.) 05:53:34 --> EionRobb has joined #instantbird 06:44:34 --> chrisccoulson has joined #instantbird 07:17:35 <-- chrisccoulson has quit (Ping timeout: 121 seconds) 07:25:46 --> bogdan_maris1 has joined #instantbird 07:38:16 * bogdan_maris1 is now known as bogdan_maris 07:44:24 --> Bollebib has joined #instantbird 08:03:30 <-- mosner has quit (Connection closed) 08:04:25 --> aleth has joined #instantbird 08:04:25 * ChanServ sets mode +o aleth 08:17:38 <-- DGMurdockIII has quit (Connection closed) 08:20:11 --> gerard-majax has joined #instantbird 08:39:35 <-- gerard-majax has quit (Ping timeout: 121 seconds) 08:41:44 --> gerard-majax has joined #instantbird 08:47:55 <-- gerard-majax has quit (Ping timeout: 121 seconds) 08:48:14 --> gerard-majax has joined #instantbird 08:49:21 --> chrisccoulson has joined #instantbird 08:56:03 <-- Alex1 has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com) 09:03:52 <-- gerard-majax has quit (Ping timeout: 121 seconds) 09:07:24 --> gerard-majax has joined #instantbird 09:12:45 --> FilipMosner has joined #instantbird 09:13:13 <-- gerard-majax has quit (Ping timeout: 121 seconds) 09:50:13 --> gerard-majax has joined #instantbird 10:17:46 --> BWMerlin has joined #instantbird 10:38:11 <-- chrisccoulson has quit (Ping timeout: 121 seconds) 11:17:42 --> clokep_work has joined #instantbird 11:17:42 * ChanServ sets mode +o clokep_work 11:26:36 <clokep_work> aleth, nhnt11: So...how the hell do I compare objects / arrays in JS for equality? 11:26:41 <clokep_work> It seems like I need to write a 30 line function to do it. 11:26:44 <clokep_work> Which is less than ideal. 11:26:55 <aleth> Yup, less than ideal indeed. 11:27:52 <aleth> I don't know why there's no standard Object.equals or whatever for this 11:28:08 <clokep_work> I was trying to write unit tests and got super frustrated. 11:28:14 <clokep_work> Is there like a helper somewhere for this? 11:28:28 <aleth> There's probably a dozen, each slightly different, scattered around :-/ 11:29:19 <clokep_work> I guess I'll just write my own then. :P 11:29:28 <aleth> Does JSON.stringify followed by string compare work? 11:29:56 <aleth> Slightly hacky, but less than 30 lines ;) 11:31:10 <aleth> Afaik one reason immutable objects are trendy is because then you can just use === ... 11:32:19 <clokep_work> I wrote a helper... 11:32:56 <clokep_work> https://pastebin.mozilla.org/8920097 11:33:56 <aleth> It makes some assumptions, but I guess you know what a and b are like 11:34:36 <clokep_work> Yeha. 11:34:52 <aleth> JS ain't great for handling data... 11:35:06 <clokep_work> Yep, so I just had to write about 80 lines of helper code here... 11:35:11 <clokep_work> And now I can finally start writing test data. 11:38:37 <-- FilipMosner has quit (Connection closed) 11:40:09 <clokep_work> \o/ 11:40:11 <clokep_work> It works. 11:40:16 <clokep_work> aleth: You see Fallen's comment above? 11:41:25 <aleth> clokep_work: thanks, I'd missed it! 11:41:37 <aleth> Sounds like a search thing.... (waves at flo-retina) 11:52:49 --> chrisccoulson has joined #instantbird 12:02:11 <freaktechnik> there's deepEqual assertions a lot of the time because it's super tedious to do in JS :( 12:03:02 <-- clokep_work has quit (Ping timeout: 121 seconds) 12:18:13 <-- BWMerlin has quit (Ping timeout: 121 seconds) 12:31:34 --> FilipMosner has joined #instantbird 12:33:13 --> clokep_work has joined #instantbird 12:33:13 * ChanServ sets mode +o clokep_work 12:35:44 <-- chrisccoulson has quit (Ping timeout: 121 seconds) 12:38:28 <clokep_work> freaktechnik: Meh, do you not have editbugs privs? 12:38:33 <freaktechnik> I do 12:38:35 <freaktechnik> why? 12:38:44 <clokep_work> Weird...it says you're not accepting review requests 12:39:13 <freaktechnik> oh 12:39:20 <freaktechnik> I didn't take out the checkbox after I got editbugs 12:39:25 <freaktechnik> should work now 12:39:39 <clokep_work> Yay. 12:39:40 <clokep_work> Thanks. 12:49:40 --> chrisccoulson has joined #instantbird 12:50:42 <-- chrisccoulson has quit (Quit: OSError: [Errno 130] Owner died) 12:58:37 <-- clokep_work has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 12:58:40 --> clokep_work has joined #instantbird 12:58:40 * ChanServ sets mode +o clokep_work 12:59:37 --> chrisccoulson has joined #instantbird 13:12:30 <freaktechnik> clokep_work: hmm, do you not follow wrapping every block of a control structure in {} in chat/? 13:12:54 <clokep_work> freaktechnik: We don't use it for single line if / for. 13:13:10 <clokep_work> I don't personally have strong feelings about it. Just matching the style of code I wrote 5 years ago. ;) 13:15:26 <clokep_work> (Actually almost exactly 4 years ago...I checked that code in on Nov. 2nd 2012.) 13:24:51 <Fallen|pto> maybe it is time to make use of eslint :) 13:26:43 <freaktechnik> --fix 13:27:19 <clokep_work> Hah. 13:27:23 <Fallen|pto> It is much more pain than that :-P 13:27:29 <clokep_work> We should probably match what everyone else uses though, yeah. :-\ 13:27:35 <Fallen|pto> but --fix does help 13:27:51 <Fallen|pto> I have one that matches my taste and most of Mozilla's style in calendar/.eslintrc.js 13:28:11 <clokep_work> Yeah. I keep meaning to play with it. :) 13:28:18 <clokep_work> But that's unfortunately low on my priorities list... 13:29:14 <Fallen|pto> --fix gets you down from 8k to 3k issues 13:32:56 <freaktechnik> tht patch would be a trip across the code for sure... 13:35:38 <clokep_work> freaktechnik: Sweet. I didn't know about deepEqual. 13:35:44 <freaktechnik> me neither 13:35:46 <clokep_work> For some reason the MDN docs seem to suck around this stuff... 13:35:55 <clokep_work> But I was pretty convinced we had written this before. :) 13:36:00 <freaktechnik> but I knew how the commonJS spec for assertions looks like... 13:36:11 <clokep_work> :) 13:36:22 <clokep_work> Thanks for the review. The undefined/null change is definitely wrong! 13:37:05 <aleth> Assert has a deepEqual? that's good to know :-) 13:38:03 <freaktechnik> you both already reviewed a patch with it used... 13:38:38 <freaktechnik> https://hg.mozilla.org/comm-central/annotate/041e7b96f670/chat/protocols/xmpp/test/test_dnsSrv.js#l112 ;) 13:38:49 <clokep_work> Heh, we did. :) 13:38:54 <aleth> heh 13:38:57 <clokep_work> And it's on the page that I was looking at... 13:39:04 <clokep_work> There's just no explanation of what those assertions are. 13:39:11 <clokep_work> And the page it links to doesn't help either. 13:39:12 <aleth> clokep_work: https://developer.mozilla.org/en-US/docs/Mozilla/JavaScript_code_modules/Assert.jsm#deepEqual() 13:39:14 <freaktechnik> it links to the common JS standard... 13:39:20 <clokep_work> Which is useless. 13:39:22 <aleth> but as usual you have to go digging and there is no link 13:39:23 <freaktechnik> which is kind of cryptic about it, yeah 13:39:27 <clokep_work> Apparently I needed to click the link to "Assert.jsm", yeah. 13:39:56 <aleth> They've also changed the mdn search so half the results don't show up by default and you have to click some checkboxes 13:39:58 <clokep_work> Well removing lots of code, yay. 13:40:25 <freaktechnik> or click just one to include all results 13:40:45 <freaktechnik> (All Topics above the topics title) 13:44:01 <clokep_work> freaktechnik: Well thanks. I'e learned something today! 13:44:13 <instantbot> New Instantbird - Conversation bug 1311365 filed by aleth@instantbird.org. 13:44:15 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1311365 nor, --, ---, nobody, NEW, Move list.txt over to JSON once bug 1276739 is in 13:46:14 <freaktechnik> me too, got to use the review interface of bugzilla for the first time \o/ 13:46:46 <aleth> just wait until you get a mozreview request ;) 13:46:58 <freaktechnik> yeah, I get confused when looking at my own patches there. 13:48:29 <freaktechnik> but it does do some quality of life stuff. 13:51:32 <clokep_work> Meh that patch doesn't seem to actually work...which is inconvenient. :( 13:53:04 <clokep_work> Oooo...i changed behavior. 13:53:05 <clokep_work> Bad job. 13:56:56 <freaktechnik> because it no longer sets the subcommand on the original message? 13:57:40 <clokep_work> Yep. 13:57:53 <clokep_work> The way messages are created are a bit annoying... 13:58:09 <clokep_work> I probably should have created a CapMessage class that then has a reference back to the original IrcMessage. 13:58:13 <clokep_work> Alas...too late now. 14:02:26 <freaktechnik> testData is undefined o.O 14:02:33 <-- Tonnes has quit (Quit: ChatZilla 0.9.92 [Firefox 49.0.1/20160922113459]) 14:05:04 --> Tonnes has joined #instantbird 14:07:17 <freaktechnik> clokep_work: is there actually any reason to run that test async? 14:07:45 <freaktechnik> though running it sync doesn't fix that o.O 14:09:50 <-- gerard-majax has quit (Ping timeout: 121 seconds) 14:13:45 <clokep_work> freaktechnik: What do you mean it's undefined? 14:13:53 <clokep_work> And it isn't running it async... 14:14:07 <clokep_work> Do you mean why is it not just inside the run_test method? 14:14:53 <freaktechnik> that's what running the tests tells me... clobbering atm to make sure I am not having some weird side-effect 14:15:48 <clokep_work> I'm running |mach xpcshell-test chat/protocols/irc/test/test_ircCAP.js| 14:16:23 <freaktechnik> I'm just running the magic of using mozilla/mach test which tried to run the correct test, aka just the ircCAP one. 14:16:42 <freaktechnik> also, according to mdn, add_test does "Add a test function to the list of tests that are to be run asynchronously" 14:21:37 <clokep_work> Alright. 14:21:40 --> gerard-majax has joined #instantbird 14:21:41 <clokep_work> It's how we run all our tests... 14:22:05 <aleth> freaktechnik: "mach test" is unreliable on c-c 14:22:09 <freaktechnik> I know 14:22:41 <freaktechnik> though right now mach is just not working... That's what I get for checking out... 14:31:39 <freaktechnik> oh. 14:56:41 <clokep_work> What's up? 15:22:28 <-- chrisccoulson has quit (Ping timeout: 121 seconds) 15:24:31 <freaktechnik> built without tests, now have to rebuild. 15:38:41 <-- gerard-majax has quit (Ping timeout: 121 seconds) 15:48:59 --> gerard-majax has joined #instantbird 15:49:41 <clokep_work> (o_O0 15:49:48 <clokep_work> I didn't even rebuild when adding that test... 15:56:18 <-- bogdan_maris has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 15:58:28 <freaktechnik> yes, usually that would work. Not when mach's like "you can't run tests you don't even have any" 16:01:07 <-- gerard-majax has quit (Ping timeout: 121 seconds) 16:28:39 --> gerard-majax has joined #instantbird 16:29:53 <clokep_work> :( 16:38:31 <freaktechnik> good, they pass now :) 16:44:28 <-- gerard-majax has quit (Ping timeout: 121 seconds) 16:44:45 <clokep_work> \o/ 16:46:09 <clokep_work> freaktechnik: What do you mean by "I wonder if the error with v2 should be tested, but that doesn't block this 16:46:09 <clokep_work> patch for sure."? 16:46:17 <clokep_work> And thanks for the review. :) Congrats are using the Bugzilla UI. :P 16:46:24 <freaktechnik> aMessage not getting cap 16:47:08 <freaktechnik> resp. aMessage getting cap.subcommand set by that method, since that's apparently a postcondition 16:47:22 --> gerard-majax has joined #instantbird 16:54:42 --> mconley|livehacking has joined #instantbird 16:56:16 <clokep_work> Huh? 16:56:31 <clokep_work> Ohhh, I se. 16:56:38 <clokep_work> I thought about it, but it's a harder test to add. 16:56:46 <clokep_work> Maybe it's doable though. 16:58:52 <clokep_work> freaktechnik: OK, that's easy to add. 17:01:31 <aleth> Shame the guy who filed the bug won't get the fix :-/ 17:04:07 <clokep_work> I know. :( 17:14:09 <-- gerard-majax has quit (Ping timeout: 121 seconds) 17:18:13 --> gerard-majax has joined #instantbird 17:20:40 <clokep_work> freaktechnik: thx 17:23:52 <-- gerard-majax has quit (Ping timeout: 121 seconds) 17:24:49 --> gerard-majax has joined #instantbird 17:38:09 <-- gerard-majax has quit (Ping timeout: 121 seconds) 17:38:53 <instantbot> clokep@patrick.cloke.us changed the Resolution on bug 1309063 from --- to FIXED. 17:38:54 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1309063 nor, --, Instantbird 52, clokep, RESO FIXED, Error connecting to an IRC v3 server with an invalid capability 17:44:48 --> vincent-lg has joined #instantbird 17:45:45 <vincent-lg> hi everyone 17:54:01 <clokep_work> Hello vincent-lg. 17:54:06 <clokep_work> I just fixed that bug you found. ;) 17:54:59 <vincent-lg> haha 17:55:05 <vincent-lg> I saw it and that's why I'm here 17:55:08 <vincent-lg> wanted to thank you :) 17:55:44 <vincent-lg> and to know if I had to do something to get the fix in my install (I'm running on the bleeding edge of Instantbird, on Windows, but I guess it didn't update in awhile, so perhaps I'm missing something) 17:56:48 <clokep_work> Unfortunately our nightly builds on Windows haven't been created in a while. :( 17:56:55 <clokep_work> So...I'm not really sure what to say. 17:56:59 <clokep_work> Or how to get you the fix. 17:59:01 <vincent-lg> well, if I have to wait 17:59:29 <vincent-lg> I'll be patient. This IRC channel is for running my free project, but right now, I have NO other collaborators. I like talking to myself, but it's not really necessary for the time being 18:00:02 <vincent-lg> do you know if the nightly builds on Windows will be started again at some point (not necessarily tomorrow?) 18:00:14 --> Logicoma has joined #instantbird 18:02:47 <freaktechnik> I guess you could use the thunderbird nightly - that'd get the fix? 18:06:51 <clokep_work> vincent-lg: I'd like them to be. 18:06:54 <clokep_work> But I don't have a timeline. 18:07:20 <vincent-lg> Thunderbird is really accessible for emails, but I have some trouble getting the same level of accessible out of the chat. Though I may try 18:08:16 <clokep_work> That's unfortunate. :( the UI on there could use some lvoe... 18:08:17 <clokep_work> lvoe 18:08:18 <clokep_work> love 18:08:20 <clokep_work> I can't type. 18:08:39 <vincent-lg> clokep_work: I don't know if auto-building would be any practical in that context anyway 18:08:51 <clokep_work> vincent-lg: What do you mean by "auto-building"? 18:09:27 <vincent-lg> well, automatic building on some system with the proper system configuration 18:10:19 <vincent-lg> I think that's offered on some services, but I really don't know much about it, right now all my builds are manual, I do them on my computer and send them to the project's website, I don't have to produce them very often anyway :) 18:10:45 <vincent-lg> I'll try Thunderbird 18:10:54 <clokep_work> vincent-lg: That's what we mean for "nightly builds" ;) 18:11:12 <vincent-lg> ho, okay 18:11:13 <clokep_work> If you can build yourself than it should be fixed for you... 18:11:27 <vincent-lg> I do nightly builds too but, it's a set of manual steps 18:12:07 <vincent-lg> running unittests, updating the version, building the project, compressing the build and uploading it. When I'll do that automatically it won't waste as much time :D 18:13:00 <vincent-lg> yep, I don't know if I can, with my meager skills in development :D 18:13:09 <vincent-lg> but that might be another solution too 18:19:43 <-- aleth has quit (Ping timeout: 121 seconds) 18:31:12 <vincent-lg> clokep_work: anyway, if I can help in setting up the new builds for Windows, don't hesitate to ask. Doubt I can make a difference, but then, I have the system after all :P 18:31:51 <clokep_work> vincent-lg: Isn't what you described above exactly the same as "build yourself"? 18:31:55 <clokep_work> But thanks. :) 18:32:58 <vincent-lg> :D 18:33:13 <vincent-lg> I guess that's manual building 18:33:17 <clokep_work> I'd love to find a hosted solution for this...if not we need to get flo-retina to install Windows and hopefully give some of us access to it... 18:33:53 <vincent-lg> not automatic. It's Python code and I'm not that bad with Python, so building it isn't that complex now. But on another language I guess it won't be the same story as far as I'm concerned :D 18:34:34 <vincent-lg> I've heard that services like Jenkins can create automatic builds but I don't know how it works... and right now, as I was saying, I don't mind do it manually 18:35:08 <vincent-lg> the solution you used for Windows build before doesn't work anymore? 18:35:22 <flo-retina> clokep_work: actually, assuming I had some time at home in the next couple days... where would I find the windows iso? 18:35:59 <clokep_work> flo-retina: I'm not sure where Even had gotten it before, probably from MSDN? 18:36:58 <flo-retina> MSDNAA I think 18:37:06 <flo-retina> while we were still CS students 18:44:40 <clokep_work> Ah. :( 18:44:56 <clokep_work> I have copies of Windows 10, but I don't think I have any isos/discs for them... 18:45:18 <flo-retina> in which form are they? 18:49:16 --> aleth has joined #instantbird 18:49:16 * ChanServ sets mode +o aleth 18:51:54 <clokep_work> flo-retina: I mean it's litearlly installed as my OS. 18:53:57 <clokep_work> So I have valid product keys, but I don't know if I have a CD/iso around. 18:58:17 <aleth> vincent-lg: Instantbird build instructions https://developer.mozilla.org/en-US/docs/Simple_Instantbird_build 19:06:08 <-- EionRobb has quit (Quit: Leaving.) 19:07:20 <-- Logicoma has quit (Ping timeout: 121 seconds) 19:08:31 --> Logicoma has joined #instantbird 19:14:30 <vincent-lg> aleth: thanks, I'll check them 19:15:06 <vincent-lg> hu 19:16:01 <vincent-lg> I guess there was a user last time who told me if libpurple was implemented, Facebook chat would be working again... but there is Libpurple, if I understand the instructions correctly 19:16:46 <freaktechnik> it's just not updated to work with the new fb libpurple plugin, I think 19:17:17 --> gerard-majax has joined #instantbird 19:19:50 <vincent-lg> ha, okay 19:23:21 <-- gerard-majax has quit (Ping timeout: 121 seconds) 19:24:11 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:24:15 --> nhnt11 has joined #instantbird 19:24:15 * ChanServ sets mode +h nhnt11 19:26:09 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:26:12 --> nhnt11 has joined #instantbird 19:26:12 * ChanServ sets mode +h nhnt11 19:28:10 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:28:34 --> nhnt11 has joined #instantbird 19:28:34 * ChanServ sets mode +h nhnt11 19:30:12 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:30:19 --> nhnt11 has joined #instantbird 19:30:19 * ChanServ sets mode +h nhnt11 19:32:15 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:32:19 --> nhnt11 has joined #instantbird 19:32:19 * ChanServ sets mode +h nhnt11 19:33:56 <clokep_work> vincent-lg: That's one of many ways to get to a solution. 19:34:05 <clokep_work> And we don't have the Facebook libpurple plugin because it has a ton of dependencies. 19:34:08 <clokep_work> And won't work in Thunderbird. :) 19:34:49 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:34:53 --> nhnt11 has joined #instantbird 19:34:53 * ChanServ sets mode +h nhnt11 19:36:06 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:36:11 --> nhnt11 has joined #instantbird 19:36:11 * ChanServ sets mode +h nhnt11 19:37:23 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:37:26 --> nhnt11 has joined #instantbird 19:37:26 * ChanServ sets mode +h nhnt11 19:38:41 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:38:54 --> nhnt11 has joined #instantbird 19:38:54 * ChanServ sets mode +h nhnt11 19:39:24 <Mook_as> Getting a Windows 10 ISO is easy (https://www.microsoft.com/en-us/software-download/windows10ISO), but you do need a valid license. 19:39:56 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:40:00 --> nhnt11 has joined #instantbird 19:40:00 * ChanServ sets mode +h nhnt11 19:41:16 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:41:22 --> nhnt11 has joined #instantbird 19:41:22 * ChanServ sets mode +h nhnt11 19:42:34 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:42:38 --> nhnt11 has joined #instantbird 19:42:38 * ChanServ sets mode +h nhnt11 19:43:00 <clokep_work> Mook_as: Ah, interesting! Didn't realize they just had them for download now. :) 19:43:19 <clokep_work> (Thanks) 19:43:50 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:43:51 <Mook_as> You're welcome. I guess if they're letting people upgrade for free, there's no point hoarding the bits. 19:43:54 --> nhnt11 has joined #instantbird 19:43:55 * ChanServ sets mode +h nhnt11 19:45:08 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:45:16 --> nhnt11 has joined #instantbird 19:45:16 * ChanServ sets mode +h nhnt11 19:46:25 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:46:30 --> nhnt11 has joined #instantbird 19:46:30 * ChanServ sets mode +h nhnt11 19:47:43 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:47:48 --> nhnt11 has joined #instantbird 19:47:48 * ChanServ sets mode +h nhnt11 19:49:00 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:49:04 --> nhnt11 has joined #instantbird 19:49:04 * ChanServ sets mode +h nhnt11 19:50:07 <vincent-lg> clokep_work: ha, too bad. It was great having Facebook chat on Instantbird :) 19:50:11 --> EionRobb has joined #instantbird 19:50:18 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:50:26 --> nhnt11 has joined #instantbird 19:50:26 * ChanServ sets mode +h nhnt11 19:50:30 <clokep_work> vincent-lg: Oh, don't get me wrong. I want it back... 19:51:25 <flo-retina> is it windows10 that we want on a new build slave? 19:51:36 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:51:43 --> nhnt11 has joined #instantbird 19:51:43 * ChanServ sets mode +h nhnt11 19:52:55 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:52:59 --> nhnt11 has joined #instantbird 19:52:59 * ChanServ sets mode +h nhnt11 19:55:27 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:55:33 --> nhnt11 has joined #instantbird 19:55:33 * ChanServ sets mode +h nhnt11 19:58:02 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:58:08 --> nhnt11 has joined #instantbird 19:58:08 * ChanServ sets mode +h nhnt11 19:59:19 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 19:59:24 --> nhnt11 has joined #instantbird 19:59:24 * ChanServ sets mode +h nhnt11 19:59:29 <aleth> flo-retina: c-c builds are still on Windows XP it seems, but surely that will change soon 20:00:05 <aleth> idk if the OS version matters if the SDK version is correct? 20:00:37 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:00:42 --> nhnt11 has joined #instantbird 20:00:42 * ChanServ sets mode +h nhnt11 20:01:15 <flo-retina> hopefully it doesn't :) 20:01:55 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:02:00 --> nhnt11 has joined #instantbird 20:02:00 * ChanServ sets mode +h nhnt11 20:03:11 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:03:17 --> nhnt11 has joined #instantbird 20:03:17 * ChanServ sets mode +h nhnt11 20:04:29 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:04:33 --> nhnt11 has joined #instantbird 20:04:33 * ChanServ sets mode +h nhnt11 20:04:35 <vincent-lg> clokep_work: I'm sure! 20:05:04 <clokep_work> flo-retina, aleth: FWIW I'm on Windows 10... 20:05:10 <clokep_work> I think we need MSVC 2015? Not sure what that runs on. 20:05:46 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:05:52 --> nhnt11 has joined #instantbird 20:05:52 * ChanServ sets mode +h nhnt11 20:07:04 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:07:09 --> nhnt11 has joined #instantbird 20:07:09 * ChanServ sets mode +h nhnt11 20:08:22 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:08:27 --> nhnt11 has joined #instantbird 20:08:27 * ChanServ sets mode +h nhnt11 20:09:42 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:09:46 --> nhnt11 has joined #instantbird 20:09:46 * ChanServ sets mode +h nhnt11 20:10:57 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:11:01 --> nhnt11 has joined #instantbird 20:11:02 * ChanServ sets mode +h nhnt11 20:12:15 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:12:30 --> nhnt11 has joined #instantbird 20:12:30 * ChanServ sets mode +h nhnt11 20:13:33 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:13:37 --> nhnt11 has joined #instantbird 20:13:37 * ChanServ sets mode +h nhnt11 20:14:49 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:14:54 --> nhnt11 has joined #instantbird 20:14:54 * ChanServ sets mode +h nhnt11 20:16:08 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:16:12 --> nhnt11 has joined #instantbird 20:16:12 * ChanServ sets mode +h nhnt11 20:17:26 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:17:30 --> nhnt11 has joined #instantbird 20:17:30 * ChanServ sets mode +h nhnt11 20:18:42 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:18:49 --> nhnt11 has joined #instantbird 20:18:49 * ChanServ sets mode +h nhnt11 20:20:00 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:20:04 --> nhnt11 has joined #instantbird 20:20:04 * ChanServ sets mode +h nhnt11 20:21:17 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:21:22 --> nhnt11 has joined #instantbird 20:21:22 * ChanServ sets mode +h nhnt11 20:22:34 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:22:42 --> nhnt11 has joined #instantbird 20:22:42 * ChanServ sets mode +h nhnt11 20:23:52 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:23:57 --> nhnt11 has joined #instantbird 20:23:57 * ChanServ sets mode +h nhnt11 20:25:07 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:25:11 --> nhnt11 has joined #instantbird 20:25:11 * ChanServ sets mode +h nhnt11 20:26:27 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:26:31 --> nhnt11 has joined #instantbird 20:26:31 * ChanServ sets mode +h nhnt11 20:27:44 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:27:50 --> nhnt11 has joined #instantbird 20:27:50 * ChanServ sets mode +h nhnt11 20:29:01 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:29:11 --> nhnt11 has joined #instantbird 20:29:11 * ChanServ sets mode +h nhnt11 20:30:18 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:30:22 --> nhnt11 has joined #instantbird 20:30:23 * ChanServ sets mode +h nhnt11 20:31:36 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:31:39 --> nhnt11 has joined #instantbird 20:31:39 * ChanServ sets mode +h nhnt11 20:31:49 <-- mconley|livehacking has quit (Quit: NO CARRIER) 20:32:53 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:32:58 --> nhnt11 has joined #instantbird 20:32:58 * ChanServ sets mode +h nhnt11 20:34:11 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:34:14 --> nhnt11 has joined #instantbird 20:34:14 * ChanServ sets mode +h nhnt11 20:35:32 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:35:36 --> nhnt11 has joined #instantbird 20:35:37 * ChanServ sets mode +h nhnt11 20:36:50 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:36:55 --> nhnt11 has joined #instantbird 20:36:56 * ChanServ sets mode +h nhnt11 20:38:07 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:38:12 --> nhnt11 has joined #instantbird 20:38:12 * ChanServ sets mode +h nhnt11 20:38:36 <EionRobb> why does nhnt11 +h every few minutes? 20:39:25 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:39:29 --> nhnt11 has joined #instantbird 20:39:30 * ChanServ sets mode +h nhnt11 20:40:36 <vincent-lg> time to eat folks, gotta run, thanks for your help! 20:40:41 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:40:44 <-- vincent-lg has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:40:57 --> nhnt11 has joined #instantbird 20:40:57 * ChanServ sets mode +h nhnt11 20:41:59 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:42:04 --> nhnt11 has joined #instantbird 20:42:04 * ChanServ sets mode +h nhnt11 20:43:17 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 20:43:21 --> nhnt11 has joined #instantbird 20:43:21 * ChanServ sets mode +h nhnt11 21:02:24 <clokep_work> EionRobb: Cause his Internet sucks. 21:03:47 <nhnt11> clokep_work: false 21:03:55 <nhnt11> clokep_work: Software sucks 21:04:03 <nhnt11> I closed my macbook but something kept waking it up 21:04:05 <clokep_work> FIX IT. 21:04:06 <nhnt11> meh 21:04:10 <clokep_work> :( 21:04:59 * nhnt11 closed a bunch of stuff 21:05:08 <nhnt11> Including Vidyo, which he suspects was the culprit 21:05:17 <nhnt11> I'll have to diagnose this properly at some point... 21:12:05 <clokep_work> nhnt11: I have the opposite problem. When I open my MacBook it won't reconnect to the Internet. 21:13:13 <nhnt11> :( 21:18:07 --> chrisccoulson has joined #instantbird 21:18:39 <-- Logicoma has quit (Connection closed) 21:40:50 <-- Bollebib has quit (Ping timeout: 121 seconds) 21:41:19 <-- chrisccoulson has quit (Quit: OSError: [Errno 130] Owner died) 21:42:19 <-- clokep_work has quit (Ping timeout: 121 seconds) 21:52:19 <instantbot> New Instantbird - Account manager bug 1311534 filed by aleth@instantbird.org. 21:52:20 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1311534 nor, --, ---, nobody, NEW, Account manager and wizard spam the console 22:27:14 <-- Morian has quit (Connection closed) 23:10:37 <-- aleth has quit (Quit: Instantbird 52)