All times are UTC.
00:24:09 --> Alex1 has joined #instantbird 01:14:38 <-- Tonnes has quit (Connection closed) 01:16:23 --> Bollebib has joined #instantbird 01:35:57 <-- DGMurdockIII has quit (Ping timeout: 121 seconds) 02:20:27 <-- Suiseiseki has quit (Ping timeout: 121 seconds) 02:36:30 --> Suiseiseki has joined #instantbird 03:41:43 --> Tonnes has joined #instantbird 04:08:10 --> clokep_work has joined #instantbird 04:08:10 * ChanServ sets mode +o clokep_work 04:12:12 <-- clokep_work has quit (Ping timeout: 121 seconds) 04:42:02 <instant-buildbot> build #3349 of macosx-nightly-default is complete: Success [3build successful] Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/3349 05:19:15 <instant-buildbot> build #875 of linux64-nightly-default is complete: Failure [4failed compile] Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/875 06:27:43 --> bogdan_maris has joined #instantbird 06:29:33 <-- Bollebib has quit (Ping timeout: 121 seconds) 07:40:41 --> BWMerlin has joined #instantbird 07:58:51 <-- Alex1 has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com) 08:42:00 <-- EionRobb has quit (Connection closed) 08:42:20 --> aleth has joined #instantbird 08:42:20 * ChanServ sets mode +o aleth 08:42:53 --> EionRobb has joined #instantbird 08:56:02 --> gerard-majax has joined #instantbird 09:12:45 <-- gerard-majax has quit (Ping timeout: 121 seconds) 09:16:36 --> gerard-majax has joined #instantbird 09:35:22 <-- gerard-majax has quit (Ping timeout: 121 seconds) 09:37:47 --> gerard-majax has joined #instantbird 09:53:48 <-- gerard-majax has quit (Ping timeout: 121 seconds) 10:11:28 <-- aleth has quit (Quit: Instantbird 52) 10:11:40 --> aleth has joined #instantbird 10:11:40 * ChanServ sets mode +o aleth 10:12:11 --> gerard-majax has joined #instantbird 10:25:18 <-- flo-retina has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 10:32:11 --> gerard-majax_ has joined #instantbird 10:32:52 <-- gerard-majax has quit (Ping timeout: 121 seconds) 11:07:42 --> flo-retina has joined #instantbird 11:07:42 * ChanServ sets mode +qo flo-retina flo-retina 11:49:18 <-- BWMerlin has quit (Ping timeout: 121 seconds) 11:52:29 --> clokep_work has joined #instantbird 11:52:29 * ChanServ sets mode +o clokep_work 12:16:12 --> Bollebib has joined #instantbird 12:36:33 <-- Tonnes has quit (Quit: ChatZilla 0.9.92 [Firefox 49.0.2/20161019084923]) 12:39:16 <-- clokep_work has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 12:39:19 --> clokep_work has joined #instantbird 12:39:19 * ChanServ sets mode +o clokep_work 13:00:36 <-- gerard-majax_ has quit (Ping timeout: 121 seconds) 13:04:59 --> Tonnes has joined #instantbird 13:30:16 --> bgmCoder has joined #instantbird 13:58:04 <-- bogdan_maris has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 14:24:14 --> unghost has joined #instantbird 14:30:55 <-- flo-retina has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 14:59:47 --> flo-retina has joined #instantbird 14:59:47 * ChanServ sets mode +qo flo-retina flo-retina 15:47:50 <-- aleth has quit (Ping timeout: 121 seconds) 16:17:05 --> aleth has joined #instantbird 16:17:05 * ChanServ sets mode +o aleth 16:46:52 <-- aleth has quit (Quit: Instantbird 52) 16:53:45 <-- Tonnes has quit (Connection closed) 17:02:42 --> Tonnes has joined #instantbird 17:31:22 <-- unghost has quit (Ping timeout: 121 seconds) 17:48:25 --> unghost has joined #instantbird 18:45:10 <freaktechnik> clokep_work: oops, forgot to checkout c-c before writing that patch. I guess 3 months would do that to it... 18:59:26 <clokep_work> freaktechnik: Not a problem. :) 18:59:32 <clokep_work> I could likely unbitrot it in 5 minutes, but was busy. 19:00:12 <clokep_work> FWIW I Have some time now if you want to rebase. :) 19:04:46 <freaktechnik> I'll be home in a few, do some stuff and then update the patch. So like an hour from now probably. 19:05:29 <freaktechnik> But what did you mean with not worth the abstraction? Just pass in a boolean if it should like or unlike? 19:14:17 <clokep_work> freaktechnik: My thought was that we could pass in a bool and just throw a couple of if-statements in. 19:14:22 <clokep_work> I don't know if it would be cleaner or not though. 19:14:27 <clokep_work> It's only like 3 lines of code so... 19:23:18 <freaktechnik> I'll move the ternary to the api invoker. 19:23:58 <clokep_work> OK. 19:27:45 <freaktechnik> oh, another patch reviewed. 19:27:50 <freaktechnik> and mostly explainy things to do :D 19:29:00 <clokep_work> Yeah. :-\ 19:29:11 <clokep_work> I kind of feel like moving all this IRC out somewhere else would be nice. 19:29:18 <clokep_work> But making a JS module seems painful. 19:32:15 <freaktechnik> the fun will start with cap-notify, which will need unregistering handlers ;) 19:32:23 <freaktechnik> that'll be ugly 19:32:32 <clokep_work> Oh? 19:32:35 <freaktechnik> but yeah, not sure how IRC could be organized neater 19:32:37 <clokep_work> I don't remember which that is. 19:32:51 <freaktechnik> cap-notify is the cap where the server can add and remove caps during a connection 19:32:58 <clokep_work> Ahhh. 19:32:58 <freaktechnik> which is pretty handy with bouncers... 19:33:00 <clokep_work> That's gross. :) 19:33:03 <clokep_work> Yeah makes sense. 19:33:06 <clokep_work> But makes it more complciated. 19:33:10 <freaktechnik> yes 19:33:56 <freaktechnik> the hard part will be to decide when to not request cap-notify if not all caps support unregistering, for example. 19:34:10 <freaktechnik> or if rather the caps that don't support it shouldn't be registered... 19:53:54 <freaktechnik> what is this wizzardry 19:54:01 <clokep_work> Huh? 19:54:03 <freaktechnik> I didn't have to do anything to un-bitrot 19:54:15 <freaktechnik> I was just able to import the patch on top of the checked out tip 19:54:27 <freaktechnik> but the linenumbers for the last part changed so... 19:54:37 <clokep_work> Hmm... 19:54:41 <clokep_work> I was unable to. 19:54:46 <freaktechnik> but uh, if it doesn't work my checkout is borked. I even checked out twice just to make sure... 19:56:20 <-- bgmCoder has left #instantbird () 19:58:19 <freaktechnik> time to set up all the stuff on my netbook again to update that tags patch 20:01:42 <clokep_work> freaktechnik: So...I see something I've never seen before on Bugzilla: 20:02:03 <clokep_work> It says "WINDOWS PATCH" 20:02:05 <clokep_work> When I click review. 20:02:07 <freaktechnik> lol 20:02:08 <clokep_work> Not sure that's the issue. 20:02:10 <freaktechnik> forgot to change CRLF 20:02:17 <freaktechnik> that's quite possible 20:03:22 --> arlolra has joined #instantbird 20:04:14 <clokep_work> Maybe. :) 20:04:49 <arlolra> flo-retina: I rebased and fixed up the twitter dm for otr patch 20:05:01 <arlolra> flo-retina: when you get a chance, please review 20:05:23 <clokep_work> arlolra: Hello. :) 20:05:42 <arlolra> howdy 20:06:14 <clokep_work> How's it going? 20:06:44 <arlolra> pretty good. preparing to cut another tor-messenger release 20:06:53 <clokep_work> Cool. :) 20:07:08 <arlolra> sorry that i'm not around here as much lately. irc.mozilla.org blocks tor and i've been dogfooding TM 20:10:52 <freaktechnik> \o/ I did it, no more CRLF 20:10:54 <clokep_work> Oh. That's unfortunate. :( 20:11:06 <clokep_work> arlolra: Do you know if they do it on purpose? That seems surprising. 20:11:24 <freaktechnik> they might yes 20:11:28 <clokep_work> arlolra: Do the Tor Messenger people hang out somewhere? 20:11:33 <clokep_work> freaktechnik: Col. :) 20:11:57 <freaktechnik> (they can hang out on freenode again, if they do sasl with cert or something? ) 20:12:06 <arlolra> earlier today i got http://rbl.efnetrbl.org/?i=46.166.148.177 20:12:43 <arlolra> freaktechnik: I use this to get on freenode https://bugzilla.mozilla.org/show_bug.cgi?id=1307603 20:12:46 <instantbot> Bug 1307603 nor, --, ---, arlolra, UNCO, SASL ECDSA-NIST256P-CHALLENGE 20:13:08 <clokep_work> arlolra: So my point was more of "is there a different channel I should joi somewhere" ;) 20:13:27 <arlolra> ah, you can join tor-dev or tor-messenger on oftc 20:14:55 <freaktechnik> arlolra: oh, that's neat. 20:16:10 <clokep_work> Interesting...that channel seems to be empty. 20:16:15 <clokep_work> ##tor-messenger has one person in it. 20:16:48 <clokep_work> freaktechnik: That patch applied cleanly. :) 20:17:11 <freaktechnik> cool, so it was the crlfs 20:17:16 * freaktechnik curses at windows 20:17:37 <freaktechnik> (things you do when you set up your dev machine with a new OS and haven't had time to configure it agian) 20:17:58 <arlolra> clokep_work: ya, it's mostly just sukhe, bolkm, and me there 20:18:03 <arlolra> join the party 20:18:33 <-- arlolra has quit (Client exited) 20:19:12 --> arlolra has joined #instantbird 20:19:24 <arlolra> whoops, wrong ctrl-x 20:19:39 <clokep_work> arlolra: Weird that I don't see you there...but OK.... 20:19:43 <clokep_work> freaktechnik: Testing your patch. 20:19:44 <-- Tonnes has quit (Connection closed) 20:20:24 <arlolra> clokep_work: i'm on my way out, but i'll be there most weekdays 20:20:30 <arlolra> gotta run 20:20:34 <-- arlolra has quit (Client exited) 20:22:59 <clokep_work> Bye 20:23:40 --> Tonnes has joined #instantbird 20:24:26 * clokep_work waits for a tweet. 20:27:13 <instantbot> clokep@patrick.cloke.us changed the Resolution on bug 1314435 from --- to FIXED. 20:27:14 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1314435 enh, --, Instantbird 52, martin, RESO FIXED, Add liking/favoriting to Twitter 20:33:24 <freaktechnik> such a tiny patch for such a great improvement of my twitter experience :D 20:33:51 <freaktechnik> and I'll only have to wait like 7 weeks to get it in the thunderbird beta, too 20:36:54 --> Logicoma has joined #instantbird 21:22:28 <clokep_work> Yeah it'll be in aurora on Tuesday. 22:03:26 <freaktechnik> clokep_work: I assume "It'd be nice if we could use the "real" parsing for this." is a request to use ircMessage in the test? 22:08:32 <freaktechnik> Oh, I guess it'd have to be an imIMessage 22:08:37 <freaktechnik> which is fun to create properly... 22:09:25 <freaktechnik> it' isn't, good. 22:22:59 * freaktechnik looks into this Assert.jsm 22:23:21 <freaktechnik> oh, it's the CommonJS assert lib <3 22:43:30 <-- clokep_work has quit (Ping timeout: 121 seconds) 22:49:08 <-- Logicoma has quit (Quit: Leaving) 23:39:16 --> BWMerlin has joined #instantbird