#instantbird log on 03 12 2012

All times are UTC.

00:00:03 --> clokep has joined #instantbird
00:00:03 * ChanServ sets mode +o clokep 
00:00:14 <aleth> flo: find the last * you mean?
00:00:15 <flo> (our current code is http://lxr.instantbird.org/instantbird/source/chat/protocols/irc/ircBase.jsm#620)
00:00:51 <flo> aleth: well, we could use lastIndexOf("* :") but the message seems already parsed by the time we reach that code
00:01:00 <clokep> flo: I don't know whether that's too technical or not. :-/ I'm always unsure of how technical to make code for the connection statuses. Something like "Sending the QUIT message" is something that libpurple would do...
00:01:25 <flo> I've just removed that message
00:01:51 <flo> (as I explained 2 messages later in the scrollback ;))
00:02:33 <clokep> Ah OK.
00:02:38 <aleth> It might be better to leave the current parsing if it conforms to standard, and not make exceptions for things that are not even that common
00:02:40 <aleth> Dunno
00:03:30 <flo> clokep: do you know if * in the IRC spec usually means the * character, or is a wildcard character?
00:03:46 <clokep> It's a * character.
00:03:56 <clokep> What issue are you trying to solve?
00:04:29 <flo> clokep: the real name containing crap for some users (you can test with jwir_3 in this channel)
00:04:44 <clokep> You're trying to fix the way the message is parsed it sounds like?
00:04:55 <flo> we suspect it's a non standard extension
00:05:10 <flo> but I also suspect we could "get it right" by using the last parameter instead of the 5th as the real name
00:05:11 <clokep> Why?
00:05:21 <clokep> Oh.
00:05:25 <clokep> Yes, we could probably do that.
00:06:03 <clokep> Bah the version command seems to be broken. :(
00:06:13 <clokep> Ah, only if it has a space at the end...
00:06:35 <aleth> As long as people don't use *: in their real names ;)
00:06:38 <clokep> He's using Quassel IRC whatever that is...
00:06:41 <flo> but that's (the real name containing crap sometimes) isn't something that needs immediate attention
00:06:58 <clokep> The message is being parsed properly though, right? :)
00:07:04 <clokep> (That's what I'm more concerned about...)
00:07:17 <flo> I don't know. Hmm, I'm not really sure
00:07:44 <aleth> That country code stuff is not in the spec
00:08:32 <flo> wait, how come we have all of it ("country * 8 :Scott Johnson") as a single parameter? Isn't the ":" as a parameter delimiter supposed to be parsed from the end of the message?
00:08:59 <clokep> What?
00:09:23 <flo> well, I don't know. And don't really care now :).
00:09:37 <flo> I would be more interested in feedback in bug 1293
00:09:43 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1293 enh, --, ---, clokep, ASSI, Tooltip improvements for IRC
00:10:11 <clokep> The parameters cannot contain spaces, the "last" parameter is a " :" then whatever.
00:10:15 <clokep> So that's all the "last" parameter.
00:11:28 <flo> so that client is just crappy?
00:11:49 <clokep> It seems like it, yes.
00:12:08 <flo> ok, so ignore the nonsense I/we said before :)
00:13:31 <clokep> msg.params = flo,jwir4,In,moz-FA942C67.com,*,country 8 * :Scott Johnson
00:13:35 <clokep> Which is being parsed correctly.
00:14:27 <clokep> So it's a crappy client, yes.
00:14:30 --> mmkmou has joined #instantbird
00:14:44 <clokep> What feedback are you looking for in that bug?
00:14:49 <clokep> And if someone wants to steal that bug from me, feel free.
00:15:15 <flo> clokep: if you think my last proposal is good
00:17:08 <clokep> Yes.
00:17:12 <clokep> Looks OK.
00:19:45 <-- mmkmou has quit (Quit: Instantbird -- http://www.instantbird.com)
00:19:52 <flo> ok, then I would like to implement it asap. (but it's too late for me to do it this evening)
00:20:09 <flo> so I guess I'll either r+ a patch (if one appears) or write one tomorrow morning
00:23:28 <clokep> Alright. I'll try to get to it tonight if I can.
00:24:25 <-- Tomek has quit (Quit: Instantbird 1.1)
00:24:41 <flo> don't feel you have to do it. It's not "your" string freeze ;)
00:24:46 --> myk has joined #instantbird
00:25:14 <flo> and thanks for "fixing" all these IRC XXX comments, by the way (I don't remember if I said that before, so I guess it's better to say it twice than not at all :))
00:25:46 <-- clokep has quit (Ping timeout)
00:36:44 <flo> Good night
00:36:45 <-- flo has quit (Quit: Instantbird -- http://www.instantbird.com)
00:46:44 <instant-buildbot> build #227 of linux-onCommit is complete: Success [build successful]  Build details are at http://buildbot.instantbird.org/builders/linux-onCommit/builds/227
01:20:54 <instant-buildbot> build #194 of macosx-onCommit is complete: Success [build successful]  Build details are at http://buildbot.instantbird.org/builders/macosx-onCommit/builds/194
01:24:28 <-- aleth has quit (Input/output error)
01:28:22 <-- sonny has quit (Client exited)
01:48:27 --> clokep has joined #instantbird
01:48:27 * ChanServ sets mode +o clokep 
01:54:48 <clokep> flo: Not a problem. :) Was good for me to read over what needs to be done still!
01:57:26 <clokep> flo: I forgot to pastebin my changes to irc.js :(
01:57:42 <clokep> The XXX comment in there I made into a TODO, and I also added a "TODO" before the comment about defaulting to SSL.
01:57:54 <clokep> (Should probably add a bug reference in there too...)
02:15:26 <instant-buildbot> build #215 of win32-onCommit is complete: Success [build successful]  Build details are at http://buildbot.instantbird.org/builders/win32-onCommit/builds/215
02:22:04 <instantbot> clokep@gmail.com requested review from florian@instantbird .org for attachment 1247 on bug 1293.
02:22:07 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1293 enh, --, ---, clokep, ASSI, Tooltip improvements for IRC
02:40:29 <-- clokep has quit (Quit: Instantbird -- http://www.instantbird.com)
02:58:33 <-- myk has quit (Quit: Instantbird 1.1)
03:42:15 <-- skeledrex has quit (Ping timeout)
04:14:21 --> skeledrex has joined #instantbird
04:21:07 <instant-buildbot> build #424 of linux-nightly-default is complete: Success [build successful]  Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/424
04:33:59 <skeledrex> flo: http://pastebin.instantbird.com/18552
04:35:06 <skeledrex> it only occurs in the chat of the person on the other side
04:35:23 <skeledrex> nothing shows in my messages as coming from me
04:35:45 <skeledrex> so it can get really confusing to read the person's messages in all that spam
05:58:05 <instant-buildbot> build #510 of win32-nightly-default is complete: Success [build successful]  Build details are at http://buildbot.instantbird.org/builders/win32-nightly-default/builds/510
06:07:08 <-- pvagner has quit (Ping timeout)
06:36:20 --> pvagner has joined #instantbird
06:52:52 <instant-buildbot> build #414 of macosx-nightly-default is complete: Success [build successful]  Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/414
06:59:26 <-- pvagner has quit (Ping timeout)
07:07:05 <-- Mook has quit (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 6.0/20110811165603])
07:55:53 <-- Evep has quit (Quit: Instantbird -- http://www.instantbird.com)
08:05:05 --> pvagner has joined #instantbird
08:30:46 --> sonny has joined #instantbird
08:36:01 <-- gerard-majax has quit (Ping timeout)
08:51:27 <-- pvagner has quit (Ping timeout)
08:51:46 --> mmkmou has joined #instantbird
08:53:34 --> pvagner has joined #instantbird
09:00:39 --> Mic has joined #instantbird
09:00:39 * ChanServ sets mode +h Mic 
09:00:53 <Mic> Hi
09:07:02 <-- Eveo has quit (Quit: Instantbird -- http://www.instantbird.com)
09:07:15 --> Eveo has joined #instantbird
09:29:47 <-- chrisccoulson has quit (Ping timeout)
09:36:30 --> gerard-majax has joined #instantbird
09:36:57 --> chrisccoulson has joined #instantbird
09:38:07 <-- Mic has quit (Input/output error)
09:57:21 --> aleth has joined #instantbird
09:57:21 * ChanServ sets mode +h aleth 
09:57:57 <-- aleth has quit (Quit: Instantbird -- http://www.instantbird.com)
09:58:07 --> aleth has joined #instantbird
09:58:07 * ChanServ sets mode +h aleth 
10:20:31 --> clokep has joined #instantbird
10:20:31 * ChanServ sets mode +o clokep 
10:28:39 <clokep> aleth: The command should also use the requestBuddyInfo method...that's why it's a method.
10:33:13 <aleth> clokep: Maybe so, but it's still a bad change imho, mainly for the other reason: You are creating an entry in a table before you know it exists. Also, then you'd also need to add a method for whowas for consistency...
10:35:45 --> flo has joined #instantbird
10:35:46 * ChanServ sets mode +qo flo flo 
10:37:15 <flo> hello :)
10:38:21 <flo> clokep: I'm also curious of the answer to aleth's question ("Why did you move this to requestBuddyInfo?")
10:38:31 <clokep> In the bug.
10:38:34 <clokep> I need to get ready for work though.
10:40:10 <flo> don't get late because of our questions :)
10:40:22 <aleth> Yep :)
10:43:16 <flo> skeledrex: does that junk appear in your chat window, or on the other side?
10:57:28 <clokep> Anyway, I'm not broken up if you don't want to include that change, I just thought it was for the better. :)
10:57:33 <clokep> Bye.
10:57:34 <-- clokep has quit (Quit: Instantbird -- http://www.instantbird.com)
11:19:07 <-- Eveo has quit (Quit: Instantbird -- http://www.instantbird.com)
11:19:43 <instantbot> florian@instantbird.org granted review for attachment 1247 on bug 1293.
11:19:47 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1293 enh, --, ---, clokep, ASSI, Tooltip improvements for IRC
11:20:28 --> jb has joined #instantbird
11:47:18 --> clokep_work has joined #instantbird
11:47:19 * ChanServ sets mode +o clokep_work 
11:49:13 <clokep_work> andreasn uploads a lot of patches. :-S
11:49:43 <clokep_work> flo: So (just to be sure) you took that patch bug ignored the changed to when the property object is created and moved the XXX comments to a second commit?
11:49:58 <flo> clokep_work: yes
11:50:41 <flo> well, andreasn patches tend to be things I was waiting for so, I'm glad he uploads patches :)
11:59:57 <clokep_work> Yes. I just get confused because it seems like there will quickly be 5 iterations of a patch that add icons for each platform or whatever...seems like it could be done just once. :)
12:00:27 <flo> I think there's a new patch each time he notices he forgot to include something in the previous one
12:02:00 <clokep_work> Ah, OK.
12:06:13 <clokep_work> Sounds like you're close to ready to land then. ;)
12:11:47 <flo> we are close to the landing deadline, yes
12:12:41 <flo> I'm still a bit confused by what "r=me for the strings with those changes made, but I explicitly haven't reviewed the code, nor done a ui-review, so this shouldn't be checked in yet." means :)
12:14:14 <clokep_work> Yes. :-S
12:21:56 <aleth> flo: bug 1327 also affects /chat, just in case that matters. Not sure how urgent it is though
12:22:03 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1327 nor, --, ---, nobody, NEW, Commands are "not supported" when missing parameters or returning false
12:23:52 <-- clokep_work has quit (Quit: http://www.mibbit.com ajax IRC Client)
12:32:09 --> clokep_work has joined #instantbird
12:32:09 * ChanServ sets mode +o clokep_work 
12:54:16 --> deOmega1 has joined #instantbird
12:55:50 <deOmega1> good morning, jut an update that  the crash on IB restart seems to have been resolved,.  Has not happened for a few days now
13:05:56 <flo> deOmega1: hello! Great news! :)
13:15:42 <deOmega1> yes indeed
13:19:27 --> Mic has joined #instantbird
13:19:27 * ChanServ sets mode +h Mic 
13:19:30 <-- Mic has quit (Connection reset by peer)
13:19:45 --> Mic has joined #instantbird
13:19:45 * ChanServ sets mode +h Mic 
13:20:29 --> danols1 has joined #instantbird
13:21:10 <-- danols has quit (Ping timeout)
13:21:27 <Mic> Looking at the crash-stats, I noticed that I'm not the only only that saw this wdmaud.drv crash :(
13:27:07 <-- Mic has quit (Quit: Instantbird -- http://www.instantbird.com)
13:40:51 --> danols has joined #instantbird
13:42:16 <-- danols1 has quit (Ping timeout)
14:04:53 --> danols1 has joined #instantbird
14:05:01 <-- danols has quit (Ping timeout)
14:16:52 <-- jb has quit (Ping timeout)
14:25:47 <flo> aleth: it doesn't touch any localizable string, so it's not urgent
14:26:13 <flo> (this was re: your mention 2 hours ago of bug 1327)
14:26:17 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1327 nor, --, ---, nobody, NEW, Commands are "not supported" when missing parameters or returning false
14:28:12 <clokep_work> (I think that patch looks good btw, but I haven't looked too in depth at it. :))
14:28:26 <aleth> Oh I see, it's the string freeze that's key. I think the whois patch is the only one with new strings in it
14:28:58 <clokep_work> I do find it a little weird that the we only show a help string for the highest prirority but we attempt to run over all of them...
14:30:03 <aleth> clokep_work: Yes, I was surprised about that behaviour of /help too
14:30:15 <aleth> Not sure how many clashes there are in practice though
14:31:11 <clokep_work> I think it'd be confusing to spit them all out too. :)
14:31:17 * clokep_work wrote the /help command I think...
14:31:46 <flo> it's also sad that we don't make a difference between "wrong arguments" and "the command failed (because the account is offline, for example)"
14:31:55 <flo> libpurple does make that distinction
14:32:16 <aleth> If the command fails it should post an error message though anyway (I hope)
14:32:32 <flo> but you don't want the help message in that case
14:32:52 <flo> or maybe it should throw and we should add a try/catch somewhere?
14:33:16 <aleth> You might, depending on the cause of the error
14:33:26 <aleth> It would be nice to distinguish, yes
14:34:46 <-- deOmega1 has quit (Quit: Instantbird -- http://www.instantbird.com)
14:37:02 <clokep_work> Yes, that would make sense to distinguish.
14:37:42 <aleth> When figuring out where to patch it actually took me a while to realize no such distinction was being made ;)
14:48:25 <aleth> bug 1115 - likely a libpurple bug?
14:48:29 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1115 nor, --, ---, nobody, UNCO, SSL Handshake fails (-12276) on cert with CN and secondary entries
14:50:43 <flo> are there steps to reproduce in there?
14:52:14 <aleth> "If I choose one of the secondary entries as connection server, connecting works fine. But when I choose the primary domain, I keep on getting the above error." - so sounds like it, if you had a server to test it with
14:52:57 <aleth> But I don't know enough about how the certificate system works to comment on it. Maybe its not even a bug for all I know...
14:54:00 <flo> "unconfirmed" seems the right status for this bug ;)
14:54:17 <aleth> Sure. But can one help this guy? ;)
14:54:21 <flo> I don't know; and don't really see why we should care
14:54:38 <flo> he can help himself, as he has found a configuration that works
14:54:48 <flo> he just reports that a non standard configuration doesn't.
14:56:00 <aleth> If it's nonstandard, ok...
15:00:25 <clokep_work> Bah standards...
15:03:25 <flo> https://bugzilla.mozilla.org/show_bug.cgi?id=714733#c87 uh :(
15:04:18 <clokep_work> flo: I saw that, that's a lot of stuff to do on the day you're supposed to land...and it's not like you haven't had all that stuff there for weeks. :(
15:04:46 <aleth> All to be done by tomorrow?! :(
15:08:41 <flo> synchronous I/O, yeah... :)
15:14:49 <-- pvagner has quit (Ping timeout)
15:44:25 --> wesj has joined #instantbird
16:08:55 --> pvagner has joined #instantbird
16:18:21 <-- wesj has quit (Input/output error)
16:18:34 --> wesj has joined #instantbird
16:19:48 --> myk has joined #instantbird
16:33:40 * clokep_work is assuming we're not doing a meeting today on account of fl o being extremely busy.
16:47:29 --> Mook_as has joined #instantbird
16:55:52 <flo> clokep_work: we can meet to discuss busyness :)
16:57:38 <flo> clokep_work: http://pastebin.instantbird.com/18712 is this ok with you? It's changes to chat/ I made after reading bwinton's review comments
17:00:23 <clokep_work> flo: Those look fine.
17:04:48 <-- gerard-majax has quit (Ping timeout)
17:16:42 <clokep_work> Sounds like you'll need to write a lot of tests for IM? :(
17:19:47 <-- mmkmou has quit (Quit: Instantbird -- http://www.instantbird.com)
17:19:57 <flo> I thought you were going to do it, you have made a great start on this with IRC :)
17:20:47 <clokep_work> Yeah, I wrote like two tests. :P
17:21:02 <clokep_work> I'd love to make a fakeserverish one at some point...I just can't really wrap my mind around how that works. :-/
17:21:17 <flo> I wrote only one; related to libpurple (so irrelevant for Thunderbird); and I think it no longer works :-D
17:21:46 <clokep_work> I should probably file a bug for Even to have tests turned on in the buildbots if possible. :)
17:21:56 <clokep_work> Not sure how difficult that is...
17:33:59 --> Plop has joined #instantbird
17:35:08 --> Tomek has joined #instantbird
17:43:21 <-- myk has quit (Quit: Instantbird -- http://www.instantbird.com)
17:43:32 --> myk has joined #instantbird
17:43:34 --> gerard-majax has joined #instantbird
17:44:31 <-- gerard-majax has quit (Connection reset by peer)
17:48:42 <-- myk has quit (Quit: Instantbird -- http://www.instantbird.com)
17:50:06 --> gerard-majax has joined #instantbird
17:58:22 --> myk has joined #instantbird
17:58:27 <-- myk has quit (Input/output error)
18:13:46 <flo> clokep_work: do you like http://pastebin.instantbird.com/18727 ?
18:14:37 <flo> clokep_work: I don't think Even has anything to do for xpcshell tests. We need to patch build.mk to have the tests run in |make distribution|
18:15:06 <flo> running mochitests and chrometests may need serious changes on the buildbot slaves, as I think the windows need to have focus for that
18:17:28 <Mook_as> you might want a separate build step for the tests, instead
18:18:12 <Mook_as> (also: I hope you don't get discouraged from all the reviews for the c-c landing bug... good luck :) )
18:19:24 <flo> Mook_as: heh, starting the code review 8 hours before the landing deadline sounds awesome, doesn't it? ;)
18:21:56 <clokep_work> That looks OK flo.
18:24:54 <flo> clokep_work, Mook_as are you all following the bugmail in that Thunderbird-IM bug?
18:25:17 <Mook_as> I'm CCed and reading, yes
18:25:26 <Mook_as> though I don't have much to offer at this point
18:25:33 <flo> thoughts about this password crap?
18:26:23 <clokep_work> flo: Yes, I'm CC'd (and would like to be CC'd on most IM stuff in Tb btw...)
18:26:37 <Mook_as> mostly that it should be fixed up post-landing (and, most likely, that means post-upcoming-merge)
18:27:22 <flo> Mook_as: the merge is the string freeze ;)
18:27:46 <Mook_as> you miss a release :p
18:28:12 --> myk has joined #instantbird
18:28:15 <clokep_work> I was following yes, catching up now..
18:28:38 <clokep_work> flo: Would you like me to reply.
18:28:48 <Mook_as> for the bugmail: turns out I use my phone for reading bugmail more than anything else... :p
18:28:48 <flo> to the password thing?
18:28:56 <clokep_work> The IRC specific question, yes.
18:29:05 <flo> do you have something useful to say to make him like the current (crappy) password box? :)
18:29:23 <clokep_work> I'm going to tell him "That's not possible in the protocol, just let it be" :P
18:29:58 <clokep_work> I'm OK with a "set password" button though.
18:30:03 <flo> go ahead
18:30:20 <flo> and more generally, you don't need my permission to comment in that bug whenever you feel you have something to say ;)
18:32:12 <-- myk has quit (Ping timeout)
18:35:40 --> myk has joined #instantbird
18:39:19 <flo> clokep_work: that doesn't objects to his request for a "set password" button showing the prompt
18:40:01 <-- flo has quit (Quit: Instantbird -- http://www.instantbird.com)
18:41:32 <-- Plop has quit (Ping timeout)
18:45:11 <clokep_work> Yes, I know.
18:47:19 <clokep_work> Was just objecting to the "why is it different than other protocols" kind of...
18:59:29 --> Plop has joined #instantbird
19:07:52 --> jb has joined #instantbird
19:22:01 <-- sonny has quit (Ping timeout)
19:25:45 --> sonny has joined #instantbird
19:47:32 --> flo has joined #instantbird
19:47:32 * ChanServ sets mode +qo flo flo 
19:48:15 <-- chrisccoulson has quit (Quit: Ex-Chat)
19:48:45 <-- myk has quit (Quit: Instantbird -- http://www.instantbird.com)
19:48:57 --> myk has joined #instantbird
19:50:56 --> chrisccoulson has joined #instantbird
19:58:53 <flo> so I need to adapt "ctcp.ping=Ping reply from %1$S in %2$S seconds." for plurals :-/
20:00:39 <flo> clokep_work: isn't there a problem with this string?
20:01:03 <flo> irc.properties has ctcp.ping and the code seems to be using ctcp.ping.response
20:03:21 <clokep_work> Sounds like the same issue as ctcp.time. :(
20:03:42 <flo> I'm not sure how I'm supposed to mix plural handling and formatted strings
20:03:51 <clokep_work> (e.g. http://hg.instantbird.org/instantbird/rev/f2ed2b0178bf )
20:04:08 <flo> if we put several times %1$S in the string, is it replaced several times?
20:04:16 <flo> (the format replacement is needed in each plural form!)
20:04:26 <clokep_work> I don't know. :(
20:04:28 <clokep_work> Mook_as: might!
20:06:48 <flo> + the current order of the parameters given to that formatted strings is wrong
20:08:00 <Mook_as> yes, you can use %1$S multiple times, I think
20:08:22 <flo> and ctcp time has the parameters in the wrong order
20:15:42 <flo> "and ctcp time has the parameters in the wrong order" not sure why I said that :-S
20:16:22 <Mook_as> blame it on monday?
20:17:00 <clokep_work> Ah, yeah. I'd be surprised at that...but it's certainly possible.
20:17:04 * clokep_work has trouble with l10n> :(
20:20:14 <flo> clokep_work: native en-US speakers in general have problems with l10n ;)
20:20:37 <clokep_work> Yes. :) I try not to use that as an excuse though!
20:20:51 <flo> :)
20:24:55 <flo> clokep_work: when I /ping someone, the response I see is "PING" in a private conversation for that nick
20:25:31 <clokep_work> Alright.
20:25:36 * clokep_work has no idea what that's doing right now...
20:25:38 <flo> it doesn't seem to be what I expect...
20:26:03 <clokep_work> Wait, is that outgoing or incoming?
20:26:09 <flo> incoming
20:27:00 <flo> the error console says "Warning: clokep_work returned an invalid timestamp from a CTCP PING: Source File: resource:///modules/ircCTCP.jsm Line: 204"
20:27:30 <clokep_work> Do you have the actual messages?
20:27:38 <flo> no
20:27:53 <flo> I need to go touch that log level pref
20:28:03 <clokep_work> I can look at it later.
20:28:08 <clokep_work> We might just not be handling the result properly...
20:28:46 <clokep_work> (Or not sending it properly... http://lxr.instantbird.org/instantbird/source/chat/protocols/irc/ircCTCP.jsm#191)
20:28:46 <flo> yeah... I don't mind PING being broken; what annoys me is that I've no way to know with my new string with both several %1$S and plurals work
20:28:59 <clokep_work> Ah. :(
20:29:07 <clokep_work> Hard code the resulting time for now?
20:29:10 <clokep_work> To just new Date()?
20:30:09 <flo> right
20:30:20 --> LiquidRain has joined #instantbird
20:30:25 --> igorko has joined #instantbird
20:30:38 <LiquidRain> Hey guys.  How can I ignore/block a user on IM in Instantbird 1.1?
20:30:42 <flo> except that will always be a ping of 0
20:32:06 <LiquidRain> Spam is annoying.
20:32:07 <aleth> Just tried /ping and there are some strange characters in the ping message as well.
20:35:06 <clokep_work> LiquidRain: That's not currently possible, we have a (few) bugs open on it though. :-/
20:35:09 <aleth> LiquidRain: I don't think that's possible at the moment, but it is wanted, certainly as an add-on
20:35:50 <LiquidRain> clokep_work: Saw the bugs, was wondering if I was missing something; the bugs are centered around account privacy, which isn't what I want here as much as a blacklist and/or /ignore feature
20:36:04 <LiquidRain> But yeah I figured if it ain't in it's gotta be desired
20:37:25 <flo> anybody remember what that "nospam" add-on I started became?
20:38:06 <clokep_work> flo: A dead pastebin I think.
20:38:14 <clokep_work> LiquidRain: I'm fairly certain one is just about blocking...
20:38:29 <LiquidRain> Coulda been wrong, there's 4 or 5 of 'em. :)
20:38:44 <clokep_work> LiquidRain: bug 135?
20:38:48 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=135 nor, --, ---, nobody, NEW, Ignore/Block Buddy
20:38:59 <LiquidRain> Ah well.  Keep up the good work, folks, in the meantime I'll probably just park the convos.
20:39:15 <LiquidRain> which was a brilliant feature addition
20:39:25 <flo> thanks :)
20:39:43 <flo> my "nospam" add-on automatically put on hold all conversations from people not in your contact list
20:39:58 <flo> (and prevented the sounds from these conversations)
20:44:56 * clokep_work wonders if we can convince AMO people to let us host add-ons on there now...:P
20:47:39 * clokep_work wonders if he sounded too rude in that last bug comment. :-/
20:50:53 <flo> no
20:51:26 <flo> but I would have preferred if you had suggested a public place (like bugzilla) instead of private email for discussing things further
20:59:35 <-- jb has quit (Ping timeout)
21:00:36 <clokep_work> I suggested IRC too! :)
21:01:59 <Mook_as> public email! (newsgroups) :p
21:02:06 <-- LiquidRain has quit (Quit: Instantbird 1.1)
21:02:19 --> jb has joined #instantbird
21:03:09 <clokep_work> I neeed to go , bye. Good luck. :)
21:03:11 <-- clokep_work has quit (Quit: Instantbird!)
21:03:25 <-- pvagner has quit (Ping timeout)
21:22:53 <-- chrisccoulson has quit (Ping timeout)
21:29:28 --> chrisccoulson has joined #instantbird
22:05:48 <-- jb has quit (Ping timeout)
22:10:58 <-- igorko has quit (Connection reset by peer)
22:22:41 --> pvagner has joined #instantbird
22:34:25 <instantbot> px@i.kiev.ua set the Resolution field on bug 1206 to FIXED.
22:34:28 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1206 nor, --, ---, nobody, RESO FIXED, Newly added contacts disappears until instantbird restart
22:35:02 <flo> :)
22:50:24 --> clokep has joined #instantbird
22:50:24 * ChanServ sets mode +o clokep 
22:59:09 <clokep> How's everyone's night going?
23:00:24 <instantbot> clokep@gmail.com changed the Resolution on bug 1206 from FIXED to WORKSFORME.
23:00:26 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1206 nor, --, ---, nobody, RESO WORKSFORME, Newly added contacts disappears until instantbird restart
23:03:58 <flo> clokep: good! :)
23:04:14 <flo> bwinton's review comments seem all very trivial to address... tomorrow! :)
23:04:48 <clokep> Awesome. :) Congrats.
23:04:53 <aleth> nice one :)
23:08:01 <clokep> flo: I should be around if you need reviews / IRC code touched.
23:09:01 <flo> I think we are almost ready to land
23:09:41 <aleth> To what extent is the code going to be forked? e.g. does this mean IB can't add any strings to /chat code for the next 12 weeks?
23:10:48 <flo> "does this mean IB can't add any strings to /chat code for the next 12 weeks?" no.
23:11:06 <flo> it just means that if IB adds new strings in chat/, they won't go into Tb 13, but only Tb 14
23:12:14 <aleth> OK, so some things can land in central, others in aurora, as for FF
23:13:41 <flo> so don't worry :)
23:14:21 <aleth> Less worried, more wondering about the mechanics of it ;)
23:15:43 <flo> nobody knows yet, so you'll have opportunities to discuss it with us if you are interested in the topic :-D
23:16:54 * clokep is interestd. ;)
23:29:49 * aleth wonders if flo got any sleep the last few days ;)
23:30:17 <flo> some :)
23:30:35 <flo> even though Saturday was exhausting, but that wasn't related to Thunderbird :)
23:30:55 <aleth> :)
23:31:03 <flo> (if you want to look at the photos of Saturday I've uploaded, they are at http://queze.net/goinfre/mamie/reims-20120310/)
23:31:51 * clokep is going skiing this weekend and it was 75 today. :-S
23:38:39 <-- sonny has quit (Quit: Instantbird -- http://www.instantbird.com)
23:39:01 <aleth> some interesting cars at that fair :)
23:45:45 <instantbot> clokep@gmail.com granted review for attachment 1243 on bug 1327.
23:45:47 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1327 nor, --, ---, nobody, NEW, Commands are "not supported" when missing parameters or returning false
23:48:10 <clokep> aleth: You need to start assigning bugs to yourself. :P
23:48:59 <aleth> Oh sorry, I keep forgetting to do that when adding a patch
23:49:16 <clokep> It's OK. :)
23:49:49 <clokep> aleth: I'm going to hold off on bug 1332 because I'm fairly certain I caused it to bitrot. :( Sorry.
23:49:54 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1332 nor, --, ---, nobody, NEW, Implement /whois and /whowas commands
23:52:40 <instantbot> clokep@gmail.com set the Resolution field on bug 1165 to FIXED.
23:52:46 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1165 min, --, 1.2, benediktp, RESO FIXED, Accessibility: Add a title to the chat log document in the conversation window
23:53:21 <instantbot> clokep@gmail.com set the Resolution field on bug 1274 to FIXED.
23:53:26 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1274 nor, --, 1.2, benediktp, RESO FIXED, Pressing "Enter" on a participant in the list doesn't start a private chat
23:54:12 <instantbot> clokep@gmail.com set the Resolution field on bug 1328 to FIXED.
23:54:14 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1328 min, --, 1.2, aletheia2, RESO FIXED, /msg <nick> should open an empty conversation tab
23:55:58 <flo> clokep: this is changes I made to chat/ after Mark's review comments: http://pastebin.instantbird.com/18795
23:58:28 <clokep> flo: r+
23:59:06 <flo> :)