[12:11] how would I go about using launchpad to develop a seemingly abandoned gnome project? (gftp to be precise) [12:11] maybe i should stfw first... === wuddup [n=ben@71-33-66-217.tcsn.qwest.net] has left #launchpad ["Leaving"] === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad === [PUPPETS] Gonzo [i=gonzo@80.69.47.16] has joined #launchpad === mpt [n=mpt@203-173-178-53.bliink.ihug.co.nz] has joined #launchpad [02:30] hawkaloogie, I think the recommended process is for your to e-mail the launchpad-users@ list with evidence of the current maintainers' inactivity and your activity === rpedro [n=rpedro@87-196-36-6.net.novis.pt] has joined #launchpad === rpedro [n=rpedro@87-196-36-6.net.novis.pt] has joined #launchpad [03:55] mpt, there is no current maintainer outside of the Gnome-Bugfixer-Guys, but before i make a monumental decision like taking over the project, i'm going to actually checkout and play with the code (seems prudent) [04:00] Gooooooooooooooooooood afternoon Launchpadders! [04:16] hawkaloogie, that seems like a good plan -- have fun :-) [04:17] mpt, oh i intend to, so many FTP programs are so far ahead of gftp... but first to fix it's pesky strange bugs [04:18] hawkaloogie: why not just use nautilus? :) [04:18] nautilus is a file manager? [04:18] yeah [04:18] not an ftp client? [04:19] i was wondering actually if the gnome project just decided to abandon gftp as deprecated since nautilus has ftp support [04:20] hawkaloogie: I don't think gftp was ever officially part of the desktop [04:20] That's what I was wondering [04:20] (that isn't saying anything about the quality of the gftp code -- there are a lot of programs not in the desktop set) [04:20] well now that would explain just about everything... except my stupidity [04:21] and that the gnome bugzilla hasn't had a patch commit in about 6 months [04:26] Maybe Launchpad's description of gftp could be updated to mention its obsolescence, if true [04:27] it doesn't seem to be obsolete, it seems simple to be abandoned [04:29] besides, imho users would be more familiar working with a gui ftp program instead of using a file manager. even if it'd actually wind up being easier to use nautilus [04:50] I doubt that, myself [04:50] FTP directories are just folders that happen to be somewhere else [04:50] all the same operations apply - copying, moving, renaming, making links, deleting [04:52] Windows Explorer does read/write FTP, Mac OS Finder does read-only FTP (and I suspect the only reason it doesn't do write FTP is to keep alive a software company whose only other major product was rendered irrelevant by iTunes ... but I digress) [05:18] but... queuing? resuming? recursing? the ability to have two file lists and navigate them simultaneously (double-clicking a folder in one side also transfers to the folder on the otre side) [05:26] one thing that pisses me off more than telemarketers is telemarketers using badly configured predictive dialing software === stub [n=stub@ppp-58.8.1.252.revip2.asianet.co.th] has joined #launchpad [05:52] hawkaloogie, Nautilus should (but probably doesn't) do queuing for moves/copies to the same device anyway [05:52] and, arguably, it should also have a two-pane view :-) [05:53] If I understand you correctly, it already does recursing, that's a pretty basic file manager operation [05:57] yeah, in essence it does everything if you get used to it [06:17] spiv, how's bug 39814 going? [06:17] Malone bug 39814 in launchpad "Misleading login hint" [Medium,Confirmed] http://launchpad.net/bugs/39814 === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === stub [n=stub@ppp-58.8.1.252.revip2.asianet.co.th] has joined #launchpad === carlos [n=carlos@gandalf.pemas.net] has joined #launchpad [08:24] morning [08:40] hi carlos [08:41] mpt: how's going? [08:41] mpt: slowly, but I'm doing it now. [08:47] spiv, yay [08:47] Does it need to be done separately for each wiki? [08:49] mpt: Yes, it's a change to the code of the wiki. [08:49] And it appears the code I have is different to the code on the actual wikis here. [08:50] (my copy doesn't have the "create an account" link) [08:51] It's a trivial enough change that the admins ought to be able to do it regardless, so I'm writing up a the RT request now, but at some point we should reconcile the differences between the running copy and what I've been hacking on. [08:53] Actually, I think the bug discussion is missing the real cause of the problem. [08:54] I think the hint isn't the main problem, it's that the field is labelled "Name" rather than "E-mail address". [08:54] indeed [08:54] The launchpad form has no such hint, just correctly labelled fields, and seems to work fine :) [08:54] (I thought the word "hint" was the result of non-native English writers) === mpt [n=mpt@203-173-178-53.bliink.ihug.co.nz] has joined #launchpad [09:00] mpt: (btw, you can actually use your launchpad name for the wiki login form too, but not the wikiname. I really wish we didn't have a seperate wikiname for people...) [09:02] spiv, so you can use your Launchpad name to log in to the wiki, but not to log in to Launchpad? [09:02] mpt: Yes :) [09:02] mpt: This is a "feature" of the authserver [09:03] spiv: if we got rid of the salt for the password field, you could just ignore the username altogether and do a lookup by password [09:03] mpt: Seeing as we don't accept that for the main webapp, I should remove it, but it's not publicised so no-one ever notices... === rpedro [n=rpedro@87-196-64-121.net.novis.pt] has joined #launchpad [09:03] jamesh: Haha, thinking back to the SSH key idea from the other day? ;) [09:04] spiv, I did report a bug once that you should be able to use your ID to log in to Launchpad, but LaunchpadLoginService makes it probably not a good idea [09:04] spiv: actually, all we need to do is ensure that the same salt is used for every password :) [09:06] mpt: do you have a link for that? [09:06] Ah, I think I found iit. === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [09:08] Canonical wiki [09:10] I don't see how it matters to LaunchpadLoginService whether you use 'mpt' or 'mpt@canonical.com'. [09:11] spiv, for other services that don't have personal URLs, we won't want to expose IDs, so we can talk about e-mail addresses exclusively [09:11] (I can see that it's desirable to keep accepting only email address, because it's simpler to describe and means users don't need to remember yet another login name, but that's orthogonal) [09:12] Ah. [09:12] spiv: we don't need to tell people that we accept short user ids ... [09:13] That makes sense, although I don't think it's fundamentally necessary. [09:13] mpt: Ideally, that means we get rid of wikinames ;) [09:13] spiv, that would require heavier hacking of MoinMoin's history function etc, right? [09:13] mpt: not at all. [09:13] spiv: maybe user IDs in wiki page change logs should link through to launchpad.net? [09:14] that's the main place where you still see wiki names [09:14] spiv, so what would the author of changes be shown as? [09:14] mpt: Moin is actually quite senisble about storing that info by internal user ID. [09:14] ok [09:14] mpt: Whatever handle we tell Moin to use. [09:14] jamesh: That could work. [09:15] Anyway, I already fought against wikinames and lost, I should just give up :) [09:17] spiv: if we made Launchpad an OpenID server, it would make even more sense [09:17] since you'd be using the person page URL as a user ID to log into other sites [09:17] jamesh: yeah, I completely agree. [09:18] Incidentally, see https://wiki.ubuntu.com/LaunchPadMultiLogin [09:19] heh === malcc [n=malcolm@host86-135-139-100.range86-135.btcentralplus.com] has joined #launchpad [09:55] is https://wiki.launchpad.canonical.com/AuthServer usable for the public now? [09:56] siretart: no [09:57] siretart: probably won't ever be. We have been considering OpenID though [10:00] jamesh: what do I need to request access to the AuthServer? I was told to open a RT ticket, but I don't know how [10:00] siretart: what do you need access for? [10:00] spiv: for Authentication of users, for REVU [10:01] siretart: is that hosted in the Canonical datacentre? [10:01] siretart: unless things have changed, I don't think you'd be given access to it -- the protocol isn't really suited for the open internet [10:01] spiv: no. It is however on a canonical sponsored server: 69.60.114.100 [10:02] Yeah, I don't think you're likely to get authserver access. [10:03] well, it was an approved spec, even approved by sabdfl [10:03] siretart: your app sounds like a good reason to get the OpenID stuff done [10:04] If your system were compromised, it would allow someone to get privileges to hijack accounts, and do things like upload malicious packages and view security-sensitive bugs. [10:04] hijack launchpad accounts, that is. [10:05] To allow you to authenticate against Launchpad without exposing us to that sort or risk, we need to provide OpenID like jamesh says. [10:05] siretart: with OpenID, your app would never see LP passwords, as the user would be bounced to https://launchpad.net for auth [10:05] spiv: the authserver can change passwords ? [10:05] so access to the authserver implies access like "su'ing" to other user ids without a password?! [10:05] siretart: which also means that the user can get some idea of what site is trying to auth them [10:06] lifeless: it can, but even without that there's password sniffing if we let other people's login boxes sit between users and Launchpad. [10:06] lifeless: if he was using the authserver, then users would be sending their LP login credentials to his site [10:06] lifeless: we don't want to get people used to entering their LP credentials on random sites [10:06] http://volny.cz/ropucha_3000/hitlatuma.swf [10:06] jamesh: ack [10:07] hm. I see. then I'll need to keep an authentication db. I will think about something else [10:07] currently, I generated gpg keyrings from a launchpad group using rdf parsing [10:08] perhaps I can require users to set a password using a gpg signed message or something [10:09] or don't require a password for commenting uploads at all. we'll see.. [10:10] siretart: https://launchpad.net/people/$USERID/+rdf will give you the list of keys the user has registered with LP, if that helps. [10:10] jamesh: thats what I'm parsing right now. Thanks [10:14] siretart: when the OpenID stuff is done, the user interaction would basically be that you get the user to enter their OpenID URL and redirect them to the page the OpenID server specifies. That site asks the user if they want to authenticate to your site and if so redirects back to the URL you specify. [10:14] siretart: if they've already said they want to auth to your site, the auth form would be skipped. [10:15] you'd be able to limit it to LP user names by constructing an OpenID URL from an LP user name [10:15] rather than accepting arbitrary URLs === SteveA [n=steve@pb-d-128-141-129-39.cern.ch] has joined #launchpad [10:19] jamesh: is there an spec for the openid stuff? what priority does it have? [10:21] siretart: http://openid.net/ is the protocol I'm talking about [10:21] siretart: the LP implementation isn't a high priority at the moment. [10:26] spiv: jamesh which one of you wants to run the review meeting today ? [10:27] I think I was volunteered last week, which is okay with me [10:27] cool [10:27] so there is a topic in this weeks one, which I probably will be to busy to present [10:27] right now steve and I are preppig, so I can tell you about it now === RafaRamos [n=rafael@201-0-62-227.dsl.telesp.net.br] has joined #launchpad === RafaRamos [n=rafael@201-0-62-227.dsl.telesp.net.br] has left #launchpad ["Fui] [10:29] the topic is some branches need specs [10:29] this is related to the lp meeting emphasis on pre-code reviews [10:29] erm, pre-code voip calls [10:30] and the idea is that one thing reviewers doing pre-code calls should do, os consider whether sufficient discussion/planning/whatever has occurred for the feature [10:30] that is, if someone is working on bug X, we should spend a very small amount o time to be sure that we dont actually need a spec X fist [10:32] jamesh: ^ [10:32] okay [10:32] SteveA: you are obsessed with fisting [10:33] I'd like the team to discuss it, and if it makes snense we'll start doing this, if you feel its really not an issue, then we can just carry on as per === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === doko [n=doko@dslb-088-073-107-200.pools.arcor-ip.net] has joined #launchpad === carlos [n=carlos@208.Red-83-33-192.dynamicIP.rima-tde.net] has joined #launchpad === jd_ [n=jd@wikipedia/Meanos] has joined #launchpad === SteveA [n=steve@costello.z3u.com] has joined #launchpad === jd_ is now known as cabale === cabale is now known as jd_ === ploum [n=ploum@ubuntu/member/ploum] has joined #launchpad [12:03] hi SteveA === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad === BjornT [n=bjorn@clt-84-32-240-183.dtiltas.lt] has joined #launchpad [12:27] hello [12:28] I'm progressing in my Launchpad frontend Summer Of Code [12:28] And I will soon implement the protocol support [12:28] Can I hope about a sort of protocol to speak with launchpad ? [12:29] or will I have to parse webpage via http ? [12:31] We export some information as XML and are starting on adding XML-RPC methods. You can expect things to break parsing the web pages - if the information you need isn't available submit bug reports requesting it. [12:32] morning [12:32] I think it is mainly bug information that is available at the moment - Bjorn or Brad should know more if that is the area you are dealing with. [12:34] stub: indeed, I deal only with bugs ATM [12:34] I will contact them [12:35] SteveA, unping, bedtime for me [12:35] thanks [12:35] ploum: There's also https://launchpad.net/bugs//+text [12:36] ploum, https://launchpad.net/bugs/1/+text [12:36] Malone bug 1 in Ubuntu Dapper "Microsoft has a majority market share" [Critical,Confirmed] [12:36] oh, snap [12:37] spiv, mpt: thanks ! It can be helpfull as a temporary solution [12:37] but I also have to make searches and to modify bugs ;-) [12:39] ploum: Who is your mentor for the project? [12:43] ploum: You could actually build your application such that there is a common contract to speak to a backend, then start with a backend that parses webpages via http, and then when launchpad grows a protocol like this, just code another backend. [12:44] We need to provide the API anyway - I'd rather do it right the first time. [12:45] reviewers meeting in 20 minutes === sabdf1 [n=mark@217.205.109.249] has joined #launchpad === sabdf1 [n=mark@217.205.109.249] has left #launchpad [] [12:46] stub: sure :) [01:03] spiv, BjornT: reviewers meeting? [01:04] sure [01:04] lifeless and SteveA are at EuroPython so probably won't be around [01:04] don't know whether we are expecting salgado or not [01:05] hi. i'm not here. [01:05] neither am I [01:05] spiv: png? [01:06] ping even [01:06] jamesh: pong [01:06] I'm here. [01:06] (got distracted by a review! :) [01:07] == Agenda == [01:07] * Roll call [01:07] * Agenda [01:07] * Next meeting [01:07] * Some branches need specs (RobertCollins if available, otherwise ???) [01:07] * Queue status. [01:07] so, is everyone happy with the same time next week? [01:08] 10th July, 11:00 UTC [01:08] fine by me [01:08] Sure. [01:08] lifeless: do you want to describe the next item, or are you still not here? [01:09] sivang: this is what I do, of course [01:09] the topic is some branches need specs [01:09] this is related to the lp meeting emphasis on pre-code reviews [01:09] erm, pre-code voip calls [01:09] and the idea is that one thing reviewers doing pre-code calls should do, os consider whether sufficient discussion/planning/whatever has occurred for the feature [01:09] that is, if someone is working on bug X, we should spend a very small amount o time to be sure that we dont actually need a spec X fist [01:09] atm, I have a "dummy protocol" that send dummies informations [01:10] lifeless wanted us to discuss this to see whether we thought it was a good idea. [01:11] so if you do a pre-code call with someone and the work is non-trivial and has no spec, maybe suggest that a spec be done for it first. [01:13] I think it's a good idea. [01:13] i think that's a good idea. sometimes it feels like just because someone reported a bug, it means that we should implement it without any discussion needed. [01:14] okay. So if anyone sees this sort of situation in a call, they should suggest doing a spec (if appropriate) [01:14] please mention this in the followup email to the launchpad-reviews mailing list if it happens [01:15] Last item on the agenda is queue status [01:16] I just moved carlos/launchpad/bug-50472 to merge-conditional a moment ago. [01:16] the oldest reviews are assigned to kiko and salgado, who were at a sprint last week. I guess they'll get to their ones this week === carlos is answering that review [01:17] jamesh: even older is the post-merge review I promised for your bug-45987 branch :) [01:17] I sent in a review for cprov's one earlier today, so ignoring the kiko's and salgado's the oldest is 2 days [01:18] spiv: I missed that one ... [01:19] So other than those three branches, things are looking pretty good as far as response times go [01:19] Yeah, it looks healthy to me. [01:19] Does anyone have anything else to bring up? [01:20] no, nothing from me [01:20] okay. Meeting ends. [01:20] thanks, everybody. === spiv goes to dinner === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad [01:38] SteveA: I don't want to reply to your mail on the list, since you've declared it the end, but there is one complication [01:38] SteveA: the ubuntu mailing list guidelines ask people to avoid reply-to-all, and it might be considered an Ubuntu list, even if strictly speaking, it isn't === WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #launchpad [01:46] mdke: I guess the Ubuntu mailing list guidelines should be fixed then :) [01:48] jamesh: I don't think so, there are good reasons for doing that. People who post via a newsreader or filter mail by mailing list headers get screwed by reply-to-all. [01:48] where screwed = getting unwanted mail in their inbox === Seveas [n=seveas@ubuntu/member/seveas] has joined #launchpad === cprov [n=cprov@monga.dorianet.com.br] has joined #launchpad === lincao [n=lincoln@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === SteveA_ [n=steve@costello.z3u.com] has joined #launchpad === Keybuk [n=scott@quest.netsplit.com] has joined #launchpad === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === niemeyer [n=niemeyer@200-193-158-211.ctame7006.dsl.brasiltelecom.net.br] has joined #launchpad === mpt [n=mpt@203-173-178-53.bliink.ihug.co.nz] has joined #launchpad === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad === carlos -> lunch [03:08] later === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad === Kamandag [n=Kamandag@125.60.241.24] has joined #launchpad === Yannig [n=LokaUsr@AToulouse-254-1-70-204.w81-49.abo.wanadoo.fr] has joined #launchpad [03:23] Hello everybody :) [03:27] good evening :) === stub [n=stub@ppp-58.8.1.252.revip2.asianet.co.th] has joined #launchpad [03:44] sabdfl: Did you need those blueprint updates you committed on the weekend to be rolled out tomorrow? === ploum [n=ploum@ubuntu/member/ploum] has joined #launchpad [04:06] who's responsible for (in the sense of who gets bugs for) https://launchpad.net/distros ? === stelki [n=stelki@unaffiliated/stelki] has joined #launchpad [04:08] Soyuz UI, therefore cprov and me === stelki [n=stelki@unaffiliated/stelki] has left #launchpad [] [04:09] malcc: which product should I file a bug on ? [04:09] elmo: Soyuz [04:17] malcc: thanks === glatzor [n=sebi@ppp-82-135-72-134.dynamic.mnet-online.de] has joined #launchpad === lfittl [n=lfittl@83-65-242-161.dynamic.xdsl-line.inode.at] has joined #launchpad [04:55] BjornT: ping? [04:55] Keybuk: pong [04:55] BjornT: why do I get bug mail for bug #1 ? [04:55] Malone bug 1 in Ubuntu Dapper "Microsoft has a majority market share" [Critical,Confirmed] http://launchpad.net/bugs/1 [04:56] I'm not subscribed [04:56] yet I'm in the list as "Also Notified" [04:59] Keybuk: that's because you are the bug contact for sysvinit. there's a bug open on that you at least should be able to unsubscribe from the bug in such cases. === dem [n=dem@d192-24-43-158.try.wideopenwest.com] has joined #launchpad [05:00] BjornT: but what has that got to do with sysvinit? [05:00] Keybuk: bug 49687 [05:00] Malone bug 49687 in malone "allow unsubscribing implicit subscribers" [Medium,Confirmed] http://launchpad.net/bugs/49687 [05:00] the bug isn't linked to sysvinit at all [05:00] oh, it's rejected [05:00] yeah [05:01] so if I change that rejected task to something else [05:01] I won't get mail? [05:01] yeah, that's right. === lbm [n=lbm@82.192.173.92] has joined #launchpad === erdalronahi [n=erdal@p50876B5C.dip.t-dialin.net] has joined #launchpad === Korsaire [n=Korsaire@LNeuilly-152-22-76-114.w193-251.abo.wanadoo.fr] has joined #launchpad [05:15] Hello === cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === seb128 [n=seb128@ubuntu/member/seb128] has joined #launchpad [05:41] can someone point me to the XMLRPC documentation of Malone ? [05:45] ploum: malone has no xmlrpc interface currently, so there is no documentation about it. [05:45] BjornT: argh ! I thought that... [05:45] erf [05:45] There is no way to access data besides http ? [05:46] (html) [05:46] seb128 just told me that there was one [05:49] (and I saw it on http://www.mail-archive.com/launchpad-users@lists.canonical.com/msg00262.html ) [05:50] ploum: we are working on it, but we don't have anything available to the public yet [05:51] Do you know when we can expect something ? [05:51] ploum: you will need to wait for BjornT to answer that [05:51] My Summer Of Code is a launchpad interface... [05:51] I "could" parse webpage and send http request but that would be suboptimal [05:52] (and a lot of work too) [05:52] ploum: the XML-RPC we are working on is not for the whole launchpad [05:53] sorry, my SoC is in fact only on Malone for the moment [05:54] SteveA, BjornT: Do you know if zope has a way to sort a batched list like we do now with javascript but as a server process? [05:54] ploum: you can access bug data using for example /bugs/42/+text. you can also get bug lists, for example /products/launchpad/+bugs-text. i can't find any documentation about it, though, and the format might change in the future. [05:54] ploum: then you will need to talk with BjornT, I don't know all details about it [05:55] BjornT: is there something similar for search results ? [05:56] ploum: i think so, but i'm not sure. try doing a search and replace +bugs with +bugs-text [05:56] ok, I will try this [05:59] ploum: as for the xmlrpc interface mentioned in the mail, the documentation is at http://bazaar-vcs.org/Specs/BranchRegistrationTool. but it's probably not useful for you. [05:59] BjornT: waaaa ! it works ! [06:00] https://launchpad.net/distros/ubuntu/+bugs-text?field.searchtext=evolution&orderby=-importance&search=Search&field.status%3Alist=Unconfirmed&field.status%3Alist=Needs+Info&field.status%3Alist=Confirmed&field.status%3Alist=In+Progress&field.status%3Alist=Fix+Committed&field.assignee=&field.owner=&field.omit_dupes=on&field.has_patch=&field.has_no_package= [06:00] (sorry for the long url) [06:02] carlos: well, you could reload the whole page... if that's not enough you'll have to use ajax, and should provide reloading the page as a fallback anyway. [06:08] BjornT: yeah, I know. What I'm asking is whether we have code to do that already or we should implement our own thing [06:24] carlos: the bug listings are sorted server side, but there's no general infrastructure to use. [06:25] BjornT: do you think we could reuse it? or is it too specific? [06:29] carlos: i think it's quite hard to reuse it. it could be done by refactoring out some functionality, but it's probably not worth the effort. [06:30] so we should implement it with every form === sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #launchpad === niemeyer [n=niemeyer@200-140-235-147.ctame7043.dsl.brasiltelecom.net.br] has joined #launchpad === raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad === carlos -> out [08:40] see you!! === LeeJunFan [n=junfan@adsl-69-210-207-5.dsl.klmzmi.ameritech.net] has joined #launchpad === mdke [n=matt@unaffiliated/matt/x-000000001] has joined #launchpad [09:20] BjornT: the +bugs-text interface is not working ! it always send the same numbers [09:20] (and it's a huge list) [09:44] murhy: if you want to move the whole torrent in one go, right click the torrent in the download list, then advanced -> files -> move data files. you'll have to stop the torrent file first, or it won't let you. [09:45] um... [09:45] sorry. [10:07] sivang: ping === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [10:30] ploum: pong [11:01] Gooooooooooooooooooooooood morning Launchpadders! [11:13] mpt: good night too === lincao [n=lincoln@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === jd_ [n=jd@wikipedia/Meanos] has joined #launchpad === jd_ [n=jd@wikipedia/Meanos] has joined #launchpad