/irc-logs / freenode / #whatwg / 2013-07-14 / end

Options:

  1. # Session Start: Sun Jul 14 00:00:00 2013
  2. # Session Ident: #whatwg
  3. # [00:14] * Quits: tantek (~tantek@rrcs-64-183-1-194.west.biz.rr.com) (Quit: tantek)
  4. # [00:19] * Quits: eminor (~eminor@p54BC5E4C.dip0.t-ipconnect.de) (Quit: eminor)
  5. # [00:20] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
  6. # [00:29] * Quits: j_wright (~jwright@ip70-173-127-54.lv.lv.cox.net) (Quit: ircII EPIC4-2.10 -- Are we there yet?)
  7. # [00:30] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  8. # [00:31] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Client Quit)
  9. # [00:51] * Joins: scor (~scor@drupal.org/user/52142/view)
  10. # [00:58] * Joins: tantek (~tantek@rrcs-64-183-1-194.west.biz.rr.com)
  11. # [00:59] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Quit: tobie)
  12. # [01:12] * Quits: tantek (~tantek@rrcs-64-183-1-194.west.biz.rr.com) (Quit: tantek)
  13. # [01:13] <gallant> lineWidth of canvas is square? so if lineWidth is 3 the point for drawinfg is square with 3 px width and 3px height?
  14. # [01:25] <cabanier1> gallant: yes
  15. # [01:25] <Philip`> gallant: No
  16. # [01:26] <cabanier1> :-)
  17. # [01:26] <cabanier1> it depends.
  18. # [01:26] <Philip`> It doesn't really have a shape, except at joins and ends, where its shape depends on lineJoin and lineCap
  19. # [01:26] <cabanier1> yes, but a horizontal line will be 3px
  20. # [01:27] <cabanier1> and vertical as well
  21. # [01:27] <cabanier1> (depending on ctm)
  22. # [01:28] <cabanier1> gallant: what are you asking exactly?
  23. # [01:29] <gallant> any idea why I can't make gradient with lineWidth of 3 px?
  24. # [01:29] <gallant> I am doing var gradient=mainText.createLinearGradient(0,0,0,3);
  25. # [01:29] <gallant> gradient.addColorStop(0,"yellow");
  26. # [01:29] <gallant> gradient.addColorStop(1,"red");
  27. # [01:29] <gallant> and I See only red color
  28. # [01:29] <gallant> if I make var gradient=mainText.createLinearGradient(0,0,0,36); and make lineWidth 36 px everything is fine I see the gradient
  29. # [01:29] <gallant> but cant with 3px why?
  30. # [01:32] <gallant> so
  31. # [01:32] <gallant> if I make lineWidth 3 px I am drawing with square that has width 3px and height 3px?
  32. # [01:32] <cabanier1> gallant: can you create a jsfiddle?
  33. # [01:33] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
  34. # [01:36] * Quits: gallant (~galant@unaffiliated/dekiss) (Quit: Ex-Chat)
  35. # [01:38] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  36. # [01:39] <cabanier1> gone…
  37. # [01:39] <cabanier1> seems to work: http://jsfiddle.net/JV6Hz/1/
  38. # [01:43] * Joins: weinig (~weinig@24.130.60.35)
  39. # [01:54] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
  40. # [01:54] * Quits: cabanier1 (~cabanier@sjfw1-a.adobe.com) (Read error: Connection reset by peer)
  41. # [01:59] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Ping timeout: 246 seconds)
  42. # [01:59] * heycam|away is now known as heycam
  43. # [02:05] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Quit: tobie)
  44. # [02:10] * Joins: Goplat (~goplat@reactos/developer/Goplat)
  45. # [02:11] * Quits: yorick (~yorick@oftn/member/yorick) (Remote host closed the connection)
  46. # [02:26] * Quits: Aww (~Aww@66.172.11.88.cali.us.erryfanclub.com) (Quit: ZNC - http://znc.in)
  47. # [02:32] * Joins: Aww (~Aww@66.172.11.88)
  48. # [02:37] * Quits: SimonSapin1 (~simon@78-86-8-94.zone2.bethere.co.uk) (Read error: Operation timed out)
  49. # [02:38] * Quits: Aww (~Aww@66.172.11.88) (Quit: ZNC - http://znc.in)
  50. # [02:38] * Joins: Aww (~Aww@66.172.11.88)
  51. # [02:43] <MikeSmith> jpwhiting: I guess you figured out by now that if you delete those copied files, the build will re create them from the sources
  52. # [02:43] <MikeSmith> so you might just wasn
  53. # [02:44] <MikeSmith> might just want to have your package build have a prep step that deletes that whole tree
  54. # [03:04] * Quits: weinig (~weinig@24.130.60.35) (Quit: weinig)
  55. # [03:13] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk) (Ping timeout: 246 seconds)
  56. # [03:24] <jpwhiting> MikeSmith: yep, and since that libsetuid.so isn't even used I just deleted it, np
  57. # [03:37] <MikeSmith> jpwhiting: ok, great
  58. # [03:59] * Quits: hdv (uid2376@gateway/web/irccloud.com/x-iuavtxftjadyxvux) (Ping timeout: 252 seconds)
  59. # [03:59] * Joins: hdv (uid2376@gateway/web/irccloud.com/x-zncczelpggfowutb)
  60. # [04:00] * Joins: annevk (~annevk@173.243.46.194)
  61. # [04:05] * Joins: smaug____ (~chatzilla@173.243.46.194)
  62. # [04:17] * Quits: smaug____ (~chatzilla@173.243.46.194) (Ping timeout: 245 seconds)
  63. # [04:18] * Quits: enr (~enr@173.231.157.77) (Ping timeout: 245 seconds)
  64. # [04:21] * Quits: annevk (~annevk@173.243.46.194) (Remote host closed the connection)
  65. # [04:23] * Joins: bentruym_ (~bentruyma@98.193.95.144)
  66. # [04:26] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  67. # [04:27] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
  68. # [04:27] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
  69. # [04:27] * Joins: scor (~scor@drupal.org/user/52142/view)
  70. # [04:28] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
  71. # [04:36] <MikeSmith> jpwhiting: btw, about minimum jdk version, I think its java 5. I don't think we have any 6 isms in there
  72. # [04:46] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Excess Flood)
  73. # [04:48] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
  74. # [04:48] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
  75. # [04:48] * Joins: scor (~scor@drupal.org/user/52142/view)
  76. # [04:50] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
  77. # [05:03] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  78. # [05:03] * Quits: bentruym_ (~bentruyma@98.193.95.144) (Quit: Computer has gone to sleep.)
  79. # [05:17] * Joins: barneybook|2 (~kvirc@114-44-195-118.dynamic.hinet.net)
  80. # [05:17] * heycam is now known as heycam|away
  81. # [06:26] * Joins: tantek (~tantek@rrcs-64-183-1-194.west.biz.rr.com)
  82. # [06:48] * Joins: cabanier (~cabanier@98.237.137.173)
  83. # [07:07] * Quits: vitorpacheco (~vitor@189-105-100-99.user.veloxzone.com.br) (Ping timeout: 276 seconds)
  84. # [07:18] * Joins: smaug____ (~chatzilla@173.243.46.194)
  85. # [07:28] * Quits: tantek (~tantek@rrcs-64-183-1-194.west.biz.rr.com) (Quit: tantek)
  86. # [07:33] * Joins: annevk (~annevk@173.243.46.194)
  87. # [07:39] * heycam|away is now known as heycam
  88. # [07:41] * Joins: dogfoodhh (~dogfood@e177217018.adsl.alicedsl.de)
  89. # [07:49] * Quits: annevk (~annevk@173.243.46.194) (Read error: Connection reset by peer)
  90. # [07:49] * Joins: annevk (~annevk@173.243.46.194)
  91. # [08:04] * Quits: smaug____ (~chatzilla@173.243.46.194) (Ping timeout: 245 seconds)
  92. # [08:06] * Joins: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
  93. # [08:37] * Quits: benschwarz (uid2121@gateway/web/irccloud.com/x-ffpaqnrmjysvtpls) (Quit: Connection closed for inactivity)
  94. # [08:43] * Joins: sayanee (~sayanee@210.23.18.235)
  95. # [08:50] * Quits: annevk (~annevk@173.243.46.194) (Remote host closed the connection)
  96. # [09:25] * Joins: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk)
  97. # [09:28] * Joins: galant (~galant@77.28.0.52)
  98. # [09:28] * Quits: galant (~galant@77.28.0.52) (Changing host)
  99. # [09:28] * Joins: galant (~galant@unaffiliated/dekiss)
  100. # [09:30] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
  101. # [09:38] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  102. # [09:39] * Quits: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net) (Ping timeout: 246 seconds)
  103. # [10:05] * Joins: ^esc_ (~esc_ape@77.117.246.86.wireless.dyn.drei.com)
  104. # [10:06] * Quits: ^esc (~esc_ape@77.117.247.73.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
  105. # [10:15] * Joins: Ms2ger (~Ms2ger@91.182.71.213)
  106. # [10:20] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  107. # [10:25] * Joins: nonge_ (~nonge@p5B3265F9.dip0.t-ipconnect.de)
  108. # [10:26] * Quits: nonge (~nonge@p5082BCC5.dip0.t-ipconnect.de) (Read error: Operation timed out)
  109. # [10:32] * Joins: enr (~enr@78.157.217.237)
  110. # [10:40] * Joins: sedovsek (~robert@lk.84.20.237.54.dc.cable.static.lj-kabel.net)
  111. # [10:43] * Joins: j_wright (~jwright@ip70-173-127-54.lv.lv.cox.net)
  112. # [10:52] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
  113. # [10:53] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Quit: Ex-Chat)
  114. # [11:07] <SimonSapin> what should UAs do when encountering multiple <title> elements? I don’t find it in the spec
  115. # [11:08] <SimonSapin> Same question for <meta> elements with the same name
  116. # [11:08] <Ms2ger> Put them into the DOM
  117. # [11:10] <Ms2ger> If you mean what should be shown in the UI...
  118. # [11:10] <Ms2ger> "The string to use as the document's title is given by the document.title IDL attribute."
  119. # [11:10] <Ms2ger> "
  120. # [11:10] <Ms2ger> User agents should use the document's title when referring to the document in their user interface. When the contents of a title element are used in this way, the directionality of that title element should be used to set the directionality of the document's title in the user interface."
  121. # [11:10] <SimonSapin> found it: http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#the-title-element-0
  122. # [11:10] <SimonSapin> use the first
  123. # [11:11] <SimonSapin> I meant as opposed to use the last, or ignore them all, or something
  124. # [11:13] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Quit: tobie)
  125. # [11:13] <Ms2ger> That all depends on what you need it for
  126. # [11:14] <SimonSapin> write it in the corresponding PDF metadata … or if you consider WeasyPrint together with a PDF viewer, show it in the UI
  127. # [11:16] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
  128. # [11:18] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
  129. # [11:22] * Joins: nessy (~silviapf@202-159-131-199.dyn.iinet.net.au)
  130. # [11:35] * heycam is now known as heycam|away
  131. # [12:32] * Quits: sedovsek (~robert@lk.84.20.237.54.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
  132. # [12:35] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  133. # [12:37] * Joins: sedovsek (~robert@lk.84.20.237.54.dc.cable.static.lj-kabel.net)
  134. # [12:45] * Joins: cheron (~cheron@unaffiliated/cheron)
  135. # [12:59] * Joins: [[zzzz]] (~q@node-t9c.pool-125-24.dynamic.totbb.net)
  136. # [13:03] * Quits: [[zzz]] (~q@node-1168.pool-180-180.dynamic.totbb.net) (Ping timeout: 264 seconds)
  137. # [13:04] * Quits: sedovsek (~robert@lk.84.20.237.54.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
  138. # [13:04] * Quits: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk) (Read error: Operation timed out)
  139. # [13:06] * Joins: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk)
  140. # [13:15] * Quits: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk) (Ping timeout: 240 seconds)
  141. # [13:18] * Joins: sedovsek (~robert@lk.84.20.237.54.dc.cable.static.lj-kabel.net)
  142. # [13:44] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk)
  143. # [13:54] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
  144. # [13:54] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
  145. # [14:02] * Quits: Ms2ger (~Ms2ger@91.182.71.213) (Quit: bbl)
  146. # [14:23] * Quits: nessy (~silviapf@202-159-131-199.dyn.iinet.net.au) (Quit: Leaving.)
  147. # [14:34] * Joins: josemanuel (~josemanue@22.210.221.87.dynamic.jazztel.es)
  148. # [14:35] * Joins: djn (~danieljn@dn.user.selfnet.de)
  149. # [14:36] * Parts: djn (~danieljn@dn.user.selfnet.de)
  150. # [14:53] * Quits: sayanee (~sayanee@210.23.18.235) (Remote host closed the connection)
  151. # [15:04] * Joins: yorick (~yorick@oftn/member/yorick)
  152. # [15:08] * Quits: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk) (Ping timeout: 276 seconds)
  153. # [15:13] * Joins: sayanee (~sayanee@210.23.18.235)
  154. # [15:14] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
  155. # [15:15] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
  156. # [15:15] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Client Quit)
  157. # [15:15] * Joins: smaug____ (~chatzilla@173.243.46.194)
  158. # [15:21] * Quits: sayanee (~sayanee@210.23.18.235) (Remote host closed the connection)
  159. # [15:26] * Quits: sedovsek (~robert@lk.84.20.237.54.dc.cable.static.lj-kabel.net) (Quit: sedovsek)
  160. # [15:31] <galant> Hickson here?
  161. # [15:36] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
  162. # [15:41] <galant> is there array for all canvases on webpage?
  163. # [15:42] <Philip`> galant: document.getElementsByTagName("canvas")
  164. # [15:42] <galant> ah ye
  165. # [15:43] <galant> :) thanks man - too much work my mind is blocked :)
  166. # [15:43] * Joins: karlcow (~karl@nerval.la-grange.net)
  167. # [15:53] <galant> how much zoom needs for element to go out of screen>
  168. # [15:53] * Joins: linclark (~clark@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU)
  169. # [15:55] * Quits: josemanuel (~josemanue@22.210.221.87.dynamic.jazztel.es) (Quit: Saliendo)
  170. # [16:00] * Joins: annevk (~annevk@173.243.46.194)
  171. # [16:06] * Joins: sayanee (~sayanee@210.23.18.235)
  172. # [16:13] * Quits: sayanee (~sayanee@210.23.18.235) (Remote host closed the connection)
  173. # [16:27] * Joins: Martin1982 (~Martin198@541A8D15.cm-5-3c.dynamic.ziggo.nl)
  174. # [16:30] * Joins: bentruym_ (~bentruyma@c-98-193-95-144.hsd1.il.comcast.net)
  175. # [16:30] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Ping timeout: 240 seconds)
  176. # [16:31] * Joins: tobie_ (~tobielang@69.63.185.104)
  177. # [16:46] * Joins: OnlyMax (~OnlyMax@187-126-220-4.user.veloxzone.com.br)
  178. # [16:48] * Quits: Martin1982 (~Martin198@541A8D15.cm-5-3c.dynamic.ziggo.nl) (Quit: Gone snoring)
  179. # [17:02] * Quits: annevk (~annevk@173.243.46.194) (Remote host closed the connection)
  180. # [17:13] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  181. # [17:29] * Quits: smaug____ (~chatzilla@173.243.46.194) (Ping timeout: 260 seconds)
  182. # [17:43] * Quits: mven_ (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
  183. # [17:44] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
  184. # [17:50] * Joins: SimonSapin (~simon@92.40.253.190.threembb.co.uk)
  185. # [17:50] * Quits: SimonSapin (~simon@92.40.253.190.threembb.co.uk) (Client Quit)
  186. # [17:55] <galant> guys
  187. # [17:55] <galant> anyone here to help me?
  188. # [17:56] * Joins: Goplat (~goplat@reactos/developer/Goplat)
  189. # [17:56] <galant> can I save pixels from canvas and change them with imagedata?
  190. # [17:57] * Joins: AladinBouzerd (~aladinbou@41.104.45.22)
  191. # [18:05] * Joins: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net)
  192. # [18:09] * Joins: Ms2ger (~Ms2ger@91.182.71.213)
  193. # [18:28] * Joins: Martin1982 (~Martin198@541A8D15.cm-5-3c.dynamic.ziggo.nl)
  194. # [18:30] * Quits: bentruym_ (~bentruyma@c-98-193-95-144.hsd1.il.comcast.net) (Quit: Computer has gone to sleep.)
  195. # [18:38] * Quits: linclark (~clark@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU) (Quit: linclark)
  196. # [18:45] * Quits: jreading (~Adium@ip98-169-193-48.dc.dc.cox.net) (Quit: Leaving.)
  197. # [18:46] * Joins: linclark (clark@conference/nyccamp/x-bomdkmkuykvspplq)
  198. # [18:54] * Joins: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk)
  199. # [18:57] * Quits: Martin1982 (~Martin198@541A8D15.cm-5-3c.dynamic.ziggo.nl) (Quit: Gone snoring)
  200. # [19:10] * Joins: bentruym_ (~bentruyma@c-98-193-95-144.hsd1.il.comcast.net)
  201. # [19:15] * Joins: gallant (~galant@77.29.143.233)
  202. # [19:17] * Quits: galant (~galant@unaffiliated/dekiss) (Ping timeout: 240 seconds)
  203. # [19:20] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
  204. # [19:33] * Joins: eminor (~eminor@p54BC5CAE.dip0.t-ipconnect.de)
  205. # [19:43] * Joins: josemanuel (~josemanue@84.166.221.87.dynamic.jazztel.es)
  206. # [19:47] * Quits: ^esc_ (~esc_ape@77.117.246.86.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
  207. # [19:50] * Quits: NimeshNeema (uid2689@gateway/web/irccloud.com/x-znjjnqpfzkrxpsng) (Quit: Connection closed for inactivity)
  208. # [19:51] * Joins: ^esc (~esc_ape@77.117.246.86.wireless.dyn.drei.com)
  209. # [19:53] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 245 seconds)
  210. # [20:08] * Joins: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net)
  211. # [20:14] * Quits: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk) (Ping timeout: 276 seconds)
  212. # [20:24] * Joins: TuRnaD0 (~Thunderbi@x1-6-e0-46-9a-1e-fe-ca.k368.webspeed.dk)
  213. # [20:29] * Quits: tobie_ (~tobielang@69.63.185.104) (Quit: tobie_)
  214. # [20:37] * Quits: bentruym_ (~bentruyma@c-98-193-95-144.hsd1.il.comcast.net) (Quit: Computer has gone to sleep.)
  215. # [20:49] * Quits: Aww (~Aww@66.172.11.88) (Quit: ZNC - http://znc.in)
  216. # [20:50] * Joins: Aww (~Aww@aww.erryfanclub.com)
  217. # [20:56] * Joins: weinig (~weinig@pool-71-116-77-4.snfcca.dsl-w.verizon.net)
  218. # [21:00] * Joins: marcosc (~marcosc@bl11-208-130.dsl.telepac.pt)
  219. # [21:21] * Quits: Ms2ger (~Ms2ger@91.182.71.213) (Quit: nn)
  220. # [21:22] * Quits: reyre_ (~reyre_@CPE7cb21b1e2cf4-CM7cb21b1e2cf1.cpe.net.cable.rogers.com) (Remote host closed the connection)
  221. # [21:26] * Joins: zkis (~zkis@86.34.206.148)
  222. # [21:30] * Quits: marcosc (~marcosc@bl11-208-130.dsl.telepac.pt) (Remote host closed the connection)
  223. # [21:39] * Quits: lerc (~quassel@121.74.233.23) (Read error: Connection reset by peer)
  224. # [21:39] * Joins: lerc (~quassel@121-74-233-23.telstraclear.net)
  225. # [21:51] * Quits: zkis (~zkis@86.34.206.148) (Ping timeout: 246 seconds)
  226. # [21:54] * ojan_away is now known as ojan
  227. # [21:55] * Quits: weinig (~weinig@pool-71-116-77-4.snfcca.dsl-w.verizon.net) (Quit: weinig)
  228. # [22:03] * Joins: Kolombiken (~Adium@c80-216-10-244.bredband.comhem.se)
  229. # [22:10] * Quits: enr (~enr@78.157.217.237) (Ping timeout: 246 seconds)
  230. # [22:10] * Quits: linclark (clark@conference/nyccamp/x-bomdkmkuykvspplq) (Quit: linclark)
  231. # [22:10] * Quits: josemanuel (~josemanue@84.166.221.87.dynamic.jazztel.es) (Quit: Saliendo)
  232. # [22:12] * Joins: enr (~enr@74.63.42.132)
  233. # [22:14] * Parts: Kolombiken (~Adium@c80-216-10-244.bredband.comhem.se)
  234. # [22:15] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  235. # [22:18] * Joins: tantek (~tantek@rrcs-64-183-1-194.west.biz.rr.com)
  236. # [22:18] * Joins: zkis (~zkis@86.34.206.148)
  237. # [22:28] * Joins: weinig (~weinig@98.234.121.20)
  238. # [22:29] * Joins: reyre_ (~reyre_@bas1-streetsville52-1175988167.dsl.bell.ca)
  239. # [22:35] * Quits: zkis (~zkis@86.34.206.148) (Ping timeout: 260 seconds)
  240. # [22:36] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: Textual IRC Client: http://www.textualapp.com/)
  241. # [22:40] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
  242. # [22:42] * Joins: marcosc (~marcosc@bl11-208-130.dsl.telepac.pt)
  243. # [22:46] * Quits: gallant (~galant@77.29.143.233) (Changing host)
  244. # [22:46] * Joins: gallant (~galant@unaffiliated/dekiss)
  245. # [22:49] * Quits: AladinBouzerd (~aladinbou@41.104.45.22) (Ping timeout: 248 seconds)
  246. # [22:50] * Quits: eminor (~eminor@p54BC5CAE.dip0.t-ipconnect.de) (Quit: eminor)
  247. # [22:53] * Joins: SimonSapin (~simon@78-86-8-94.zone2.bethere.co.uk)
  248. # [22:56] * Joins: AladinBouzerd (~aladinbou@41.104.45.22)
  249. # [22:57] * Quits: AladinBouzerd (~aladinbou@41.104.45.22) (Read error: Connection reset by peer)
  250. # [22:57] * Joins: AladinBouzerd (~aladinbou@41.104.45.22)
  251. # [23:00] * Quits: dogfoodhh (~dogfood@e177217018.adsl.alicedsl.de) (Ping timeout: 240 seconds)
  252. # [23:05] * Joins: AladinBouzerd_ (~aladinbou@41.104.45.22)
  253. # [23:08] * Quits: marcosc (~marcosc@bl11-208-130.dsl.telepac.pt) (Remote host closed the connection)
  254. # [23:08] * Joins: linclark (clark@conference/nyccamp/x-ahyttuueqpnfdzgx)
  255. # [23:08] * Quits: AladinBouzerd (~aladinbou@41.104.45.22) (Ping timeout: 276 seconds)
  256. # [23:18] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  257. # [23:18] * Joins: AladinBouzerd__ (~aladinbou@41.104.45.22)
  258. # [23:18] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
  259. # [23:19] * Joins: marcosc (~marcosc@bl11-208-130.dsl.telepac.pt)
  260. # [23:21] * Quits: AladinBouzerd_ (~aladinbou@41.104.45.22) (Ping timeout: 240 seconds)
  261. # [23:23] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  262. # [23:23] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
  263. # [23:25] * Joins: cheron (~cheron@unaffiliated/cheron)
  264. # [23:25] * Quits: weinig (~weinig@98.234.121.20) (Quit: weinig)
  265. # [23:31] * Joins: scor (~scor@drupal.org/user/52142/view)
  266. # [23:33] * Quits: enr (~enr@74.63.42.132) (Quit: leaving)
  267. # [23:38] * Quits: OnlyMax (~OnlyMax@187-126-220-4.user.veloxzone.com.br) (Quit: Leaving)
  268. # [23:43] * Joins: nessy (~silviapf@202-159-131-199.dyn.iinet.net.au)
  269. # [23:44] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
  270. # [23:45] * Quits: marcosc (~marcosc@bl11-208-130.dsl.telepac.pt) (Remote host closed the connection)
  271. # [23:48] * Joins: vitorpacheco (~vitor@189-105-100-99.user.veloxzone.com.br)
  272. # [23:53] * Quits: AladinBouzerd__ (~aladinbou@41.104.45.22) (Read error: Connection reset by peer)
  273. # [23:59] * Joins: marcosc (~marcosc@bl11-208-130.dsl.telepac.pt)
  274. # [23:59] * Quits: tantek (~tantek@rrcs-64-183-1-194.west.biz.rr.com) (Quit: tantek)
  275. # Session Close: Mon Jul 15 00:00:01 2013

The end :)