IRC Log for #openid on 2010-04-01

Timestamps are in UTC.

  1. [00:02:01] * shigeta (~shigeta@sakkgw2.sixapart.jp) has joined #openid
  2. [00:06:44] * karstensrage (~karstensr@c-71-202-243-186.hsd1.ca.comcast.net) has joined #openid
  3. [00:18:59] * flaccid (~flaccid@unaffiliated/flaccid) Quit (Read error: Connection timed out)
  4. [00:19:51] * flaccid (~flaccid@ppp59-167-167-106.static.internode.on.net) has joined #openid
  5. [00:19:51] * flaccid (~flaccid@ppp59-167-167-106.static.internode.on.net) Quit (Changing host)
  6. [00:19:51] * flaccid (~flaccid@unaffiliated/flaccid) has joined #openid
  7. [00:47:14] * flaccid (~flaccid@unaffiliated/flaccid) Quit (Read error: Connection timed out)
  8. [00:47:54] * flaccid (~flaccid@unaffiliated/flaccid) has joined #openid
  9. [01:20:04] * daleolds (~daleolds@137.65.156.43) has left #openid
  10. [02:48:42] * singpolyma (~singpolym@66.49.154.250) Quit (Ping timeout: 248 seconds)
  11. [02:50:21] * singpolyma (~singpolym@dsl-67-204-26-26.acanac.net) has joined #openid
  12. [03:06:43] * Adremelech (~Adremelec@c-75-73-104-66.hsd1.mn.comcast.net) Quit (Quit: Leaving)
  13. [03:42:44] * MacTed (~Thud@c-24-61-62-241.hsd1.ma.comcast.net) has joined #openid
  14. [04:03:56] * singpoly1a (~singpolym@dsl-67-204-16-212.acanac.net) has joined #openid
  15. [04:06:52] * singpolyma (~singpolym@dsl-67-204-26-26.acanac.net) Quit (Ping timeout: 245 seconds)
  16. [05:41:29] * flaccid (~flaccid@unaffiliated/flaccid) Quit (Read error: Operation timed out)
  17. [06:33:56] * flaccid (~flaccid@unaffiliated/flaccid) has joined #openid
  18. [07:06:12] * Brend (~brendonh@59-120-83-180.HINET-IP.hinet.net) has joined #openid
  19. [07:26:13] * xpo (~xpo@bearstech/xpo) Quit (Quit: xpo)
  20. [07:49:25] * berkes (~ber@a83-163-58-51.adsl.xs4all.nl) has joined #openid
  21. [10:00:38] * xpo (~xpo@bearstech/xpo) has joined #openid
  22. [11:09:19] * oxi (~oxi@unaffiliated/oxi) Quit (Quit: oxi)
  23. [12:10:56] * CyberDomovoy (~cd@AToulouse-257-1-31-62.w90-5.abo.wanadoo.fr) has joined #openid
  24. [12:11:01] <CyberDomovoy> hello
  25. [12:14:40] <CyberDomovoy> i'm trying to use php-openid on debian stable, it works, i can login with my google account, but i'd like to be able to get a list of the extensions understood by the auth server in order to build my request (like openid.ns.ax on google for example). Is there a way to do that?
  26. [12:17:10] <bungleirc> well... when you discover the service you get a list of supported extensions as yadis doc
  27. [12:17:29] <bungleirc> at least it works like this in 2.0
  28. [12:18:32] <bungleirc> just try it
  29. [12:18:36] <bungleirc> load this link https://www.google.com/accounts/o8/id
  30. [12:19:17] <bungleirc> and you get yadis doc bak... for some providers you need to add Accept: application/xrds+xml in request header
  31. [12:19:32] <bungleirc> because they might otherwise revert back to html version
  32. [12:19:37] <bungleirc> of discovery
  33. [12:20:39] <bungleirc> i don't know about php-openid... but there might be some way to retrieve these
  34. [12:26:55] <CyberDomovoy> bungleirc> i played a little with php-yadis, wich is also used by php-openid to discover the service. It gets the answer, if i var_dump the object i can see it have the xrds content, but its services() method doesn't work, i think its because its "xrds" property, but i can't find why
  35. [12:27:12] <CyberDomovoy> i was hopping someone here could tell me more about that ^^
  36. [12:27:46] <CyberDomovoy> but maybe i should discover the service by myself instead on relying on php-openid/yadis
  37. [12:28:45] <bungleirc> open id is so simple, that you can implement your own lib in hours
  38. [12:29:11] <bungleirc> it's also a great way to learn things
  39. [12:29:27] * shigeta (~shigeta@sakkgw2.sixapart.jp) Quit (Quit: Leaving...)
  40. [12:29:34] <bungleirc> but i think that many people use php-openid... but i do not have knowledge about it
  41. [12:29:52] * oxi (~oxi@unaffiliated/oxi) has joined #openid
  42. [12:29:59] <CyberDomovoy> well, i think i'll do that, it already been hours i'm trying to understand php-openid; i may have done my own lib since ^^
  43. [12:30:57] <bungleirc> i think that php-openid is very bloated... but it supports all the versions and everything... but it felt like bloat, when i looked at it
  44. [12:31:21] <CyberDomovoy> sorry, i'm french, what does bloat means?
  45. [12:31:47] <bungleirc> basically too much unneeded code
  46. [12:31:55] <CyberDomovoy> ho ok, thx
  47. [12:32:01] <CyberDomovoy> i agree with you
  48. [12:32:17] * xpo (~xpo@bearstech/xpo) Quit (Quit: xpo)
  49. [12:32:42] <CyberDomovoy> i like simple things, that just do one thing but does it well and in an understandable manner
  50. [12:33:32] <CyberDomovoy> so... lets do it! ;)
  51. [12:40:41] * MacTed (~Thud@c-24-61-62-241.hsd1.ma.comcast.net) Quit ()
  52. [12:44:55] * xpo (~xpo@bearstech/xpo) has joined #openid
  53. [12:57:01] * sejo (~SeJo@exherbo/developer/sejo) Quit (Changing host)
  54. [12:57:01] * sejo (~SeJo@kwak.sejo.be) has joined #openid
  55. [13:22:11] * MacTed (~Thud@63.119.36.36) has joined #openid
  56. [13:51:24] * karstensrage (~karstensr@c-71-202-243-186.hsd1.ca.comcast.net) Quit (Quit: Leaving)
  57. [14:16:09] * xpo (~xpo@bearstech/xpo) Quit (Quit: xpo)
  58. [15:00:40] * karstensrage (~chatzilla@ffnat.copart.com) has joined #openid
  59. [15:29:29] * daleolds (~daleolds@c-174-52-159-100.hsd1.ut.comcast.net) has joined #openid
  60. [15:52:10] * singpoly1a (~singpolym@dsl-67-204-16-212.acanac.net) Quit (Ping timeout: 240 seconds)
  61. [15:55:24] * xpo (~xpo@bearstech/xpo) has joined #openid
  62. [16:01:08] * xpo (~xpo@bearstech/xpo) Quit (Quit: xpo)
  63. [16:01:38] * daleolds (~daleolds@c-174-52-159-100.hsd1.ut.comcast.net) has left #openid
  64. [16:50:59] * xpo (~xpo@bearstech/xpo) has joined #openid
  65. [16:52:02] * gxgcristea (~gino@ip65-47-28-158.z28-47-65.customer.algx.net) has joined #openid
  66. [16:52:07] * gxgcristea (~gino@ip65-47-28-158.z28-47-65.customer.algx.net) has left #openid
  67. [17:00:22] * daleolds (~daleolds@137.65.156.43) has joined #openid
  68. [17:23:33] * Kaliya (~Adium@64.134.228.3) has joined #openid
  69. [17:23:37] * Kaliya (~Adium@64.134.228.3) has left #openid
  70. [18:17:52] <keturn> CyberDomovoy: http://stackoverflow.com/questions/2422433/openid-simple-registration-sreg-vs-attribute-exchange-ax/2430527#2430527 has some note on the reliability of getting a list of supported extensions
  71. [18:18:21] * xpo (~xpo@bearstech/xpo) Quit (Quit: xpo)
  72. [18:35:20] * xpo (~xpo@bearstech/xpo) has joined #openid
  73. [18:35:26] <CyberDomovoy> keturn> nevermind, i wrote my own class
  74. [18:44:04] <keturn> well, what I hoped to get across there is that the results you get for querying for supported extensions are often wrong, especially in the case of delegated identifiers
  75. [18:44:54] <keturn> regardless of which implementation you use for the query code.
  76. [18:52:53] * xpo (~xpo@bearstech/xpo) Quit (Quit: xpo)
  77. [18:55:49] * berkes (~ber@a83-163-58-51.adsl.xs4all.nl) Quit (Ping timeout: 246 seconds)
  78. [19:19:41] * xpo (~xpo@bearstech/xpo) has joined #openid
  79. [19:44:58] * xpo (~xpo@bearstech/xpo) Quit (Ping timeout: 276 seconds)
  80. [20:07:00] * Kaliya (~Adium@38.114.154.198) has joined #openid
  81. [20:07:14] * Kaliya (~Adium@38.114.154.198) Quit (Client Quit)
  82. [20:09:22] * Kaliya (~Adium@38.114.154.198) has joined #openid
  83. [20:11:58] * Kaliya (~Adium@38.114.154.198) has left #openid
  84. [20:13:56] * xpo (~xpo@bearstech/xpo) has joined #openid
  85. [20:15:28] * xpo (~xpo@bearstech/xpo) Quit (Client Quit)
  86. [20:20:00] * tbbrown (~tbbrown@tx-71-52-73-250.dhcp.embarqhsd.net) Quit (Read error: Connection reset by peer)
  87. [20:30:24] * Kaliya (~Adium@38.114.154.198) has joined #openid
  88. [20:31:18] * Kaliya (~Adium@38.114.154.198) has left #openid
  89. [20:55:21] * MacTed (~Thud@63.119.36.36) Quit ()
  90. [21:15:17] * CyberDomovoy (~cd@AToulouse-257-1-31-62.w90-5.abo.wanadoo.fr) Quit (Remote host closed the connection)
  91. [21:58:41] * singpolyma (~singpolym@dsl-67-204-16-212.acanac.net) has joined #openid
  92. [22:06:06] * xpo (~xpo@bearstech/xpo) has joined #openid
  93. [22:11:04] * MacTed (~Thud@c-24-61-62-241.hsd1.ma.comcast.net) has joined #openid
  94. [23:00:58] * karstensrage (~chatzilla@ffnat.copart.com) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.2/20100316074819])
  95. [23:13:33] * tbbrown (~tbbrown@tx-71-52-73-250.dhcp.embarqhsd.net) has joined #openid
  96. [23:29:39] * Politoed (~hpeixoto@a85-139-130-104.cpe.netcabo.pt) has joined #openid

These logs were automatically created by OpenIDlogbot on chat.freenode.net using a modified version of the Java IRC LogBot.