/irc-logs / freenode / #whatwg / 2015-04-12 / end

Options:

Previous day, Next day

  1. # Session Start: Sun Apr 12 00:00:00 2015
  2. # Session Ident: #whatwg
  3. # [00:04] * Joins: Hory_ (Hory@2a02:2f0c:20cf:ffff::50c:c907)
  4. # [00:13] * Parts: ronaldlokers (~ronaldlok@sauron.ronaldlokers.eu) ("undefined")
  5. # [00:18] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
  6. # [00:18] * Joins: KevinMarks_ (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net)
  7. # [00:22] * Joins: satazor (~satazor@117.195.115.89.rev.vodafone.pt)
  8. # [00:24] * Quits: satazor (~satazor@117.195.115.89.rev.vodafone.pt) (Remote host closed the connection)
  9. # [00:24] * Joins: satazor (~satazor@117.195.115.89.rev.vodafone.pt)
  10. # [00:58] * Quits: Maurice` (copyman@unaffiliated/maurice)
  11. # [01:20] * Joins: _Y_ (~chatzilla@93-86-81-48.dynamic.isp.telekom.rs)
  12. # [01:20] <_Y_> hello
  13. # [01:20] <jgraham> Why hello! ;)
  14. # [01:21] <_Y_> what a surprise ;)
  15. # [01:21] <_Y_> annevk, you there?
  16. # [01:21] <jgraham> I expect annevk is asleep at the moment, it being rathter late in Europe
  17. # [01:21] <_Y_> oh, right, I forgot
  18. # [01:21] * Quits: MajorT (~MajorT@94-225-162-2.access.telenet.be)
  19. # [01:22] <jgraham> But if you ask questions than I think people read the logs / scrollback
  20. # [01:22] <_Y_> *nods*
  21. # [01:23] <_Y_> Background: I'm writing a parser for a very relaxed XML parser called XML5
  22. # [01:24] <_Y_> I'm working on implementing a entity references in attributes
  23. # [01:24] <_Y_> attributes can be single-quoted/double-quoted/unquoted
  24. # [01:25] <_Y_> So assuming someone wrote something akin to <a link=&foo > and forgot to add semicolon after &foo
  25. # [01:26] <_Y_> I want to recover and do something sensible
  26. # [01:26] <_Y_> so is it better for entity references to have a set of allowed characters or a set of characters that terminate them?
  27. # [01:27] <_Y_> And if so what would preferably this set be?
  28. # [01:33] <_Y_> Nvm the last question.
  29. # [01:34] <_Y_> spec is currently hosted at: https://ygg01.github.io/xml5_draft/
  30. # [01:35] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
  31. # [01:36] <jgraham> FWIW I wonder if "do what HTML does
  32. # [01:36] <jgraham> " is a good enough answer
  33. # [01:39] <_Y_> usually it is
  34. # [01:40] <_Y_> I think this is complicated in HTML entity refs
  35. # [01:41] <jgraham> Well in HTML there's just a fixed list of entities and you find the longest match
  36. # [01:41] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
  37. # [01:41] <jgraham> It's probably the system with the best error recovery
  38. # [01:42] <_Y_> right, but theoretically, you could extend the entity references
  39. # [01:45] <jgraham> Who could?
  40. # [01:45] <_Y_> If we allow a subset of DTD
  41. # [01:46] <_Y_> XML author
  42. # [01:46] <jgraham> Ah, well I wouldn't allow any of that
  43. # [01:46] <jgraham> Far too much trouble for almost no value
  44. # [01:48] <_Y_> Hm, so people rarely use DTD to define Entity references?
  45. # [01:48] <_Y_> I'm not aware of the use cases
  46. # [01:49] * Joins: satazor_ (~satazor@114.248.108.93.rev.vodafone.pt)
  47. # [01:49] <jgraham> See also http://blog.jclark.com/2010/12/more-on-microxml.html which is another post-XML thing that never took off but that also suggests dropping the internal and external subsets
  48. # [01:50] * Quits: satazor (~satazor@117.195.115.89.rev.vodafone.pt) (Ping timeout: 240 seconds)
  49. # [01:51] * Joins: satazor (~satazor@117.195.115.89.rev.vodafone.pt)
  50. # [01:54] * Quits: satazor_ (~satazor@114.248.108.93.rev.vodafone.pt) (Ping timeout: 246 seconds)
  51. # [01:54] <jgraham> I think really the only question here is whether, given some known entity &foo; &foowhatever is equivalent to &foo;whatever or not
  52. # [01:59] <_Y_> sounds good
  53. # [02:00] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Read error: Connection reset by peer)
  54. # [02:00] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
  55. # [02:06] <_Y_> jgraham: Your opinion as well, should I support additional references from HTML/SVG/MathML?
  56. # [02:06] <_Y_> In your opinion*
  57. # [02:07] <_Y_> should say &dash; and others be recognized in XML5?
  58. # [02:07] * Joins: satazor_ (~satazor@bl6-111-97.dsl.telepac.pt)
  59. # [02:09] * Quits: satazor (~satazor@117.195.115.89.rev.vodafone.pt) (Ping timeout: 240 seconds)
  60. # [02:22] * Quits: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
  61. # [02:22] * Quits: Hory_ (Hory@2a02:2f0c:20cf:ffff::50c:c907) (Read error: Connection reset by peer)
  62. # [02:22] * Quits: Hory (Hory@2a02:2f0c:20cf:ffff::50c:c907) (Read error: Connection reset by peer)
  63. # [02:34] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
  64. # [02:34] * Joins: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net)
  65. # [02:37] * Joins: scor (~scor@drupal.org/user/52142/view)
  66. # [02:38] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
  67. # [02:39] * Joins: scor (~scor@drupal.org/user/52142/view)
  68. # [02:43] * Joins: Goplat (~goplat@reactos/developer/Goplat)
  69. # [02:46] * Joins: raz_master (~raz@189.208.240.46)
  70. # [02:46] * Quits: raz_master (~raz@189.208.240.46) (Client Quit)
  71. # [02:48] * Quits: _Y_ (~chatzilla@93-86-81-48.dynamic.isp.telekom.rs) (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.4/20150320202338])
  72. # [02:50] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  73. # [03:16] * Joins: KevinMarks__ (~yaaic@2607:fb90:509:8a2e:8de8:fa8b:9b7b:cef9)
  74. # [03:17] * Joins: ohaibbq (~ohaibbq@2601:9:a80:a8f:3587:621c:c293:1bd8)
  75. # [03:18] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 256 seconds)
  76. # [03:29] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
  77. # [03:31] * Joins: satazor (~satazor@117.195.115.89.rev.vodafone.pt)
  78. # [03:34] * Quits: satazor_ (~satazor@bl6-111-97.dsl.telepac.pt) (Ping timeout: 272 seconds)
  79. # [03:41] * Quits: satazor (~satazor@117.195.115.89.rev.vodafone.pt) (Remote host closed the connection)
  80. # [03:44] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
  81. # [03:45] * Quits: seventh (seventh@128.90.90.22) (Remote host closed the connection)
  82. # [03:47] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  83. # [03:49] * Quits: KevinMarks__ (~yaaic@2607:fb90:509:8a2e:8de8:fa8b:9b7b:cef9) (Ping timeout: 245 seconds)
  84. # [03:58] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
  85. # [03:58] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  86. # [04:09] <paul_irish> I wish we renamed script[defer] back when we discovered it was unusable.
  87. # [04:10] <paul_irish> (the impl in IE8 and IE9 is broken such that the attribute cannot be used reliably)
  88. # [04:10] * Joins: KevinMarks (~yaaic@2607:fb90:53f:d288:1e84:bfdf:eb45:42e9)
  89. # [04:11] * Quits: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
  90. # [04:15] * Quits: KevinMarks (~yaaic@2607:fb90:53f:d288:1e84:bfdf:eb45:42e9) (Ping timeout: 245 seconds)
  91. # [04:21] * Joins: KevinMarks (~yaaic@mdb0436d0.tmodns.net)
  92. # [04:23] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  93. # [04:24] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Read error: Connection reset by peer)
  94. # [04:24] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
  95. # [04:31] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Remote host closed the connection)
  96. # [04:32] * Joins: tommyliu (~tommyliu@219.133.107.224)
  97. # [04:36] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
  98. # [04:36] * Quits: tommyliu (~tommyliu@219.133.107.224) (Remote host closed the connection)
  99. # [04:36] * Joins: tommyliu (~tommyliu@219.133.107.224)
  100. # [04:38] * Quits: Mateon1 (~Mateon1@unaffiliated/mateon1) (Ping timeout: 264 seconds)
  101. # [04:38] * Quits: ohaibbq (~ohaibbq@2601:9:a80:a8f:3587:621c:c293:1bd8) (Remote host closed the connection)
  102. # [04:38] * Quits: tommyliu (~tommyliu@219.133.107.224) (Read error: Connection reset by peer)
  103. # [04:41] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com) (Ping timeout: 264 seconds)
  104. # [04:49] <paul_irish> Relatedly, what is the justification for script[async] being unallowed on inline scripts?
  105. # [04:52] * Joins: Mateon1 (~Mateon1@unaffiliated/mateon1)
  106. # [04:53] * Joins: jacobolus (~jacobolus@126.sub-70-197-8.myvzw.com)
  107. # [04:54] * Joins: tommyliu (~tommyliu@23.252.122.27)
  108. # [04:54] <paul_irish> Semantics, looks like: https://www.w3.org/Bugs/Public/show_bug.cgi?id=7792 :/
  109. # [04:59] * Quits: tommyliu (~tommyliu@23.252.122.27) (Ping timeout: 264 seconds)
  110. # [05:33] * Joins: psy_ (~psy@103.6.159.177)
  111. # [05:41] * Joins: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com)
  112. # [05:51] * Quits: xtrm0 (uid12574@gateway/web/irccloud.com/x-jgmvskzewpwhhnei) (Quit: Connection closed for inactivity)
  113. # [06:43] * Joins: tripu (~tripu@p7223-ipngn11001marunouchi.tokyo.ocn.ne.jp)
  114. # [06:45] * Joins: tommyliu (~tommyliu@113.92.172.254)
  115. # [06:47] * Joins: ohaibbq (~ohaibbq@98.248.65.213)
  116. # [06:48] * Joins: tommyliu_ (~tommyliu@14.155.160.176)
  117. # [06:51] * Quits: tommyliu (~tommyliu@113.92.172.254) (Ping timeout: 265 seconds)
  118. # [07:01] * Quits: jacobolus (~jacobolus@126.sub-70-197-8.myvzw.com) (Remote host closed the connection)
  119. # [07:19] * Joins: tommyliu (~tommyliu@14.153.210.121)
  120. # [07:22] * Quits: tommyliu_ (~tommyliu@14.155.160.176) (Ping timeout: 264 seconds)
  121. # [07:33] * Joins: eric_carlson (~ericc@66.60.167.205)
  122. # [07:37] * Quits: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com) (Ping timeout: 276 seconds)
  123. # [07:48] * Joins: wanderview_ (sid22777@gateway/web/irccloud.com/x-ydbbvyubnetblnsf)
  124. # [07:49] * Joins: bterlson_ (sid23757@gateway/web/irccloud.com/x-yfysmitvqcakkona)
  125. # [07:49] * Joins: mattur_ (sid16049@gateway/web/irccloud.com/x-sqrbuepbtrmmlgwf)
  126. # [07:49] * Joins: asabil_ (sid11150@gateway/web/irccloud.com/x-vbjgalshvwpvhrtu)
  127. # [07:49] * Joins: bnicholson2 (~bnicholso@c-24-130-60-241.hsd1.ca.comcast.net)
  128. # [07:50] * Joins: mvujovic_ (sid13458@gateway/web/irccloud.com/x-ubynfbtxodalqsao)
  129. # [07:50] * Joins: arv_ (sid4269@gateway/web/irccloud.com/x-gndyqienkovgbodq)
  130. # [07:50] * Joins: TabAtkins_ (sid11559@gateway/web/irccloud.com/x-jikierevnrvdlrbl)
  131. # [07:50] * Joins: ojan__ (sid5519@gateway/web/irccloud.com/x-nqnxjeofhberyymj)
  132. # [07:50] * Joins: pdr__ (sid7901@gateway/web/irccloud.com/x-cczcdopjpizaxzjr)
  133. # [07:50] * Joins: kirjs_______ (sid25169@gateway/web/irccloud.com/x-rwcxmbbbnspejauc)
  134. # [07:51] * Joins: calvinmetcalf_ (sid25915@gateway/web/irccloud.com/x-aeejjtanvpokxsqx)
  135. # [07:51] * Joins: wycats_ (sid79@gateway/web/irccloud.com/x-xapqavnsrddphnjq)
  136. # [07:51] * Joins: tyoshino_ (sid19222@gateway/web/irccloud.com/x-ctnwnynqcklxqnzy)
  137. # [07:51] * Joins: daleharvey_ (sid513@gateway/web/irccloud.com/x-jvipnfmoranpmhgx)
  138. # [07:52] * Joins: dwim1 (~dwim@210.94.41.89)
  139. # [07:53] * Joins: esprehn_ (sid10445@gateway/web/irccloud.com/x-eulsiujrakdqkuov)
  140. # [07:53] * Joins: c74d3 (~c74d3a4eb@2002:4404:712c:0:76de:2bff:fed4:2766)
  141. # [07:53] * Quits: eBureau (~Bruno@181.164.77.172) (Quit: Textual IRC Client: www.textualapp.com)
  142. # [07:54] * Quits: eric_carlson (~ericc@66.60.167.205) (Quit: eric_carlson)
  143. # [07:55] * Joins: nunnun- (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
  144. # [07:55] * Joins: dustinm`_ (~dustinm@2607:5300:100:200::160d)
  145. # [07:56] * Joins: eric_carlson (~ericc@66.60.167.205)
  146. # [07:56] * Quits: bnicholson (~bnicholso@c-24-130-60-241.hsd1.ca.comcast.net) (*.net *.split)
  147. # [07:56] * Quits: dwim (~dwim@210.94.41.89) (*.net *.split)
  148. # [07:56] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
  149. # [07:56] * Quits: 14WAAMG59 (~scrollbac@gateway/web/scrollback.io/x-sairndhhqxqwjrbe) (*.net *.split)
  150. # [07:56] * Quits: nunnun (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (*.net *.split)
  151. # [07:56] * Quits: c74d (~c74d3a4eb@2002:4404:712c:0:76de:2bff:fed4:2766) (*.net *.split)
  152. # [07:56] * Quits: davve (~davve@83.218.67.123) (*.net *.split)
  153. # [07:56] * Quits: arv (sid4269@gateway/web/irccloud.com/x-eorwzpxtjneavgjl) (*.net *.split)
  154. # [07:56] * Quits: dustinm` (~dustinm@2607:5300:100:200::160d) (*.net *.split)
  155. # [07:56] * Quits: bterlson (sid23757@gateway/web/irccloud.com/x-gprjxckcggpefvpg) (*.net *.split)
  156. # [07:56] * Quits: tyoshino (sid19222@gateway/web/irccloud.com/x-kimkxxbhgxxpxrkf) (*.net *.split)
  157. # [07:56] * Quits: mattur (sid16049@gateway/web/irccloud.com/x-bamgabcqljpgnjoy) (*.net *.split)
  158. # [07:56] * Quits: twisted` (sid6794@gateway/web/irccloud.com/x-owcuefsxxkgmrfwt) (*.net *.split)
  159. # [07:56] * Quits: wycats (sid79@gateway/web/irccloud.com/x-bmftcuxlzljzhvfm) (*.net *.split)
  160. # [07:56] * Quits: ojan_ (sid5519@gateway/web/irccloud.com/x-otipcvgacmtsbdbz) (*.net *.split)
  161. # [07:56] * Quits: TabAtkins (sid11559@gateway/web/irccloud.com/x-aikydzrluwecxufg) (*.net *.split)
  162. # [07:56] * Quits: kirjs______ (sid25169@gateway/web/irccloud.com/x-bjgsixkyhziialcx) (*.net *.split)
  163. # [07:56] * Quits: calvinmetcalf (sid25915@gateway/web/irccloud.com/x-ttuqdcpjhmzathzf) (*.net *.split)
  164. # [07:56] * Quits: mvujovic (sid13458@gateway/web/irccloud.com/x-anjgmwfvthuckvez) (*.net *.split)
  165. # [07:56] * Quits: daleharvey (sid513@gateway/web/irccloud.com/x-qxtajxbywtxuavat) (*.net *.split)
  166. # [07:56] * Quits: wanderview (sid22777@gateway/web/irccloud.com/x-xgbnmgekncqpoijg) (*.net *.split)
  167. # [07:56] * Quits: asabil (sid11150@gateway/web/irccloud.com/x-yyahvgtqvhugidoa) (*.net *.split)
  168. # [07:56] * Quits: esprehn (sid10445@gateway/web/irccloud.com/x-szvtprkqnroofrbh) (*.net *.split)
  169. # [07:56] * Quits: pdr (sid7901@gateway/web/irccloud.com/x-jegxeagwobjkysmf) (*.net *.split)
  170. # [07:57] * wanderview_ is now known as wanderview
  171. # [07:57] * mattur_ is now known as mattur
  172. # [07:57] * tyoshino_ is now known as tyoshino
  173. # [07:57] * arv_ is now known as arv
  174. # [07:58] * ojan__ is now known as ojan_
  175. # [07:58] * TabAtkins_ is now known as TabAtkins
  176. # [07:58] * mvujovic_ is now known as mvujovic
  177. # [07:58] * bterlson_ is now known as bterlson
  178. # [07:59] * esprehn_ is now known as esprehn
  179. # [08:00] * asabil_ is now known as asabil
  180. # [08:00] * calvinmetcalf_ is now known as calvinmetcalf
  181. # [08:01] * daleharvey_ is now known as daleharvey
  182. # [08:02] * Joins: twisted`_ (sid6794@gateway/web/irccloud.com/x-iopkjaxrezbiifmd)
  183. # [08:02] * wycats_ is now known as wycats
  184. # [08:03] * twisted`_ is now known as twisted`
  185. # [08:04] * Quits: tantek (~tantek@70-36-139-190.dsl.dynamic.fusionbroadband.com) (Quit: tantek)
  186. # [08:05] * Joins: mpt (~mpt@canonical/mpt)
  187. # [08:06] * Quits: tommyliu (~tommyliu@14.153.210.121) (Read error: Connection reset by peer)
  188. # [08:06] * Joins: tommyliu (~tommyliu@li587-82.members.linode.com)
  189. # [08:11] * Joins: razielx (~raz@189.208.240.46)
  190. # [08:11] <annevk> paul_irish: seems more like hsivonen was concerned for document.write effects
  191. # [08:12] <annevk> I wonder if we introduced a sandbox flag for CSP to disable document.write() (either no-op or throw, don't really care) if we could introduce some interesting optimizations
  192. # [08:16] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 248 seconds)
  193. # [08:17] * Joins: hemanth (~hemanth@122.167.96.157)
  194. # [08:19] * Joins: tommyliu_ (~tommyliu@14.153.210.121)
  195. # [08:21] * Quits: tommyliu (~tommyliu@li587-82.members.linode.com) (Ping timeout: 252 seconds)
  196. # [08:25] * Quits: tommyliu_ (~tommyliu@14.153.210.121) (Remote host closed the connection)
  197. # [08:26] * Joins: tommyliu (~tommyliu@14.153.210.121)
  198. # [08:28] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
  199. # [08:30] * Quits: tommyliu (~tommyliu@14.153.210.121) (Ping timeout: 252 seconds)
  200. # [08:30] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  201. # [08:43] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  202. # [08:46] * Quits: KevinMarks (~yaaic@mdb0436d0.tmodns.net) (Ping timeout: 248 seconds)
  203. # [08:48] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  204. # [08:54] * Quits: psy_ (~psy@103.6.159.177) (Read error: No route to host)
  205. # [08:55] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
  206. # [09:11] * Quits: razielx (~raz@189.208.240.46) (Read error: Connection reset by peer)
  207. # [09:24] * Joins: KevinMarks__ (~yaaic@2607:fb90:42e:60e0:b919:e156:890c:5a16)
  208. # [09:26] * Quits: roc (~chatzilla@121-99-129-223.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
  209. # [09:26] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
  210. # [09:32] * Joins: eric_carlson (~ericc@66.60.167.205)
  211. # [09:32] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
  212. # [09:35] * Quits: igoroliveira (uid20755@gateway/web/irccloud.com/x-jilfhcbjxatmkkuf) (Quit: Connection closed for inactivity)
  213. # [09:37] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 245 seconds)
  214. # [09:41] * Quits: ohaibbq (~ohaibbq@98.248.65.213) (Quit: Leaving...)
  215. # [09:55] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
  216. # [09:56] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  217. # [09:59] * Quits: hemanth (~hemanth@122.167.96.157) (Quit: This computer has gone to sleep)
  218. # [10:00] * Joins: eric_carlson (~ericc@66.60.167.205)
  219. # [10:02] * Quits: plutoniix (~plutoniix@node-1cg3.pool-101-108.dynamic.totbb.net) (Read error: Connection reset by peer)
  220. # [10:02] * Joins: xiinotulp (~plutoniix@node-19q1.pool-101-109.dynamic.totbb.net)
  221. # [10:05] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 264 seconds)
  222. # [10:07] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 245 seconds)
  223. # [10:08] * Joins: Ms2ger (~Ms2ger@193.190.253.150)
  224. # [10:13] * Joins: eric_carlson (~ericc@66.60.167.205)
  225. # [10:18] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 272 seconds)
  226. # [10:24] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
  227. # [10:27] * Joins: Maurice` (copyman@unaffiliated/maurice)
  228. # [10:29] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Ping timeout: 272 seconds)
  229. # [10:36] * Joins: hemanth (~hemanth@122.167.96.157)
  230. # [10:40] * Joins: eric_carlson (~ericc@66.60.167.205)
  231. # [10:44] * Joins: roc (~chatzilla@121-99-129-223.bng1.tvc.orcon.net.nz)
  232. # [10:45] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 245 seconds)
  233. # [10:49] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  234. # [10:50] * Joins: psy_ (~psy@103.6.159.177)
  235. # [10:52] * Quits: hemanth (~hemanth@122.167.96.157) (Quit: This computer has gone to sleep)
  236. # [10:52] * Quits: KevinMarks__ (~yaaic@2607:fb90:42e:60e0:b919:e156:890c:5a16) (Ping timeout: 245 seconds)
  237. # [10:52] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
  238. # [10:53] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  239. # [10:56] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
  240. # [10:56] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
  241. # [11:21] * Joins: eric_carlson (~ericc@66.60.167.205)
  242. # [11:23] * Quits: ^esc (~esc-ape@178.115.128.8.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
  243. # [11:24] * Joins: tommyliu (~tommyliu@23.252.122.27)
  244. # [11:26] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 252 seconds)
  245. # [11:26] * Quits: tommyliu (~tommyliu@23.252.122.27) (Read error: Connection reset by peer)
  246. # [11:26] * Joins: tommyliu (~tommyliu@23.252.122.27)
  247. # [11:34] * Joins: tommyliu_ (~tommyliu@219.133.107.224)
  248. # [11:35] * Quits: tommyliu (~tommyliu@23.252.122.27) (Ping timeout: 256 seconds)
  249. # [11:48] * Joins: eric_carlson (~ericc@66.60.167.205)
  250. # [11:53] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 256 seconds)
  251. # [12:01] * Joins: pehowalad (31c877b4@gateway/web/freenode/ip.49.200.119.180)
  252. # [12:02] * Joins: eric_carlson (~ericc@66.60.167.205)
  253. # [12:06] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 250 seconds)
  254. # [12:06] * Parts: pehowalad (31c877b4@gateway/web/freenode/ip.49.200.119.180)
  255. # [12:25] * Joins: hemanth (~hemanth@122.167.96.157)
  256. # [12:29] * Joins: eric_carlson (~ericc@66.60.167.205)
  257. # [12:33] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 250 seconds)
  258. # [12:33] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 248 seconds)
  259. # [12:51] * Joins: dlitz (~dwon@goedel.dlitz.net)
  260. # [12:56] * Joins: stalled (~stalled@unaffiliated/stalled)
  261. # [12:57] * Joins: eric_carlson (~ericc@66.60.167.205)
  262. # [13:01] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 252 seconds)
  263. # [13:10] * Joins: eric_carlson (~ericc@66.60.167.205)
  264. # [13:14] * Joins: ^esc (~esc-ape@77.119.128.151.wireless.dyn.drei.com)
  265. # [13:14] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 265 seconds)
  266. # [13:16] * Quits: psy_ (~psy@103.6.159.177) (Ping timeout: 248 seconds)
  267. # [13:17] * Quits: Mateon1 (~Mateon1@unaffiliated/mateon1) (Ping timeout: 248 seconds)
  268. # [13:17] * Joins: psy_ (~psy@103.6.159.177)
  269. # [13:17] * Joins: smaug____ (~chatzilla@62-78-246-79.bb.dnainternet.fi)
  270. # [13:21] * Joins: Mateon1 (~Mateon1@unaffiliated/mateon1)
  271. # [13:29] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
  272. # [13:32] * Quits: ^esc (~esc-ape@77.119.128.151.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
  273. # [13:34] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Ping timeout: 250 seconds)
  274. # [13:37] * Joins: eric_carlson (~ericc@66.60.167.205)
  275. # [13:40] * Quits: psy_ (~psy@103.6.159.177) (Ping timeout: 250 seconds)
  276. # [13:42] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 256 seconds)
  277. # [13:42] * Joins: psy_ (~psy@103.6.159.177)
  278. # [13:50] * Joins: satazor (~satazor@117.195.115.89.rev.vodafone.pt)
  279. # [13:53] * Joins: xtrm0 (uid12574@gateway/web/irccloud.com/x-rcxdlewnsqywqmgj)
  280. # [14:18] * Joins: eric_carlson (~ericc@66.60.167.205)
  281. # [14:21] * Joins: igoroliveira (uid20755@gateway/web/irccloud.com/x-awjberlztxhaexxd)
  282. # [14:22] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 245 seconds)
  283. # [14:27] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
  284. # [14:32] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 245 seconds)
  285. # [14:35] * Joins: alrra (uid62345@gateway/web/irccloud.com/x-bzbkzhqnyipfbtsd)
  286. # [14:39] * Joins: jdaggett_ (~jdaggett@ad056175.dynamic.ppp.asahi-net.or.jp)
  287. # [14:40] * xiinotulp is now known as plutoniix
  288. # [14:41] * Quits: tommyliu_ (~tommyliu@219.133.107.224) (Remote host closed the connection)
  289. # [14:41] * Joins: tommyliu (~tommyliu@219.133.107.224)
  290. # [14:42] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
  291. # [14:44] * Quits: tommyliu (~tommyliu@219.133.107.224) (Read error: No route to host)
  292. # [14:44] * Joins: tommyliu_ (~tommyliu@219.133.107.224)
  293. # [14:45] * Joins: eric_carlson (~ericc@66.60.167.205)
  294. # [14:49] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 252 seconds)
  295. # [14:50] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
  296. # [14:51] * Quits: satazor (~satazor@117.195.115.89.rev.vodafone.pt) (Remote host closed the connection)
  297. # [14:52] * Joins: Hory (Hory@2a02:2f0c:20bf:ffff::bc19:888e)
  298. # [14:55] * Joins: karlcow (~karl@nerval.la-grange.net)
  299. # [14:58] * Joins: satazor (~satazor@117.195.115.89.rev.vodafone.pt)
  300. # [15:18] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  301. # [15:19] * Quits: satazor (~satazor@117.195.115.89.rev.vodafone.pt) (Remote host closed the connection)
  302. # [15:21] * Quits: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
  303. # [15:26] * Joins: eric_carlson (~ericc@66.60.167.205)
  304. # [15:26] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 256 seconds)
  305. # [15:29] * Quits: dlitz (~dwon@goedel.dlitz.net) (Remote host closed the connection)
  306. # [15:29] * Joins: karlcow (~karl@nerval.la-grange.net)
  307. # [15:30] * Quits: eric_carlson (~ericc@66.60.167.205) (Ping timeout: 250 seconds)
  308. # [15:39] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Quit: Leaving...)
  309. # [15:41] * Joins: eric_carlson (~ericc@66.60.167.205)
  310. # [15:42] * Quits: tommyliu_ (~tommyliu@219.133.107.224) (Remote host closed the connection)
  311. # [15:48] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  312. # [15:50] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
  313. # [15:53] * Quits: smaug____ (~chatzilla@62-78-246-79.bb.dnainternet.fi) (Ping timeout: 265 seconds)
  314. # [16:06] * Quits: jdaggett_ (~jdaggett@ad056175.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett_)
  315. # [16:14] * Joins: jdaggett_ (~jdaggett@ad056175.dynamic.ppp.asahi-net.or.jp)
  316. # [16:17] * Quits: eric_carlson (~ericc@66.60.167.205) (Quit: eric_carlson)
  317. # [16:19] * Quits: psy_ (~psy@103.6.159.177) (Ping timeout: 245 seconds)
  318. # [16:20] * Joins: satazor (~satazor@117.195.115.89.rev.vodafone.pt)
  319. # [16:30] * Quits: satazor (~satazor@117.195.115.89.rev.vodafone.pt)
  320. # [16:32] * Quits: tripu (~tripu@p7223-ipngn11001marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving)
  321. # [16:47] * Quits: jdaggett_ (~jdaggett@ad056175.dynamic.ppp.asahi-net.or.jp) (Quit: jdaggett_)
  322. # [16:48] * Joins: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com)
  323. # [16:49] * Joins: ericandrewlewis (~Adium@ool-68f621b8.dyn.optonline.net)
  324. # [16:50] <ericandrewlewis> Why does an iframe lose its document when the node moves around in the DOM? (i.e. https://dl.dropboxusercontent.com/u/1062618/document-bye.mp4)
  325. # [17:00] <jgraham> Because not doing that isn't web compatible
  326. # [17:01] <jgraham> I'm not sure that there's a better answer
  327. # [17:01] <ericandrewlewis> I am intrigued by the sound of it - can you go verbose on that?
  328. # [17:02] <caitp-> on the world wide web, a lot of mistakes were made, and continue to be made, that stick around to haunt you forever and can never be corrected
  329. # [17:02] <jgraham> Well I don't remember exactly, I just remember that we had to fix the behaviour for (presto) Opera to match other browsers
  330. # [17:02] <jgraham> Which suggests that there was a site that got broken if you didn't do a reload in that case
  331. # [17:03] <ericandrewlewis> So this is an implementation detail at the browser level rather than a spec-defined behavior?
  332. # [17:04] <jgraham> It will be a spec-defined behaviour now
  333. # [17:04] <jgraham> The idea is that there aren't user-observable undefined behaviours on the web-platform
  334. # [17:05] <ericandrewlewis> dig it
  335. # [17:05] * Joins: Knucks (~Chicken_K@188-179-79-245-dynamic.dk.customer.tdc.net)
  336. # [17:09] * Joins: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com)
  337. # [17:10] * Joins: tommyliu (~tommyliu@219.133.107.224)
  338. # [17:15] * Quits: tommyliu (~tommyliu@219.133.107.224) (Ping timeout: 252 seconds)
  339. # [17:18] * Quits: hemanth (~hemanth@122.167.96.157) (Quit: This computer has gone to sleep)
  340. # [17:25] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 245 seconds)
  341. # [17:26] * Joins: wilsonpage (~wilsonpag@231.250.189.80.dyn.plus.net)
  342. # [17:31] * Quits: wilsonpage (~wilsonpag@231.250.189.80.dyn.plus.net) (Read error: Connection reset by peer)
  343. # [17:32] * Joins: wilsonpage (~wilsonpag@231.250.189.80.dyn.plus.net)
  344. # [17:34] * Joins: wilsonpa_ (~wilsonpag@107.163.208.46.dyn.plus.net)
  345. # [17:36] * Quits: wilsonpage (~wilsonpag@231.250.189.80.dyn.plus.net) (Ping timeout: 264 seconds)
  346. # [17:36] * Quits: wilsonpa_ (~wilsonpag@107.163.208.46.dyn.plus.net) (Read error: Connection reset by peer)
  347. # [17:38] * Joins: wilsonpage (~wilsonpag@107.163.208.46.dyn.plus.net)
  348. # [17:46] * Krinkle|detached is now known as Krinkle
  349. # [17:52] * Quits: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com) (Quit: bradleymeck)
  350. # [18:07] * Joins: davve (~davve@83.218.67.123)
  351. # [18:52] * Quits: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
  352. # [18:52] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  353. # [18:53] * Joins: razielx (~raz@189.208.240.46)
  354. # [19:12] * Parts: ericandrewlewis (~Adium@ool-68f621b8.dyn.optonline.net)
  355. # [19:29] * Joins: scor (~scor@drupal.org/user/52142/view)
  356. # [19:29] * Quits: scor (~scor@drupal.org/user/52142/view) (Remote host closed the connection)
  357. # [19:40] * Joins: yoav_ (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  358. # [19:46] * Joins: MajorT (MajorT@94-225-162-2.access.telenet.be)
  359. # [19:49] * Joins: satazor (~satazor@117.195.115.89.rev.vodafone.pt)
  360. # [19:51] * Joins: Goplat (~goplat@reactos/developer/Goplat)
  361. # [19:53] * Quits: yoav_ (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
  362. # [19:57] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  363. # [19:58] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 248 seconds)
  364. # [20:00] * Krinkle is now known as Krinkle|detached
  365. # [20:01] * Quits: bnicholson2 (~bnicholso@c-24-130-60-241.hsd1.ca.comcast.net) (Quit: This computer has gone to sleep)
  366. # [20:04] * Quits: wilsonpage (~wilsonpag@107.163.208.46.dyn.plus.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  367. # [20:22] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  368. # [20:23] * Quits: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 265 seconds)
  369. # [20:24] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
  370. # [20:34] * Joins: bnicholson2 (~bnicholso@c-24-130-60-241.hsd1.ca.comcast.net)
  371. # [20:35] * Quits: igoroliveira (uid20755@gateway/web/irccloud.com/x-awjberlztxhaexxd) (Quit: Connection closed for inactivity)
  372. # [20:36] * Joins: KevinMarks__ (~yaaic@2607:fb90:526:c046:d05a:3838:648d:e65d)
  373. # [20:39] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
  374. # [20:47] * Joins: brcweggs (~brcweggs@pool-71-177-224-47.lsanca.fios.verizon.net)
  375. # [20:54] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  376. # [20:55] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
  377. # [20:56] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  378. # [20:58] * Joins: psy_ (~psy@103.6.159.177)
  379. # [20:58] * Quits: brcweggs (~brcweggs@pool-71-177-224-47.lsanca.fios.verizon.net) (Quit: Be back later ...)
  380. # [20:59] * Joins: brcweggs (~brcweggs@pool-71-177-224-47.lsanca.fios.verizon.net)
  381. # [21:02] * Joins: wilsonpage (~wilsonpag@107.163.208.46.dyn.plus.net)
  382. # [21:15] * Quits: wilsonpage (~wilsonpag@107.163.208.46.dyn.plus.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  383. # [21:17] * Joins: seventh (seventh@199.48.244.252)
  384. # [21:20] * Quits: KevinMarks__ (~yaaic@2607:fb90:526:c046:d05a:3838:648d:e65d) (Ping timeout: 245 seconds)
  385. # [21:22] * Joins: eBureau (~Bruno@181.164.77.172)
  386. # [21:26] * Joins: JosephSilber (~JosephSil@ool-43513ca2.dyn.optonline.net)
  387. # [21:26] * Joins: KevinMarks (~yaaic@2607:fb90:526:c046:d05a:3838:648d:e65d)
  388. # [21:28] * Quits: Joseph_Silber (~JosephSil@ool-43513ca2.dyn.optonline.net) (Ping timeout: 252 seconds)
  389. # [21:38] * Joins: igoroliveira (uid20755@gateway/web/irccloud.com/x-fxsldcxfpvtcozmb)
  390. # [21:40] * Quits: MajorT (MajorT@94-225-162-2.access.telenet.be)
  391. # [21:53] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  392. # [21:56] * Quits: KevinMarks (~yaaic@2607:fb90:526:c046:d05a:3838:648d:e65d) (Ping timeout: 245 seconds)
  393. # [21:58] * Joins: weinig (~weinig@c-98-234-191-242.hsd1.ca.comcast.net)
  394. # [21:59] * Joins: smaug____ (~chatzilla@62-78-246-79.bb.dnainternet.fi)
  395. # [22:05] * Joins: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  396. # [22:07] * Quits: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 256 seconds)
  397. # [22:15] * Joins: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  398. # [22:16] * Quits: KevinMarks (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
  399. # [22:19] * Quits: satazor (~satazor@117.195.115.89.rev.vodafone.pt) (Remote host closed the connection)
  400. # [22:21] * Joins: satazor (~satazor@117.195.115.89.rev.vodafone.pt)
  401. # [22:23] * Joins: espadrine (~tyl@dan75-7-88-166-187-54.fbx.proxad.net)
  402. # [22:28] * Quits: satazor (~satazor@117.195.115.89.rev.vodafone.pt) (Remote host closed the connection)
  403. # [22:35] * Quits: roc (~chatzilla@121-99-129-223.bng1.tvc.orcon.net.nz) (Remote host closed the connection)
  404. # [22:36] * Quits: lerc (~quassel@121-74-237-41.telstraclear.net) (Read error: Connection reset by peer)
  405. # [22:41] * Krinkle|detached is now known as Krinkle
  406. # [22:45] * Quits: razielx (~raz@189.208.240.46) (Ping timeout: 248 seconds)
  407. # [22:53] * Joins: satazor (~satazor@117.195.115.89.rev.vodafone.pt)
  408. # [22:56] * Quits: weinig (~weinig@c-98-234-191-242.hsd1.ca.comcast.net) (Quit: weinig)
  409. # [22:57] * Krinkle is now known as Krinkle|detached
  410. # [23:01] * Quits: Knucks (~Chicken_K@188-179-79-245-dynamic.dk.customer.tdc.net) (Quit: Leaving)
  411. # [23:11] * Joins: lerc (~quassel@121-74-237-41.telstraclear.net)
  412. # [23:12] * Quits: capella-s3 (~yaaic@cpe-24-59-162-151.twcny.res.rr.com) (Read error: Connection reset by peer)
  413. # [23:14] * Quits: Maurice` (copyman@unaffiliated/maurice)
  414. # [23:20] * Quits: espadrine (~tyl@dan75-7-88-166-187-54.fbx.proxad.net) (Ping timeout: 240 seconds)
  415. # [23:27] * Joins: roc (~chatzilla@121-99-129-223.bng1.tvc.orcon.net.nz)
  416. # [23:29] * Joins: KevinMarks (~yaaic@2607:fb90:526:c046:14c8:2cf:8ea3:c197)
  417. # [23:31] * Quits: psy_ (~psy@103.6.159.177) (Ping timeout: 250 seconds)
  418. # [23:32] * Quits: KevinMarks__ (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 248 seconds)
  419. # [23:35] * Joins: capella-s3 (~yaaic@cpe-24-59-162-151.twcny.res.rr.com)
  420. # [23:42] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
  421. # [23:44] * Quits: Ms2ger (~Ms2ger@193.190.253.150) (Quit: nn)
  422. # [23:48] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
  423. # [23:51] * Quits: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  424. # Session Close: Mon Apr 13 00:00:00 2015

Previous day, Next day

Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn