#instantbird log on 12 03 2014

All times are UTC.

00:01:22 <aleth> Never mind, it's super trivial anyway
00:01:45 <aleth> Drive-by cleanup.
00:04:43 <instantbot> New Instantbird - Conversation bug 1106917 filed by aleth@instantbird.org.
00:04:44 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1106917 nor, --, ---, nobody, NEW, Content font size setting affects displayName in the UI, breaking the layout
00:05:43 <instantbot> aleth@instantbird.org changed the Resolution on bug 978057 from --- to DUPLICATE.
00:05:44 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=978057 nor, --, ---, nobody, RESO DUPLICATE, Text overlaps search icon in awesometab filterbar
00:08:28 <-- Hoony1 has quit (Ping timeout: 121 seconds)
00:18:47 --> gerard-majax_ has joined #instantbird
00:31:55 <-- mconley_ has quit (Connection closed)
00:33:39 --> mconley has joined #instantbird
00:35:13 --> clokep_work has joined #instantbird
00:35:13 * ChanServ sets mode +o clokep_work 
00:37:59 --> mconley_ has joined #instantbird
00:38:43 --> mconley__ has joined #instantbird
00:39:35 <-- mconley has quit (Ping timeout: 121 seconds)
00:42:04 --> myk has joined #instantbird
00:42:05 <-- mconley_ has quit (Ping timeout: 121 seconds)
00:42:40 <clokep_work> Alright, so nHigh/nLow are wrong. :)
00:46:11 <clokep_work> Fixed that! :-D
00:57:04 <-- mconley__ has quit (Connection closed)
00:57:32 --> mconley has joined #instantbird
00:58:00 <-- myk has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
00:59:19 <aleth> :-)
01:01:40 <-- mconley has quit (Ping timeout: 121 seconds)
01:02:19 <clokep_work> \o/
01:02:26 <clokep_work> I just ran into http://www.gibdon.com/2006/12/javascript-fixing-negative-hexadecimal.html WTF.
01:04:00 <aleth> what?!
01:05:36 <aleth> madness that way lies
01:06:44 <clokep_work> Yes...
01:06:49 * clokep_work sets r? aleth. ;)
01:15:19 --> Hoony has joined #instantbird
01:15:48 <clokep> aleth: Btw you should be able to check that patch in, it's im only?
01:17:31 <aleth> clokep: oh right!
01:20:16 <clokep_work> EionRobb: https://code.google.com/p/skype4pidgin/source/browse/trunk/skypeweb/skypeweb_messages.c#353 ... is that parsing a header?
01:21:58 <instantbot> aleth@instantbird.org changed the Resolution on bug 1105889 from --- to FIXED.
01:21:59 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1105889 nor, --, 1.6, aleth, RESO FIXED, Libpurple proxy preferences are broken
01:24:48 --> mconley has joined #instantbird
01:27:20 <instantbot> aleth@instantbird.org changed the Resolution on bug 1041136 from --- to WORKSFORME.
01:27:21 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1041136 nor, --, ---, nobody, RESO WORKSFORME, Errors while setting proxy for libpurple based accounts and deleting profile
01:32:12 <clokep> Not a dup?
01:39:17 <EionRobb> clokep: no, that's making a json object the C way to send off a JSON.stringify()
01:40:03 <EionRobb> was the negative hexadecimal thing what was causing the nHigh/nLow issue?
01:40:14 <clokep_work> EionRobb: Umm....hm...that was not the line I wanted to link you to.
01:40:24 <clokep_work> EionRobb: Nah, just when creating the hex string at the end.
01:40:36 <clokep_work> EionRobb: https://code.google.com/p/skype4pidgin/source/browse/trunk/skypeweb/skypeweb_messages.c#385 is what I meant.
01:40:47 <clokep_work> I'm getting a 401 when trying to get the registration token though...
01:41:26 <EionRobb> yeah, that's looking for a header
01:42:01 <clokep_work> Nice. :)
01:44:55 <EionRobb> do you get any other feedback for the 401?
01:45:01 <EionRobb> sometimes it had useful error messages
01:45:05 <EionRobb> not often enough though
01:46:11 <clokep_work> EionRobb: Error: 401 - The provided 'skypetoken' ticket failed authentication.
01:46:59 <EionRobb> ah
01:47:06 <EionRobb> I got stuck on that one for a day
01:47:12 <EionRobb> which skypetoken are you using :)
01:47:51 <clokep_work> EionRobb: A totally garbage one apparently. :)
01:47:54 <EionRobb> haha
01:47:56 <clokep_work> It's set right now to "class=" :-D
01:47:59 <EionRobb> wow
01:48:03 <EionRobb> that is classy
01:48:32 <EionRobb> surely you have better html parsing than me, and you could pluck out that skype_token from the html without hacky crap like I did? :)
01:48:58 <EionRobb> https://code.google.com/p/skype4pidgin/source/browse/trunk/skypeweb/skypeweb_login.c#16 is plucking the skypetoken out of an html response
01:49:15 <EionRobb> just don't use the one that's provided in the header.  that's a valid skypetoken, but it has no permission to get buddy lists
01:49:22 <clokep> Yep! I clearly messed something up though...
01:52:35 <-- Mook_a1 has quit (Client exited)
01:59:06 <clokep_work> Hmm...the response I'm getting doesn't seem to have "skypetoken" in it...
02:01:06 <EionRobb> what url are you posting to, and are you ignoring redirects?
02:05:45 <clokep_work> EionRobb: https://login.skype.com/login?client_id%3D578134%26redirect_uri%3Dhttps%3A%2F%2Fweb.skype.com
02:05:50 <clokep_work> The post data seems to be reasonable....
02:06:06 <EionRobb> you've escaped the ='s
02:06:20 <clokep_work> What do you ean?
02:06:22 <clokep_work> *mean*
02:06:28 <-- aleth has quit (Ping timeout: 121 seconds)
02:06:35 <clokep_work> You mean inside of the pie/etm values?
02:06:36 <EionRobb> it should be /login?client_id=578134&redirect_uri=https%3A%2F%2Fweb.skype.com
02:06:48 <clokep_work> BAH.
02:06:50 <clokep_work> Your'e right.
02:06:54 <EionRobb> did someone say "baa"?
02:07:03 <clokep_work> Humbug.
02:07:06 <EionRobb> :P
02:07:14 <EionRobb> I was hoping for a good sheep joke there
02:07:54 <clokep_work> Error: 400 - {"errorCode":"201","message":"The request body is not a valid JSON resource for the requested operation."}
02:07:55 <clokep_work> :)
02:08:02 <clokep_work> The skype token looks sane.
02:08:40 <EionRobb> that's in response to which call?
02:08:58 <clokep_work> The one to get the registration token.
02:09:02 <clokep_work> https://code.google.com/p/skype4pidgin/source/browse/trunk/skypeweb/skypeweb_messages.c#369
02:10:27 <EionRobb> are you sending a 'blank' {} json post body?
02:10:39 <clokep> Ah, that's sneaky of you....
02:10:48 <EionRobb> you mean "lazy" :)
02:10:52 * clokep has no idea how to do that using the APIs he has...
02:11:03 <EionRobb> didn't want to make a whole json object to stringify
02:11:18 <EionRobb> just sending a blank object?
02:13:02 <clokep> EionRobb: That worked, thanks. :)
02:13:10 <EionRobb> magic
02:13:35 <-- gerard-majax_ has quit (Ping timeout: 121 seconds)
02:13:48 <clokep> Guess I need to figure out what skypeweb_subscribe does now. :P
02:14:07 <EionRobb> that registers which events you'd like to receive
02:18:18 <clokep_work> Yeah I need to figure out the skypeweb_post_or_get function pretty much. :)
02:18:58 <EionRobb> nah, not that special
02:19:20 <EionRobb> its just a nice wrapper to make http requests.  would be nicer to have XmlHttpRequest instead :)
02:21:41 <EionRobb> do you have websockets available to you in IB?
02:23:57 --> gerard-majax_ has joined #instantbird
02:29:44 <clokep> Yes.
02:30:38 <-- clokep_work has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
02:31:39 <EionRobb> cos it looks like there's a websocket stream for the events, but I don't know how it works :)
02:31:46 <EionRobb> but it'll be more efficient than http long polling
02:34:58 <-- Armada has quit (Connection closed)
02:59:50 <-- arlolra has quit (Client exited)
02:59:57 --> mpmc has joined #instantbird
03:03:45 <-- clokep has quit (Ping timeout: 121 seconds)
03:19:11 <-- Bollebib has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
03:26:37 --> arlolra has joined #instantbird
03:34:50 <-- EionRobb has quit (Connection closed)
03:48:11 --> EionRobb has joined #instantbird
03:52:50 --> Widdershins has joined #instantbird
03:52:50 <-- Widdershins has quit (Connection closed)
03:52:59 --> Widdershins has joined #instantbird
04:20:37 <-- Widdershins has quit (Connection closed)
04:23:01 --> Widdershins has joined #instantbird
04:38:35 <-- Widdershins has quit (Connection closed)
04:40:47 --> Widdershins has joined #instantbird
04:55:29 <instant-buildbot> build #1246 of linux-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/1246
05:07:38 <instant-buildbot> build #2448 of macosx-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/2448
05:09:15 <-- EionRobb has quit (Quit: Leaving.)
05:37:41 <-- arlolra has quit (Client exited)
05:57:04 <instant-buildbot> build #142 of linux64-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/142
06:31:29 --> Widders has joined #instantbird
06:33:43 <-- Widdershins has quit (Ping timeout: 121 seconds)
06:43:13 --> Widdershins has joined #instantbird
06:44:49 --> Widder has joined #instantbird
06:45:14 <-- Widders has quit (Ping timeout: 121 seconds)
06:47:44 <-- Widdershins has quit (Ping timeout: 121 seconds)
06:51:11 <-- gerard-majax_ has quit (Ping timeout: 121 seconds)
07:26:05 <-- Hoony has quit (Ping timeout: 121 seconds)
07:52:16 * Fallen|away is now known as Fallen 
08:14:40 --> Widders has joined #instantbird
08:16:08 --> Widdershins has joined #instantbird
08:17:48 <-- Widder has quit (Ping timeout: 121 seconds)
08:18:49 <-- Widders has quit (Ping timeout: 121 seconds)
08:21:24 --> Widders has joined #instantbird
08:31:49 <-- mconley has quit (Ping timeout: 121 seconds)
08:32:19 --> mconley has joined #instantbird
08:33:27 <-- Widders has quit (Ping timeout: 121 seconds)
08:33:29 <-- Widdershins has quit (Ping timeout: 121 seconds)
09:25:34 --> Defman has joined #instantbird
09:25:54 --> Hoony has joined #instantbird
09:27:31 --> Hoony1 has joined #instantbird
09:27:32 <-- Hoony has quit (Connection closed)
09:32:17 <-- Hoony1 has quit (Client exited)
09:32:22 --> Hoony has joined #instantbird
09:35:40 <-- Hoony has quit (Client exited)
09:35:51 --> Hoony has joined #instantbird
09:37:25 <-- Hoony has quit (Client exited)
09:41:00 --> Hoony has joined #instantbird
09:41:49 <-- Hoony has quit (Client exited)
09:47:39 <-- mconley has quit (Connection closed)
09:53:58 --> aleth has joined #instantbird
09:53:58 * ChanServ sets mode +o aleth 
09:57:15 <-- aleth has quit (Quit: :tiuQ)
09:57:19 --> aleth has joined #instantbird
09:57:19 * ChanServ sets mode +o aleth 
10:12:50 --> Bollebib has joined #instantbird
10:13:41 --> BWMerlin has joined #instantbird
10:27:53 * Fallen is now known as Fallen|away 
11:02:16 <-- Defman has quit (Quit: My Double-Powered Atomic Reactor has gone to sleep. caaBOOOOM! ZZZzzz....)
11:19:20 <-- aleth has quit (Quit: :tiuQ)
11:22:02 --> clokep has joined #instantbird
11:22:02 * ChanServ sets mode +o clokep 
11:37:08 --> aleth has joined #instantbird
11:37:08 * ChanServ sets mode +o aleth 
11:45:07 <-- clokep has quit (Ping timeout: 121 seconds)
11:47:32 --> clokep has joined #instantbird
11:47:32 * ChanServ sets mode +o clokep 
12:04:11 <clokep> aleth: How would you feel if I redirected libpurple upgrade reviews to you?
12:04:38 <aleth> That's OK - I can always hand off to flo if there are bits that I feel unsure about
12:08:59 <clokep> Btw bug 1106328 totally explains a bunch of things while testing. :-\
12:09:01 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1106328 nor, --, ---, aleth, ASSI, JS-XMPP never sends typing notifications
12:12:07 <aleth> Yes, it's kind of amazing it took so long to figure that one out
12:12:31 <aleth> I would have expected a TB bug for it if nothing else
12:15:01 <-- clokep has quit (Ping timeout: 121 seconds)
12:23:26 * Fallen|away is now known as Fallen 
12:46:48 --> Hoony has joined #instantbird
12:50:53 <-- BWMerlin has quit (Client exited)
12:59:51 <aleth> heh, bug 735200
12:59:53 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=735200 nor, --, ---, nobody, NEW, Add unit test for xmpp, Facebook
13:01:16 --> Armada has joined #instantbird
13:11:30 --> clokep_work has joined #instantbird
13:11:30 * ChanServ sets mode +o clokep_work 
13:14:19 <instantbot> aleth@instantbird.org changed the Resolution on bug 874432 from --- to INCOMPLETE.
13:14:20 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=874432 nor, --, ---, nobody, RESO INCOMPLETE, online contact list not correct
13:16:46 <-- clokep_work has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
13:16:49 --> clokep_work has joined #instantbird
13:16:49 * ChanServ sets mode +o clokep_work 
13:17:42 * Fallen is now known as Fallen|away 
13:31:57 <instantbot> clokep@gmail.com changed the Resolution on bug 740724 from --- to DUPLICATE.
13:31:58 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=740724 nor, --, ---, nobody, RESO DUPLICATE, Some text code are replaced to smiley images
13:32:27 <clokep_work> aleth: Thanks.
13:33:15 --> iamjayakumars has joined #instantbird
13:33:48 --> flo-retina has joined #instantbird
13:33:48 * ChanServ sets mode +qo flo-retina flo-retina 
13:35:10 <instantbot> aleth@instantbird.org changed the Resolution on bug 742356 from --- to WONTFIX.
13:35:11 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=742356 nor, --, ---, nobody, RESO WONTFIX, /topic erases the IRC topic instead of displaying it
13:42:03 <nhnt11> aleth: How is bug 1024982 a dupe of bug 955292?
13:42:06 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1024982 nor, --, ---, nobody, RESO DUPLICATE, No automatic (network?) reconnection to Gtalk after MacOS power nap -  sleep / wake
13:42:07 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=955292 enh, --, 1.6, nhnt11, RESO FIXED, Read/write chat logs asynchronously
13:42:44 <aleth> nhnt11: It's not, sorry. Copy paste error
13:42:54 <instantbot> clokep@gmail.com changed the Resolution on bug 742356 from WONTFIX to ---.
13:42:55 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=742356 nor, --, ---, nobody, REOP, /topic erases the IRC topic instead of displaying it
13:47:04 <flo-retina> how is bug 1024982 a duplicate of bug 955292?
13:47:07 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1024982 nor, --, ---, nobody, RESO DUPLICATE, No automatic (network?) reconnection to Gtalk after MacOS power nap -  sleep / wake
13:47:08 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=955292 enh, --, 1.6, nhnt11, RESO FIXED, Read/write chat logs asynchronously
13:47:39 <nhnt11> flo-retina: copy paste mistake, I just asked about it ;)
13:47:53 <aleth> That's a dupe of http://log.bezut.info/instantbird/141203/#m203 ;)
13:49:09 <nhnt11> Hmm, I guess Not Today! is never going to be updated
13:49:21 <nhnt11> I find myself missing that addon rather often
13:49:29 * nhnt11 just volunteered to fix it, he thinks
13:54:44 <nhnt11> clokep_work: The OTR stuff adds a way to intercept outgoing messages from an addon, right?
13:55:14 <clokep_work> nhnt11: Yes.
13:55:30 <nhnt11> Has that API landed already by any chance
13:55:30 <nhnt11> ?
13:55:32 <clokep_work> nhnt11: I was just going to ask you to fix it. :-D
13:55:36 <clokep_work> nhnt11: Yes.
13:55:40 <nhnt11> Awesome
13:55:48 <clokep_work> There's a few follow-ups still.
13:55:56 <nhnt11> Can you point me to a bug please? :)
13:56:06 <nhnt11> (or the approximate title of the bug so I can search)
13:56:35 <clokep_work> nhnt11: https://bugzilla.mozilla.org/show_bug.cgi?id=983347
13:56:38 <instantbot> Bug 983347 nor, --, 1.6, arlolra, RESO FIXED, Need different paths for displaying to the screen and sending over the wire
13:56:49 <clokep_work> That should get you to the list of them at elast. YOu might need to traverse from follow-ups.
13:56:52 <nhnt11> Definitely wouldn't have guessed that title^
13:56:56 <nhnt11> Thanks
13:58:55 <nhnt11> This is a neat API :)
13:59:11 * nhnt11 should update his pastebin addon too
14:14:02 <clokep_work> nhnt11: Part of it was specifically designed for the pastebin add-on, so yes. :P
14:20:56 <flo-retina> "This is a neat API" :). I'm glad someone likes it :)
14:22:22 <aleth> especially given the constraints inherited from libpurple...
14:24:39 <nhnt11> I'm mostly happy it /exists/ btw, haven't looked at it too hard yet.
14:30:59 <-- iamjayakumars has quit (Connection closed)
14:44:46 --> qheaden has joined #instantbird
14:45:02 <qheaden> Hello. :)
14:48:33 <clokep_work> Hello qheaden.
14:48:39 <clokep_work> I was wondering what happened to you. ;)
14:48:56 <qheaden> :P
14:50:35 * qheaden is shoulder deep in finals studying. :(
14:53:24 --> iamjayakumars has joined #instantbird
15:01:32 <-- Hoony has quit (Client exited)
15:08:12 <-- flo-retina has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
15:28:55 <-- iamjayakumars has quit (Connection closed)
15:30:02 --> iamjayakumars has joined #instantbird
15:34:27 <-- iamjayakumars has quit (Ping timeout: 121 seconds)
15:38:37 --> mconley has joined #instantbird
15:39:05 --> DGMurdockIII has joined #instantbird
15:42:18 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
15:44:55 <-- Tonnes has quit (Connection closed)
15:52:37 --> Defman has joined #instantbird
16:01:07 --> iamjayakumars has joined #instantbird
16:11:32 <-- qheaden has quit (Ping timeout: 121 seconds)
16:11:53 --> qheaden has joined #instantbird
16:13:06 <-- mconley has quit (Connection closed)
16:18:08 <clokep_work> aleth: Do you know the deal w/ the pref crash on Mac?
16:18:14 <clokep_work> Is that fixed? On 1.5? Is there a work-around?
16:18:25 <aleth> Which pref crash?
16:18:40 <clokep_work> aleth: The crash when you open the prefs dialogue.
16:18:46 <aleth> I've never seen it myself.
16:18:57 <clokep_work> OK. :)
16:19:00 <aleth> So no, I don't know what the story is.
16:19:15 <clokep_work> Thanks.
16:20:39 --> Tonnes has joined #instantbird
16:26:37 <clokep_work> Is the DATE of messages shown anywhere?
16:27:26 <aleth> No
16:27:36 <aleth> Not unless the message style decides it wants to
16:28:11 <aleth> We could put it in the tooltip I guess?
16:29:57 * Fallen|away is now known as Fallen 
16:30:26 <clokep_work> I thought we had a bug about that.
16:31:56 --> kapy has joined #instantbird
16:34:01 <-- iamjayakumars has quit (Connection closed)
16:35:17 --> iamjayakumars has joined #instantbird
16:39:47 <-- iamjayakumars has quit (Ping timeout: 121 seconds)
16:48:38 <instantbot> clokep@gmail.com changed the Resolution on bug 1083786 from --- to FIXED.
16:48:39 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1083786 tri, --, 1.6, nhnt11, RESO FIXED, Update copyright year for 2014
16:49:14 <clokep_work> bug 954039 is about the dates btw.
16:49:17 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954039 min, --, ---, nobody, NEW, Date and time in message style themes
16:52:40 <-- kapy has quit (Quit: )
17:19:09 --> arlolra has joined #instantbird
17:22:56 --> hadi has joined #instantbird
17:40:30 <nhnt11> aleth: You've never seen the prefs crash? weird.
17:40:32 --> kapy has joined #instantbird
17:40:43 <nhnt11> It's pretty easy to reproduce... close the blist window and open prefs
17:40:45 <nhnt11> brb
17:41:03 <aleth> Oh, I guess that's why then - I rarely close the blist
17:43:54 <-- kapy has quit (Quit: )
18:14:14 <aleth> nhnt11: I still can't reproduce it
18:14:35 --> Mook_astb has joined #instantbird
18:14:41 <aleth> Maybe it's fixed by the 10.8 sdk?
18:17:50 <hadi> nhnt11:  Hi! Can i bug you about the infinit output buffer bug? :P
18:18:14 <nhnt11> aleth: Wow, you're right
18:18:19 <nhnt11> hadi: Which bug is this?
18:18:54 <nhnt11> aleth: You mean the 10.9 sdk?
18:19:01 <hadi> nhnt11:  I want to clear my output  chat window so  the previous  chats would be cleared off it
18:19:03 <nhnt11> 10.8sdk has been around for a while right?
18:19:15 <hadi> It's not a bug, I think it's a feature
18:19:25 <aleth> nhnt11: The build slaves use either 10.6 or 10.7 iirc
18:19:49 <aleth> nhnt11: I think he's asking about infinite scroll ;)
18:20:23 <nhnt11> hadi: You want older messages to be cleared out automatically so that it doesn't take ages to restore a conversation from hold?
18:20:57 <nhnt11> :(
18:21:02 * nhnt11 wants to work on that more after his exams
18:21:18 <hadi> nhnt11:  no, for example let's say, I'm on this channel for 4 days, I want my chat window get cleared by a command, So i get a clean window
18:21:32 <nhnt11> Ah, by a command
18:21:49 <nhnt11> hadi: If you don't need it to be automatic, you can just close the conversation and re-open it
18:24:07 --> iamjayakumars has joined #instantbird
18:24:12 <hadi> nhnt11:  Oh you mean leave the chat room and re-enter it for example?
18:24:32 <nhnt11> Yeah, but you'd need to close the tab after leaving it to clear it
18:24:59 <aleth> hadi: "Close conversation" from the tab context menu
18:25:14 <hadi> oh
18:25:28 <hadi> Well, yeah good idea i didn't know that for some reason
18:28:34 <-- iamjayakumars has quit (Ping timeout: 121 seconds)
18:30:59 * Fallen is now known as Fallen|away 
19:08:38 <-- aleth has quit (Connection closed)
19:08:40 --> aleth has joined #instantbird
19:08:40 * ChanServ sets mode +o aleth 
19:12:32 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
19:12:39 --> nhnt11 has joined #instantbird
19:12:39 * ChanServ sets mode +h nhnt11 
19:23:40 --> EionRobb has joined #instantbird
19:24:12 <-- EionRobb has quit (Connection closed)
19:31:56 --> EionRobb has joined #instantbird
19:33:05 <-- aleth has quit (Connection closed)
19:33:08 --> aleth has joined #instantbird
19:33:08 * ChanServ sets mode +o aleth 
19:45:27 <Mook_astb> Huh. I guess my nick is even more wrong today :D
19:46:05 <aleth> WTF?
19:46:09 <EionRobb> astb?
19:46:20 <aleth> Where does the tb come from?
19:46:39 <Mook_astb> no, that's from disabling my nick-changing extension
19:46:51 <nhnt11> Wait, Instantbird automatically appending something?
19:46:54 <Mook_astb> I _thought_ nick changing was implemented... :)
19:47:07 <aleth> I don't know what your extension does...
19:47:10 * nhnt11 has to run
19:47:11 <nhnt11> bbl
19:47:25 <Mook_astb> bye! and don't worry about it, I'll figure it out _then_ report back
19:49:41 --> gerard-majax_ has joined #instantbird
19:50:07 --> mconley has joined #instantbird
19:50:18 <Mook_astb> Ah, yeah, I thought bug 953870 was implemented; it wasn't.
19:50:20 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=953870 enh, --, ---, nobody, NEW, Rename accounts (i.e. change the username)
20:01:30 <-- gerard-majax_ has quit (Ping timeout: 121 seconds)
20:02:29 <-- DGMurdockIII has quit (Quit: Leaving)
20:03:39 <-- hadi has quit (Ping timeout: 121 seconds)
20:10:36 --> mconley_ has joined #instantbird
20:11:47 <-- mconley has quit (Ping timeout: 121 seconds)
20:24:43 --> myk has joined #instantbird
20:27:56 --> gerard-majax_ has joined #instantbird
20:35:37 --> iamjayakumars has joined #instantbird
20:40:17 <-- iamjayakumars has quit (Ping timeout: 121 seconds)
21:24:01 <-- mconley_ has quit (Connection closed)
21:32:59 --> mconley has joined #instantbird
21:44:23 <clokep_work> Mook_astb: Yes, that's not fixed still. :P
21:44:34 <clokep_work> And the tb is "Thunderbird" obviously. ;)
21:45:09 <aleth> too bad ;)
21:48:53 --> Armada-MBP has joined #instantbird
21:54:26 <clokep_work> aleth: So how many bugs did we close today? :-D
21:54:46 <aleth> I lost count :D
21:55:19 <EionRobb> -1
21:55:36 <aleth> And I didn't look at all of the old TB ones, there's probably many more dupes
22:03:49 <-- mconley has quit (Connection closed)
22:08:28 <aleth> clokep_work: What's the story behind https://bug964828.bugzilla.mozilla.org/attachment.cgi?id=8408315 ? Undoing a previous patch?
22:08:30 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=964828 maj, --, ---, clokep, ASSI, Update libpurple up to 2.10.11
22:09:34 <aleth> clokep_work: Ah, ignore that, found comment #8 
22:09:59 <-- Armada-MBP has quit (Quit: Leaving)
22:10:21 --> mconley has joined #instantbird
22:10:43 <clokep_work> aleth: https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1106917&attachment=8531632 why changing all of those to specific font sizes?
22:10:49 <clokep_work> Doesn't that have more of a chance of looking poor?
22:11:14 <aleth> No, it's the opposite, somewhat surprisingly
22:11:39 <aleth> See screenshot.
22:13:31 <aleth> It would be nice if the font size pref didn't affect XUL chrome, but it does.
22:14:33 <-- nhnt11 has quit (Ping timeout: 121 seconds)
22:14:41 <aleth> " xx-small, x-small, small, medium, large, x-large, xx-large:    A set of absolute size keywords based on the user's default font size (which is medium). " https://developer.mozilla.org/en-US/docs/Web/CSS/font-size
22:14:51 <-- clokep_work has quit (Ping timeout: 121 seconds)
22:19:26 --> nhnt11 has joined #instantbird
22:19:26 * ChanServ sets mode +h nhnt11 
22:21:58 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
22:22:08 --> nhnt11 has joined #instantbird
22:22:08 * ChanServ sets mode +h nhnt11 
22:22:28 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
22:22:35 --> nhnt11 has joined #instantbird
22:22:35 * ChanServ sets mode +h nhnt11 
22:24:29 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
22:24:37 --> nhnt11 has joined #instantbird
22:24:37 * ChanServ sets mode +h nhnt11 
22:25:43 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
22:25:50 --> nhnt11 has joined #instantbird
22:25:50 * ChanServ sets mode +h nhnt11 
22:26:19 <nhnt11> Hmm, I had to make the font size 16 to notice the overlap in the awesometab search bar
22:26:30 * nhnt11 wonders what font size aleth uses as default
22:26:35 <-- Defman has quit (Quit: My Double-Powered Atomic Reactor has gone to sleep. caaBOOOOM! ZZZzzz....)
22:26:40 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
22:26:42 <aleth> 16, indeed
22:26:47 --> nhnt11 has joined #instantbird
22:26:47 * ChanServ sets mode +h nhnt11 
22:27:00 --> sonny has joined #instantbird
22:27:00 <nhnt11> Ah, it's worse with Lucida Grande (15 now)
22:27:29 <aleth> If you change the content font, you usually have to change the font size to go with it
22:33:45 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
22:33:52 --> nhnt11 has joined #instantbird
22:33:52 * ChanServ sets mode +h nhnt11 
22:34:17 <nhnt11> aleth: re. "IB does need some tweaks for Yosemite, though" I think Australis would be a good first step :-/
22:34:58 <aleth> Yes, especially as all the Fx/TB tweaks that have been done have been done for that
22:35:37 <aleth> So in porting Australis one is likely automatically porting most of the Yosemite fixes
22:36:00 <nhnt11> The Fx Nightlies have the fancy transparency and everything ;)
22:38:32 <-- sonny has quit (Connection closed)
22:55:14 <-- mconley has quit (Connection closed)
22:56:29 --> flo-retina has joined #instantbird
22:56:29 * ChanServ sets mode +qo flo-retina flo-retina 
22:56:43 <-- Bollebib has quit (Connection closed)
22:57:30 --> mconley has joined #instantbird
23:00:00 <-- mconley has quit (Connection closed)
23:05:53 <-- BillBinkley1 has quit (Ping timeout: 121 seconds)
23:20:01 --> mconley has joined #instantbird
23:22:13 --> clokep has joined #instantbird
23:22:13 * ChanServ sets mode +o clokep 
23:22:19 --> mconley_ has joined #instantbird
23:23:41 --> BillBinkley has joined #instantbird
23:25:23 <-- mconley has quit (Ping timeout: 121 seconds)
23:25:36 --> clokep_work has joined #instantbird
23:25:36 * ChanServ sets mode +o clokep_work 
23:32:17 <aleth> clokep: How does this https://bugzilla.mozilla.org/attachment.cgi?id=8460671&action=diff relate to your patch? e.g. in the first file they are completely different
23:33:02 <clokep_work> aleth: I'm not sure what you mean by "relate to your patch"?
23:34:41 <aleth> clokep_work: is it the diff after naively updating to the newer libpurple or...? I'm not sure what I'm looking at
23:34:50 <clokep_work> One second.
23:35:09 <aleth> If I can ignore it completely, that is OK too ;)
23:36:17 <clokep_work> aleth: So do you know how the update process works for libpurple?
23:36:30 <aleth> There's some script you apply?
23:37:23 <clokep_work> aleth: http://hg.mozilla.org/users/florian_queze.net/purple/file/97fdf172fc98/upgrade-libpurple.sh
23:37:48 <clokep_work> So what we do is take the "current" version of an unmodified libpurple and our version and make a diff
23:38:00 <clokep_work> We then take the "new" version of unmodified libpurple and apply that diff to it
23:38:12 <clokep_work> I think.
23:38:13 <clokep_work> One second.
23:38:49 <clokep_work> So we take that diff and merge it manually in the unmodified libpurple.
23:38:58 <aleth> alright! That clarifies things, thanks
23:39:46 <clokep_work> It's confusing. Sorry. :(
23:45:06 <clokep_work> I think I tried automating more of it...but never got very far.
23:52:01 <-- Armada has quit (Connection closed)