IRC Log for #OpenSocial on 2008-11-14
Timestamps are in UTC.
- [00:00:45] * Suhail (n=suhaildo@149-169-143-213.nat.asu.edu) Quit (Client Quit)
- [00:08:42] * willmoffat (n=willmoff@216.205.242.5) Quit ()
- [00:10:27] * willmoffat (n=willmoff@216.205.242.5) has joined #opensocial
- [00:11:44] * ZakK-- is now known as thebleh
- [00:17:35] * MacTed (n=Thud@twentyfourmullen.hsd1.ma.comcast.net) has joined #OpenSocial
- [00:26:35] * Vamsi (i=3df7f26a@gateway/web/ajax/mibbit.com/x-b0a4ad0a43c4132b) Quit ("http://www.mibbit.com ajax IRC Client")
- [00:30:08] * KevinMarks (n=KevinMar@96.sub-75-208-2.myvzw.com) has joined #opensocial
- [00:31:05] * ivanoats (n=ivan@dsl081-245-036.sfo1.dsl.speakeasy.net) Quit ()
- [00:31:16] <KevinMarks>
http://epeus.blogspot.com/2008/11/opensocial-birthday-today.html
- [00:36:52] * jarkko (n=jarkko@216.205.242.5) has joined #opensocial
- [00:37:26] * juice_ (n=juice@S0106001db5011205.gv.shawcable.net) Quit ("Juice has been juiced!")
- [00:49:42] * campbell (n=campbell@S0106001db5011205.gv.shawcable.net) Quit ("Leaving...")
- [00:59:56] * jarkko (n=jarkko@216.205.242.5) Quit ("The computer fell asleep")
- [01:22:42] * gretch_ (n=ggapol@58.71.19.178) has joined #opensocial
- [01:22:55] * gretch_ is now known as gretch
- [01:23:33] * KevinMarks (n=KevinMar@96.sub-75-208-2.myvzw.com) Quit ("The computer fell asleep")
- [01:29:37] * KevinMarks (n=KevinMar@232.sub-75-208-130.myvzw.com) has joined #opensocial
- [01:42:25] * willmoffat (n=willmoff@216.205.242.5) Quit ()
- [01:45:08] * willmoffat (n=willmoff@216.205.242.5) has joined #opensocial
- [01:46:15] * charlieville (n=charliev@66.218.169.47) Quit ()
- [01:49:42] * jarkko (n=jarkko@adsl-75-61-132-19.dsl.pltn13.sbcglobal.net) has joined #opensocial
- [01:50:02] * petea (n=pandrews@adsl-76-202-153-62.dsl.pltn13.sbcglobal.net) Quit ()
- [01:50:49] * Zer0reZ (n=Z@cpe-74-67-48-253.nycap.res.rr.com) has joined #opensocial
- [01:56:02] * willmoffat (n=willmoff@216.205.242.5) Quit ()
- [02:01:11] * MrITR (n=maurice@66.92.14.106) Quit ("Leaving")
- [02:10:17] * dfort (n=dfort@216.205.242.5) Quit ()
- [02:15:01] * kurrik (n=kurrik@72.14.224.1) Quit ()
- [02:17:04] * tmoore (n=tmoore@216.205.242.5) Quit ()
- [02:23:33] * klep (n=klep@adsl-99-173-10-217.dsl.pltn13.sbcglobal.net) Quit ()
- [02:39:42] * jerobi (n=jerobi@nat/slide/x-21869b0559119aef) Quit (Read error: 110 (Connection timed out))
- [02:56:05] * nerbie69 (n=nerb@CPE001b63f545f4-CM00194757e7b4.cpe.net.cable.rogers.com) has joined #opensocial
- [02:56:50] <nerbie69>
good day. has anyone ever had success developing an open social app for a rails based app?
- [02:57:02] <nerbie69>
or does it matter what the host app is written in?
- [02:57:11] <jarkko>
nerbie69: it doesn't matter
- [02:57:19] <jarkko>
we have a Rails app
- [02:57:44] <jarkko>
although I quite eagerly wait for the day we can tap into the Rest API
- [02:57:55] <nerbie69>
so can you hook like your user's into the app too via rest...oh
- [02:58:12] <jarkko>
no, currently you got to use the JS api
- [02:58:36] <nerbie69>
so i use restful authentication and i want to ensure that no transients aren't using my open social app, who aren' tallowed to view it.
- [02:58:48] <nerbie69>
is open social the solution for this problem?
- [02:59:35] <jarkko>
what's the problem actually
- [02:59:55] <nerbie69>
if i want to allow only registered users to view/use an open social app.
- [03:00:23] <jarkko>
if you're gonna use open social your users got to install the app on whatever social network they are on
- [03:00:42] <jarkko>
you can do pretty much whatever you want to inside the application
- [03:00:59] <nerbie69>
so it's up to the user to install and not the 'owner' of the network to install and limit access then?
- [03:01:20] <jarkko>
no, but you can build an additional authentication layer to your own app
- [03:01:34] <nerbie69>
true.
- [03:02:02] <nerbie69>
so in rails speak i can do a !logged_in? != opensocial.app
- [03:02:22] <jarkko>
I think you can keep your application "secret" as well, but that's not very scalable
- [03:02:43] <jarkko>
that doesn't sound like "rails speak"
- [03:03:02] <nerbie69>
out of context it's more ruby/python i guess...
- [03:03:06] <jarkko>
:-)
- [03:03:13] <nerbie69>
all that to say
- [03:03:42] <nerbie69>
my new kick arse site wants to allow my site owners to control what their minions get to view, based on if they are a member or not.
- [03:03:55] <nerbie69>
i can use opensocial apps but control acces on my app side.
- [03:05:00] <nerbie69>
which means that i would need to have some sort of dashboard that will allow site owners to insert the url to the hosted open social site and then have to get them to select the 'hide' feature, as they won't know rails from a whole in the ground.
- [03:06:03] <nerbie69>
which means a custom gem/plugin, as i'm sure some dink will figure out how to get around it..... which means i need to update constantly for security purposes...
- [03:06:28] <nerbie69>
say can i pass a salted hash to open social hosted apps? kind of like a ssh key or something?
- [03:06:35] <nerbie69>
ala paypal
- [03:06:49] <jarkko>
opensocial containers always use oauth
- [03:07:02] * nerbie69 is googling oauth
- [03:07:06] <jarkko>
so you get the user id and everything with a salted hash
- [03:09:45] <nerbie69>
no offence to this open social js stuff, but does flash have a similar initiative going on per chance? i only ask cause you guys would know...
- [03:18:44] * steven___ (n=steven@c-69-181-34-215.hsd1.ca.comcast.net) Quit ("Trillian (http://www.ceruleanstudios.com")
- [03:29:10] * jarkko (n=jarkko@adsl-75-61-132-19.dsl.pltn13.sbcglobal.net) Quit ("The computer fell asleep")
- [03:39:51] * petea (n=pandrews@76.14.61.99) has joined #opensocial
- [03:51:12] * guinea (n=ampa@82-45-198-210.cable.ubr04.hari.blueyonder.co.uk) Quit (Read error: 60 (Operation timed out))
- [03:55:53] * Snib (n=Snib@cpe-76-83-201-239.dc.rr.com) has joined #opensocial
- [04:13:51] * zachallia (n=zachalli@c-71-204-144-224.hsd1.ca.comcast.net) Quit ()
- [04:14:04] * Zer0reZ (n=Z@cpe-74-67-48-253.nycap.res.rr.com) Quit ()
- [04:14:54] * zachallia (n=zachalli@c-71-204-144-224.hsd1.ca.comcast.net) has joined #opensocial
- [04:17:16] * charlieville_ (n=charliev@adsl-75-18-216-3.dsl.pltn13.sbcglobal.net) Quit ()
- [04:17:22] * dfort (n=dfort@c-24-23-194-232.hsd1.ca.comcast.net) has joined #opensocial
- [04:32:48] * zachallia (n=zachalli@c-71-204-144-224.hsd1.ca.comcast.net) Quit (Read error: 110 (Connection timed out))
- [04:41:39] * zachallia (n=zachalli@c-69-181-77-227.hsd1.ca.comcast.net) has joined #opensocial
- [04:42:04] * KevinMarks (n=KevinMar@232.sub-75-208-130.myvzw.com) Quit ("The computer fell asleep")
- [04:57:16] * zachallia (n=zachalli@c-69-181-77-227.hsd1.ca.comcast.net) Quit ()
- [05:46:04] * gretch (n=ggapol@58.71.19.178) Quit (Read error: 60 (Operation timed out))
- [05:47:30] * gretch (n=ggapol@58.71.19.178) has joined #opensocial
- [06:02:03] * d3vilking (n=root@122.166.20.190) has joined #opensocial
- [06:02:11] * d3vilking (n=root@122.166.20.190) has left #opensocial
- [06:11:04] * gretch (n=ggapol@58.71.19.178) Quit (Read error: 104 (Connection reset by peer))
- [06:11:14] * gretch_ (n=ggapol@58.71.19.178) has joined #opensocial
- [06:11:46] * gretch_ is now known as gretch
- [06:33:53] * Gab-www_poken_me (n=gabriel@102-45.202-62.fix.bluewin.ch) has joined #OpenSocial
- [07:10:56] * Suhail (n=suhaildo@ip70-171-197-151.tc.ph.cox.net) has joined #opensocial
- [07:43:28] * dfort (n=dfort@c-24-23-194-232.hsd1.ca.comcast.net) has left #opensocial
- [08:45:59] * petea (n=pandrews@76.14.61.99) Quit ()
- [08:47:48] <roxlu>
hi
- [08:48:12] <roxlu>
is there a way to check if the viewer has logged in? As i'm trying to ask permission of the viewer, but I get an error
- [08:53:33] * petea (n=pandrews@76.14.61.99) has joined #opensocial
- [09:17:42] * bens (n=bens@gateb.thls.bbc.co.uk) has joined #opensocial
- [09:54:51] * ringleader (n=ringlead@nat/slide/x-b1fcfc836e670d8e) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * gretch (n=ggapol@58.71.19.178) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * mainya (n=mainya@122x216x10x250.ap122.ftth.ucom.ne.jp) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * roxlu (n=Roxlu@90-145-42-196.wxdsl.nl) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * levitation_ (n=levitati@rubiin.physic.ut.ee) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * desu (i=desu@unaffiliated/desu) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * rf__ (n=rf@adsl-68-125-193-69.dsl.pltn13.pacbell.net) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * Snib (n=Snib@cpe-76-83-201-239.dc.rr.com) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * MacTed (n=Thud@twentyfourmullen.hsd1.ma.comcast.net) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * thebleh (i=thebleh@82.138.241.220) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * Wizzard (n=wizzard@159.148.31.137) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * samble (i=samble@randonomanimity.com) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * bear (n=bear@c-71-230-97-250.hsd1.pa.comcast.net) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * bakert (n=bakert@82-69-214-14.dsl.in-addr.zen.co.uk) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * petea (n=pandrews@76.14.61.99) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * Gab-www_poken_me (n=gabriel@102-45.202-62.fix.bluewin.ch) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * nerbie69 (n=nerb@CPE001b63f545f4-CM00194757e7b4.cpe.net.cable.rogers.com) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * GabeW (i=gwachob@pdpc/supporter/professional/GabeW) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * Suhail (n=suhaildo@ip70-171-197-151.tc.ph.cox.net) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * kingfish1 (n=kf@cpe-72-177-56-60.austin.res.rr.com) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * bens (n=bens@gateb.thls.bbc.co.uk) Quit (verne.freenode.net irc.freenode.net)
- [09:54:51] * Gbot (n=PircBot@nat/google/x-abd698c47a88123d) Quit (verne.freenode.net irc.freenode.net)
- [09:55:56] * bens (n=bens@gateb.thls.bbc.co.uk) has joined #opensocial
- [09:55:56] * petea (n=pandrews@76.14.61.99) has joined #opensocial
- [09:55:56] * Suhail (n=suhaildo@ip70-171-197-151.tc.ph.cox.net) has joined #opensocial
- [09:55:56] * Gab-www_poken_me (n=gabriel@102-45.202-62.fix.bluewin.ch) has joined #opensocial
- [09:55:56] * gretch (n=ggapol@58.71.19.178) has joined #opensocial
- [09:55:56] * Snib (n=Snib@cpe-76-83-201-239.dc.rr.com) has joined #opensocial
- [09:55:56] * nerbie69 (n=nerb@CPE001b63f545f4-CM00194757e7b4.cpe.net.cable.rogers.com) has joined #opensocial
- [09:55:56] * MacTed (n=Thud@twentyfourmullen.hsd1.ma.comcast.net) has joined #opensocial
- [09:55:56] * samble (i=samble@randonomanimity.com) has joined #opensocial
- [09:55:56] * thebleh (i=thebleh@82.138.241.220) has joined #opensocial
- [09:55:56] * rf__ (n=rf@adsl-68-125-193-69.dsl.pltn13.pacbell.net) has joined #opensocial
- [09:55:56] * ringleader (n=ringlead@nat/slide/x-b1fcfc836e670d8e) has joined #opensocial
- [09:55:56] * Wizzard (n=wizzard@159.148.31.137) has joined #opensocial
- [09:55:56] * kingfish1 (n=kf@cpe-72-177-56-60.austin.res.rr.com) has joined #opensocial
- [09:55:56] * mainya (n=mainya@122x216x10x250.ap122.ftth.ucom.ne.jp) has joined #opensocial
- [09:55:56] * bakert (n=bakert@82-69-214-14.dsl.in-addr.zen.co.uk) has joined #opensocial
- [09:55:56] * Gbot (n=PircBot@nat/google/x-abd698c47a88123d) has joined #opensocial
- [09:55:56] * bear (n=bear@c-71-230-97-250.hsd1.pa.comcast.net) has joined #opensocial
- [09:55:56] * GabeW (i=gwachob@pdpc/supporter/professional/GabeW) has joined #opensocial
- [09:55:56] * desu (i=desu@unaffiliated/desu) has joined #opensocial
- [09:55:56] * roxlu (n=Roxlu@90-145-42-196.wxdsl.nl) has joined #opensocial
- [09:55:56] * levitation_ (n=levitati@rubiin.physic.ut.ee) has joined #opensocial
- [10:25:45] * bens (n=bens@gateb.thls.bbc.co.uk) Quit (Remote closed the connection)
- [10:52:26] * bens (n=bens@gateb.mh.bbc.co.uk) has joined #opensocial
- [11:29:14] * bens (n=bens@gateb.mh.bbc.co.uk) Quit (Remote closed the connection)
- [12:04:56] * gretch (n=ggapol@58.71.19.178) Quit ("hibernate......")
- [12:15:35] * nerbie69 (n=nerb@CPE001b63f545f4-CM00194757e7b4.cpe.net.cable.rogers.com) Quit (Read error: 110 (Connection timed out))
- [12:26:23] * Wizzard (n=wizzard@159.148.31.137) Quit (Read error: 54 (Connection reset by peer))
- [12:26:58] * Wizzard (n=wizzard@159.148.31.137) has joined #opensocial
- [13:23:25] * weitzelm (n=weitzelm@nat/ibm/x-10ff5f7d1f5345ac) has joined #openSocial
- [13:34:41] * MacTed (n=Thud@twentyfourmullen.hsd1.ma.comcast.net) Quit ()
- [14:14:54] * MacTed (n=Thud@63.119.36.36) has joined #OpenSocial
- [15:45:39] * Wizzard (n=wizzard@159.148.31.137) Quit ("Leaving")
- [16:10:23] * Gab-www_poken_me (n=gabriel@102-45.202-62.fix.bluewin.ch) Quit (Read error: 110 (Connection timed out))
- [16:22:05] * campbell (n=campbell@S0106001db5011205.gv.shawcable.net) has joined #opensocial
- [17:10:32] * levitation_ (n=levitati@rubiin.physic.ut.ee) Quit (Remote closed the connection)
- [17:12:24] * petea (n=pandrews@76.14.61.99) Quit ()
- [17:15:58] * levitation_ (n=levitati@rubiin.physic.ut.ee) has joined #opensocial
- [17:16:50] * jerobi (n=jerobi@nat/slide/x-27ac2a10f0a93b07) has joined #opensocial
- [17:17:20] * levitation_ is now known as levitation[A]
- [17:21:44] * ivanoats (n=ivan@c-67-180-180-145.hsd1.ca.comcast.net) has joined #opensocial
- [17:29:17] * steven___ (n=steven@c-69-181-34-215.hsd1.ca.comcast.net) has joined #opensocial
- [17:40:49] * loca|host (n=tux@196.203.195.252) has joined #opensocial
- [17:41:51] * Gab-www_poken_me (n=gabriel@84.226.14.255) has joined #OpenSocial
- [17:50:17] * Gab-www_poken_me (n=gabriel@84.226.14.255) Quit (Read error: 104 (Connection reset by peer))
- [18:24:06] * charlieville (n=charliev@66.218.169.47) has joined #opensocial
- [18:24:14] * JuanDaugherty (n=juan@cpe-72-228-150-44.buffalo.res.rr.com) has joined #opensocial
- [18:30:03] * KevinMarks (n=KevinMar@nat/google/x-cd594ed304946bf7) has joined #opensocial
- [18:31:19] * chirag (n=chirags@nat/yahoo/x-bf56bdc06fb519bd) has joined #opensocial
- [18:32:11] * gasman (n=joe@nat-ext.sfo2.imeem.net) has joined #opensocial
- [18:32:22] * gasman (n=joe@nat-ext.sfo2.imeem.net) Quit (Client Quit)
- [18:37:21] * petea (n=pandrews@adsl-76-202-153-62.dsl.pltn13.sbcglobal.net) has joined #opensocial
- [18:40:56] * ivanoats (n=ivan@c-67-180-180-145.hsd1.ca.comcast.net) Quit ("Leaving...")
- [18:54:49] * KevinMarks (n=KevinMar@nat/google/x-cd594ed304946bf7) Quit ("The computer fell asleep")
- [19:04:07] * petea (n=pandrews@adsl-76-202-153-62.dsl.pltn13.sbcglobal.net) Quit ()
- [19:13:13] * ivanoats (n=ivan@70.141.217.213) has joined #opensocial
- [19:13:51] * jarkko (n=jarkko@207.47.0.162.static.nextweb.net) has joined #opensocial
- [19:20:13] * tmoore (n=tmoore@dsl092-186-178.sfo1.dsl.speakeasy.net) has joined #opensocial
- [19:32:43] * ivanoats (n=ivan@70.141.217.213) Quit ()
- [19:40:28] * petea (n=pandrews@adsl-76-202-153-62.dsl.pltn13.sbcglobal.net) has joined #opensocial
- [19:43:57] * AirwalkLogik (n=reid@ignitionproject/developer/airwalk) has joined #opensocial
- [19:54:44] * weitzelm (n=weitzelm@nat/ibm/x-10ff5f7d1f5345ac) Quit ()
- [19:59:31] * jarkko (n=jarkko@207.47.0.162.static.nextweb.net) Quit ("The computer fell asleep")
- [20:06:32] * tmoore_ (n=tmoore@216-75-224-206.static.wiline.com) has joined #opensocial
- [20:16:51] * Suhail (n=suhaildo@ip70-171-197-151.tc.ph.cox.net) Quit ()
- [20:26:26] * tmoore (n=tmoore@dsl092-186-178.sfo1.dsl.speakeasy.net) Quit (Read error: 110 (Connection timed out))
- [20:48:52] * weitzelm (n=weitzelm@cpe-066-057-251-208.nc.res.rr.com) has joined #openSocial
- [20:58:54] * KevinMarks (n=KevinMar@nat/google/x-b2e32cd03acfbbbe) has joined #opensocial
- [21:13:29] * KevinMarks (n=KevinMar@nat/google/x-b2e32cd03acfbbbe) Quit ("The computer fell asleep")
- [21:44:03] <GabeW>
her
- [21:44:05] <GabeW>
hrm rather
- [21:44:59] <GabeW>
anybody know what is required to list a container on the opensocial wiki? http://wiki.opensocial.org/index.php?title=Contributing_Container_Info is spammed
- [21:46:40] <GabeW>
and seems to continuously being spammed
- [21:47:09] <tmoore_>
you can create an account and fix it
- [21:47:13] <GabeW>
yah
- [21:47:18] <GabeW>
I am trying
- [21:47:18] <GabeW>
but
- [21:47:27] <GabeW>
it looks like people have added content *after* it was spammed?
- [21:47:29] <GabeW>
wth
- [21:47:31] <GabeW>
anyway
- [21:47:40] <GabeW>
i don't have much time at the minute
- [21:48:53] <tmoore_>
yuck
- [21:49:07] <tmoore_>
this version looks ok http://wiki.opensocial.org/index.php?title=Contributing_Container_Info&oldid=923
- [21:49:17] <GabeW>
i was looking at v891
- [21:49:35] <GabeW>
it has a lot more info
- [21:50:06] <GabeW>
aaah
- [21:50:14] <GabeW>
I think it should be reverted to 891
- [21:51:35] <tmoore_>
yup
- [21:51:55] <GabeW>
done
- [21:52:07] <GabeW>
ok, this is now understandable ;)
- [21:52:46] <tmoore_>
thanks :-)
- [21:52:52] * tmoore_ is now known as tmoore
- [21:57:24] * MacTed (n=Thud@63.119.36.36) Quit ()
- [22:22:13] * KevinMarks (n=KevinMar@nat/google/x-465f2a4de773e26e) has joined #opensocial
- [22:30:47] <KevinMarks>
http://jobview.monster.com/GetJob.aspx?JobID=77489033&AVSDM=2008-11-14%2016:30:00&WT.mc_n=RSS2005_JSR
- [22:42:05] * davidbyttow (n=davidbyt@72.14.224.1) has joined #opensocial
- [22:44:50] * davidbyttow is now known as davidbyttow_
- [22:45:02] * davidbyttow_ is now known as davidbyttow
- [22:46:24] * jerobi (n=jerobi@nat/slide/x-27ac2a10f0a93b07) Quit (Read error: 110 (Connection timed out))
- [22:47:23] * davidbyttow (n=davidbyt@72.14.224.1) Quit ("Quit")
- [22:49:04] * weitzelm (n=weitzelm@cpe-066-057-251-208.nc.res.rr.com) has left #openSocial
- [22:49:18] * tmoore_ (n=tmoore@dsl092-186-178.sfo1.dsl.speakeasy.net) has joined #opensocial
- [22:49:43] * chriscampbell (n=campbell@S0106001db5011205.gv.shawcable.net) has joined #opensocial
- [22:49:55] * campbell (n=campbell@S0106001db5011205.gv.shawcable.net) Quit (Read error: 104 (Connection reset by peer))
- [23:02:25] * tmoore (n=tmoore@216-75-224-206.static.wiline.com) Quit (Read error: 101 (Network is unreachable))
- [23:19:32] * chriscampbell (n=campbell@S0106001db5011205.gv.shawcable.net) Quit (Read error: 60 (Operation timed out))
- [23:35:14] * petea (n=pandrews@adsl-76-202-153-62.dsl.pltn13.sbcglobal.net) Quit ()
- [23:36:22] * petea (n=pandrews@adsl-76-202-153-62.dsl.pltn13.sbcglobal.net) has joined #opensocial
- [23:40:18] * campbell (n=campbell@S0106001db5011205.gv.shawcable.net) has joined #opensocial
- [23:44:35] * Suhail (n=suhaildo@ip70-171-197-151.tc.ph.cox.net) has joined #opensocial
- [23:50:14] * chirag (n=chirags@nat/yahoo/x-bf56bdc06fb519bd) Quit ()
- [23:56:34] * MrITR (n=maurice@66.92.14.106) has joined #opensocial
These logs were automatically created by oslogbot on
irc.freenode.net
using a modified version of the Java IRC LogBot.
See http://microformats.org/wiki/mflogbot for more information.