All times are UTC.
00:11:39 <-- chrisccoulson has quit (Ping timeout) 00:16:01 * Mic sets mode -b eather!tasty@12B94B24.D03549CA.A52AD981.IP 00:16:16 <Mic> good night 00:16:27 <-- Mic has quit (Quit: Instantbird 0.2) 00:18:35 <-- micahg has quit (Ping timeout) 00:22:53 <-- Ornthalas has quit (Quit: KTHXBYE) 00:24:00 --> clokep has joined #instantbird 00:24:00 * ChanServ sets mode +h clokep 00:25:10 <clokep> Mook: You get it working? 00:25:21 <clokep> It should just override your current IRC account, but I haven't fully tested it yet. :) 00:25:28 <Mook> haven't tried it yet, actually, been distracted 00:26:19 <clokep> Oh OK. 00:26:25 <clokep> Just wasn't sure since I disappeared for dinner. 00:32:02 <Mook> yep, it's working. by which I mean I can connect, but can't join this channel :) 00:32:18 <Mook> but that definite means it's running, right? :) 00:33:33 --> Mook_ib has joined #instantbird 00:33:55 <Mook> oh, wow, that was all sorts of broken 00:34:52 <Mook_ib> workaround for joining a channel: (blist) file -> join chat; type in something that starts a letter (but not #), such as "instantbird", and join; in that window, type "join #instantbird" since all commands were being sent raw... 00:35:35 <-- GeekShadow has quit (Quit: The cake is a lie !) 00:35:35 <-- Mook_ib has quit (Input/output error) 00:36:29 <Mook> I think GeekShadow leaving caused "Error: conversation._hasParticipant is not a function || Source File: resource://irc-js/ircParser.jsm || Line: 207" 00:38:39 <Mook> and the UI (other than the error console) doesn't indicate that I've disconnected... except by not accepting input after the first message 00:40:31 --> rikki has joined #instantbird 00:40:45 <-- rikki1 has quit (Connection reset by peer) 00:42:59 <clokep> Mook: If you got an error then usually the module crashes or whatever and you can't really "disconnect".. 00:43:07 <clokep> Private conversations send raw commands. 00:43:11 <clokep> And chats work as they should. 00:43:30 <clokep> (i..e you need to do JOIN #instantbird instead of /join #instantbird.) 00:44:17 <clokep> _hasParticipant should exist though. :-\ But I haven't fluly tested it all after making the ircParser.jsm file. 00:55:23 <Mook> I think the main problem is the join chat dialog not quite working :) 00:55:41 <clokep> It /used/ to work, but I'm rewriting some code so it no longer works. :-D 00:55:46 <Mook> (and I'd expect private conversations to send PRIVMSG commands, but I haven't actually read the spec) 00:56:08 <clokep> Mook: They 100% should, but I need some way to test. :) 00:56:37 <clokep> Since I can't register commands yet from JavaScript...I needed a way to be able to send raw stuff. 00:59:08 <Mook> ah, hehe 00:59:19 <clokep> :) But thanks for the feedback. 00:59:23 <clokep> I'm glad it at least mostly works! :-D 00:59:28 <Mook> :D 00:59:46 <Mook> can I chat with sand.mozilla.org and have it send raw commands there? :D 01:06:05 <clokep> Yes. :) 01:06:28 <clokep> Mook: What are you trying to do? I hope this doesn't have to do with your invite code? 01:06:32 <clokep> I didn't implement invite. ;) 01:07:19 <Mook> it does: looking to see if implementing it for your IRC protocol would be easier 01:07:37 <Mook> so, right now, just kicking the tires a bit ;) 01:09:00 <clokep> Mook: See http://hg.instantbird.org/experiments/file/1598aa207257/modules/ircParser.jsm#l85 ;) 01:09:43 <Mook> looks good :D 01:10:25 <clokep> If you have more questions leave me a message -- I'm going out. 01:13:18 <-- clokep has quit (Quit: Instantbird 0.3a1pre) 02:05:05 <-- hicham has quit (Ping timeout) 03:04:44 --> mepine has joined #instantbird 03:22:38 --> chrisccoulson has joined #instantbird 04:02:30 --> tymerkaev_away has joined #instantbird 04:03:00 * tymerkaev_away is now known as tymerkaev 04:21:29 * tymerkaev is now known as tymerkaev_away 04:24:53 <-- chrisccoulson has quit (Client exited) 04:41:41 * tymerkaev_away is now known as tymerkaev 04:46:45 --> chrisccoulson has joined #instantbird 05:01:51 <Mook> are there any util methods for debug logging in JS? I haven't touched m-c deeply in a while, something new might have popped up... 05:09:13 * Mook tries to remember how to leave clokep a message. just dumping it in the channel? 05:09:46 <Mook> well. if clokep sees this, http://sprunge.us/JcDK is a patch to make the extension work better on current m-c nightly. 05:50:58 --> rikki1 has joined #instantbird 05:51:56 --> rikki2 has joined #instantbird 05:53:36 <-- rikki has quit (Ping timeout) 05:53:59 <-- rikki1 has quit (Ping timeout) 06:03:32 <-- tymerkaev has quit (Ping timeout) 06:18:15 <-- Jan has quit (Ping timeout) 06:19:19 --> Jan has joined #instantbird 06:19:53 * Jan is now known as IRCMonkey24256 06:22:47 <-- rikki2 has quit (Connection reset by peer) 06:47:11 --> rikki has joined #instantbird 07:00:36 --> GeekShadow has joined #instantbird 07:11:48 <Mook> \o/ http://i.imgur.com/C5u1P.png 07:17:11 --> clokep has joined #instantbird 07:17:11 * ChanServ sets mode +h clokep 07:19:07 <clokep> Mook: Pinging me in the channel works fine. ;) 07:19:14 <clokep> That shouldn't be a duplicate object anyway? 07:19:29 <clokep> s/object/property/ 07:20:17 <Mook> clokep: https://hg.instantbird.org/experiments/file/1598aa207257/components/ircProtocol.js#l312 07:20:44 <clokep> Ah, I see. :) Silly me. I thought it was an issue with the inheritance. 07:21:09 <Mook> it's hard to find; hence me just pointing at the exact line :) 07:21:15 <Mook> happens to everyone :) 07:23:22 <Mook> temporary hack to get to that picture above: js-irc: http://sprunge.us/eYZe?diff main app http://sprunge.us/YKGJ?diff - not cleaned up yet, need to go change the idl, etc. 07:24:03 <Mook> throwing that out.. because I'm gonna sleep now :) 07:27:13 <-- Mook has quit (Quit: zzz) 07:33:59 <clokep> Thanks Mook, applied your patch. 07:34:04 <clokep> The other code looks interesting. :) 07:34:30 <-- chrisccoulson has quit (Quit: Ex-Chat) 07:37:32 <-- clokep has quit (Quit: Instantbird 0.3a1pre) 07:55:01 --> Ornthalas has joined #instantbird 09:26:26 --> Mic has joined #instantbird 09:26:26 * ChanServ sets mode +h Mic 09:59:19 <-- GeekShadow has quit (Ping timeout) 09:59:48 <-- Ornthalas has quit (Quit: KTHXBYE) 10:18:34 <Mic> Hello 10:44:40 --> GeekShadow has joined #instantbird 10:49:35 <Mic> Even: the Windows builds are created on a 32bit Windows, aren't they? 10:51:47 <Mic> Morian: do you know that maybe? 11:38:56 --> tymerkaev has joined #instantbird 11:44:07 --> hicham has joined #instantbird 12:11:27 <-- IRCMonkey24256 has quit (Ping timeout) 12:21:47 --> flo has joined #instantbird 12:21:47 * ChanServ sets mode +qo flo flo 12:22:02 <flo> hello :) 12:23:37 <hicham> good morning 12:25:23 <Mic> Hi 12:31:33 --> IRCMonkey3004 has joined #instantbird 12:35:50 * tymerkaev is now known as tymerkaev_away 12:36:38 <-- mepine has quit (Quit: mepine) 12:38:00 * tymerkaev_away is now known as tymerkaev 12:45:23 <-- flo has quit (Input/output error) 12:46:03 --> Even1 has joined #instantbird 12:50:28 <-- Mic has left #instantbird () 13:25:59 * IRCMonkey3004 is now known as Jan 13:31:58 <Morian> Mic|away: yeah that's very likely (32 bits) 13:32:20 <Morian> Since it's virtual machines and it has to be portable. 13:36:47 <-- skeledrew has quit (Quit: Instantbird 0.3a1pre) 13:37:08 --> skeledrew has joined #instantbird 13:38:14 <-- skeledrew has quit (Quit: Instantbird 0.3a1pre) 13:38:39 --> skeledrew has joined #instantbird 14:48:02 --> clokep has joined #instantbird 14:48:02 * ChanServ sets mode +h clokep 14:51:26 <-- Jan has quit (Ping timeout) 14:51:47 --> Jan has joined #instantbird 14:52:31 * Jan is now known as IRCMonkey64135 15:10:15 --> chrisccoulson has joined #instantbird 15:15:32 --> IGOR has joined #instantbird 15:15:39 <-- IGOR has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014]) 15:16:19 <-- chrisccoulson has quit (Ping timeout) 15:20:51 --> flo has joined #instantbird 15:20:51 * ChanServ sets mode +qo flo flo 15:36:08 --> micahg has joined #instantbird 15:46:13 * IRCMonkey64135 is now known as Jan 16:27:29 --> tymerkaev_ has joined #instantbird 16:30:29 <-- tymerkaev_ has quit (Quit: I must go. Good bye!) 16:47:38 <-- GeekShadow has quit (Ping timeout) 17:09:34 <-- Even1 has quit (Connection reset by peer) 17:10:23 --> Even1 has joined #instantbird 17:48:34 <-- hicham has quit (Client exited) 17:58:45 --> Even2 has joined #instantbird 17:59:55 <-- Even1 has quit (Ping timeout) 18:11:51 <-- Even2 has quit (Quit: Instantbird 0.3a1pre) 18:32:40 --> GeekShadow has joined #instantbird 18:44:04 <-- clokep has quit (Ping timeout) 18:46:08 --> Ornthalas has joined #instantbird 19:00:51 <-- tymerkaev has quit (Ping timeout) 19:02:53 --> tymerkaev has joined #instantbird 19:03:40 --> clokep has joined #instantbird 19:03:40 * ChanServ sets mode +h clokep 19:07:31 <-- micahg has quit (Ping timeout) 19:09:19 --> chrisccoulson has joined #instantbird 19:12:00 <-- flo has quit (Quit: Instantbird 0.3a1pre) 20:06:45 <-- Tonnes has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014]) 20:10:03 * tymerkaev is now known as tymerkaev_away 20:10:18 * tymerkaev_away is now known as tymerkaev 20:31:27 --> kaie2 has joined #instantbird 20:32:54 --> micahg has joined #instantbird 20:33:31 <-- kaie has quit (Ping timeout) 20:33:31 * kaie2 is now known as kaie 20:48:15 --> Mic has joined #instantbird 20:48:15 * ChanServ sets mode +h Mic 20:48:30 <-- Mic has left #instantbird () 20:49:06 --> Tonnes has joined #instantbird 20:49:24 --> Mic has joined #instantbird 20:49:24 * ChanServ sets mode +h Mic 20:50:58 <Mic> Good evening 20:51:13 <clokep> Hello. 21:01:40 <clokep> How's it going? 21:04:53 <-- tymerkaev has quit (Ping timeout) 21:13:30 <Mic> Fine, thanks. How are you? 21:14:53 <clokep> Alright. Trying to think of what to work on while watching V. ;) 21:35:12 <-- GeekShadow has quit (Ping timeout) 21:59:49 <Mic> Amazing. 22:00:08 <Mic> I typed "rgb(153,38,211) to hsl" into Wolfram Alpha and it worked :D 22:01:27 <clokep> :) 22:02:19 <Mic> So this thing is finally good for something ;) 22:07:28 <clokep> :) 22:07:32 <clokep> It gives complementary colors. ;) 22:08:14 <Mic> Even though you don't need to add "to rgb" 22:08:21 <Mic> It just gives this color screen 22:08:38 <Mic> *It gives [..] anyways 22:14:00 <clokep> Pretty neat though. 22:20:47 --> GeekShadow has joined #instantbird 22:36:12 <-- Even has quit (Quit: Instantbird 0.3a1pre) 22:54:05 --> hicham has joined #instantbird 22:58:04 <-- micahg has quit (Ping timeout) 23:03:40 <-- GeekShadow has quit (Ping timeout) 23:08:47 <Mic> Mook managed to get his chat invitations working last night as it seems 23:09:17 <clokep> Yes, it does. :) 23:11:08 <clokep> Food time. 23:11:19 <-- clokep has quit (Quit: Instantbird 0.3a1pre) 23:12:41 <Mic> Good night 23:14:48 <-- Mic has left #instantbird () 23:51:29 <-- Ornthalas has quit (Quit: KTHXBYE) 23:57:43 --> Mook has joined #instantbird