#instantbird log on 06 11 2010

All times are UTC.

02:20:52 <-- clokep has quit (Quit: Instantbird 0.2pre)
05:50:37 <-- flo has quit (Quit: Instantbird 0.2pre)
07:09:27 --> GeekShadow has joined #instantbird
07:16:54 --> Mic has joined #instantbird
07:21:37 <instantbot> New Instantbird (UI) bug 422 filed by leeraccount@yahoo.de.
07:21:39 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=422 nor, --, ---, nobody, UNCO, Case in "automatic connections disabled" notification bar
07:22:52 <-- Mic has quit (Quit: Instantbird 0.2pre)
07:23:58 --> Mic has joined #instantbird
07:28:21 <instantbot> leeraccount@yahoo.de requested blocking0.2 from the wind on bug 421.
07:28:23 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=421 maj, --, ---, nobody, NEW, Instantbird crash while trying to login to account on jabber.org
07:30:15 --> tymerkaev has joined #instantbird
07:52:33 <-- Mic has quit (Quit: Instantbird 0.2b2)
09:06:08 --> flo has joined #instantbird
09:06:08 * ChanServ sets mode +qo flo flo 
09:11:26 <-- flo has quit (Quit: Instantbird 0.2pre)
09:12:25 --> Mic has joined #instantbird
10:02:18 <-- tymerkaev has quit (Client exited)
11:23:24 --> tymerkaev has joined #instantbird
11:23:38 --> Mitch has joined #instantbird
11:37:41 --> flo has joined #instantbird
11:37:41 * ChanServ sets mode +qo flo flo 
12:00:06 <Mic> wb flo
12:00:40 <Chaz6> Greetings and salutations
12:01:50 <Mic> hi Chaz6
12:14:48 <-- tymerkaev has quit (Client exited)
12:19:00 <-- Mic has quit (Ping timeout)
12:21:09 <flo> hi :)
12:22:32 --> Mic has joined #instantbird
12:49:29 <-- flo has quit (Quit: Instantbird 0.2pre)
12:59:50 --> DetroitLibertyPenguin has joined #instantbird
13:49:03 <-- DetroitLibertyPenguin has quit (Quit: Instantbird 0.2pre)
13:49:12 --> DetroitLibertyPenguin has joined #instantbird
13:58:04 --> GeekShado_ has joined #instantbird
13:59:29 <-- GeekShadow has quit (Ping timeout)
14:00:01 <Chaz6> http://www.reddit.com/r/geek/comments/cdy0o/dear_geekit_whats_the_best_im_client_on_windows/
14:01:28 --> tymerkaev has joined #instantbird
14:05:20 --> GeekShad__ has joined #instantbird
14:07:43 <-- GeekShado_ has quit (Ping timeout)
14:15:47 <Mic> nice, some advertisement
14:16:04 <Mic> Chaz6: maybe even point out why Instantbird is exactly what he's looking for? (Many protocols, stable, skin-able UI, selected options in preferences dialog while all preferences accessible similiar to Firefox, ...)
14:19:59 <-- Mic has quit (Quit: Instantbird 0.2pre)
14:26:57 <-- DetroitLibertyPenguin has left #instantbird ()
15:26:48 --> DetroitLibertyPenguin has joined #instantbird
15:33:51 <-- DetroitLibertyPenguin has quit (Quit: Instantbird 0.2pre)
15:37:44 --> DetroitLibertyPenguin has joined #instantbird
15:55:16 --> Mic has joined #instantbird
16:02:32 --> tymerkaev_ has joined #instantbird
16:04:17 <-- tymerkaev has quit (Ping timeout)
16:04:18 * tymerkaev_ is now known as tymerkaev
16:20:14 <-- GeekShad__ has quit (Quit: The cake is a lie !)
16:33:02 <-- Chaz6 has quit (Ping timeout)
16:46:36 --> GeekShadow has joined #instantbird
16:52:18 --> Chaz6 has joined #instantbird
16:58:25 --> Mic1 has joined #instantbird
16:59:00 <-- Mic has quit (Ping timeout)
16:59:18 * Mic1 is now known as Mic
17:09:51 --> flo has joined #instantbird
17:09:51 * ChanServ sets mode +qo flo flo 
17:43:30 <-- DetroitLibertyPenguin has left #instantbird ()
19:07:43 --> DGMurdockIII has joined #instantbird
19:08:43 <DGMurdockIII> 2(flo2): did you see the jabber error
20:06:26 <-- DGMurdockIII has quit (Quit: get satisfied! • :: www.unitedservers.de ««« (Gamers.IRC) »»» gamersirc.net ::)
20:18:59 --> DetroitLibertyPenguin has joined #instantbird
20:46:46 <flo> sometimes, I hate libpurple
20:48:08 <flo> this code is just an infinite loop: http://lxr.instantbird.org/instantbird/source/purple/libpurple/protocols/jabber/jutil.c#302
20:48:27 <flo> while (c) { if (something about c) return NULL; }
21:04:23 <Mic> I thought whereever I can put a CSS color I could use hsl/rgb instead
21:04:55 <Mic> Apparantly that's not true :s
21:05:03 <instantbot> florian@instantbird.org set the Resolution field on bug 421 to FIXED.
21:05:04 <instantbot> florian@instantbird.org granted blocking0.2 on bug 421.
21:05:05 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=421 maj, --, ---, florian, RESO FIXED, Instantbird crash while trying to login to account on jabber.org
21:05:20 <flo> Mic: ah? where is it not true?
21:05:48 <Mic> I'm using the following in a css rule:
21:05:52 <Mic> color: hsl (209, 92%, 70%);
21:06:18 <Mic> It complains: Warning: Expected color but found 'hsl'.  Error in parsing value for 'color'.  Declaration dropped. Source File: chrome://feed2/skin/main.css Line: 199
21:06:44 <Mic> Am I doing something outight stupid here?
21:07:43 <flo> try removing the space  between "hsl" and "("
21:07:57 <Mic> You can't be serious :S
21:08:54 <Mic> argh! since when do whitespaces matter..?
21:09:06 <flo> was I serious?
21:10:21 <flo> I feel relieved that the fix for that jabber issue was so simple :)
21:10:23 <Mic> Making whitespaces matter .. that's just mean :P
21:11:06 <instantbot> Check-in: http://hg.instantbird.org/instantbird/rev/f32ff3fb343e - Florian Quèze - Bug 421 - Hang while connecting to jabber.org (port libpurple fix for jabber_saslprep when built without IDN).
21:16:21 <-- Mic has quit (Quit: Instantbird 0.2pre)
21:19:47 --> Mic has joined #instantbird
21:20:03 <Mic> re
21:30:46 <-- Mic has quit (Quit: Instantbird 0.2pre)
21:41:22 --> Mic has joined #instantbird
21:46:01 <-- Mic has quit (Quit: Instantbird 0.2pre)
21:46:26 --> MicTest has joined #instantbird
21:47:19 <-- MicTest has quit (Quit: Instantbird 0.2pre)
21:47:31 --> Mic has joined #instantbird
21:49:38 <-- Mic has quit (Quit: Instantbird 0.2pre)
21:50:08 --> Mic has joined #instantbird
21:50:31 <Mic> sorry for dancing, btw
21:53:28 * flo wonders what feed2 can be ;)
21:56:23 <Mic> It's not polished yet but give me a minute
21:56:32 <Mic> I'll post a screenshot somewhere ..
21:58:17 <flo> if you need time, I can give you the whole night (or even week-end)
21:58:20 <flo> I feel a bit tired
21:58:57 <Mic> http://img811.imageshack.us/img811/1737/screenshot1p.png
21:59:04 <Mic> Here we go ..
21:59:46 <Mic> It's a messagestyle that's a bit inspired by feeds in "web 2.0 style"
22:00:23 <flo> is it a way to show that the conversation is happening "in the cloud"? :)
22:00:28 <Mic> Good night btw
22:01:10 <flo> good night :)
22:01:16 <Mic> hehe, no actually I remade the clouds from http://www.tinysong.com as I just like them,)
22:01:54 <Mic> nide thing: the gradients are actual gradient and therefore easy to change :)
22:02:38 <flo> cool :)
22:02:57 <flo> by the way, weren't you complaining that the bubbles theme was wasting space?
22:03:44 <Mic> I think I didn't like the pink bubbles
22:04:28 <flo> pink?
22:05:39 <Mic> oh, is it supposed to be red? well, this color in any case ;)
22:05:59 <flo> there are variants to change the color
22:06:56 <flo> and I never see the default color as on IRC the colors depend from the nick, ... and they do too for me in private conversation since I installed the Colorize add-on :)
22:07:29 <Mic> The colorize addon is pretty useful in my opinion
22:08:18 <Mic> I wonder if I should make the background of the containers in the senderColor
22:08:25 <flo> I don't remember I have it installed, except when someone mention not linking a color :-D
22:08:44 <flo> *liking
22:10:05 <flo> good night :)
22:10:29 <Mic> good night
22:11:14 <flo> (by the way, I'll probably post this on the blog tomorrow: http://pastebin.instantbird.com/ If anyone want to proofread it, I'll welcome corrections tomorrow when I get back :))
22:11:15 <flo> thanks!
22:11:20 <flo> oops
22:11:26 <flo> http://pastebin.instantbird.com/259
22:19:29 <-- Mic has left #instantbird ()
22:26:41 <-- DetroitLibertyPenguin has quit (Quit: Instantbird 0.2pre)
22:35:47 --> Mic has joined #instantbird
22:42:25 <-- Mic has left #instantbird ()
22:58:38 <-- tymerkaev has quit (Connection reset by peer)