#instantbird log on 12 14 2011

All times are UTC.

00:16:01 <-- Tomek has quit (Quit: Instantbird 1.1)
00:18:37 --> clokep has joined #instantbird
00:18:38 * ChanServ sets mode +h clokep 
00:19:52 <-- mmkmou has quit (Ping timeout)
00:28:23 <-- hunsly has quit (Ping timeout)
00:55:06 <-- aleth has quit (Quit: Instantbird 1.2a1pre)
01:20:38 <-- micahg has quit (Connection reset by peer)
01:20:41 --> micahg_ has joined #instantbird
01:34:37 --> skeledrew has joined #instantbird
01:37:07 <clokep> Mook_as: I have a random question, that I think you might know the answer to...in a makefile, when's it proper to use SHARED_LIBRARY_LIBS vs. EXTRA_LIBS? What's the difference?
01:41:51 <-- micahg_ has quit (Ping timeout)
01:46:32 --> micahg_ has joined #instantbird
01:46:42 <-- micahg_ has quit (Client exited)
01:48:02 --> micahg has joined #instantbird
01:48:22 <Mook_as> hmm, I don't remember... I think the first one is to build *.so, and the other one is for both *.so and, err, *.exe
01:48:28 <Mook_as> (yay mismatched platforms :D)
01:48:56 <Mook_as> and it should also affect ordering (with gnu ld, the order on the command line matters...)
01:55:29 <clokep> How about w/ MSVC? ;)
01:56:11 <Mook_as> link.exe is smart enough to look for symbols regardless of the order the libraries are listed on the command line.
01:57:37 <-- Mook_as has quit (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.2.13/20101203074205])
02:01:06 <clokep> Awesome, thank you. :)
02:29:11 <-- harisund has quit (Ping timeout)
03:13:17 --> harisund has joined #instantbird
03:42:09 --> Mook has joined #instantbird
03:57:39 <-- Mook has quit (Ping timeout)
03:58:19 --> Mook has joined #instantbird
03:59:25 <-- Mook has quit (NickServ (GHOST command used by Mook_))
04:00:01 --> Mook has joined #instantbird
04:01:04 <-- Mook has quit (NickServ (GHOST command used by Mook_))
04:01:53 --> Mook has joined #instantbird
04:17:51 <-- clokep has quit (Quit: Instantbird 1.2a1pre)
04:28:53 <-- EionRobb has quit (Quit: Leaving.)
05:28:20 <-- Mook has quit (Quit: z)
07:04:36 --> Mic has joined #instantbird
07:04:36 * ChanServ sets mode +h Mic 
07:06:06 <-- gerard-majax has quit (Ping timeout)
07:06:17 <Mic> Even, flo: the Windows nightly build failed with "slave lost".
07:06:24 <Mic> Good morning :)
07:09:21 <-- SM0TVI has quit (Quit: I view things as they are, without regard to place or person; my country is the world, and my religion is to do good. -- Thomas Paine (*1737 †1809))
07:16:15 --> SM0TVI has joined #instantbird
07:38:12 --> gerard-majax has joined #instantbird
07:38:48 --> Mad_Maks has joined #instantbird
07:54:49 --> jb has joined #instantbird
08:10:19 <-- douglaswth has quit (Connection reset by peer)
08:11:39 --> douglaswth has joined #instantbird
08:32:45 <-- Mic has quit (Connection reset by peer)
09:01:41 <-- Novarg has quit (Ping timeout)
09:01:50 <-- Gizmokid2005 has quit (Ping timeout)
09:04:31 --> Gizmokid2005 has joined #instantbird
09:20:24 --> Even1 has joined #instantbird
09:20:38 <-- Even1 has quit (Quit: Instantbird 1.2a1pre)
09:20:49 --> Even1 has joined #instantbird
09:39:00 --> mmkmou has joined #instantbird
09:47:31 <-- Mad_Maks has quit (Quit: Instantbird 1.2a1pre)
09:51:56 <-- jb has quit (Connection reset by peer)
09:51:58 --> jb has joined #instantbird
10:01:19 --> jb1 has joined #instantbird
10:02:40 <-- jb has quit (Ping timeout)
10:16:43 --> flo has joined #instantbird
10:16:43 * ChanServ sets mode +qo flo flo 
10:21:55 --> aleth has joined #instantbird
10:22:49 <-- aleth has quit (Quit: Instantbird 1.2a1pre)
10:23:02 --> aleth has joined #instantbird
10:24:18 <-- flo has quit (Quit: Instantbird 1.2a1pre)
10:24:27 --> flo has joined #instantbird
10:24:27 * ChanServ sets mode +qo flo flo 
10:25:21 <flo> hello :)
10:49:19 <-- mmkmou has quit (Ping timeout)
11:00:00 --> Novarg has joined #instantbird
11:03:55 --> Mad_Maks has joined #instantbird
11:06:25 --> mmkmou has joined #instantbird
11:08:00 * flo has just wasted some more time on a strange XBL behavior.
11:15:42 --> clokep has joined #instantbird
11:15:42 * ChanServ sets mode +h clokep 
11:41:14 <clokep> flo: In bug 1099....why do we even need to set that observer dynamically? It doesn't seem to have anything to do with the value being set.
11:41:17 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1099 nor, --, ---, nobody, UNCO, Friends no longer receiving my messages on facebook chat
11:41:35 <clokep> Bug 1199 rather. :)
11:41:38 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1199 enh, --, ---, clokep, ASSI, Only notify prplIAccounts of status changes when enabled
11:41:50 <flo> I don't understand your question
11:43:01 <clokep> Why do we set the observer at http://lxr.instantbird.org/instantbird/source/chat/components/src/imAccounts.js#255 in that setter?
11:43:06 <clokep> Why can't it just be hard coded?
11:43:29 <clokep> Why do we need to add/remove the observer when this._observedStatusInfo changes?
11:44:17 <flo> look at what this.statusInfo is
11:45:12 <clokep> Ah, I see...
11:46:28 <clokep> I don't see why we're dynamically generating the observe instead of having it hard coded, was it just to get the prplAccount variable?
11:50:27 <flo> if you put it as a method on the imAccount object, you'll need a bind call so that the this value is correct
11:50:45 <flo> and then you need to keep the result of bind somewhere to be able to pass it to removeObserver later
11:53:02 <clokep> Alright, I thought if it was a method you'd be able to get rid of the bind, but I guess not.
11:53:45 <clokep> I guess observers cal from an unknown scope or something.
11:56:10 <flo> http://lxr.instantbird.org/instantbird/source/chat/components/src/imCore.js#257
11:56:17 <flo> it's called as observer.observe
11:56:26 <flo> so this is the observer, and the method called is "observe"
11:57:12 --> Mic has joined #instantbird
11:57:13 * ChanServ sets mode +h Mic 
11:57:13 <flo> note that there's already an observe method on imAccount: http://lxr.instantbird.org/instantbird/source/chat/components/src/imAccounts.js#196
11:57:25 <flo> so you would have to be careful to filter correctly the notifications
11:58:25 <Mic> The Windows nightly failed again, this time because of this "conftest.exe"-access problem :(
12:04:13 --> clokep1 has joined #instantbird
12:04:54 <-- clokep1 has quit (Quit: Instantbird 1.2a1pre)
12:05:34 <-- clokep has quit (Ping timeout)
12:36:21 <-- Mad_Maks has quit (Quit: Instantbird 1.2a1pre)
12:43:42 --> Mad_Maks has joined #instantbird
12:58:11 <-- mmkmou has quit (Ping timeout)
13:14:16 --> mmkmou has joined #instantbird
13:14:41 <-- Mad_Maks has quit (Ping timeout)
13:14:43 --> Mad_Maks has joined #instantbird
13:29:01 --> Romo has joined #instantbird
13:29:08 <-- Romo has quit (Quit: ChatZilla 0.9.87 [SeaMonkey 2.6/20111208001624])
13:29:10 <flo> hmm, can anybody still reproduce bug 1204?
13:29:14 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1204 nor, --, 1.2, florian, RESO FIXED, buddy icons missing in JS-XMPP messages
13:36:18 <Mic> let me check
13:36:20 <-- Mic has quit (Quit: Instantbird 1.2a1pre)
13:38:45 --> Mic has joined #instantbird
13:38:46 * ChanServ sets mode +h Mic 
13:46:30 <instantbot> New Instantbird (UI) bug 1207 filed by benediktp@ymail.com.
13:46:32 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1207 min, --, ---, nobody, NEW, Show buddy icons in message style preview
13:49:17 <-- BlueMaxima has quit (Quit: Instantbird 1.1)
14:01:07 <-- Mad_Maks has quit (Client exited)
14:04:50 --> Mad_Maks has joined #instantbird
14:27:13 <-- Mic has quit (Quit: Instantbird 1.2a1pre)
14:30:46 --> hunsly has joined #instantbird
14:44:54 --> ecaron has joined #instantbird
14:57:44 --> Mic has joined #instantbird
14:57:45 * ChanServ sets mode +h Mic 
14:58:25 <Mic> flo: I don't see buddy icons for incoming Facebook chat messages with the theme that deOmega used
14:58:42 <Mic> (Metal Chat 2)
14:59:45 <Mic> I see my own icon for outgoing messages but I guess that doesn't count?
15:00:04 <flo> right
15:00:25 <flo> is the icon of that facebook contact visible in the tab tooltip?
15:01:12 <Mic> Yes
15:02:23 <flo> :(
15:02:28 <Mic> Any other stuff I could check?
15:02:39 <flo> find the bug and attach a patch? ;)
15:03:05 <flo> does it also happen with gtalk?
15:03:13 <Mic> I don't use GTalk
15:03:15 <flo> I think I tested on gtalk
15:03:32 <-- mmkmou has quit (Ping timeout)
15:03:49 <flo> I have only one test facebook account, so it's way harder to have someone talking to me on Facebook for testing
15:04:55 <Mic> Oh, there was some stuff I had to ask someone anyways, so it was a good occasion to test it
15:06:28 <flo> uh, you are testing with your regular account? :-S
15:06:43 <Mic> Is that bad?
15:07:11 <flo> I wonder what we can do for bug 1203 :-/
15:07:15 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1203 maj, --, ---, florian, ASSI, No longer able to log into Facebook Chat via Instantbird since patches enabling JS XMPP
15:07:58 <flo> Mic: well, if you do it only once or twice I guess it's acceptable. I connect and disconnect my tests accounts dozens of times a day (when testing something related to them), so I guess that would upset my contacts relatively quickly ;)
15:08:24 <Mic> Do they even notice if you disconnect and reconnect fast enough?
15:11:42 <Mic> The theme markup includes "Incoming/buddy_icon.png" where the user icon should be. That's the fallback value if the icon path is missing.
15:12:11 <flo> yes, and?
15:12:51 <flo> Mic: if it's on XMPP and I keep another resource connected all the time, they may not notice
15:13:10 <Mic> That means the path is really missing and not garbage that just can't be displayed, I'd say
15:15:01 <Mic> bye
15:16:31 <-- Mic has quit (Quit: Instantbird 1.2a1pre)
15:18:40 <-- ecaron has quit (Quit: Instantbird 1.1)
15:19:17 --> mmkmou has joined #instantbird
15:22:49 * jb1 is now known as jb
15:30:31 <-- Mad_Maks has quit (Quit: Instantbird 1.2a1pre)
15:33:11 --> ecaron has joined #instantbird
16:04:29 --> Mic has joined #instantbird
16:04:29 * ChanServ sets mode +h Mic 
16:30:28 <-- Mic has quit (Quit: Instantbird 1.2a1pre)
16:30:53 <-- flo has quit (Quit: Instantbird 1.2a1pre)
16:39:08 --> Tomek has joined #instantbird
17:00:00 <-- Even1 has quit (Quit: Instantbird 1.2a1pre)
17:02:45 <-- ecaron has quit (Quit: Instantbird 1.1)
17:04:03 <-- GeekShadow has quit (Ping timeout)
17:08:29 --> GeekShadow has joined #instantbird
17:18:41 <-- Tomek has quit (Ping timeout)
17:20:06 --> Tomek has joined #instantbird
17:38:00 --> Plop has joined #instantbird
17:46:19 --> Mook_as has joined #instantbird
17:47:58 <-- gerard-majax has quit (Ping timeout)
17:48:46 --> ecaron has joined #instantbird
18:11:50 --> Mic has joined #instantbird
18:11:50 * ChanServ sets mode +h Mic 
18:16:30 <-- Mic has quit (Quit: Instantbird 1.2a1pre)
18:23:55 <-- hunsly has quit (Connection reset by peer)
18:24:34 <-- mmkmou has left #instantbird ()
18:31:41 --> gerard-majax has joined #instantbird
18:36:50 --> waynenguyen has joined #instantbird
18:38:08 <-- aleth has quit (Quit: Instantbird 1.2a1pre)
18:50:51 <-- Even has quit (Quit: Instantbird 1.2a1pre)
19:52:05 --> EionRobb has joined #instantbird
19:58:54 --> aleth has joined #instantbird
20:33:28 --> DGMurdockIII has joined #instantbird
20:36:42 <-- waynenguyen has quit (Connection reset by peer)
20:47:22 <-- Mook_as has quit (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.2.13/20101203074205])
20:47:55 --> Mook_as has joined #instantbird
21:22:37 --> hunsly has joined #instantbird
21:33:06 <-- micahg has quit (Quit: Ex-Chat)
21:34:18 --> micahg has joined #instantbird
21:44:16 <-- Mook_as has quit (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.2.13/20101203074205])
22:00:55 <-- jb has quit (Ping timeout)
22:05:53 --> Mook_as has joined #instantbird
22:07:36 <-- skeledrew has quit (Quit: Instantbird 1.2a1pre)
22:38:45 <-- ecaron has quit (Quit: Instantbird 1.1)
22:43:25 <-- Plop has quit (Ping timeout)
23:00:46 --> Plop has joined #instantbird
23:03:31 <-- DGMurdockIII has quit (Quit: get satisfied! • :: core-networks.de ««« (Gamers.IRC) »»» gamersirc.net ::)
23:04:02 <-- Plop has quit (Ping timeout)
23:04:53 --> clokep has joined #instantbird
23:04:53 * ChanServ sets mode +h clokep 
23:14:17 <-- hunsly has quit (Ping timeout)
23:25:46 --> DGMurdockIII has joined #instantbird
23:28:07 <clokep> Bah I've been missing flo all week this week...
23:34:49 <-- DGMurdockIII has quit (Quit: get satisfied! • :: core-networks.de ««« (Gamers.IRC) »»» gamersirc.net ::)
23:53:23 <clokep> flo: I'm not really sure where to go with bug 1199. :-/
23:53:27 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1199 enh, --, ---, clokep, ASSI, Only notify prplIAccounts of status changes when enabled
23:54:55 <-- Novarg has quit (Ping timeout)
23:54:56 --> Novarg has joined #instantbird
23:55:18 <-- Gizmokid2005 has quit (Ping timeout)
23:55:29 --> Gizmokid2005 has joined #instantbird