#instantbird log on 08 02 2011

All times are UTC.

00:01:15 <-- hunsly has quit (Ping timeout)
00:09:15 <-- GeekShadow has quit (Quit: The cake is a lie !)
00:09:27 <-- DGMurdockIII has quit (Quit: get satisfied! • :: core-networks.de ««« (Gamers.IRC) »»» gamersirc.net ::)
00:11:20 <-- mmkmou has quit (Ping timeout)
00:16:25 <-- myk has quit (Quit: Instantbird 1.0)
00:34:20 --> DGMurdockIII has joined #instantbird
01:01:32 <clokep> Anyone know what this syntax in C means? "#define g_info(format...) g_log(G_LOG_DOMAIN, G_LOG_LEVEL_INFO, format)" specifically the ... part.
01:01:51 <clokep> (In java it means one or more parameters, is it the same in C?)
01:05:04 <EionRobb> kind of, yes
01:05:06 <EionRobb> its a va_list
01:06:11 <clokep> Hmm...OK...
01:06:16 <clokep> It doesn't seem to be supported by MSVC&gt; :(
01:06:31 <EionRobb> should be, its part of standard C
01:06:44 <EionRobb> also, your > was xml encoded
01:08:20 <clokep> My &gt;? Where was there a &gt;? :-/
01:08:45 <EionRobb> "It doesn't seem to be supported by MSVC&gt; :(" did you really mean ">:(" instead ?
01:09:27 <EionRobb> http://img1.uploadscreenshot.com/images/orig/8/21220552564-orig.png
01:10:21 <clokep> Nope, I meant a ?
01:10:47 <clokep> Hmm...it's probably my IRC stuff not properly encoding stuff.
01:10:50 <EionRobb> :)
01:10:58 <clokep> Silly HTML. :(
01:11:28 <EionRobb> what are you using for IRC?
01:17:00 <clokep> JavaScript implementation I'm writing.
01:18:06 <EionRobb> any reason to not use libpurple's IRC? :)
01:20:15 <clokep> It's missing some features, we wanted to play w/ making a protocol in JavaScript, I needed a project to work on, maybe a few others...
01:20:30 <EionRobb> fair enough
01:20:48 <EionRobb> how's it working out for you so far?
01:21:05 <clokep> I think...http://clokep.blogspot.com/2010/12/why-rewrite-irc-into-javascript.html is the full reasons...half of which I don't remember. ;)
01:21:14 <clokep> It's working well, I haven't worked on it in a bit.
01:21:43 <clokep> A few core things need to be done before it can really work well (status handling needs to be given to accounts, I can get along without it, but it'd be a real pain...and I'm lazy :P)
01:23:49 <EionRobb> and apparently character encoding :)
01:25:04 --> linuxwizard has joined #instantbird
01:25:11 <clokep> Probably not my idea. ;) I frequent English channels.
01:27:02 --> mepine has joined #instantbird
01:37:30 <-- mepine has quit (Ping timeout)
01:43:09 --> dballing has joined #instantbird
01:43:55 <-- dballing has quit (Quit: Instantbird 1.0)
03:01:56 --> Byte has joined #instantbird
03:04:40 <Byte> Congrats on the releaseof InstantBird 1.0; I see in the planned features you have file transfer -- is there any chance you will be able to do this like the old ICQ Pro used to do (i.e. folders and all)?
03:05:48 <Byte> Preferably with shell integration. In ICQ I just right-clicked on a folder, and could send it (including any subfolders) to any contact. I haven't seen any other messengers able to do this.
03:05:52 <clokep> There aren't any plans of what file transfer would support yet, I'd suggest filing a bug about it (and describing it in more detail, since I don't know if any of us used ICQ pro :P)
03:06:30 <clokep> Ah, interesting, I see that could be useful.
03:06:32 <Byte> thanks clokep; yes it has been a while since I last used it
03:06:48 <clokep> But yeah, best way is to file a bug. :) https://bugzilla.instantbird.org
03:07:32 <Byte> well, i guess it's not a bug but a feature :)  so I'll do that :)
03:07:45 <clokep> Hey flo, I'm attempting to compile Sametime on Windows to add support for it back in...it's kind of working, but MSVC doesn't really like the meanwhile library very much, was there code in SVN that supported this on Windows or...?
03:07:52 <clokep> Yes, well bug trackers are for features too. :-D
03:08:01 <clokep> There's a basic file xfer bug somewhere in there.
03:08:04 <clokep> Like bug 5 or something. :P
03:08:08 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=5 maj, P5, 0.1, florian, RESO FIXED, prpl not loaded when non ascii characters in absolute path of instantbird. (Empty protocol list)
03:08:20 <clokep> Ah, it's bug 9.
03:08:23 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=9 enh, P5, ---, nobody, NEW, Support of file transfers
03:10:18 <-- Byte has quit (Quit: ChatZilla 0.9.87 [Firefox 5.0/20110615151330])
03:15:28 <clokep> Goodnight!
03:15:57 <clokep> (Also flo...I'm stuck on some linker errors with SIPE,so I'd like to talk about those at some point...but probably not in the next few days.)
03:16:00 <-- clokep has left #instantbird ()
04:09:48 <-- Even has quit (Connection reset by peer)
04:10:19 --> Even has joined #instantbird
04:10:19 * ChanServ sets mode +o Even 
04:50:39 <-- linuxwizard has left #instantbird ()
05:54:28 <-- werwolf has quit (Quit: '< auuuuuuuuuuuuuuu)
05:57:40 --> werwolf has joined #instantbird
06:05:03 --> gerard-majax has joined #instantbird
06:07:09 <-- stevo has quit (Quit: stevo)
06:09:58 <-- gerard-majax has quit (Ping timeout)
06:26:39 <-- EionRobb has quit (Quit: Leaving.)
06:59:29 --> GeekShadow has joined #instantbird
07:51:14 --> gerard-majax has joined #instantbird
08:09:33 <flo> clokep: g_info(format...) doesn't compile on MSVC in C mode because it's a C99 syntax I think. IIRC there's a trivial code change to make to fix that compile error.
08:20:38 --> mokush has joined #instantbird
08:36:02 <instantbot> New Instantbird (UI) bug 956 filed by benediktp@ymail.com.
08:36:05 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=956 enh, --, ---, nobody, NEW, Shell integration for file transfers
08:49:22 <-- gerard-majax has quit (Ping timeout)
08:53:24 --> gerard-majax has joined #instantbird
08:54:32 <-- gerard-majax has quit (Quit: Ex-Chat)
08:54:39 --> gerard-majax has joined #instantbird
08:56:20 --> varuna has joined #instantbird
08:57:21 <varuna> flo: I was thinking of working on email notifications from gtalk, how can I display notifications? thanks
08:58:41 <-- werwolf has quit (Quit: '< auuuuuuuuuuuuuuu)
09:05:24 --> mmkmou has joined #instantbird
09:10:45 <-- gerard-majax has quit (Quit: Ex-Chat)
09:21:19 --> gerard-majax has joined #instantbird
09:31:02 <-- gerard-majax has quit (Quit: Ex-Chat)
09:36:54 <-- varuna has quit (Ping timeout)
09:40:12 --> gerard-majax has joined #instantbird
09:42:01 <-- mokush has quit (Client exited)
09:44:02 <-- gerard-majax has quit (Ping timeout)
09:50:45 --> gerard-majax has joined #instantbird
09:54:02 <-- gerard-majax has quit (Client exited)
09:55:20 --> gerard-majax has joined #instantbird
09:57:07 <-- mmkmou has quit (Ping timeout)
10:13:09 --> clokep has joined #instantbird
10:13:09 * ChanServ sets mode +h clokep 
10:14:16 --> mmkmou has joined #instantbird
10:25:22 --> Mic has joined #instantbird
10:25:22 * ChanServ sets mode +h Mic 
10:27:17 <clokep> Thanks flo, I had figured that one out. :) Stuck at another point now, but mostly cause I forget how to use structs.
10:27:54 --> hunsly has joined #instantbird
10:34:53 --> sonny has joined #instantbird
10:41:01 <-- Mic has left #instantbird ()
10:56:24 <clokep> Got it to build. :)
11:00:26 <-- Even has quit (Quit: Instantbird 1.1a1pre)
11:00:44 <-- clokep has quit (Ping timeout)
11:19:12 <-- hunsly has quit (Quit: Instantbird 1.0)
11:19:43 --> hunsly has joined #instantbird
11:28:59 --> Andrey has joined #instantbird
11:41:25 --> clokep_work has joined #instantbird
11:41:25 * ChanServ sets mode +h clokep_work 
12:10:29 <flo> it sucks to have to do https://bugzilla.instantbird.org/attachment.cgi?id=754 :(. The point of the jsProtoHelper clean up was in good part to avoid including it in anything that isn't a protocol plugin :(
12:11:52 <-- mmkmou has quit (Ping timeout)
12:17:12 <clokep_work> flo: I know. :( We could move Message out to another file, but I think that'd be silly.
12:23:05 --> Mic has joined #instantbird
12:23:05 * ChanServ sets mode +h Mic 
12:24:23 <Mic> This is cool, I'd bet it will go away if he disables hardware-acceleration: https://bugzilla.instantbird.org/show_bug.cgi?id=925
12:24:27 <instantbot> Bug 925 nor, --, ---, nobody, UNCO, Rivatuner on-screen display
12:25:47 <clokep_work> Ah probably, you should add that comment. :)
12:36:14 <instantbot> benediktp@ymail.com set the Resolution field on bug 925 to INVALID.
12:36:16 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=925 nor, --, ---, nobody, RESO INVALID, Rivatuner on-screen display
12:45:43 --> mokush has joined #instantbird
12:59:52 --> harlock has joined #instantbird
13:04:55 --> mmkmou has joined #instantbird
13:10:21 <clokep_work> So I was thinking we should possibly do a blog entry soon...
13:40:49 --> tymerkaev has joined #instantbird
13:43:22 <clokep_work> Not sure what it could be about though. :-D
13:44:09 --> ecaron has joined #instantbird
13:44:34 <-- ecaron has left #instantbird ()
13:59:33 --> mikk_s has joined #instantbird
14:00:29 --> stevo has joined #instantbird
14:01:45 <-- mikk_s has left #instantbird ()
14:03:24 <-- rikki has quit (Connection reset by peer)
14:03:28 --> rikki has joined #instantbird
14:21:07 <-- sonny has left #instantbird ()
14:21:30 --> sonny has joined #instantbird
14:22:47 <-- sonny has left #instantbird ()
14:48:58 <-- mokush has quit (Client exited)
15:28:27 --> FeuerFliege has joined #instantbird
15:48:28 --> sonny has joined #instantbird
15:50:10 --> werwolf has joined #instantbird
15:50:21 <-- Mic has quit (Ping timeout)
15:52:28 --> ecaron has joined #instantbird
16:01:37 <-- gerard-majax has quit (Ping timeout)
16:03:27 <instantbot> florian@instantbird.org requested review from florian@instantbird .org for attachment 758 on bug 930.
16:03:29 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=930 nor, --, ---, mmkmou, ASSI, Add a link to "FAQ" on "help" menu item
16:05:29 <-- hunsly has quit (Ping timeout)
16:06:50 --> Mic has joined #instantbird
16:06:50 * ChanServ sets mode +h Mic 
16:07:12 <-- ecaron has left #instantbird ()
16:17:35 --> igorko has joined #instantbird
16:25:52 <-- Mic has quit (Quit: Instantbird 1.1a1pre)
16:26:54 <instantbot> florian@instantbird.org set the Resolution field on bug 443 to FIXED.
16:26:57 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=443 enh, --, ---, florian, RESO FIXED, Allow to subscribe to rss feeds from instantbird.com
16:27:31 --> jessy has joined #instantbird
16:29:48 <clokep_work> Yay, closing bugs. ;)
16:33:35 --> myk has joined #instantbird
16:37:29 --> Mook_as has joined #instantbird
16:44:42 <flo> the ssl certificate for ssl.instantbird.com is expiring soon (and I've no intention of renewing it)
16:45:31 <flo> not renewing it means we won't be able to receive crash reports and update requests from Instantbird 0.1.2. I don't think anybody cares :).
16:46:00 <instantbot> New Instantbird (UI) bug 957 filed by jahkae@gmail.com.
16:46:02 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=957 nor, --, ---, nobody, UNCO, Account wizard instructions
16:46:31 <instantbot> New Instantbird (UI) bug 958 filed by mk3ll3r@gmail.com.
16:46:33 <instantbot> mk3ll3r@gmail.com added attachment 765 to bug 958.
16:46:34 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=958 enh, --, ---, nobody, UNCO, Show last messages (history) in new chat windows
16:46:52 <instantbot> jahkae@gmail.com added attachment 766 to bug 957.
16:47:05 <-- chrisccoulson has quit (Ping timeout)
16:48:04 --> chrisccoulson has joined #instantbird
16:49:15 <-- Andrey has quit (Quit: )
16:51:42 <-- myk has quit (Ping timeout)
16:54:29 <instantbot> New Instantbird (UI) bug 959 filed by mk3ll3r@gmail.com.
16:54:30 <instantbot> mk3ll3r@gmail.com added attachment 767 to bug 959.
16:54:31 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=959 nor, --, ---, nobody, UNCO, Show detailed information about ICQ accounts
16:56:56 <clokep_work> I don't think that's a big deal. We'd probably just tell people to upgrade anyway, no?
16:58:56 <Mook_as> clokep_work: fwiw, MSVC8 and later supports variadic macros, #define foo(...) bar(__VA_ARGS__)
16:59:33 --> myk has joined #instantbird
16:59:48 <clokep_work> Mook_as: Yup! I figured that out. :) Got it to work by adding an ifdef to use that...do you know if GCC allows that syntax too or do I have to keep both?
17:00:01 <Mook_as> GCC supported it for longer
17:00:07 <Mook_as> I suspect anything that compiles Gecko5 works
17:02:17 <clokep_work> Ah, awesome. :) That makes my life easy then I guess.
17:02:23 <clokep_work> I can get rid of the C99 style then.
17:12:44 <clokep_work> The only problem w/ me compiling this is I have no way to test it. ;)
17:20:14 --> Mic has joined #instantbird
17:20:14 * ChanServ sets mode +h Mic 
17:25:05 <-- Tonnes has quit (Ping timeout)
17:32:35 <-- werwolf has quit (Ping timeout)
17:35:36 --> werwolf has joined #instantbird
17:50:34 <-- GeekShadow has quit (Ping timeout)
17:52:57 <-- Mic has left #instantbird ()
18:01:30 <-- myk has quit (Ping timeout)
18:07:48 <-- mmkmou has left #instantbird ()
18:21:41 --> myk has joined #instantbird
18:29:13 --> linuxwizard has joined #instantbird
18:31:14 <-- tymerkaev has quit (Ping timeout)
18:35:33 --> gerard-majax has joined #instantbird
18:49:56 --> GeekShadow has joined #instantbird
18:58:38 <-- werwolf has quit (Ping timeout)
19:15:57 --> werwolf has joined #instantbird
19:15:57 <-- harlock has quit (Quit: Instantbird 1.0)
19:19:12 <-- MattATobin has quit (Quit: I'm a trifle deaf in this ear. Speak a little louder next time.)
19:19:32 --> MattATobin has joined #instantbird
19:29:47 <-- chrisccoulson has quit (Ping timeout)
19:48:51 --> chrisccoulson has joined #instantbird
20:04:43 <-- FeuerFliege has left #instantbird ()
20:08:15 <-- gerard-majax has quit (Ping timeout)
20:15:47 --> gerard-majax has joined #instantbird
20:15:54 <-- werwolf has quit (Ping timeout)
20:16:58 <-- igorko has quit (Quit: Instantbird 1.0)
20:17:29 --> werwolf has joined #instantbird
20:21:43 <-- jessy has quit (Quit: Linkinus - http://linkinus.com)
20:27:41 <-- gerard-majax has quit (Ping timeout)
20:28:39 <-- myk has quit (Ping timeout)
20:29:30 --> myk has joined #instantbird
20:30:21 <-- clokep_work has quit (Quit: http://www.mibbit.com ajax IRC Client)
20:36:59 --> hunsly has joined #instantbird
20:52:13 <-- rikki has quit (Ping timeout)
20:52:41 --> EionRobb has joined #instantbird
21:01:54 --> rikki has joined #instantbird
21:02:53 <-- GeekShadow has quit (Quit: The cake is a lie !)
21:03:43 --> mic_mike has joined #instantbird
21:19:09 <-- sonny has left #instantbird ()
21:28:47 --> Nitrox has joined #instantbird
21:44:02 <-- mic_mike has quit (Ping timeout)
21:57:18 --> clokep has joined #instantbird
21:57:18 * ChanServ sets mode +h clokep 
22:00:19 <flo> Good night :)
22:11:50 <-- MattATobin has quit (Quit: I'm a trifle deaf in this ear. Speak a little louder next time.)
22:14:20 --> MattATobin has joined #instantbird
22:25:35 --> vicnet has joined #instantbird
22:30:50 --> mistraven has joined #instantbird
22:31:00 <-- linuxwizard has left #instantbird ()
22:52:04 --> skeledrew1 has joined #instantbird
22:52:21 <-- skeledrew has quit (Ping timeout)
23:10:59 <-- MattATobin has quit (Quit: I'm a trifle deaf in this ear. Speak a little louder next time.)
23:19:44 --> MattATobin has joined #instantbird
23:20:45 <-- clokep has quit (Ping timeout)
23:26:21 --> clokep has joined #instantbird
23:26:21 * ChanServ sets mode +h clokep 
23:39:51 <-- MattATobin has quit (Quit: I'm a trifle deaf in this ear. Speak a little louder next time.)
23:45:43 <instantbot> clokep@gmail.com added attachment 768 to bug 102.
23:45:47 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=102 enh, --, ---, nobody, NEW, (Re-)Add support for the Sametime protocol.
23:48:54 <-- mistraven has quit (Ping timeout)
23:56:13 --> MattATobin has joined #instantbird