All times are UTC.
00:01:20 <-- mokush has quit (Client exited) 00:17:23 <-- Ornthalas has quit (Quit: KTHXBYE) 00:27:14 <-- GeekShadow has quit (Quit: The cake is a lie !) 00:41:13 --> clokep has joined #instantbird 00:41:13 * ChanServ sets mode +h clokep 00:48:25 --> Tonnes has joined #instantbird 00:48:34 <-- sonny has quit (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.13/20101230172527]) 01:00:38 <-- clokep has quit (Quit: Instantbird 0.3a1pre) 01:41:21 <-- micahg has quit (Ping timeout) 02:49:38 <-- hicham has quit (Client exited) 03:00:42 --> mepine has joined #instantbird 03:05:29 --> Mook has joined #instantbird 03:10:25 <-- Mook has quit (Ping timeout) 03:20:47 --> Mook has joined #instantbird 04:08:29 <-- linuxwizard has left #instantbird () 04:22:14 --> micahg has joined #instantbird 05:09:28 --> tymerkaev has joined #instantbird 05:11:06 --> clokep has joined #instantbird 05:11:06 * ChanServ sets mode +h clokep 05:46:33 <-- tymerkaev has quit (Ping timeout) 06:04:37 <-- clokep has quit (Quit: Instantbird 0.3a1pre) 07:11:17 --> GeekShadow has joined #instantbird 07:13:30 <-- Mathnerd314 has quit (Ping timeout) 07:26:32 --> Ornthalas has joined #instantbird 07:31:36 <-- mepine has quit (Ping timeout) 07:38:56 --> mepine has joined #instantbird 08:28:18 <-- Mook has quit (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100222071121]) 08:45:13 --> mokush has joined #instantbird 08:45:58 --> Even1 has joined #instantbird 08:46:13 <-- Even1 has quit (Quit: Instantbird 0.3a1pre) 08:46:22 --> Even1 has joined #instantbird 09:59:16 <-- GeekShadow has quit (Ping timeout) 10:44:22 --> Mic has joined #instantbird 10:44:22 * ChanServ sets mode +h Mic 10:44:34 <Mic> hello 10:50:51 --> GeekShadow has joined #instantbird 11:02:32 <-- mepine has quit (Connection reset by peer) 11:09:02 --> tymerkaev has joined #instantbird 11:15:55 --> hicham has joined #instantbird 12:00:06 --> yoh has joined #instantbird 12:29:52 --> chrisccoulson has joined #instantbird 12:38:45 --> sonny has joined #instantbird 13:15:29 <-- hicham has quit (Client exited) 13:19:57 <-- Jan has quit (Ping timeout) 13:20:55 --> Jan has joined #instantbird 13:21:19 * Jan is now known as IRCMonkey15756 13:30:08 * IRCMonkey15756 is now known as Jan 13:55:12 --> hicham has joined #instantbird 14:39:24 --> clokep has joined #instantbird 14:39:24 * ChanServ sets mode +h clokep 14:42:38 <-- sabret00the has quit (Quit: Leaving) 14:54:33 <-- mokush has quit (Ping timeout) 14:57:17 --> mokush has joined #instantbird 14:59:30 --> sabret00the has joined #instantbird 15:02:28 <-- yoh has quit (Quit: http://www.mibbit.com ajax IRC Client) 15:03:46 <-- clokep has quit (Quit: Instantbird 0.3a1pre) 15:10:24 <-- hicham has quit (Client exited) 15:34:09 <-- kaie has quit (Quit: Leaving) 15:37:38 --> kaie has joined #instantbird 15:56:31 <-- chrisccoulson has quit (Client exited) 16:06:29 --> yoh has joined #instantbird 16:07:53 --> igorko has joined #instantbird 16:47:30 <-- igorko has quit (Quit: Instantbird 0.3a1pre) 16:53:06 <Mic> Maybe someone is interested in this: how to write a basic protocol handler: http://mike.kaply.com/2011/01/18/writing-a-firefox-protocol-handler/ 16:53:46 <-- GeekShadow has quit (Ping timeout) 16:57:39 <-- Even1 has quit (Quit: Instantbird 0.3a1pre) 16:58:04 --> hicham has joined #instantbird 17:05:20 --> GeekShadow has joined #instantbird 17:08:43 --> igorko has joined #instantbird 17:20:08 --> clokep has joined #instantbird 17:20:08 * ChanServ sets mode +h clokep 17:28:41 <Mic> We already had a bug for that? :) 17:29:04 <clokep> Mic: Yes, we did. :) 17:29:07 <clokep> You filed it. ;) 17:34:23 <Mic> Although the article is about protocol handlers, not about command line handlers 17:34:42 <clokep> I thought it delved into both of them? 17:35:48 <clokep> Mic: You're right, but both need to be handled. 17:36:11 <clokep> I.e. an IRC link needs to have the protocol handler. 17:38:13 <-- Ornthalas has quit (Quit: KTHXBYE) 17:38:26 <Mic> We need protocol handlers for links occuring in conversations and command line handlers for links opened from browsers for example 17:38:29 <clokep> Probably should have been split into a different bug, oops. :-\ 17:38:36 <clokep> Yes, you're right. Got confused. 17:46:58 <Mic> Could this be part of the general js-protocol work: https://bugzilla.instantbird.org/show_bug.cgi?id=516&mark=3 ? 17:47:44 <Mic> hmm, lost the #c3 at the end but I guess you'll find it anyways 17:50:30 <-- yoh has quit (Quit: http://www.mibbit.com ajax IRC Client) 17:55:21 * tymerkaev is now known as tymerkaev_away 17:59:20 <flo> we already have at least one protocol handler (smile:// to display emoticons in conversation) and one command line handler (to start without connecting the accounts) 18:07:15 <clokep> Mic: Idk if it'd really be JavaScript protocol work, we should be able to handle it for standard libpurple protocols as well. 18:13:55 <flo> the part of this work where some research would be needed is: how do we register our protocol handler with the system's shell. 18:14:14 <flo> On Mac I have an idea of how this work, as we used to accidentally register the mailto: protocol (oops) 18:14:58 <flo> on Windows I suspect some registry keys should be added... by the installer of by the application itself when running? 18:15:10 <flo> on Linux I have no idea, but I suspect there's some good documentation somewhere about it 18:32:55 <Mic> A lot of documentation for a lot of systems having a lot of ways to do this? ;) 18:34:19 <clokep> Nice. 18:34:29 <hicham> on linux it is DE specific AFAIK 18:34:48 <hicham> for example, in GNOME, protocol handlers are registered in gconf 18:36:32 <clokep> The CL handlers for Thunderbird, etc. don't seem /that/ confusing though. Does toolkit handle that for you? 18:37:09 <hicham> thunderbird uses toolkit ? 18:39:14 * tymerkaev_away is now known as tymerkaev 18:43:36 <clokep> It's a Mozilla application...? 18:44:09 <hicham> yes 18:45:17 --> chrisccoulson has joined #instantbird 18:45:55 <hicham> I see no toolkit yet in http://hg.mozilla.org/comm-central/ 18:47:12 <hicham> but both TB and SM plan to move to toolkit AFAIK 18:48:05 <hicham> first step seems to be achieved recently : https://bugzilla.mozilla.org/show_bug.cgi?id=377319 18:51:19 <clokep> What do you mean by "no toolkit"? 18:51:31 <clokep> All I'm talking about is that it's all based on Mozilla platform. 18:51:50 <hicham> ok 18:53:38 <hicham> I am talking about this http://hg.mozilla.org/mozilla-central/file/f48d19c20a7d/toolkit 18:59:42 <clokep> I usually just refer to all the "stuff" you get for free by using m-c as toolkit. 19:11:31 * tymerkaev is now known as tymerkaev_away 19:25:52 * tymerkaev_away is now known as tymerkaev 19:29:03 <-- tymerkaev has quit (Ping timeout) 19:30:22 <-- sonny has quit (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.13/20101230172527]) 19:42:47 --> Ornthalas has joined #instantbird 20:06:44 <-- chrisccoulson has quit (Ping timeout) 20:07:41 <-- clokep has quit (Ping timeout) 20:08:11 <-- GeekShadow has quit (Ping timeout) 20:14:16 --> sonny has joined #instantbird 20:31:58 --> kaie2 has joined #instantbird 20:34:07 <-- kaie has quit (Ping timeout) 20:34:07 * kaie2 is now known as kaie 20:47:45 --> DGMurdockIII has joined #instantbird 21:32:37 --> clokep has joined #instantbird 21:32:37 * ChanServ sets mode +h clokep 21:40:26 <-- clokep has quit (Ping timeout) 21:41:21 <DGMurdockIII> 2(flo2): did you see the update mic posted on my bug report 21:51:44 <-- DGMurdockIII has quit (Quit: get satisfied! :: www.unitedservers.de ««« (Gamers.IRC) »»» gamersirc.net ::) 21:57:48 --> Mathnerd314 has joined #instantbird 22:15:56 --> GeekShadow has joined #instantbird 22:16:02 <-- sonny has quit (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.13/20101230172527]) 22:39:23 --> chrisccoulson has joined #instantbird 22:45:58 <-- Mic has left #instantbird () 22:55:45 <-- igorko has quit (Quit: Instantbird 0.3a1pre) 23:08:10 <-- Mathnerd314 has quit (Ping timeout) 23:19:53 --> mepine has joined #instantbird