/irc-logs / freenode / #whatwg / 2014-06-06 / end

Options:

  1. # Session Start: Fri Jun 06 00:00:01 2014
  2. # Session Ident: #whatwg
  3. # [00:01] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  4. # [00:07] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  5. # [00:07] * Joins: gavin_ (~gavin@76.14.87.162)
  6. # [00:07] * Joins: jeffreyatw (~jeffreyat@173.247.197.10)
  7. # [00:10] * Quits: gungan_fuq (~encryptd_@23.30.224.246) (Remote host closed the connection)
  8. # [00:12] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  9. # [00:17] * Quits: bnicholson (~bnicholso@corp.mtv2.mozilla.com) (Ping timeout: 276 seconds)
  10. # [00:17] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
  11. # [00:17] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
  12. # [00:26] <TabAtkins> JakeA: I don't know why you want a "soft fail" behavior for crossorigin stylesheets there.
  13. # [00:31] * Quits: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU) (Quit: tantek)
  14. # [00:34] * Quits: sankha93 (~sankha93@fsf/emeritus/sankha93) (Remote host closed the connection)
  15. # [00:34] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 240 seconds)
  16. # [00:35] * Joins: bnicholson (~bnicholso@corp.mtv2.mozilla.com)
  17. # [00:37] * Joins: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95)
  18. # [00:37] * Joins: mven_ (~textual@169.241.49.217)
  19. # [00:38] * Joins: gavin__ (~gavin@76.14.87.162)
  20. # [00:38] * Quits: jwalden (~waldo@corp.mtv2.mozilla.com) (Quit: Reconnecting…)
  21. # [00:38] * Joins: jwalden (~waldo@corp.mtv2.mozilla.com)
  22. # [00:39] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
  23. # [00:41] * Quits: jwatt (~roslea@207.218.72.65) (Ping timeout: 240 seconds)
  24. # [00:42] * Quits: gavin__ (~gavin@76.14.87.162) (Remote host closed the connection)
  25. # [00:42] * Joins: gavin__ (~gavin@76.14.87.162)
  26. # [00:42] * Quits: mven_ (~textual@169.241.49.217) (Ping timeout: 240 seconds)
  27. # [00:43] * Quits: gavin_ (~gavin@76.14.87.162) (Ping timeout: 276 seconds)
  28. # [00:45] * Joins: seventh (seventh@207-207-24-66.fwd.datafoundry.com)
  29. # [00:45] * Quits: ehsan (~ehsan@66.207.208.102) (Ping timeout: 252 seconds)
  30. # [00:47] * Joins: nessy (~silviapf@101.164.214.231)
  31. # [00:47] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
  32. # [00:49] * Joins: ehsan (~ehsan@66.207.208.102)
  33. # [00:50] <foolip> Hixie: I don't have any ideas for https://www.w3.org/Bugs/Public/show_bug.cgi?id=24684#c22 I'm afraid
  34. # [00:50] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  35. # [00:50] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
  36. # [00:51] <foolip> annevk: I've starred it for when I need to procrastinate
  37. # [00:59] * Joins: jernoble (~jernoble@192.42.249.158)
  38. # [00:59] * Quits: seventh (seventh@207-207-24-66.fwd.datafoundry.com) (Ping timeout: 276 seconds)
  39. # [01:00] * Joins: ap__ (~ap@17.114.217.116)
  40. # [01:02] * Joins: seventh (seventh@216.166.10.176)
  41. # [01:02] <caitp> can anyone explain what "should" happen in a case like this? http://jsfiddle.net/Wz59M/1/
  42. # [01:02] * Quits: ap (~ap@2620:149:4:304:5db1:8d90:b43f:10a7) (Ping timeout: 240 seconds)
  43. # [01:02] * ap__ is now known as ap
  44. # [01:02] <caitp> other than crashing FF nightly, that probably isn't supposed to happen
  45. # [01:03] <caitp> basically, from angular's POV, chrome is doing the "wrong thing" here, and firefox is doing the "right thing", but I just want to get a feel for "why" one or the other is the right thing
  46. # [01:05] <Hixie> half-way through the script, there's no options at all
  47. # [01:05] <Hixie> then you insert one
  48. # [01:05] <Hixie> so it's selected
  49. # [01:05] <Hixie> then you insert another
  50. # [01:05] <Hixie> and, well, there's already a selected one
  51. # [01:06] <othermaciej> I would expect “don’t show me” to show
  52. # [01:07] <Hixie> this is why the insertd one is selected: "If nodes are inserted or nodes are removed causing the list of options to gain or lose one or more option elements, or if an option element in the list of options asks for a reset, then, if the select element's multiple attribute is absent, the select element's display size is 1, and no option elements in the select element's list of options have their selectedness set to true, the user agent must set the selectedness
  53. # [01:07] <caitp> I think the issue is that, `x` does already have a selected option
  54. # [01:07] <caitp> you add another option which isn't selected, but chrome decides that it is selected
  55. # [01:08] <caitp> oh, we are removing the selected option
  56. # [01:08] <othermaciej> yeah, the selected option is removed before a new one is added
  57. # [01:08] <Hixie> i don't see anything in the spec that says what should happen when you add a second selected one...
  58. # [01:08] <caitp> okay, so inserting an option into a select with no options should select that option
  59. # [01:08] <Hixie> that's probably a bug...
  60. # [01:08] <Hixie> caitp: yeah, that part is clear
  61. # [01:08] <Hixie> caitp: it's the next insertion that's unclear to me
  62. # [01:09] <Hixie> file a bug? i gotta run, meeting
  63. # [01:09] <caitp> have fun :>
  64. # [01:09] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  65. # [01:09] <othermaciej> oh, right, it’s dynamically inserting an <option> with the selected attribute
  66. # [01:15] * Joins: ChrisMorgan (~ChrisMorg@27-32-227-98.static.tpgi.com.au)
  67. # [01:15] * Quits: ChrisMorgan (~ChrisMorg@27-32-227-98.static.tpgi.com.au) (Changing host)
  68. # [01:15] * Joins: ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan)
  69. # [01:16] * Quits: ap (~ap@17.114.217.116) (Remote host closed the connection)
  70. # [01:16] * Joins: ap (~ap@2620:149:4:304:2479:937:bf7f:19ee)
  71. # [01:16] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
  72. # [01:17] <caitp> https://www.w3.org/Bugs/Public/show_bug.cgi?id=23574 seems related, although i'm not familiar enough with that section of the spec to really explain it
  73. # [01:17] * Quits: jeffreyatw (~jeffreyat@173.247.197.10) (Quit: jeffreyatw)
  74. # [01:17] * Quits: jernoble (~jernoble@192.42.249.158) (Quit: Computer has gone to sleep.)
  75. # [01:18] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
  76. # [01:18] <caitp> at least, it's related to the bug on angular, not the underlying "insertion of option[selected]" I guess
  77. # [01:19] * Joins: jwatt (~roslea@92.40.248.231.threembb.co.uk)
  78. # [01:26] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  79. # [01:27] * Joins: jeffreyatw (~jeffreyat@173.247.197.10)
  80. # [01:30] * Joins: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr)
  81. # [01:32] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
  82. # [01:33] * Quits: jwatt (~roslea@92.40.248.231.threembb.co.uk) (Ping timeout: 255 seconds)
  83. # [01:34] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Remote host closed the connection)
  84. # [01:36] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  85. # [01:37] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Remote host closed the connection)
  86. # [01:38] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
  87. # [01:38] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  88. # [01:39] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
  89. # [01:40] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
  90. # [01:41] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
  91. # [01:41] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Client Quit)
  92. # [01:42] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Ping timeout: 260 seconds)
  93. # [01:44] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
  94. # [01:46] * Quits: jsbell (jsbell@nat/google/x-arnmarwksthvqwla) (Quit: There's no place like home...)
  95. # [01:48] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
  96. # [01:49] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
  97. # [01:50] * Quits: rxgx (uid22483@gateway/web/irccloud.com/x-ndtfjvjitihqoqxc) (Quit: Connection closed for inactivity)
  98. # [01:53] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
  99. # [01:55] * Joins: jwatt (~roslea@92.40.248.231.threembb.co.uk)
  100. # [01:57] * Quits: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr) (Ping timeout: 240 seconds)
  101. # [01:58] * Joins: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr)
  102. # [02:01] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 265 seconds)
  103. # [02:02] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  104. # [02:03] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (Quit: ERC Version 5.3 (IRC client for Emacs))
  105. # [02:04] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
  106. # [02:07] * Quits: ap (~ap@2620:149:4:304:2479:937:bf7f:19ee) (Quit: ap)
  107. # [02:07] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 252 seconds)
  108. # [02:07] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Remote host closed the connection)
  109. # [02:09] * Quits: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr) (Ping timeout: 245 seconds)
  110. # [02:10] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Remote host closed the connection)
  111. # [02:10] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
  112. # [02:12] * Joins: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr)
  113. # [02:15] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Read error: Connection reset by peer)
  114. # [02:15] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  115. # [02:15] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 265 seconds)
  116. # [02:15] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
  117. # [02:17] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Read error: Connection reset by peer)
  118. # [02:18] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
  119. # [02:18] * Joins: bholley (~bholley@98.210.101.88)
  120. # [02:25] * Quits: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr) (Ping timeout: 252 seconds)
  121. # [02:27] * Joins: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr)
  122. # [02:28] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
  123. # [02:28] * Quits: jeffreyatw (~jeffreyat@173.247.197.10) (Quit: jeffreyatw)
  124. # [02:29] * Quits: bholley (~bholley@98.210.101.88) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  125. # [02:30] * Quits: ehsan (~ehsan@66.207.208.102) (Remote host closed the connection)
  126. # [02:30] * Quits: KevinMarks2 (~yaaic@2607:fb90:2824:df4:3bc1:5767:c42b:fe83) (Ping timeout: 240 seconds)
  127. # [02:33] * Joins: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net)
  128. # [02:34] * Quits: dawhite (~dawhite@74.118.22.223) (Ping timeout: 252 seconds)
  129. # [02:36] * Joins: bholley (~bholley@98.210.101.88)
  130. # [02:37] * Joins: rxgx (uid22483@gateway/web/irccloud.com/x-ywbjrlwrckqragar)
  131. # [02:38] * Quits: bholley (~bholley@98.210.101.88) (Client Quit)
  132. # [02:39] * Joins: espadrine` (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr)
  133. # [02:43] * Quits: espadrine (~ttyl@AMontsouris-158-1-93-73.w90-2.abo.wanadoo.fr) (Ping timeout: 245 seconds)
  134. # [02:55] * Quits: bnicholson (~bnicholso@corp.mtv2.mozilla.com) (Ping timeout: 260 seconds)
  135. # [02:56] * Quits: KevinMarks2 (~yaaic@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
  136. # [02:57] * Joins: xiinotulp (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
  137. # [02:59] * Quits: weinig (~weinig@17.114.218.93) (Quit: weinig)
  138. # [02:59] * Joins: KevinMarks2 (~yaaic@2607:fb90:402:52d0:76ef:6d68:b990:7c21)
  139. # [03:00] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  140. # [03:00] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
  141. # [03:00] * Quits: plutoniix (~plutoniix@node-1cbu.pool-101-108.dynamic.totbb.net) (Ping timeout: 252 seconds)
  142. # [03:02] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
  143. # [03:02] * xiinotulp is now known as plutoniix
  144. # [03:03] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Remote host closed the connection)
  145. # [03:03] * Quits: jwatt (~roslea@92.40.248.231.threembb.co.uk) (Ping timeout: 252 seconds)
  146. # [03:05] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
  147. # [03:08] * Joins: bnicholson (~bnicholso@24.130.57.109)
  148. # [03:08] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
  149. # [03:08] * Joins: Goplat (~goplat@reactos/developer/Goplat)
  150. # [03:13] * Joins: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca)
  151. # [03:13] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 276 seconds)
  152. # [03:16] * Quits: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95) (Ping timeout: 272 seconds)
  153. # [03:16] * Joins: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95)
  154. # [03:20] * Joins: gavin_ (~gavin@76.14.87.162)
  155. # [03:23] * Quits: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca) (Ping timeout: 240 seconds)
  156. # [03:24] * Quits: gavin__ (~gavin@76.14.87.162) (Ping timeout: 240 seconds)
  157. # [03:24] * Joins: raisdead (~alien@173-21-127-233.client.mchsi.com)
  158. # [03:25] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
  159. # [03:26] * Joins: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com)
  160. # [03:27] * Joins: a-ja (~Instantbi@70.230.149.227)
  161. # [03:27] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Remote host closed the connection)
  162. # [03:28] <a-ja> MikeSmith: ping
  163. # [03:30] <a-ja> MikeSmith: dunno if you noticed, but styled scope got back out of blink...due to being buggy and no progress in 6+ months. maybe need a warning for <style scoped> again?
  164. # [03:31] <MikeSmith> a-ja: dunno maybe
  165. # [03:31] <MikeSmith> I thought it was implemented elsewhere
  166. # [03:31] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
  167. # [03:31] <MikeSmith> Firefox
  168. # [03:32] <a-ja> MikeSmith: i think it's in parsers....but, beyond that???
  169. # [03:32] <MikeSmith> it's implemented at least one other engine
  170. # [03:32] <MikeSmith> I think gecko
  171. # [03:33] <MikeSmith> plus I think there's also some polyfill for it
  172. # [03:34] <a-ja> think you're right
  173. # [03:34] <MikeSmith> so my current opninion is that we shouldn't annoy devs with warning messages if they're using polyfills
  174. # [03:35] * Quits: ambv_ (~ambv@206.108.217.134) (Quit: sys.exit(0) # computer went to sleep)
  175. # [03:35] <MikeSmith> at the time when Henri first added those this-is-unimplemented warnings, I think we didn't really have polyfills
  176. # [03:36] <MikeSmith> they weren't common at least, and maybe not even the word polyfill had been coined yet
  177. # [03:36] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
  178. # [03:36] <MikeSmith> but the situation's different now
  179. # [03:37] * Quits: jwalden (~waldo@corp.mtv2.mozilla.com) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 29.0/20140428110119])
  180. # [03:40] <a-ja> i take it's way too early to consider <style nonce> and <script nonce> at this point
  181. # [03:40] * Krinkle is now known as Krinkle|detached
  182. # [03:40] <a-ja> ...as called for by CSP 1.1
  183. # [03:47] <MikeSmith> a-ja: I guess the WebAppSec WG would need to file HTML spec bugs to get that added
  184. # [03:49] <caitp> do you ever feel like maybe having 900 working groups and 1800 specs isn't the best approach
  185. # [03:50] <MikeSmith> a-ja: but anyway @nonce is also already implemented and shipped
  186. # [03:50] <MikeSmith> caitp: there aren't that many WGs that matter. Most of them can be safely ignored
  187. # [03:54] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Remote host closed the connection)
  188. # [03:55] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
  189. # [03:59] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
  190. # [04:03] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  191. # [04:03] * Quits: raisdead (~alien@173-21-127-233.client.mchsi.com) (Ping timeout: 255 seconds)
  192. # [04:07] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 245 seconds)
  193. # [04:11] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Remote host closed the connection)
  194. # [04:18] * Joins: raisdead (~alien@173-21-127-233.client.mchsi.com)
  195. # [04:19] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
  196. # [04:19] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  197. # [04:20] * Joins: gavin_ (~gavin@76.14.87.162)
  198. # [04:20] <Hixie> MikeSmith: for the record, we designed many parts of HTML specifically so that they could be "polyfilled", so at the time we called it "shimmed"
  199. # [04:20] <Hixie> s/so/though/
  200. # [04:24] * Joins: poona (~poona@unaffiliated/poona)
  201. # [04:25] * Krinkle|detached is now known as Krinkle
  202. # [04:29] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 260 seconds)
  203. # [04:29] * Joins: ambv (~ambv@173.252.71.129)
  204. # [04:31] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
  205. # [04:32] <roc> <style scoped> is shipping in Firefox I think
  206. # [04:33] <a-ja> roc: specificity probs ever resolved?
  207. # [04:33] <roc> dunno, ask heycam|away
  208. # [04:33] <roc> yeah, it's actually been shipping for quite some time
  209. # [04:34] * a-ja needs to search bugs for @scope at-rule support, too
  210. # [04:41] * Joins: poona (~poona@unaffiliated/poona)
  211. # [04:44] <MikeSmith> Hixie: yeah but as far as the validatotor warnings it's just that nobody had actually started to do did much shimming of new features at the time we added those warnings
  212. # [04:44] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
  213. # [04:45] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Remote host closed the connection)
  214. # [04:45] <MikeSmith> Hixie: btw I thought Henri added those initially based on some part of the spec stating guidance for conformance checkers that they should warn about unimplemented features
  215. # [04:45] <MikeSmith> but maybe that was my imagination
  216. # [04:47] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 240 seconds)
  217. # [04:50] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
  218. # [04:53] * Joins: rcombs (~rcombs@rcombs.me)
  219. # [04:56] * Joins: jeffreyatw (~jeffreyat@199-241-200-45.PUBLIC.monkeybrains.net)
  220. # [04:58] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
  221. # [05:00] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 240 seconds)
  222. # [05:05] * Joins: rcombs (~rcombs@rcombs.me)
  223. # [05:11] * Quits: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net) (Ping timeout: 252 seconds)
  224. # [05:16] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
  225. # [05:17] * Joins: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
  226. # [05:18] * Quits: jeffreyatw (~jeffreyat@199-241-200-45.PUBLIC.monkeybrains.net) (Quit: jeffreyatw)
  227. # [05:18] * Quits: nessy (~silviapf@101.164.214.231) (Quit: Leaving.)
  228. # [05:18] * Quits: seventh (seventh@216.166.10.176) (Remote host closed the connection)
  229. # [05:18] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  230. # [05:24] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  231. # [05:24] * Joins: gavin_ (~gavin@76.14.87.162)
  232. # [05:25] * Quits: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95) (Write error: Connection reset by peer)
  233. # [05:25] * Quits: ambv (~ambv@173.252.71.129) (Quit: sys.exit(0) # computer went to sleep)
  234. # [05:26] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
  235. # [05:26] * Quits: poona (~poona@unaffiliated/poona) (Read error: Connection reset by peer)
  236. # [05:26] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
  237. # [05:28] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  238. # [05:29] * Joins: nessy (~silviapf@101.164.214.231)
  239. # [05:30] <Hixie> MikeSmith: dunno of such a section, but who knows
  240. # [05:32] * Joins: ambv (~ambv@173.252.71.129)
  241. # [05:32] * Joins: jeffreyatw (~jeffreyat@199-241-200-45.PUBLIC.monkeybrains.net)
  242. # [05:32] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 252 seconds)
  243. # [05:37] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
  244. # [05:39] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
  245. # [05:41] * Joins: poona (~poona@unaffiliated/poona)
  246. # [05:41] * Quits: jeffreyatw (~jeffreyat@199-241-200-45.PUBLIC.monkeybrains.net) (Ping timeout: 240 seconds)
  247. # [05:43] * Quits: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com) (Quit: Leaving...)
  248. # [05:46] * Joins: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95)
  249. # [05:48] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Remote host closed the connection)
  250. # [05:48] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
  251. # [05:51] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
  252. # [05:52] * Joins: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com)
  253. # [05:53] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
  254. # [05:53] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Remote host closed the connection)
  255. # [06:04] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  256. # [06:08] * npcomp[away] is now known as npcomp
  257. # [06:08] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 255 seconds)
  258. # [06:11] * Quits: raisdead (~alien@173-21-127-233.client.mchsi.com) (Ping timeout: 276 seconds)
  259. # [06:13] * Quits: tav (~tav`@host217-42-231-34.range217-42.btcentralplus.com) (Quit: tav)
  260. # [06:13] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
  261. # [06:17] * Quits: bnicholson (~bnicholso@24.130.57.109) (Ping timeout: 245 seconds)
  262. # [06:18] * Joins: bnicholson (~bnicholso@24.130.57.109)
  263. # [06:23] * Joins: bufferino (~yz@103.11.50.32)
  264. # [06:23] * Quits: bnicholson (~bnicholso@24.130.57.109) (Read error: No route to host)
  265. # [06:24] * Joins: bnicholson (~bnicholso@24.130.57.109)
  266. # [06:32] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
  267. # [06:36] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 260 seconds)
  268. # [06:40] * Joins: poona (~poona@unaffiliated/poona)
  269. # [06:40] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  270. # [06:42] * Quits: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net) (Ping timeout: 260 seconds)
  271. # [06:45] * Quits: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net) (Read error: Connection reset by peer)
  272. # [06:46] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 260 seconds)
  273. # [06:46] * Joins: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
  274. # [06:47] * Krinkle is now known as Krinkle|detached
  275. # [06:49] * Joins: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net)
  276. # [06:53] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
  277. # [06:55] * Joins: BigBangUDR (~Thunderbi@220.225.242.27)
  278. # [06:58] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
  279. # [06:58] * Joins: poona (~poona@117.202.125.157)
  280. # [06:58] * Quits: poona (~poona@117.202.125.157) (Changing host)
  281. # [06:58] * Joins: poona (~poona@unaffiliated/poona)
  282. # [06:59] * Quits: rniwa (~rniwa@17.202.43.222) (Quit: rniwa)
  283. # [07:02] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
  284. # [07:04] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 240 seconds)
  285. # [07:15] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  286. # [07:15] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
  287. # [07:15] * Quits: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net) (*.net *.split)
  288. # [07:15] * Quits: espadrine` (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr) (*.net *.split)
  289. # [07:15] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
  290. # [07:15] * Quits: wanderview (sid22777@gateway/web/irccloud.com/x-zmuymgavaaaoucuv) (*.net *.split)
  291. # [07:15] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
  292. # [07:15] * Quits: abucur (sid19072@gateway/web/irccloud.com/x-qnhnwczoognxwddv) (*.net *.split)
  293. # [07:15] * Quits: abinader (sid21713@gateway/web/irccloud.com/x-mlmtguktfmxowutm) (*.net *.split)
  294. # [07:15] * Quits: Gege (gege@future.deferred.io) (*.net *.split)
  295. # [07:15] * Quits: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com) (*.net *.split)
  296. # [07:15] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (*.net *.split)
  297. # [07:15] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
  298. # [07:15] * Quits: kangil (~kangil@210.94.41.89) (*.net *.split)
  299. # [07:15] * Quits: lerc_ (~quassel@121-74-2-8.telstraclear.net) (*.net *.split)
  300. # [07:15] * Quits: Goplat (~goplat@reactos/developer/Goplat) (*.net *.split)
  301. # [07:15] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (*.net *.split)
  302. # [07:15] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (*.net *.split)
  303. # [07:15] * Quits: morrita_ (uid16889@gateway/web/irccloud.com/x-gyxizdmzbhuwxlsm) (*.net *.split)
  304. # [07:15] * Quits: parshap (sid18846@gateway/web/irccloud.com/x-qphsvmaemfdzpdar) (*.net *.split)
  305. # [07:15] * Quits: pamer_ (sid23807@gateway/web/irccloud.com/x-nmnksjilhhzmcxxt) (*.net *.split)
  306. # [07:15] * Quits: payman (~payman@ip-200.t2.se.opera.com) (*.net *.split)
  307. # [07:15] * Quits: jochen__ (jochen@nat/google/x-igupelorkhnhfzqi) (*.net *.split)
  308. # [07:15] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (*.net *.split)
  309. # [07:15] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (*.net *.split)
  310. # [07:15] * Quits: ambv (~ambv@173.252.71.129) (*.net *.split)
  311. # [07:15] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (*.net *.split)
  312. # [07:15] * Quits: howitdo (~howitdo@unaffiliated/howitdo) (*.net *.split)
  313. # [07:15] * Quits: annevk (~annevk@77-57-114-66.dclient.hispeed.ch) (*.net *.split)
  314. # [07:15] * Quits: jorendorff (sid28423@gateway/web/irccloud.com/x-olpbviyoylxgehem) (*.net *.split)
  315. # [07:15] * Quits: kinetik (~kinetik@121-98-52-189.bng1.nct.orcon.net.nz) (*.net *.split)
  316. # [07:15] * Quits: Domenic (sid10976@gateway/web/irccloud.com/x-zryykgkwthaxkyan) (*.net *.split)
  317. # [07:15] * Quits: phuu (sid7721@gateway/web/irccloud.com/x-ryvrxlohwzjdwhgz) (*.net *.split)
  318. # [07:15] * Quits: pdr (sid7901@gateway/web/irccloud.com/x-jadwibthklkweuuj) (*.net *.split)
  319. # [07:15] * Quits: cwilso (sid10206@gateway/web/irccloud.com/x-xmftvdwxnwqeihwc) (*.net *.split)
  320. # [07:15] * Quits: bterlson (sid23757@gateway/web/irccloud.com/x-omcemqrvaallenut) (*.net *.split)
  321. # [07:15] * Quits: birtles (sid16523@gateway/web/irccloud.com/x-kxvuwbpupuljeuhk) (*.net *.split)
  322. # [07:15] * Quits: jkomoros__ (uid7860@gateway/web/irccloud.com/x-grdfzhelwdquglqe) (*.net *.split)
  323. # [07:15] * Quits: tobie (sid5692@gateway/web/irccloud.com/x-rmlqqgzmdzwgmbkw) (*.net *.split)
  324. # [07:15] * Quits: astearns (sid15080@gateway/web/irccloud.com/x-vjsodijtxdtjjkvj) (*.net *.split)
  325. # [07:15] * Quits: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net) (*.net *.split)
  326. # [07:15] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
  327. # [07:15] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (*.net *.split)
  328. # [07:15] * Quits: rektide (~rektide@eldergods.com) (*.net *.split)
  329. # [07:15] * Quits: nephyrin (~neph@corp.mtv2.mozilla.com) (*.net *.split)
  330. # [07:15] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
  331. # [07:15] * Quits: Ablu (~ablu@quassel.woboq.de) (*.net *.split)
  332. # [07:15] * Quits: Martijnc (~Martijn@is-aweso.me) (*.net *.split)
  333. # [07:15] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
  334. # [07:15] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
  335. # [07:15] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
  336. # [07:15] * Quits: lokling (~quassel@quassel.woboq.com) (*.net *.split)
  337. # [07:15] * Quits: cfq (sid18398@gateway/web/irccloud.com/x-iitrlhotulcjfbdz) (*.net *.split)
  338. # [07:15] * Quits: slightlyoff (sid1768@gateway/web/irccloud.com/x-uixvsqsjlafmhese) (*.net *.split)
  339. # [07:15] * Quits: hsivonen (~hsivonen@bugzilla.validator.nu) (*.net *.split)
  340. # [07:15] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
  341. # [07:15] * Quits: xxtjaxx (~xxtjaxx@kde/developer/marschke) (*.net *.split)
  342. # [07:15] * Quits: edsu (~edsu@pdpc/supporter/active/edsu) (*.net *.split)
  343. # [07:15] * Quits: Yudai___ (~Yudai@nttkyo040046.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (*.net *.split)
  344. # [07:15] * Quits: SimonSapin (~simon@hako.exyr.org) (*.net *.split)
  345. # [07:15] * Quits: bengl (~bengl@91.219.238.88) (*.net *.split)
  346. # [07:15] * Quits: odinho (odinho@dalvik.ping.uio.no) (*.net *.split)
  347. # [07:15] * Quits: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-xkcukvdcycywgxrk) (*.net *.split)
  348. # [07:15] * Quits: wakaba_ (~wakaba@83.139.210.220.dy.bbexcite.jp) (*.net *.split)
  349. # [07:15] * Quits: ryuone_ (~ryuone@133.242.55.223) (*.net *.split)
  350. # [07:15] * Quits: mmn (~MattN@192.95.22.58) (*.net *.split)
  351. # [07:15] * Quits: gsnedders (~gsnedders@5.2.16.23) (*.net *.split)
  352. # [07:15] * Quits: FerasM (sid28672@gateway/web/irccloud.com/x-zsadmfttlvixznuq) (*.net *.split)
  353. # [07:15] * Quits: aklein (sid4454@gateway/web/irccloud.com/x-lvzmfdsbxgzanfyb) (*.net *.split)
  354. # [07:15] * Quits: scottjehl___ (sid3055@gateway/web/irccloud.com/x-rdnscccvzfcxftlc) (*.net *.split)
  355. # [07:15] * Quits: riddle (riddle@us.yunix.net) (*.net *.split)
  356. # [07:15] * Quits: jst (~quassel@198.199.94.175) (*.net *.split)
  357. # [07:15] * Quits: esprehn (sid10445@gateway/web/irccloud.com/x-dnijchizrroualhr) (*.net *.split)
  358. # [07:15] * Quits: Johnny- (~null@unaffiliated/johnny-) (*.net *.split)
  359. # [07:15] * Quits: kborchers (kborchers@gateway/shell/jquery.com/x-lnqjhvrqjwcghqoq) (*.net *.split)
  360. # [07:15] * Quits: reggna (~reggna@irc.jagochmittmoln.se) (*.net *.split)
  361. # [07:15] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
  362. # [07:15] * Quits: Areks (~Areks@rs.gridnine.com) (*.net *.split)
  363. # [07:15] * Quits: twisted` (sid6794@gateway/web/irccloud.com/x-jjqhwoybeeighuly) (*.net *.split)
  364. # [07:15] * Quits: kcherkashin__ (sid25169@gateway/web/irccloud.com/x-qamfmqvlpccoccfp) (*.net *.split)
  365. # [07:15] * Quits: JonathanNeal (sid5831@gateway/web/irccloud.com/x-cserjhyeawebksyr) (*.net *.split)
  366. # [07:15] * Quits: arv_ (sid4269@gateway/web/irccloud.com/x-wptjruxjrjorqlgz) (*.net *.split)
  367. # [07:15] * Quits: k308de (~k308@k308.de) (*.net *.split)
  368. # [07:15] * Quits: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95) (*.net *.split)
  369. # [07:15] * Quits: bnicholson (~bnicholso@24.130.57.109) (*.net *.split)
  370. # [07:15] * Quits: facundor (~facundor@190.194.153.199) (*.net *.split)
  371. # [07:15] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (*.net *.split)
  372. # [07:15] * Quits: lilmonkey` (~colin@pdpc/supporter/professional/riven) (*.net *.split)
  373. # [07:15] * Quits: nicolasbadia (~nicolasba@78.209.78.103) (*.net *.split)
  374. # [07:15] * Quits: emerson (~emerson@emersonveenstra.com) (*.net *.split)
  375. # [07:15] * Quits: m4nu (~manu@216.252.204.51) (*.net *.split)
  376. # [07:15] * Quits: webben (~benjamin@198.61.227.102) (*.net *.split)
  377. # [07:15] * Quits: beowulf (~sstewart@host86-132-91-109.range86-132.btcentralplus.com) (*.net *.split)
  378. # [07:15] * Quits: mrbkap (~mrbkap@people1.scl3.mozilla.com) (*.net *.split)
  379. # [07:15] * Quits: TabAtkins (sid11559@gateway/web/irccloud.com/x-wltuswvmsnqrhxdz) (*.net *.split)
  380. # [07:15] * Quits: toyoshiAw (~toyoshim@yuri.twintail.org) (*.net *.split)
  381. # [07:15] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (*.net *.split)
  382. # [07:15] * Quits: htmelvis (~htmelvis@107.170.99.246) (*.net *.split)
  383. # [07:15] * Quits: Krinkle|detached (~Krinkle@wikimedia/Krinkle) (*.net *.split)
  384. # [07:15] * Quits: mathiasbynens (sid2247@gateway/web/irccloud.com/x-jzrtznkvqputfaml) (*.net *.split)
  385. # [07:15] * Quits: matijs (sid2278@gateway/web/irccloud.com/x-tfbqwtoapuwzaema) (*.net *.split)
  386. # [07:15] * Quits: rillian (giles@mf4-xiph.osuosl.org) (*.net *.split)
  387. # [07:15] * Quits: BigBangUDR (~Thunderbi@220.225.242.27) (*.net *.split)
  388. # [07:15] * Quits: gavin_ (~gavin@76.14.87.162) (*.net *.split)
  389. # [07:15] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (*.net *.split)
  390. # [07:15] * Quits: webguynow (~webguynow@24.1.200.217) (*.net *.split)
  391. # [07:15] * Quits: jamesr_ (sid10481@gateway/web/irccloud.com/x-mngojubtqtcsvcpv) (*.net *.split)
  392. # [07:15] * Quits: Phae (sid455@gateway/web/irccloud.com/x-rfgejtqrsckjvwjt) (*.net *.split)
  393. # [07:15] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
  394. # [07:15] * Quits: bentruyman (~bentruyma@23.252.119.254) (*.net *.split)
  395. # [07:15] * Quits: jory (~jory@supercu.be) (*.net *.split)
  396. # [07:15] * Quits: foolip (~philip@37.139.17.34) (*.net *.split)
  397. # [07:15] * Quits: `nik` (~nik@li490-134.members.linode.com) (*.net *.split)
  398. # [07:15] * Quits: jtcranmer (~jcranmer@ras2.csl.tjhsst.edu) (*.net *.split)
  399. # [07:15] * Quits: ondras (~ondras@zarovi.cz) (*.net *.split)
  400. # [07:15] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
  401. # [07:15] * Quits: wilhelm (~wilhelm@178.255.149.100) (*.net *.split)
  402. # [07:15] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
  403. # [07:15] * Quits: ashemedai (asmodai@freebsd/developer/asmodai) (*.net *.split)
  404. # [07:15] * Quits: amtiskaw (sid19262@gateway/web/irccloud.com/x-evkghfcacqxdquwk) (*.net *.split)
  405. # [07:15] * Quits: rego (~rego@192.193.27.77.dynamic.mundo-r.com) (*.net *.split)
  406. # [07:15] * Quits: SamB (~SamB@2001:470:1f07:57:d11f:7902:14f0:fde9) (*.net *.split)
  407. # [07:15] * Quits: tmfsd (sid26422@gateway/web/irccloud.com/x-uldfhvruqvzsbpqv) (*.net *.split)
  408. # [07:15] * Quits: nunnun- (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (*.net *.split)
  409. # [07:15] * Quits: scrollback (scrollback@conference/jsconf/x-nbsmucgnyetakbsv) (*.net *.split)
  410. # [07:15] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
  411. # [07:15] * Quits: suzak (~suzak@128.199.229.189) (*.net *.split)
  412. # [07:15] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
  413. # [07:15] * Quits: zama (zama@unaffiliated/stryx/x-3871776) (*.net *.split)
  414. # [07:15] * Quits: davve (~user@83.218.67.123) (*.net *.split)
  415. # [07:15] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
  416. # [07:15] * Quits: MikeSmith (~mike@sideshowbarker.net) (*.net *.split)
  417. # [07:15] * Quits: rhiaro (~quassel@amy.so) (*.net *.split)
  418. # [07:15] * Quits: schuki (~quassel@vali.lamercake.org) (*.net *.split)
  419. # [07:15] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
  420. # [07:15] * Quits: bufferino (~yz@103.11.50.32) (*.net *.split)
  421. # [07:15] * Quits: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net) (*.net *.split)
  422. # [07:15] * Quits: danielfilho (~danielfil@208.68.39.233) (*.net *.split)
  423. # [07:15] * Quits: dwim (~dwim@210.94.41.89) (*.net *.split)
  424. # [07:15] * Quits: morewry (~morewry@c-76-103-214-98.hsd1.ca.comcast.net) (*.net *.split)
  425. # [07:15] * Quits: eric_carlson (~eric@17.202.43.125) (*.net *.split)
  426. # [07:15] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
  427. # [07:15] * Quits: nw (nw@kapsi.fi) (*.net *.split)
  428. # [07:15] * Quits: mounir (~mounir@oldworld.fr) (*.net *.split)
  429. # [07:15] * Quits: ivan`` (~ivan@unaffiliated/ivan/x-000001) (Max SendQ exceeded)
  430. # [07:15] * Joins: ivan`` (~ivan@192.241.198.49)
  431. # [07:21] * Quits: walbo_ (walbo@galaxy.forbanna.net) (Write error: Broken pipe)
  432. # [07:28] * Joins: walbo_ (walbo@galaxy.forbanna.net)
  433. # [07:28] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
  434. # [07:28] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  435. # [07:28] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
  436. # [07:28] * Joins: rcombs (~rcombs@rcombs.me)
  437. # [07:28] * Joins: SamB_ (~SamB@2001:470:1f07:57:f0a6:81fe:9009:e9d6)
  438. # [07:28] * Joins: BigBangUDR (~Thunderbi@220.225.242.27)
  439. # [07:28] * Joins: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net)
  440. # [07:28] * Joins: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
  441. # [07:28] * Joins: bnicholson (~bnicholso@24.130.57.109)
  442. # [07:28] * Joins: bufferino (~yz@103.11.50.32)
  443. # [07:28] * Joins: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com)
  444. # [07:28] * Joins: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95)
  445. # [07:28] * Joins: ambv (~ambv@173.252.71.129)
  446. # [07:28] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
  447. # [07:28] * Joins: gavin_ (~gavin@76.14.87.162)
  448. # [07:28] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
  449. # [07:28] * Joins: Goplat (~goplat@reactos/developer/Goplat)
  450. # [07:28] * Joins: espadrine` (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr)
  451. # [07:28] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
  452. # [07:28] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
  453. # [07:28] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
  454. # [07:28] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
  455. # [07:28] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
  456. # [07:28] * Joins: bzed (~bzed@devel.recluse.de)
  457. # [07:28] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  458. # [07:28] * Joins: ashemedai (asmodai@freebsd/developer/asmodai)
  459. # [07:28] * Joins: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net)
  460. # [07:28] * Joins: facundor (~facundor@190.194.153.199)
  461. # [07:28] * Joins: morrita_ (uid16889@gateway/web/irccloud.com/x-gyxizdmzbhuwxlsm)
  462. # [07:28] * Joins: webguynow (~webguynow@24.1.200.217)
  463. # [07:28] * Joins: globbot (~logbot@lump.glob.com.au)
  464. # [07:28] * Joins: annevk (~annevk@77-57-114-66.dclient.hispeed.ch)
  465. # [07:28] * Joins: parshap (sid18846@gateway/web/irccloud.com/x-qphsvmaemfdzpdar)
  466. # [07:28] * Joins: jamesr_ (sid10481@gateway/web/irccloud.com/x-mngojubtqtcsvcpv)
  467. # [07:28] * Joins: Phae (sid455@gateway/web/irccloud.com/x-rfgejtqrsckjvwjt)
  468. # [07:28] * Joins: amtiskaw (sid19262@gateway/web/irccloud.com/x-evkghfcacqxdquwk)
  469. # [07:28] * Joins: wanderview (sid22777@gateway/web/irccloud.com/x-zmuymgavaaaoucuv)
  470. # [07:28] * Joins: jorendorff (sid28423@gateway/web/irccloud.com/x-olpbviyoylxgehem)
  471. # [07:28] * Joins: Dashiva (Dashiva@wikia/Dashiva)
  472. # [07:28] * Joins: pamer_ (sid23807@gateway/web/irccloud.com/x-nmnksjilhhzmcxxt)
  473. # [07:28] * Joins: abucur (sid19072@gateway/web/irccloud.com/x-qnhnwczoognxwddv)
  474. # [07:28] * Joins: rego (~rego@192.193.27.77.dynamic.mundo-r.com)
  475. # [07:28] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-mlmtguktfmxowutm)
  476. # [07:28] * Joins: mpt (~mpt@canonical/mpt)
  477. # [07:28] * Joins: stalled (~stalled@unaffiliated/stalled)
  478. # [07:28] * Joins: Areks (~Areks@rs.gridnine.com)
  479. # [07:28] * Joins: danielfilho (~danielfil@208.68.39.233)
  480. # [07:28] * Joins: tmfsd (sid26422@gateway/web/irccloud.com/x-uldfhvruqvzsbpqv)
  481. # [07:28] * Joins: nunnun- (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
  482. # [07:28] * Joins: scrollback (scrollback@conference/jsconf/x-nbsmucgnyetakbsv)
  483. # [07:28] * Joins: kinetik (~kinetik@121-98-52-189.bng1.nct.orcon.net.nz)
  484. # [07:28] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
  485. # [07:28] * Joins: payman (~payman@ip-200.t2.se.opera.com)
  486. # [07:28] * Joins: kangil (~kangil@210.94.41.89)
  487. # [07:28] * Joins: Gege (gege@future.deferred.io)
  488. # [07:28] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
  489. # [07:28] * Joins: hober (~ted@unaffiliated/hober)
  490. # [07:28] * Joins: dwim (~dwim@210.94.41.89)
  491. # [07:28] * Joins: lilmonkey` (~colin@pdpc/supporter/professional/riven)
  492. # [07:28] * Joins: nicolasbadia (~nicolasba@78.209.78.103)
  493. # [07:28] * Joins: jochen__ (jochen@nat/google/x-igupelorkhnhfzqi)
  494. # [07:28] * Joins: suzak (~suzak@128.199.229.189)
  495. # [07:28] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
  496. # [07:28] * Joins: ahf (ahf@irssi/staff/ahf)
  497. # [07:28] * Joins: emerson (~emerson@emersonveenstra.com)
  498. # [07:28] * Joins: rektide (~rektide@eldergods.com)
  499. # [07:28] * Joins: m4nu (~manu@216.252.204.51)
  500. # [07:28] * Joins: lerc_ (~quassel@121-74-2-8.telstraclear.net)
  501. # [07:28] * Joins: webben (~benjamin@198.61.227.102)
  502. # [07:28] * Joins: nephyrin (~neph@corp.mtv2.mozilla.com)
  503. # [07:28] * Joins: bentruyman (~bentruyma@23.252.119.254)
  504. # [07:28] * Joins: morewry (~morewry@c-76-103-214-98.hsd1.ca.comcast.net)
  505. # [07:28] * Joins: eric_carlson (~eric@17.202.43.125)
  506. # [07:28] * Joins: jory (~jory@supercu.be)
  507. # [07:28] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
  508. # [07:28] * Joins: Ablu (~ablu@quassel.woboq.de)
  509. # [07:28] * Joins: Martijnc (~Martijn@is-aweso.me)
  510. # [07:28] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
  511. # [07:28] * Joins: beowulf (~sstewart@host86-132-91-109.range86-132.btcentralplus.com)
  512. # [07:28] * Joins: zama (zama@unaffiliated/stryx/x-3871776)
  513. # [07:28] * Joins: wakaba_ (~wakaba@83.139.210.220.dy.bbexcite.jp)
  514. # [07:28] * Joins: Domenic (sid10976@gateway/web/irccloud.com/x-zryykgkwthaxkyan)
  515. # [07:28] * Joins: phuu (sid7721@gateway/web/irccloud.com/x-ryvrxlohwzjdwhgz)
  516. # [07:28] * Joins: ryuone_ (~ryuone@133.242.55.223)
  517. # [07:28] * Joins: mmn (~MattN@192.95.22.58)
  518. # [07:28] * Joins: mrbkap (~mrbkap@people1.scl3.mozilla.com)
  519. # [07:28] * Joins: jgraham (~jgraham@web91.webfaction.com)
  520. # [07:28] * Joins: pdr (sid7901@gateway/web/irccloud.com/x-jadwibthklkweuuj)
  521. # [07:28] * Joins: cwilso (sid10206@gateway/web/irccloud.com/x-xmftvdwxnwqeihwc)
  522. # [07:28] * Joins: bterlson (sid23757@gateway/web/irccloud.com/x-omcemqrvaallenut)
  523. # [07:28] * Joins: TabAtkins (sid11559@gateway/web/irccloud.com/x-wltuswvmsnqrhxdz)
  524. # [07:28] * Joins: birtles (sid16523@gateway/web/irccloud.com/x-kxvuwbpupuljeuhk)
  525. # [07:28] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
  526. # [07:28] * Joins: toyoshiAw (~toyoshim@yuri.twintail.org)
  527. # [07:28] * Joins: `nik` (~nik@li490-134.members.linode.com)
  528. # [07:28] * Joins: jkomoros__ (uid7860@gateway/web/irccloud.com/x-grdfzhelwdquglqe)
  529. # [07:28] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
  530. # [07:28] * Joins: tobie (sid5692@gateway/web/irccloud.com/x-rmlqqgzmdzwgmbkw)
  531. # [07:28] * Joins: lokling (~quassel@quassel.woboq.com)
  532. # [07:28] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
  533. # [07:28] * Joins: foolip (~philip@37.139.17.34)
  534. # [07:28] * Joins: htmelvis (~htmelvis@107.170.99.246)
  535. # [07:28] * Joins: Krinkle|detached (~Krinkle@wikimedia/Krinkle)
  536. # [07:28] * Joins: astearns (sid15080@gateway/web/irccloud.com/x-vjsodijtxdtjjkvj)
  537. # [07:28] * Joins: bengl (~bengl@91.219.238.88)
  538. # [07:28] * Joins: davve (~user@83.218.67.123)
  539. # [07:28] * Joins: nw (nw@kapsi.fi)
  540. # [07:28] * Joins: tomaw (tom@freenode/staff/tomaw)
  541. # [07:28] * Joins: gsnedders (~gsnedders@5.2.16.23)
  542. # [07:28] * Joins: Hixie (~ianh@178.255.149.100)
  543. # [07:28] * Joins: FerasM (sid28672@gateway/web/irccloud.com/x-zsadmfttlvixznuq)
  544. # [07:28] * Joins: twisted` (sid6794@gateway/web/irccloud.com/x-jjqhwoybeeighuly)
  545. # [07:28] * Joins: cfq (sid18398@gateway/web/irccloud.com/x-iitrlhotulcjfbdz)
  546. # [07:28] * Joins: aklein (sid4454@gateway/web/irccloud.com/x-lvzmfdsbxgzanfyb)
  547. # [07:28] * Joins: kcherkashin__ (sid25169@gateway/web/irccloud.com/x-qamfmqvlpccoccfp)
  548. # [07:28] * Joins: scottjehl___ (sid3055@gateway/web/irccloud.com/x-rdnscccvzfcxftlc)
  549. # [07:28] * Joins: mathiasbynens (sid2247@gateway/web/irccloud.com/x-jzrtznkvqputfaml)
  550. # [07:28] * Joins: JonathanNeal (sid5831@gateway/web/irccloud.com/x-cserjhyeawebksyr)
  551. # [07:28] * Joins: slightlyoff (sid1768@gateway/web/irccloud.com/x-uixvsqsjlafmhese)
  552. # [07:28] * Joins: matijs (sid2278@gateway/web/irccloud.com/x-tfbqwtoapuwzaema)
  553. # [07:28] * Joins: arv_ (sid4269@gateway/web/irccloud.com/x-wptjruxjrjorqlgz)
  554. # [07:28] * Joins: hsivonen (~hsivonen@bugzilla.validator.nu)
  555. # [07:28] * Joins: rillian (giles@mf4-xiph.osuosl.org)
  556. # [07:28] * Joins: riddle (riddle@us.yunix.net)
  557. # [07:28] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
  558. # [07:28] * Joins: MikeSmith (~mike@sideshowbarker.net)
  559. # [07:28] * Joins: jtcranmer (~jcranmer@ras2.csl.tjhsst.edu)
  560. # [07:28] * Joins: rhiaro (~quassel@amy.so)
  561. # [07:28] * Joins: xxtjaxx (~xxtjaxx@kde/developer/marschke)
  562. # [07:28] * Joins: k308de (~k308@k308.de)
  563. # [07:28] * Joins: ondras (~ondras@zarovi.cz)
  564. # [07:28] * Joins: jst (~quassel@198.199.94.175)
  565. # [07:28] * Joins: edsu (~edsu@pdpc/supporter/active/edsu)
  566. # [07:28] * Joins: jmb (~jmb@mail.parsifal.org.uk)
  567. # [07:28] * Joins: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-xkcukvdcycywgxrk)
  568. # [07:28] * Joins: odinho (odinho@dalvik.ping.uio.no)
  569. # [07:28] * Joins: SimonSapin (~simon@hako.exyr.org)
  570. # [07:28] * Joins: Yudai___ (~Yudai@nttkyo040046.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
  571. # [07:28] * Joins: reggna (~reggna@irc.jagochmittmoln.se)
  572. # [07:28] * Joins: kborchers (kborchers@gateway/shell/jquery.com/x-lnqjhvrqjwcghqoq)
  573. # [07:28] * Joins: wilhelm (~wilhelm@178.255.149.100)
  574. # [07:28] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
  575. # [07:28] * Joins: schuki (~quassel@vali.lamercake.org)
  576. # [07:28] * Joins: Johnny- (~null@unaffiliated/johnny-)
  577. # [07:28] * Joins: esprehn (sid10445@gateway/web/irccloud.com/x-dnijchizrroualhr)
  578. # [07:28] * Joins: mounir (~mounir@oldworld.fr)
  579. # [07:28] * Krinkle|detached is now known as Krinkle
  580. # [07:28] * Quits: tomaw (tom@freenode/staff/tomaw) (*.net *.split)
  581. # [07:28] * Quits: rcombs (~rcombs@rcombs.me) (*.net *.split)
  582. # [07:28] * Quits: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net) (*.net *.split)
  583. # [07:28] * Quits: espadrine` (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr) (*.net *.split)
  584. # [07:28] * Quits: globbot (~logbot@lump.glob.com.au) (*.net *.split)
  585. # [07:28] * Quits: wanderview (sid22777@gateway/web/irccloud.com/x-zmuymgavaaaoucuv) (*.net *.split)
  586. # [07:28] * Quits: Dashiva (Dashiva@wikia/Dashiva) (*.net *.split)
  587. # [07:28] * Quits: abucur (sid19072@gateway/web/irccloud.com/x-qnhnwczoognxwddv) (*.net *.split)
  588. # [07:28] * Quits: abinader (sid21713@gateway/web/irccloud.com/x-mlmtguktfmxowutm) (*.net *.split)
  589. # [07:28] * Quits: Gege (gege@future.deferred.io) (*.net *.split)
  590. # [07:28] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (*.net *.split)
  591. # [07:28] * Quits: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com) (*.net *.split)
  592. # [07:28] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (*.net *.split)
  593. # [07:28] * Quits: mpt (~mpt@canonical/mpt) (*.net *.split)
  594. # [07:28] * Quits: kangil (~kangil@210.94.41.89) (*.net *.split)
  595. # [07:28] * Quits: lerc_ (~quassel@121-74-2-8.telstraclear.net) (*.net *.split)
  596. # [07:28] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (*.net *.split)
  597. # [07:28] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (*.net *.split)
  598. # [07:28] * Quits: Goplat (~goplat@reactos/developer/Goplat) (*.net *.split)
  599. # [07:28] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (*.net *.split)
  600. # [07:28] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (*.net *.split)
  601. # [07:28] * Quits: morrita_ (uid16889@gateway/web/irccloud.com/x-gyxizdmzbhuwxlsm) (*.net *.split)
  602. # [07:28] * Quits: parshap (sid18846@gateway/web/irccloud.com/x-qphsvmaemfdzpdar) (*.net *.split)
  603. # [07:28] * Quits: pamer_ (sid23807@gateway/web/irccloud.com/x-nmnksjilhhzmcxxt) (*.net *.split)
  604. # [07:28] * Quits: payman (~payman@ip-200.t2.se.opera.com) (*.net *.split)
  605. # [07:28] * Quits: jochen__ (jochen@nat/google/x-igupelorkhnhfzqi) (*.net *.split)
  606. # [07:28] * Quits: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net) (*.net *.split)
  607. # [07:28] * Quits: walbo_ (walbo@galaxy.forbanna.net) (*.net *.split)
  608. # [07:28] * Quits: SamB_ (~SamB@2001:470:1f07:57:f0a6:81fe:9009:e9d6) (*.net *.split)
  609. # [07:28] * Quits: ambv (~ambv@173.252.71.129) (*.net *.split)
  610. # [07:28] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (*.net *.split)
  611. # [07:28] * Quits: howitdo (~howitdo@unaffiliated/howitdo) (*.net *.split)
  612. # [07:28] * Quits: annevk (~annevk@77-57-114-66.dclient.hispeed.ch) (*.net *.split)
  613. # [07:28] * Quits: jorendorff (sid28423@gateway/web/irccloud.com/x-olpbviyoylxgehem) (*.net *.split)
  614. # [07:28] * Quits: kinetik (~kinetik@121-98-52-189.bng1.nct.orcon.net.nz) (*.net *.split)
  615. # [07:28] * Quits: Domenic (sid10976@gateway/web/irccloud.com/x-zryykgkwthaxkyan) (*.net *.split)
  616. # [07:28] * Quits: phuu (sid7721@gateway/web/irccloud.com/x-ryvrxlohwzjdwhgz) (*.net *.split)
  617. # [07:28] * Quits: pdr (sid7901@gateway/web/irccloud.com/x-jadwibthklkweuuj) (*.net *.split)
  618. # [07:28] * Quits: cwilso (sid10206@gateway/web/irccloud.com/x-xmftvdwxnwqeihwc) (*.net *.split)
  619. # [07:28] * Quits: bterlson (sid23757@gateway/web/irccloud.com/x-omcemqrvaallenut) (*.net *.split)
  620. # [07:28] * Quits: birtles (sid16523@gateway/web/irccloud.com/x-kxvuwbpupuljeuhk) (*.net *.split)
  621. # [07:28] * Quits: jkomoros__ (uid7860@gateway/web/irccloud.com/x-grdfzhelwdquglqe) (*.net *.split)
  622. # [07:28] * Quits: tobie (sid5692@gateway/web/irccloud.com/x-rmlqqgzmdzwgmbkw) (*.net *.split)
  623. # [07:28] * Quits: astearns (sid15080@gateway/web/irccloud.com/x-vjsodijtxdtjjkvj) (*.net *.split)
  624. # [07:28] * Quits: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net) (*.net *.split)
  625. # [07:28] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (*.net *.split)
  626. # [07:28] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (*.net *.split)
  627. # [07:28] * Quits: rektide (~rektide@eldergods.com) (*.net *.split)
  628. # [07:28] * Quits: nephyrin (~neph@corp.mtv2.mozilla.com) (*.net *.split)
  629. # [07:28] * Quits: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de) (*.net *.split)
  630. # [07:28] * Quits: Ablu (~ablu@quassel.woboq.de) (*.net *.split)
  631. # [07:28] * Quits: Martijnc (~Martijn@is-aweso.me) (*.net *.split)
  632. # [07:28] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
  633. # [07:28] * Quits: jgraham (~jgraham@web91.webfaction.com) (*.net *.split)
  634. # [07:28] * Quits: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com) (*.net *.split)
  635. # [07:28] * Quits: lokling (~quassel@quassel.woboq.com) (*.net *.split)
  636. # [07:28] * Quits: cfq (sid18398@gateway/web/irccloud.com/x-iitrlhotulcjfbdz) (*.net *.split)
  637. # [07:28] * Quits: slightlyoff (sid1768@gateway/web/irccloud.com/x-uixvsqsjlafmhese) (*.net *.split)
  638. # [07:28] * Quits: hsivonen (~hsivonen@bugzilla.validator.nu) (*.net *.split)
  639. # [07:28] * Quits: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan) (*.net *.split)
  640. # [07:28] * Quits: xxtjaxx (~xxtjaxx@kde/developer/marschke) (*.net *.split)
  641. # [07:28] * Quits: edsu (~edsu@pdpc/supporter/active/edsu) (*.net *.split)
  642. # [07:28] * Quits: Yudai___ (~Yudai@nttkyo040046.tkyo.nt.ngn2.ppp.infoweb.ne.jp) (*.net *.split)
  643. # [07:28] * Quits: SimonSapin (~simon@hako.exyr.org) (*.net *.split)
  644. # [07:28] * Quits: bengl (~bengl@91.219.238.88) (*.net *.split)
  645. # [07:28] * Quits: odinho (odinho@dalvik.ping.uio.no) (*.net *.split)
  646. # [07:28] * Quits: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-xkcukvdcycywgxrk) (*.net *.split)
  647. # [07:28] * Quits: wakaba_ (~wakaba@83.139.210.220.dy.bbexcite.jp) (*.net *.split)
  648. # [07:28] * Quits: ryuone_ (~ryuone@133.242.55.223) (*.net *.split)
  649. # [07:28] * Quits: mmn (~MattN@192.95.22.58) (*.net *.split)
  650. # [07:28] * Quits: gsnedders (~gsnedders@5.2.16.23) (*.net *.split)
  651. # [07:28] * Quits: FerasM (sid28672@gateway/web/irccloud.com/x-zsadmfttlvixznuq) (*.net *.split)
  652. # [07:28] * Quits: aklein (sid4454@gateway/web/irccloud.com/x-lvzmfdsbxgzanfyb) (*.net *.split)
  653. # [07:28] * Quits: scottjehl___ (sid3055@gateway/web/irccloud.com/x-rdnscccvzfcxftlc) (*.net *.split)
  654. # [07:28] * Quits: riddle (riddle@us.yunix.net) (*.net *.split)
  655. # [07:29] * Quits: jst (~quassel@198.199.94.175) (*.net *.split)
  656. # [07:29] * Quits: esprehn (sid10445@gateway/web/irccloud.com/x-dnijchizrroualhr) (*.net *.split)
  657. # [07:29] * Quits: Johnny- (~null@unaffiliated/johnny-) (*.net *.split)
  658. # [07:29] * Quits: kborchers (kborchers@gateway/shell/jquery.com/x-lnqjhvrqjwcghqoq) (*.net *.split)
  659. # [07:29] * Quits: reggna (~reggna@irc.jagochmittmoln.se) (*.net *.split)
  660. # [07:29] * Quits: stalled (~stalled@unaffiliated/stalled) (*.net *.split)
  661. # [07:29] * Quits: Areks (~Areks@rs.gridnine.com) (*.net *.split)
  662. # [07:29] * Quits: twisted` (sid6794@gateway/web/irccloud.com/x-jjqhwoybeeighuly) (*.net *.split)
  663. # [07:29] * Quits: kcherkashin__ (sid25169@gateway/web/irccloud.com/x-qamfmqvlpccoccfp) (*.net *.split)
  664. # [07:29] * Quits: JonathanNeal (sid5831@gateway/web/irccloud.com/x-cserjhyeawebksyr) (*.net *.split)
  665. # [07:29] * Quits: arv_ (sid4269@gateway/web/irccloud.com/x-wptjruxjrjorqlgz) (*.net *.split)
  666. # [07:29] * Quits: k308de (~k308@k308.de) (*.net *.split)
  667. # [07:29] * Quits: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95) (*.net *.split)
  668. # [07:29] * Quits: bnicholson (~bnicholso@24.130.57.109) (*.net *.split)
  669. # [07:29] * Quits: facundor (~facundor@190.194.153.199) (*.net *.split)
  670. # [07:29] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (*.net *.split)
  671. # [07:29] * Quits: lilmonkey` (~colin@pdpc/supporter/professional/riven) (*.net *.split)
  672. # [07:29] * Quits: nicolasbadia (~nicolasba@78.209.78.103) (*.net *.split)
  673. # [07:29] * Quits: emerson (~emerson@emersonveenstra.com) (*.net *.split)
  674. # [07:29] * Quits: m4nu (~manu@216.252.204.51) (*.net *.split)
  675. # [07:29] * Quits: webben (~benjamin@198.61.227.102) (*.net *.split)
  676. # [07:29] * Quits: beowulf (~sstewart@host86-132-91-109.range86-132.btcentralplus.com) (*.net *.split)
  677. # [07:29] * Quits: mrbkap (~mrbkap@people1.scl3.mozilla.com) (*.net *.split)
  678. # [07:29] * Quits: TabAtkins (sid11559@gateway/web/irccloud.com/x-wltuswvmsnqrhxdz) (*.net *.split)
  679. # [07:29] * Quits: toyoshiAw (~toyoshim@yuri.twintail.org) (*.net *.split)
  680. # [07:29] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (*.net *.split)
  681. # [07:29] * Quits: htmelvis (~htmelvis@107.170.99.246) (*.net *.split)
  682. # [07:29] * Quits: Krinkle (~Krinkle@wikimedia/Krinkle) (*.net *.split)
  683. # [07:29] * Quits: mathiasbynens (sid2247@gateway/web/irccloud.com/x-jzrtznkvqputfaml) (*.net *.split)
  684. # [07:29] * Quits: matijs (sid2278@gateway/web/irccloud.com/x-tfbqwtoapuwzaema) (*.net *.split)
  685. # [07:29] * Quits: rillian (giles@mf4-xiph.osuosl.org) (*.net *.split)
  686. # [07:29] * Quits: BigBangUDR (~Thunderbi@220.225.242.27) (*.net *.split)
  687. # [07:29] * Quits: gavin_ (~gavin@76.14.87.162) (*.net *.split)
  688. # [07:29] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (*.net *.split)
  689. # [07:29] * Quits: webguynow (~webguynow@24.1.200.217) (*.net *.split)
  690. # [07:29] * Quits: jamesr_ (sid10481@gateway/web/irccloud.com/x-mngojubtqtcsvcpv) (*.net *.split)
  691. # [07:29] * Quits: Phae (sid455@gateway/web/irccloud.com/x-rfgejtqrsckjvwjt) (*.net *.split)
  692. # [07:29] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (*.net *.split)
  693. # [07:29] * Quits: bentruyman (~bentruyma@23.252.119.254) (*.net *.split)
  694. # [07:29] * Quits: jory (~jory@supercu.be) (*.net *.split)
  695. # [07:29] * Quits: foolip (~philip@37.139.17.34) (*.net *.split)
  696. # [07:29] * Quits: `nik` (~nik@li490-134.members.linode.com) (*.net *.split)
  697. # [07:29] * Quits: jtcranmer (~jcranmer@ras2.csl.tjhsst.edu) (*.net *.split)
  698. # [07:29] * Quits: ondras (~ondras@zarovi.cz) (*.net *.split)
  699. # [07:29] * Quits: jmb (~jmb@mail.parsifal.org.uk) (*.net *.split)
  700. # [07:29] * Quits: wilhelm (~wilhelm@178.255.149.100) (*.net *.split)
  701. # [07:29] * Quits: bzed (~bzed@devel.recluse.de) (*.net *.split)
  702. # [07:29] * Quits: ashemedai (asmodai@freebsd/developer/asmodai) (*.net *.split)
  703. # [07:29] * Quits: amtiskaw (sid19262@gateway/web/irccloud.com/x-evkghfcacqxdquwk) (*.net *.split)
  704. # [07:29] * Quits: rego (~rego@192.193.27.77.dynamic.mundo-r.com) (*.net *.split)
  705. # [07:29] * Quits: tmfsd (sid26422@gateway/web/irccloud.com/x-uldfhvruqvzsbpqv) (*.net *.split)
  706. # [07:29] * Quits: nunnun- (~hiro@2001:200:164:48:20c:29ff:fe02:11d2) (*.net *.split)
  707. # [07:29] * Quits: scrollback (scrollback@conference/jsconf/x-nbsmucgnyetakbsv) (*.net *.split)
  708. # [07:29] * Quits: hober (~ted@unaffiliated/hober) (*.net *.split)
  709. # [07:29] * Quits: suzak (~suzak@128.199.229.189) (*.net *.split)
  710. # [07:29] * Quits: ahf (ahf@irssi/staff/ahf) (*.net *.split)
  711. # [07:29] * Quits: zama (zama@unaffiliated/stryx/x-3871776) (*.net *.split)
  712. # [07:29] * Quits: davve (~user@83.218.67.123) (*.net *.split)
  713. # [07:29] * Quits: Hixie (~ianh@178.255.149.100) (*.net *.split)
  714. # [07:29] * Quits: MikeSmith (~mike@sideshowbarker.net) (*.net *.split)
  715. # [07:29] * Quits: rhiaro (~quassel@amy.so) (*.net *.split)
  716. # [07:29] * Quits: schuki (~quassel@vali.lamercake.org) (*.net *.split)
  717. # [07:29] * Quits: ajpiano (~ajpiano@li98-57.members.linode.com) (*.net *.split)
  718. # [07:29] * Quits: bufferino (~yz@103.11.50.32) (*.net *.split)
  719. # [07:29] * Quits: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net) (*.net *.split)
  720. # [07:29] * Quits: danielfilho (~danielfil@208.68.39.233) (*.net *.split)
  721. # [07:29] * Quits: dwim (~dwim@210.94.41.89) (*.net *.split)
  722. # [07:29] * Quits: morewry (~morewry@c-76-103-214-98.hsd1.ca.comcast.net) (*.net *.split)
  723. # [07:29] * Quits: eric_carlson (~eric@17.202.43.125) (*.net *.split)
  724. # [07:29] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (*.net *.split)
  725. # [07:29] * Quits: nw (nw@kapsi.fi) (*.net *.split)
  726. # [07:29] * Quits: mounir (~mounir@oldworld.fr) (*.net *.split)
  727. # [07:29] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
  728. # [07:34] * Joins: walbo_ (walbo@galaxy.forbanna.net)
  729. # [07:34] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
  730. # [07:34] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
  731. # [07:34] * Joins: rcombs (~rcombs@rcombs.me)
  732. # [07:34] * Joins: SamB_ (~SamB@2001:470:1f07:57:f0a6:81fe:9009:e9d6)
  733. # [07:34] * Joins: BigBangUDR (~Thunderbi@220.225.242.27)
  734. # [07:34] * Joins: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net)
  735. # [07:34] * Joins: bnicholson (~bnicholso@24.130.57.109)
  736. # [07:34] * Joins: bufferino (~yz@103.11.50.32)
  737. # [07:34] * Joins: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com)
  738. # [07:34] * Joins: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95)
  739. # [07:34] * Joins: ambv (~ambv@173.252.71.129)
  740. # [07:34] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
  741. # [07:34] * Joins: gavin_ (~gavin@76.14.87.162)
  742. # [07:34] * Joins: howitdo (~howitdo@unaffiliated/howitdo)
  743. # [07:34] * Joins: Goplat (~goplat@reactos/developer/Goplat)
  744. # [07:34] * Joins: espadrine` (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr)
  745. # [07:34] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
  746. # [07:34] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
  747. # [07:34] * Joins: jdaggett (~jdaggett@61-121-216-2.bitcat.net)
  748. # [07:34] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
  749. # [07:34] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
  750. # [07:34] * Joins: bzed (~bzed@devel.recluse.de)
  751. # [07:34] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  752. # [07:34] * Joins: ashemedai (asmodai@freebsd/developer/asmodai)
  753. # [07:34] * Joins: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net)
  754. # [07:34] * Joins: facundor (~facundor@190.194.153.199)
  755. # [07:34] * Joins: morrita_ (uid16889@gateway/web/irccloud.com/x-gyxizdmzbhuwxlsm)
  756. # [07:34] * Joins: webguynow (~webguynow@24.1.200.217)
  757. # [07:34] * Joins: globbot (~logbot@lump.glob.com.au)
  758. # [07:34] * Joins: annevk (~annevk@77-57-114-66.dclient.hispeed.ch)
  759. # [07:34] * Joins: parshap (sid18846@gateway/web/irccloud.com/x-qphsvmaemfdzpdar)
  760. # [07:34] * Joins: jamesr_ (sid10481@gateway/web/irccloud.com/x-mngojubtqtcsvcpv)
  761. # [07:34] * Joins: Phae (sid455@gateway/web/irccloud.com/x-rfgejtqrsckjvwjt)
  762. # [07:34] * Joins: amtiskaw (sid19262@gateway/web/irccloud.com/x-evkghfcacqxdquwk)
  763. # [07:34] * Joins: wanderview (sid22777@gateway/web/irccloud.com/x-zmuymgavaaaoucuv)
  764. # [07:34] * Joins: jorendorff (sid28423@gateway/web/irccloud.com/x-olpbviyoylxgehem)
  765. # [07:34] * Joins: Dashiva (Dashiva@wikia/Dashiva)
  766. # [07:34] * Joins: pamer_ (sid23807@gateway/web/irccloud.com/x-nmnksjilhhzmcxxt)
  767. # [07:34] * Joins: abucur (sid19072@gateway/web/irccloud.com/x-qnhnwczoognxwddv)
  768. # [07:34] * Joins: rego (~rego@192.193.27.77.dynamic.mundo-r.com)
  769. # [07:34] * Joins: abinader (sid21713@gateway/web/irccloud.com/x-mlmtguktfmxowutm)
  770. # [07:34] * Joins: mpt (~mpt@canonical/mpt)
  771. # [07:34] * Joins: stalled (~stalled@unaffiliated/stalled)
  772. # [07:34] * Joins: Areks (~Areks@rs.gridnine.com)
  773. # [07:34] * Joins: danielfilho (~danielfil@208.68.39.233)
  774. # [07:34] * Joins: tmfsd (sid26422@gateway/web/irccloud.com/x-uldfhvruqvzsbpqv)
  775. # [07:34] * Joins: nunnun- (~hiro@2001:200:164:48:20c:29ff:fe02:11d2)
  776. # [07:34] * Joins: scrollback (scrollback@conference/jsconf/x-nbsmucgnyetakbsv)
  777. # [07:34] * Joins: kinetik (~kinetik@121-98-52-189.bng1.nct.orcon.net.nz)
  778. # [07:34] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
  779. # [07:34] * Joins: payman (~payman@ip-200.t2.se.opera.com)
  780. # [07:34] * Joins: kangil (~kangil@210.94.41.89)
  781. # [07:34] * Joins: Gege (gege@future.deferred.io)
  782. # [07:34] * Joins: moo-_- (miohtama@lakka.kapsi.fi)
  783. # [07:34] * Joins: hober (~ted@unaffiliated/hober)
  784. # [07:34] * Joins: dwim (~dwim@210.94.41.89)
  785. # [07:34] * Joins: lilmonkey` (~colin@pdpc/supporter/professional/riven)
  786. # [07:34] * Joins: nicolasbadia (~nicolasba@78.209.78.103)
  787. # [07:34] * Joins: jochen__ (jochen@nat/google/x-igupelorkhnhfzqi)
  788. # [07:34] * Joins: suzak (~suzak@128.199.229.189)
  789. # [07:34] * Joins: npcomp (~eldon@c-24-126-240-124.hsd1.ga.comcast.net)
  790. # [07:34] * Joins: ahf (ahf@irssi/staff/ahf)
  791. # [07:34] * Joins: emerson (~emerson@emersonveenstra.com)
  792. # [07:34] * Joins: rektide (~rektide@eldergods.com)
  793. # [07:34] * Joins: m4nu (~manu@216.252.204.51)
  794. # [07:34] * Joins: lerc_ (~quassel@121-74-2-8.telstraclear.net)
  795. # [07:34] * Joins: webben (~benjamin@198.61.227.102)
  796. # [07:34] * Joins: nephyrin (~neph@corp.mtv2.mozilla.com)
  797. # [07:34] * Joins: bentruyman (~bentruyma@23.252.119.254)
  798. # [07:34] * Joins: morewry (~morewry@c-76-103-214-98.hsd1.ca.comcast.net)
  799. # [07:34] * Joins: eric_carlson (~eric@17.202.43.125)
  800. # [07:34] * Joins: jory (~jory@supercu.be)
  801. # [07:34] * Joins: broquaint (~dbrook@static.94.217.47.78.clients.your-server.de)
  802. # [07:34] * Joins: Ablu (~ablu@quassel.woboq.de)
  803. # [07:34] * Joins: Martijnc (~Martijn@is-aweso.me)
  804. # [07:34] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
  805. # [07:34] * Joins: beowulf (~sstewart@host86-132-91-109.range86-132.btcentralplus.com)
  806. # [07:34] * Joins: zama (zama@unaffiliated/stryx/x-3871776)
  807. # [07:34] * Joins: wakaba_ (~wakaba@83.139.210.220.dy.bbexcite.jp)
  808. # [07:34] * Joins: Domenic (sid10976@gateway/web/irccloud.com/x-zryykgkwthaxkyan)
  809. # [07:34] * Joins: phuu (sid7721@gateway/web/irccloud.com/x-ryvrxlohwzjdwhgz)
  810. # [07:34] * Joins: ryuone_ (~ryuone@133.242.55.223)
  811. # [07:34] * Joins: mmn (~MattN@192.95.22.58)
  812. # [07:34] * Joins: mrbkap (~mrbkap@people1.scl3.mozilla.com)
  813. # [07:34] * Joins: jgraham (~jgraham@web91.webfaction.com)
  814. # [07:34] * Joins: pdr (sid7901@gateway/web/irccloud.com/x-jadwibthklkweuuj)
  815. # [07:34] * Joins: cwilso (sid10206@gateway/web/irccloud.com/x-xmftvdwxnwqeihwc)
  816. # [07:34] * Joins: bterlson (sid23757@gateway/web/irccloud.com/x-omcemqrvaallenut)
  817. # [07:34] * Joins: TabAtkins (sid11559@gateway/web/irccloud.com/x-wltuswvmsnqrhxdz)
  818. # [07:34] * Joins: birtles (sid16523@gateway/web/irccloud.com/x-kxvuwbpupuljeuhk)
  819. # [07:34] * Joins: zewt (~foo@ec2-50-17-220-142.compute-1.amazonaws.com)
  820. # [07:34] * Joins: toyoshiAw (~toyoshim@yuri.twintail.org)
  821. # [07:34] * Joins: `nik` (~nik@li490-134.members.linode.com)
  822. # [07:34] * Joins: jkomoros__ (uid7860@gateway/web/irccloud.com/x-grdfzhelwdquglqe)
  823. # [07:34] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
  824. # [07:34] * Joins: tobie (sid5692@gateway/web/irccloud.com/x-rmlqqgzmdzwgmbkw)
  825. # [07:34] * Joins: lokling (~quassel@quassel.woboq.com)
  826. # [07:34] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
  827. # [07:34] * Joins: foolip (~philip@37.139.17.34)
  828. # [07:34] * Joins: htmelvis (~htmelvis@107.170.99.246)
  829. # [07:34] * Joins: Krinkle (~Krinkle@wikimedia/Krinkle)
  830. # [07:34] * Joins: astearns (sid15080@gateway/web/irccloud.com/x-vjsodijtxdtjjkvj)
  831. # [07:34] * Joins: bengl (~bengl@91.219.238.88)
  832. # [07:34] * Joins: davve (~user@83.218.67.123)
  833. # [07:34] * Joins: nw (nw@kapsi.fi)
  834. # [07:34] * Joins: tomaw (tom@freenode/staff/tomaw)
  835. # [07:34] * Joins: gsnedders (~gsnedders@5.2.16.23)
  836. # [07:34] * Joins: Hixie (~ianh@178.255.149.100)
  837. # [07:34] * Joins: FerasM (sid28672@gateway/web/irccloud.com/x-zsadmfttlvixznuq)
  838. # [07:34] * Joins: twisted` (sid6794@gateway/web/irccloud.com/x-jjqhwoybeeighuly)
  839. # [07:34] * Joins: cfq (sid18398@gateway/web/irccloud.com/x-iitrlhotulcjfbdz)
  840. # [07:34] * Joins: aklein (sid4454@gateway/web/irccloud.com/x-lvzmfdsbxgzanfyb)
  841. # [07:34] * Joins: kcherkashin__ (sid25169@gateway/web/irccloud.com/x-qamfmqvlpccoccfp)
  842. # [07:34] * Joins: scottjehl___ (sid3055@gateway/web/irccloud.com/x-rdnscccvzfcxftlc)
  843. # [07:34] * Joins: mathiasbynens (sid2247@gateway/web/irccloud.com/x-jzrtznkvqputfaml)
  844. # [07:34] * Joins: JonathanNeal (sid5831@gateway/web/irccloud.com/x-cserjhyeawebksyr)
  845. # [07:34] * Joins: slightlyoff (sid1768@gateway/web/irccloud.com/x-uixvsqsjlafmhese)
  846. # [07:34] * Joins: matijs (sid2278@gateway/web/irccloud.com/x-tfbqwtoapuwzaema)
  847. # [07:34] * Joins: arv_ (sid4269@gateway/web/irccloud.com/x-wptjruxjrjorqlgz)
  848. # [07:34] * Joins: hsivonen (~hsivonen@bugzilla.validator.nu)
  849. # [07:34] * Joins: rillian (giles@mf4-xiph.osuosl.org)
  850. # [07:34] * Joins: riddle (riddle@us.yunix.net)
  851. # [07:34] * Joins: kbrosnan (~kbrosnan@firefox/community/qa/kbrosnan)
  852. # [07:34] * Joins: MikeSmith (~mike@sideshowbarker.net)
  853. # [07:34] * Joins: jtcranmer (~jcranmer@ras2.csl.tjhsst.edu)
  854. # [07:34] * Joins: rhiaro (~quassel@amy.so)
  855. # [07:34] * Joins: xxtjaxx (~xxtjaxx@kde/developer/marschke)
  856. # [07:34] * Joins: k308de (~k308@k308.de)
  857. # [07:34] * Joins: ondras (~ondras@zarovi.cz)
  858. # [07:34] * Joins: jst (~quassel@198.199.94.175)
  859. # [07:34] * Joins: edsu (~edsu@pdpc/supporter/active/edsu)
  860. # [07:34] * Joins: jmb (~jmb@mail.parsifal.org.uk)
  861. # [07:34] * Joins: scott_gonzalez (gonzasi0@gateway/shell/jquery.com/x-xkcukvdcycywgxrk)
  862. # [07:34] * Joins: odinho (odinho@dalvik.ping.uio.no)
  863. # [07:34] * Joins: SimonSapin (~simon@hako.exyr.org)
  864. # [07:34] * Joins: Yudai___ (~Yudai@nttkyo040046.tkyo.nt.ngn2.ppp.infoweb.ne.jp)
  865. # [07:34] * Joins: reggna (~reggna@irc.jagochmittmoln.se)
  866. # [07:34] * Joins: kborchers (kborchers@gateway/shell/jquery.com/x-lnqjhvrqjwcghqoq)
  867. # [07:34] * Joins: wilhelm (~wilhelm@178.255.149.100)
  868. # [07:34] * Joins: ajpiano (~ajpiano@li98-57.members.linode.com)
  869. # [07:34] * Joins: schuki (~quassel@vali.lamercake.org)
  870. # [07:34] * Joins: Johnny- (~null@unaffiliated/johnny-)
  871. # [07:34] * Joins: esprehn (sid10445@gateway/web/irccloud.com/x-dnijchizrroualhr)
  872. # [07:34] * Joins: mounir (~mounir@oldworld.fr)
  873. # [07:35] * Krinkle is now known as Krinkle|detached
  874. # [07:35] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
  875. # [07:36] <JakeA> TabAtkins: I was thinking about https://twitter.com/tabatkins/status/474209390254620672 - what were you thinking there?
  876. # [07:37] <JakeA> TabAtkins: I was thinking about https://twitter.com/tabatkins/status/474209390254620672 - what were you thinking there?
  877. # [07:39] * Quits: KevinMarks2 (~yaaic@2607:fb90:402:52d0:76ef:6d68:b990:7c21) (Ping timeout: 240 seconds)
  878. # [07:40] * Joins: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
  879. # [07:41] * Joins: KevinMarks2 (~yaaic@2607:fb90:2207:b107:85a9:2a98:a810:5eaf)
  880. # [07:47] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  881. # [07:47] * Joins: gavin_ (~gavin@76.14.87.162)
  882. # [07:50] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  883. # [07:50] * Joins: scor (~scor@cpe-72-182-100-98.austin.res.rr.com)
  884. # [07:50] * Quits: scor (~scor@cpe-72-182-100-98.austin.res.rr.com) (Changing host)
  885. # [07:50] * Joins: scor (~scor@drupal.org/user/52142/view)
  886. # [07:57] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  887. # [07:57] * Joins: gavin_ (~gavin@76.14.87.162)
  888. # [07:59] * Quits: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com) (Quit: tantek)
  889. # [08:05] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  890. # [08:06] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
  891. # [08:07] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  892. # [08:09] * Quits: KevinMarks2 (~yaaic@2607:fb90:2207:b107:85a9:2a98:a810:5eaf) (Ping timeout: 240 seconds)
  893. # [08:10] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
  894. # [08:11] * Quits: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net) (Ping timeout: 240 seconds)
  895. # [08:13] * Joins: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
  896. # [08:13] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  897. # [08:13] * Quits: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
  898. # [08:15] * Joins: KevinMarks2 (~yaaic@2607:fb90:2207:b107:85a9:2a98:a810:5eaf)
  899. # [08:17] * Joins: zdobersek (~zan@5.153.233.42)
  900. # [08:17] * Joins: sicking (~sicking@c-98-210-154-157.hsd1.ca.comcast.net)
  901. # [08:17] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (Quit: Snuggling with the puppies)
  902. # [08:18] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
  903. # [08:26] * Quits: roc (~chatzilla@60.234.66.18) (Ping timeout: 240 seconds)
  904. # [08:27] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
  905. # [08:28] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
  906. # [08:30] * Joins: Ducki (~Ducki@137.116.197.171)
  907. # [08:30] * Quits: bufferino (~yz@103.11.50.32) (Remote host closed the connection)
  908. # [08:31] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  909. # [08:36] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (Ping timeout: 276 seconds)
  910. # [08:48] * Joins: Witget (~Premium@mail.mbaconsult.ru)
  911. # [08:51] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  912. # [08:52] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  913. # [08:55] * Joins: markkes (~markkes@62.207.90.201)
  914. # [08:56] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
  915. # [09:01] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Remote host closed the connection)
  916. # [09:02] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
  917. # [09:04] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  918. # [09:04] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
  919. # [09:06] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Ping timeout: 252 seconds)
  920. # [09:07] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
  921. # [09:12] * Quits: ambv (~ambv@173.252.71.129) (Quit: sys.exit(0) # computer went to sleep)
  922. # [09:12] * Quits: gavin (~gavin@firefox/developer/gavin) (Remote host closed the connection)
  923. # [09:12] * Joins: gavin (~gavin@firefox/developer/gavin)
  924. # [09:14] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  925. # [09:14] * Joins: gavin_ (~gavin@76.14.87.162)
  926. # [09:18] <annevk> krit: what I'd like is some information as to why my input will now be used to some effect
  927. # [09:19] <annevk> krit: is there an active author/editor?
  928. # [09:19] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  929. # [09:19] * Joins: gavin_ (~gavin@76.14.87.162)
  930. # [09:21] * Joins: darobin (~darobin@78.109.80.74)
  931. # [09:21] * Joins: Ms2ger (~Ms2ger@251.193-64-87.adsl-dyn.isp.belgacom.be)
  932. # [09:22] <zcorpan> is there a spec for how drag-and-drop within contenteditable should work?
  933. # [09:30] <krit> annevk: The behavior ought to be specified in https://svgwg.org/specs/integration/ at some point. The reason this came up again at all was a request from WebAppSec WG. I hope that his gives new impulses to continue working on the spec + me slowly rolling out of other spec work like masking. I believe to find more time next month. However, if the Wiki
  934. # [09:30] <krit> progresses faster and the future structure of the document gets more clear, I am happy to do edits earlier. Editors are Cameron and me. You are right that many parts of the discussions haven't been added yet. I will search through the mailing lists next week. If you want to wait to see more progress on the wiki, I can understand it. But you are more than
  935. # [09:30] <krit> welcome to add notes to the Wiki sooner.
  936. # [09:30] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  937. # [09:30] <krit> annevk: the wiki is meant as a white board to collect ideas and thoughts. No need to write spec text there
  938. # [09:31] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
  939. # [09:31] <krit> annevk: if you have any short notes in your mind, just add it
  940. # [09:31] <krit> annevk: links are fine as well
  941. # [09:32] * Joins: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7)
  942. # [09:35] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
  943. # [09:35] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 276 seconds)
  944. # [09:47] * espadrine` is now known as espadrine
  945. # [09:55] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  946. # [09:55] * Joins: gavin_ (~gavin@76.14.87.162)
  947. # [10:00] <annevk> Domenic: "in prose" works if you're Allen or are keeping closely in touch with him, it doesn't really scale beyond that
  948. # [10:01] <annevk> krit: that link does not load
  949. # [10:01] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  950. # [10:01] * Joins: gavin_ (~gavin@76.14.87.162)
  951. # [10:01] <annevk> krit: "integration" seems kind of weird, HTML has no such chapter
  952. # [10:01] <annevk> krit: and things such as fetching and security are part of the core processing model, you can't just bolt them on somehow
  953. # [10:01] * Quits: takuya (~takuya@2401:fa00:4:1012:6187:eccb:c54b:eae7) (Ping timeout: 240 seconds)
  954. # [10:02] <krit> annevk: the purpose of the spec is covering eBooks and other languages including subsets of SVG as well
  955. # [10:02] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
  956. # [10:02] <krit> annevk: :) Do not disagree
  957. # [10:03] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
  958. # [10:03] <annevk> The fact that you guys can't even come up with a sane organization does not inspire confidence
  959. # [10:03] <annevk> And suggests nothing much has changed in the intervening years
  960. # [10:04] <annevk> These questions are not something you look at separately typically. You should come across these as you define SVG as a language
  961. # [10:05] * Quits: ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) (Ping timeout: 240 seconds)
  962. # [10:07] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Ping timeout: 265 seconds)
  963. # [10:07] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Ping timeout: 260 seconds)
  964. # [10:08] * Quits: jdaggett (~jdaggett@61-121-216-2.bitcat.net) (Ping timeout: 265 seconds)
  965. # [10:09] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  966. # [10:15] <krit> annevk: SVG as a language has existed for more than 14 years. It is huge, it is complex. That members of the WG don't have as much time as the language deserves is more than unfortunate. But SVG is not the only specification suffering years of stagnation.
  967. # [10:16] <krit> Exmples are CSS OM for instance which has had multiple editors as well as far as I can remember, you were one of them.
  968. # [10:16] <annevk> That does suggest there's nobody to take on this issue
  969. # [10:16] * Quits: nessy (~silviapf@101.164.214.231) (Quit: Leaving.)
  970. # [10:16] <krit> It doesn't help to blame people instead we should look forward.
  971. # [10:17] <annevk> CSSOM has made steady progress. A great many things that was once undefined was defined over time. Not much new features, but the overall model was made much more clear and unambiguous.
  972. # [10:18] <krit> annevk: another point is probably the lack of experience in technologies like fetching... at least from the specification point of view.
  973. # [10:18] <annevk> As in, we went from HTML4-era level of detail to HTML5-era level of detail. That's pretty great I think.
  974. # [10:18] <krit> annevk: and we hope yo reach the same with SVG eventually
  975. # [10:19] <annevk> krit: I'm not trying to assign blame, I'm trying to figure out if there's anyone actively working on this and writing things down. We're not going to solve this by jotting notes on a wiki page and having teleconferences.
  976. # [10:19] <annevk> krit: This requires someone to put a few months of effort into this.
  977. # [10:20] <krit> annevk: honestly, I can not guarantee it. I can just promise that I do my best to keep it rolling.
  978. # [10:21] <krit> annevk: I do not have the possibility to work full time on this subject... all that I can offer is to help as much as I can.. even with editing
  979. # [10:23] <krit> annevk: I am not sure if heycam|away can, but he has a lot on his plate too. We can not just hand it over to anyone and force a different WG to take care of it. As you said, it is fundamental for SVG. But we can try to find help.
  980. # [10:24] <zcorpan> MikeSmith: https://github.com/ResponsiveImagesCG/picture-element/pull/204
  981. # [10:25] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  982. # [10:28] * Joins: jwatt (~roslea@207.218.72.65)
  983. # [10:31] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
  984. # [10:31] <annevk> krit: I guess I'm ready to help once there is someone actively working on it. This is not too different from how it was a couple of years ago.
  985. # [10:32] <annevk> (I hope heycam|away starts working on IDL. There's a ton of issues there :-()
  986. # [10:35] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
  987. # [10:49] * Joins: Lachy_ (~Lachy@213.166.174.2)
  988. # [10:55] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  989. # [10:56] * Joins: scor (~scor@cpe-72-182-100-98.austin.res.rr.com)
  990. # [10:56] * Quits: scor (~scor@cpe-72-182-100-98.austin.res.rr.com) (Changing host)
  991. # [10:56] * Joins: scor (~scor@drupal.org/user/52142/view)
  992. # [10:56] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
  993. # [11:01] * Quits: BigBangUDR (~Thunderbi@220.225.242.27) (Ping timeout: 252 seconds)
  994. # [11:01] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  995. # [11:03] * Krinkle|detached is now known as Krinkle
  996. # [11:03] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
  997. # [11:06] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 252 seconds)
  998. # [11:06] * Joins: sankha93 (~sankha93@remote190-056.home.uni-freiburg.de)
  999. # [11:06] * Quits: sankha93 (~sankha93@remote190-056.home.uni-freiburg.de) (Changing host)
  1000. # [11:06] * Joins: sankha93 (~sankha93@fsf/emeritus/sankha93)
  1001. # [11:08] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Ping timeout: 276 seconds)
  1002. # [11:14] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  1003. # [11:15] * Quits: KevinMarks2 (~yaaic@2607:fb90:2207:b107:85a9:2a98:a810:5eaf) (Ping timeout: 240 seconds)
  1004. # [11:16] * Joins: KevinMarks2 (~yaaic@2607:fb90:2207:b107:85a9:2a98:a810:5eaf)
  1005. # [11:18] * Joins: ambv (~ambv@173.252.71.129)
  1006. # [11:22] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
  1007. # [11:31] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  1008. # [11:32] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
  1009. # [11:35] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 252 seconds)
  1010. # [11:36] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
  1011. # [11:54] * Parts: a-ja (~Instantbi@70.230.149.227)
  1012. # [11:55] * Quits: sicking (~sicking@c-98-210-154-157.hsd1.ca.comcast.net) (Quit: sicking)
  1013. # [12:01] <hsivonen> Hixie, MikeSmith: validator.nu is back.
  1014. # [12:02] <hsivonen> somehow, the VM's kernel modules have become broken enough that iptables-restore can't do its thing and the port mappings were missing
  1015. # [12:02] <hsivonen> as a band-aid, I installed nginx to do proxying from one port to another
  1016. # [12:03] <hsivonen> please let me know if POST or something like that broke
  1017. # [12:03] <hsivonen> my other VMs don't have this problem
  1018. # [12:03] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
  1019. # [12:03] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
  1020. # [12:04] * Quits: gavin_ (~gavin@76.14.87.162) (Read error: Connection reset by peer)
  1021. # [12:04] * Joins: gavin__ (~gavin@76.14.87.162)
  1022. # [12:06] <hsivonen> I'm guessing the reason for brokenness is an incomplete kernel update relative to Xen modules
  1023. # [12:07] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
  1024. # [12:08] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Ping timeout: 240 seconds)
  1025. # [12:16] * Joins: gavin_ (~gavin@76.14.87.162)
  1026. # [12:20] * Joins: charl_ (~charl@2001:67c:2564:524:78c4:b1da:6dc1:1fac)
  1027. # [12:20] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  1028. # [12:20] * Joins: gavin_ (~gavin@76.14.87.162)
  1029. # [12:21] * Quits: gavin__ (~gavin@76.14.87.162) (Ping timeout: 276 seconds)
  1030. # [12:23] * Joins: barnabywalters (~barnabywa@46-239-239-203.tal.is)
  1031. # [12:27] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  1032. # [12:27] * Joins: gavin_ (~gavin@76.14.87.162)
  1033. # [12:28] * Joins: gavin__ (~gavin@76.14.87.162)
  1034. # [12:32] * Quits: gavin_ (~gavin@76.14.87.162) (Ping timeout: 240 seconds)
  1035. # [12:33] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
  1036. # [12:37] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 240 seconds)
  1037. # [12:37] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
  1038. # [12:40] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
  1039. # [12:44] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
  1040. # [12:50] * Joins: poona (~poona@unaffiliated/poona)
  1041. # [12:51] * Joins: cheron (~cheron@unaffiliated/cheron)
  1042. # [13:00] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  1043. # [13:17] * Joins: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net)
  1044. # [13:22] * Quits: gungan_fuq (~encryptd_@c-24-118-244-128.hsd1.mn.comcast.net) (Ping timeout: 255 seconds)
  1045. # [13:23] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  1046. # [13:26] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 240 seconds)
  1047. # [13:30] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  1048. # [13:31] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 245 seconds)
  1049. # [13:33] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
  1050. # [13:38] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
  1051. # [13:40] * Joins: poona (~poona@unaffiliated/poona)
  1052. # [13:48] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Remote host closed the connection)
  1053. # [13:49] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  1054. # [13:49] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
  1055. # [13:50] <MikeSmith> hsivonen: thanks I'll test and see if I notice any problems
  1056. # [13:51] <MikeSmith> hsivonen: glad it wasn't my fault at least :-)
  1057. # [13:53] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 240 seconds)
  1058. # [13:54] * Quits: zdobersek (~zan@5.153.233.42) (Quit: Leaving.)
  1059. # [13:57] * Quits: gavin__ (~gavin@76.14.87.162) (Remote host closed the connection)
  1060. # [13:57] * Joins: gavin_ (~gavin@76.14.87.162)
  1061. # [14:01] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  1062. # [14:02] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 256 seconds)
  1063. # [14:06] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 252 seconds)
  1064. # [14:14] * Joins: poona (~poona@unaffiliated/poona)
  1065. # [14:16] <annevk> krit: how much time can you get from your manager?
  1066. # [14:16] <annevk> krit: I'm happy to match your time and see how far we can get together
  1067. # [14:17] * Quits: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net) (Quit: จรลี จรลา)
  1068. # [14:20] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 240 seconds)
  1069. # [14:34] * Joins: newtron (~newtron@192.171.32.25)
  1070. # [14:34] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
  1071. # [14:39] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
  1072. # [14:39] <krit> annevk: I'll check this evening. I am actually close to your timezone CET
  1073. # [14:43] * Joins: jabbok (~jacob@dsl-087-195-154-072.solcon.nl)
  1074. # [14:43] <jabbok> hi all
  1075. # [14:43] <jabbok> anybody got tips on using html5 notification api cross browser/platform?
  1076. # [14:47] <annevk> krit: we're the same timezone these days
  1077. # [14:47] <krit> annevk: did you move?
  1078. # [14:48] <annevk> krit: yeah, I'm based in Zürich
  1079. # [14:48] <krit> annevk: oh, didn't know
  1080. # [14:48] <jabbok> annevk maybe?
  1081. # [14:49] <krit> annevk: why did you move to Zurich? London needed the space for Servo?
  1082. # [14:49] <annevk> jabbok: what's the issue?
  1083. # [14:49] <annevk> krit: personal reasons, we don't really have an office here
  1084. # [14:49] <jabbok> well whe’re trying to find a cross browser/platform notification method for ower webapp...
  1085. # [14:49] * Joins: plutoniix (~plutoniix@node-1dzo.pool-101-108.dynamic.totbb.net)
  1086. # [14:49] <krit> annevk: ok :)
  1087. # [14:50] <jabbok> maybe using the html5 notification api
  1088. # [14:50] <darobin> the couldn't stand having him in the office so they sent him to the closest large city with no official presence
  1089. # [14:50] * Joins: poona (~poona@unaffiliated/poona)
  1090. # [14:50] <krit> annevk: with not real office, do you actually mean no office space at all?
  1091. # [14:50] <jabbok> is there maybe some kind of javascript wrapper to make this work between browsers?
  1092. # [14:51] <darobin> jabbok: check https://developer.mozilla.org/en/docs/Web/API/notification for support information and such
  1093. # [14:52] <jabbok> I’ve been there, and in firefox this works all fine and dandy
  1094. # [14:53] <annevk> krit: yeah I work from home
  1095. # [14:53] <jabbok> but if i want to trigger a message with an event (dom ready for example) chrome doesn’t do that so it’s an api issue i think
  1096. # [14:53] <jabbok> i thought maybe you guys would have suggestions
  1097. # [14:53] <krit> annevk: well then meeting in Zurich is more difficult... IRC or video conference works too though
  1098. # [14:53] <annevk> In Europe Mozilla has offices in Berlin, London, and Paris
  1099. # [14:54] <annevk> krit: ooh, I was thinking meeting over IRC, but just having fulltime availability
  1100. # [14:54] <annevk> krit: if you want an actual meeting maybe we can get TabAtkins and the Google office involved somehow :p
  1101. # [14:54] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 252 seconds)
  1102. # [14:55] <krit> annevk: k. Will check this evening without budget involved it is always easier to get some time
  1103. # [14:56] <annevk> jabbok: hmm not sure
  1104. # [14:56] <annevk> jabbok: I'd suggest stackoverflow.com
  1105. # [14:56] <jabbok> those issues are all dated
  1106. # [14:56] <annevk> jabbok: I don't get much further then trying to make sure the spec is okay and then moving to the next undefined thing
  1107. # [14:57] * Quits: ambv (~ambv@173.252.71.129) (Quit: sys.exit(0) # computer went to sleep)
  1108. # [14:57] <annevk> jabbok: but you can ask questions there, no?
  1109. # [14:57] <jabbok> i’ll try that. Thanks for your time!
  1110. # [14:57] <jabbok> and good luck on the standards ;)
  1111. # [14:59] * Krinkle is now known as Krinkle|detached
  1112. # [15:00] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  1113. # [15:02] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  1114. # [15:05] * Joins: poona (~poona@117.198.105.69)
  1115. # [15:05] * Quits: poona (~poona@117.198.105.69) (Changing host)
  1116. # [15:05] * Joins: poona (~poona@unaffiliated/poona)
  1117. # [15:05] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 255 seconds)
  1118. # [15:05] * Joins: mpt (~mpt@nat/canonical/x-easrsbdsoawqfvwv)
  1119. # [15:05] * Quits: mpt (~mpt@nat/canonical/x-easrsbdsoawqfvwv) (Changing host)
  1120. # [15:05] * Joins: mpt (~mpt@canonical/mpt)
  1121. # [15:06] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 265 seconds)
  1122. # [15:06] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 245 seconds)
  1123. # [15:08] * Joins: TallTed (~Thud@63.119.36.36)
  1124. # [15:09] * Joins: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com)
  1125. # [15:15] * Joins: tj_vantoll (~Adium@2601:4:5380:eba:6c27:34c5:c84e:b5dc)
  1126. # [15:17] * Joins: tav (~tav`@host217-42-231-34.range217-42.btcentralplus.com)
  1127. # [15:21] <annevk> JakeA: it seems that if we want SW to just modify the request and then return it (should change from null in that case I think), Fetch needs to restart from the top as the mode might have changed and such, no?
  1128. # [15:21] * Joins: ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan)
  1129. # [15:23] * Joins: ambv (~ambv@206.108.217.134)
  1130. # [15:23] <annevk> JakeA: e.g. if mode is same-origin and you change the url of the request, we're in trouble
  1131. # [15:24] * Parts: jabbok (~jacob@dsl-087-195-154-072.solcon.nl)
  1132. # [15:25] * Quits: newtron (~newtron@192.171.32.25) (Remote host closed the connection)
  1133. # [15:25] * Joins: newtron (~newtron@192.171.32.25)
  1134. # [15:25] * Joins: scor (~scor@cpe-72-182-100-98.austin.res.rr.com)
  1135. # [15:25] * Quits: scor (~scor@cpe-72-182-100-98.austin.res.rr.com) (Changing host)
  1136. # [15:25] * Joins: scor (~scor@drupal.org/user/52142/view)
  1137. # [15:26] * Quits: Ms2ger (~Ms2ger@251.193-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 265 seconds)
  1138. # [15:28] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 260 seconds)
  1139. # [15:29] * Quits: newtron (~newtron@192.171.32.25) (Ping timeout: 240 seconds)
  1140. # [15:29] <JakeA> annevk: are we in trouble, or would it just fail?
  1141. # [15:30] <annevk> JakeA: since step 6 of http://fetch.spec.whatwg.org/#concept-fetch is not currently I think we're in trouble
  1142. # [15:31] * Joins: marcosc (~marcosc@66.207.208.102)
  1143. # [15:34] * Quits: ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) (Ping timeout: 276 seconds)
  1144. # [15:34] <annevk> JakeA: it would actually help to have a set of use cases for modifying headers and mode
  1145. # [15:34] <annevk> JakeA: as making sure "no CORS" fetches are <img>/<script>-compatible is hard
  1146. # [15:35] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
  1147. # [15:35] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  1148. # [15:36] <JakeA> annevk: if we go read-only, it's not going to stop us opening it up later is it?
  1149. # [15:36] <annevk> JakeA: no
  1150. # [15:36] * Joins: scor (~scor@drupal.org/user/52142/view)
  1151. # [15:37] <annevk> JakeA: it would probably still require answering the above question
  1152. # [15:37] <JakeA> annevk: Let's shut it down. *looks into camera* shut it all down.
  1153. # [15:37] <annevk> JakeA: e.g. I do think we your header use case to work
  1154. # [15:37] <annevk> want*
  1155. # [15:37] <JakeA> hah, can't remember it
  1156. # [15:38] <annevk> JakeA: https://gist.github.com/jakearchibald/9f556ce0eafc47ba3d6e
  1157. # [15:38] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
  1158. # [15:39] <JakeA> annevk: I've heard use-cases around tagging requests with priorities. Being able to polyfill headers like clienthints would be nice too.
  1159. # [15:39] <JakeA> annevk: But you could do that with respondWith(fetch(event.request, modifications))
  1160. # [15:39] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
  1161. # [15:39] <JakeA> annevk: except for the redirect issues
  1162. # [15:40] * Quits: Lachy_ (~Lachy@213.166.174.2) (Quit: Textual IRC Client: www.textualapp.com)
  1163. # [15:40] <JakeA> annevk: For priorities we need to see how they'll be represented on the request object
  1164. # [15:41] * Joins: Ms2ger (~Ms2ger@251.193-64-87.adsl-dyn.isp.belgacom.be)
  1165. # [15:42] * Joins: stalled (~stalled@unaffiliated/stalled)
  1166. # [15:42] <annevk> JakeA: yeah, maybe that is better
  1167. # [15:42] <annevk> JakeA: the modify existing request and then return it is kind of weird
  1168. # [15:42] <annevk> JakeA: it'd be a new "default"
  1169. # [15:43] * Joins: weinig (~weinig@98.234.191.242)
  1170. # [15:43] * Quits: weinig (~weinig@98.234.191.242) (Client Quit)
  1171. # [15:47] <JakeA> annevk: I think it feels intuitive to modify the request object like that, but agree it's too complex in terms of the implementation for a first-pass
  1172. # [15:47] <annevk> JakeA: so even if we drop that, if you do new Request() should you be able to set .mode?
  1173. # [15:48] * Joins: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au)
  1174. # [15:48] <annevk> JakeA: it's kind of unrelated whether we take https://gist.github.com/jakearchibald/9f556ce0eafc47ba3d6e into account
  1175. # [15:48] <JakeA> annevk: Oh yeah, definately. Else how do I cache the JS on my CDN?
  1176. # [15:49] <annevk> JakeA: well should be able to set Request.prototype.mode, of course you can set it through new Request()
  1177. # [15:49] <JakeA> annevk: or do you mean set it *after* construction?
  1178. # [15:49] <annevk> Yup
  1179. # [15:49] <JakeA> annevk: I say lock it all down. We can open stuff up as we work it out & get good usecases
  1180. # [15:49] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  1181. # [15:50] <annevk> Okay
  1182. # [15:51] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
  1183. # [15:51] * Joins: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net)
  1184. # [15:54] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 240 seconds)
  1185. # [15:57] * Joins: scor (scor@drupal.org/user/52142/view)
  1186. # [16:01] * Joins: gungan_fuq (~encryptd_@23.30.224.246)
  1187. # [16:03] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  1188. # [16:05] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
  1189. # [16:05] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  1190. # [16:05] * Joins: gavin_ (~gavin@76.14.87.162)
  1191. # [16:06] * Joins: scor (scor@drupal.org/user/52142/view)
  1192. # [16:06] * Quits: scor (scor@drupal.org/user/52142/view) (Client Quit)
  1193. # [16:07] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 240 seconds)
  1194. # [16:08] * Joins: jarek (~jarek@unaffiliated/jarek)
  1195. # [16:08] * Joins: newtron (~newtron@192.171.32.25)
  1196. # [16:09] * Joins: scor (scor@drupal.org/user/52142/view)
  1197. # [16:12] * Quits: cheron (~cheron@unaffiliated/cheron) (Quit: Leaving.)
  1198. # [16:13] * Quits: jarek (~jarek@unaffiliated/jarek) (Client Quit)
  1199. # [16:16] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  1200. # [16:16] * Joins: ChrisMorgan (~ChrisMorg@27-32-227-98.static.tpgi.com.au)
  1201. # [16:16] * Quits: ChrisMorgan (~ChrisMorg@27-32-227-98.static.tpgi.com.au) (Changing host)
  1202. # [16:16] * Joins: ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan)
  1203. # [16:16] * Joins: gavin_ (~gavin@76.14.87.162)
  1204. # [16:17] * Joins: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si)
  1205. # [16:19] * Joins: jarek (~jarek@unaffiliated/jarek)
  1206. # [16:19] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
  1207. # [16:23] * Quits: espadrine (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr) (Ping timeout: 260 seconds)
  1208. # [16:25] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 252 seconds)
  1209. # [16:26] * Quits: tantek (~tantek@207-237-125-114.ny.subnet.cable.rcn.com) (Quit: tantek)
  1210. # [16:31] * Joins: espadrine (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr)
  1211. # [16:31] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
  1212. # [16:34] * Joins: izhak (~izhak@92.248.142.152)
  1213. # [16:35] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  1214. # [16:37] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
  1215. # [16:40] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
  1216. # [16:42] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
  1217. # [16:44] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Ping timeout: 240 seconds)
  1218. # [16:45] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Ping timeout: 252 seconds)
  1219. # [16:48] * Joins: ehsan (~ehsan@66.207.208.102)
  1220. # [16:49] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
  1221. # [16:51] <annevk> People who reply to GitHub via email, grr
  1222. # [16:51] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
  1223. # [16:53] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
  1224. # [16:53] * Joins: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU)
  1225. # [17:01] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Ping timeout: 240 seconds)
  1226. # [17:02] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  1227. # [17:03] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  1228. # [17:06] * Quits: jarek (~jarek@unaffiliated/jarek) (Ping timeout: 240 seconds)
  1229. # [17:07] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
  1230. # [17:07] * Quits: markkes (~markkes@62.207.90.201) (Quit: Nettalk6 - www.ntalk.de)
  1231. # [17:08] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Ping timeout: 265 seconds)
  1232. # [17:10] * Quits: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU) (Quit: tantek)
  1233. # [17:11] <caitp> whens the last time you tried to reply to github from your phone any other way? it's basically impossible :(
  1234. # [17:12] * Joins: marcosc_ (~marcosc@66.207.208.102)
  1235. # [17:12] * Quits: marcosc (~marcosc@66.207.208.102) (Read error: Connection reset by peer)
  1236. # [17:12] * Joins: raisdead (~alien@108.161.91.186)
  1237. # [17:16] * Joins: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net)
  1238. # [17:17] * Joins: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si)
  1239. # [17:17] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  1240. # [17:17] * Joins: rafaelrinaldi (~textual@B12E874E.dynamic.spo.dsl.tesa.net.br)
  1241. # [17:23] * Quits: coolbot95 (~coolbot95@gateway/tor-sasl/coolbot95) (Quit: coolbot95)
  1242. # [17:24] * Joins: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU)
  1243. # [17:25] * Joins: jarib (~jarib@unaffiliated/jarib)
  1244. # [17:26] * Joins: dawhite (~dawhite@74.118.22.223)
  1245. # [17:28] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
  1246. # [17:30] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
  1247. # [17:32] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Quit: Leaving.)
  1248. # [17:36] * Joins: zdobersek (~zan@185.3.135.178)
  1249. # [17:39] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  1250. # [17:40] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
  1251. # [17:43] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 245 seconds)
  1252. # [17:46] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
  1253. # [17:46] * Quits: Ducki (~Ducki@137.116.197.171) (Remote host closed the connection)
  1254. # [17:46] * Quits: ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) (Ping timeout: 240 seconds)
  1255. # [17:49] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 265 seconds)
  1256. # [17:52] * Parts: Witget (~Premium@mail.mbaconsult.ru)
  1257. # [17:55] * Quits: sankha93 (~sankha93@fsf/emeritus/sankha93) (Remote host closed the connection)
  1258. # [17:58] * Joins: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com)
  1259. # [18:01] * Quits: marcosc_ (~marcosc@66.207.208.102) (Remote host closed the connection)
  1260. # [18:03] * Quits: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
  1261. # [18:04] * Quits: poona (~poona@unaffiliated/poona) (Ping timeout: 245 seconds)
  1262. # [18:07] * Joins: BigBangUDR (~Thunderbi@123.239.64.2)
  1263. # [18:08] * Quits: BigBangUDR (~Thunderbi@123.239.64.2) (Client Quit)
  1264. # [18:09] * Joins: tj_vantoll1 (~Adium@c-98-250-130-237.hsd1.mi.comcast.net)
  1265. # [18:09] * Quits: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU) (Quit: tantek)
  1266. # [18:09] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  1267. # [18:11] * Quits: tj_vantoll (~Adium@2601:4:5380:eba:6c27:34c5:c84e:b5dc) (Ping timeout: 240 seconds)
  1268. # [18:12] * Joins: marcosc (~marcosc@66.207.208.102)
  1269. # [18:21] * Quits: arunranga (~otherarun@cpe-69-203-2-134.nyc.res.rr.com) (Quit: arunranga)
  1270. # [18:23] * Quits: darobin (~darobin@78.109.80.74) (Remote host closed the connection)
  1271. # [18:25] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
  1272. # [18:26] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  1273. # [18:27] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Remote host closed the connection)
  1274. # [18:28] * Joins: lmclister (~lmclister@192.150.10.207)
  1275. # [18:29] * Krinkle|detached is now known as Krinkle
  1276. # [18:32] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  1277. # [18:35] * Quits: tj_vantoll1 (~Adium@c-98-250-130-237.hsd1.mi.comcast.net) (Ping timeout: 255 seconds)
  1278. # [18:36] * Quits: estellevw (~estellevw@173-228-112-232.dsl.dynamic.sonic.net) (Ping timeout: 245 seconds)
  1279. # [18:37] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Remote host closed the connection)
  1280. # [18:38] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  1281. # [18:38] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
  1282. # [18:42] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 260 seconds)
  1283. # [18:42] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
  1284. # [18:44] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  1285. # [18:44] * Quits: raisdead (~alien@108.161.91.186) (Ping timeout: 240 seconds)
  1286. # [18:48] * Joins: jernoble (~jernoble@192.42.249.224)
  1287. # [18:51] * Joins: jeffreyatw (~jeffreyat@66-194-1-26.STATIC.twtelecom.net)
  1288. # [18:52] * Joins: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
  1289. # [18:55] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 276 seconds)
  1290. # [18:55] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Read error: Connection reset by peer)
  1291. # [19:03] * Joins: ^esc (~esc-ape@178.115.131.210.wireless.dyn.drei.com)
  1292. # [19:04] * Quits: lmclister (~lmclister@192.150.10.207) (Ping timeout: 252 seconds)
  1293. # [19:05] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
  1294. # [19:06] * Quits: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net) (Read error: Connection reset by peer)
  1295. # [19:07] * Joins: Bass10 (~Bass10@c-73-37-130-61.hsd1.mn.comcast.net)
  1296. # [19:08] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
  1297. # [19:10] * Joins: lmclister (~lmclister@192.150.10.204)
  1298. # [19:20] * Quits: marcosc (~marcosc@66.207.208.102) (Remote host closed the connection)
  1299. # [19:22] * Quits: espadrine (~ttyl@AMontsouris-158-1-63-244.w92-128.abo.wanadoo.fr) (Quit: Leaving)
  1300. # [19:25] * Joins: weinig (~weinig@17.202.50.223)
  1301. # [19:25] * Quits: newtron (~newtron@192.171.32.25) (Remote host closed the connection)
  1302. # [19:25] * Joins: newtron (~newtron@192.171.32.25)
  1303. # [19:29] * Quits: newtron (~newtron@192.171.32.25) (Ping timeout: 240 seconds)
  1304. # [19:32] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  1305. # [19:33] * Joins: gavin_ (~gavin@76.14.87.162)
  1306. # [19:34] * Quits: barnabywalters (~barnabywa@46-239-239-203.tal.is) (Quit: barnabywalters)
  1307. # [19:34] * Joins: marcosc (~marcosc@66.207.208.102)
  1308. # [19:35] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  1309. # [19:36] * Joins: gavin_ (~gavin@76.14.87.162)
  1310. # [19:36] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
  1311. # [19:38] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
  1312. # [19:38] * Joins: tj_vantoll (~Adium@70-88-93-238-lansing-mi.hfc.comcastbusiness.net)
  1313. # [19:40] * Joins: falken (uid20729@gateway/web/irccloud.com/x-iqfixadgiwedvhnx)
  1314. # [19:42] * Joins: newtron (~newtron@192.171.32.25)
  1315. # [19:42] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
  1316. # [19:46] * Quits: newtron (~newtron@192.171.32.25) (Ping timeout: 240 seconds)
  1317. # [19:46] * Joins: jeremyj (~jeremyj@17.202.44.231)
  1318. # [19:47] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 255 seconds)
  1319. # [19:49] * Joins: jsbell (jsbell@nat/google/x-cdlqqsicbuhmkdfp)
  1320. # [19:54] * Joins: BigBangUDR (~Thunderbi@123.239.64.2)
  1321. # [19:55] * Quits: BigBangUDR (~Thunderbi@123.239.64.2) (Client Quit)
  1322. # [19:56] * Joins: newtron (~newtron@192.171.32.25)
  1323. # [19:58] * Joins: newtron_work (~newtron@192.171.32.25)
  1324. # [20:00] * Quits: newtron (~newtron@192.171.32.25) (Ping timeout: 240 seconds)
  1325. # [20:00] * Quits: jernoble (~jernoble@192.42.249.224) (Quit: Computer has gone to sleep.)
  1326. # [20:01] * Quits: izhak (~izhak@92.248.142.152) (Ping timeout: 255 seconds)
  1327. # [20:01] * Quits: weinig (~weinig@17.202.50.223) (Ping timeout: 240 seconds)
  1328. # [20:02] * Quits: newtron_work (~newtron@192.171.32.25) (Ping timeout: 240 seconds)
  1329. # [20:03] * Quits: Ms2ger (~Ms2ger@251.193-64-87.adsl-dyn.isp.belgacom.be) (Ping timeout: 240 seconds)
  1330. # [20:04] * Joins: raisdead (~alien@108.161.91.186)
  1331. # [20:07] * Joins: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU)
  1332. # [20:08] * Quits: raisdead (~alien@108.161.91.186) (Ping timeout: 240 seconds)
  1333. # [20:08] * Quits: lmclister (~lmclister@192.150.10.204)
  1334. # [20:12] * Joins: nessy (~silviapf@101.164.214.231)
  1335. # [20:15] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Read error: Connection reset by peer)
  1336. # [20:15] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
  1337. # [20:17] * Joins: newtron (~newtron@192.171.32.25)
  1338. # [20:18] * Joins: Ms2ger (~Ms2ger@251.193-64-87.adsl-dyn.isp.belgacom.be)
  1339. # [20:21] * Quits: newtron (~newtron@192.171.32.25) (Ping timeout: 240 seconds)
  1340. # [20:21] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (Quit: IC XC NIKA)
  1341. # [20:22] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  1342. # [20:29] * Quits: jeffreyatw (~jeffreyat@66-194-1-26.STATIC.twtelecom.net) (Ping timeout: 255 seconds)
  1343. # [20:33] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  1344. # [20:33] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1345. # [20:35] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
  1346. # [20:36] * Joins: jacobolus (~jacobolus@74-95-6-5-SFBA.hfc.comcastbusiness.net)
  1347. # [20:38] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Ping timeout: 260 seconds)
  1348. # [20:38] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
  1349. # [20:42] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
  1350. # [20:46] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
  1351. # [20:46] * Quits: facundor (~facundor@190.194.153.199) (Ping timeout: 240 seconds)
  1352. # [20:51] * Joins: rniwa (~rniwa@17.202.43.222)
  1353. # [20:52] * Quits: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy) (Quit: IC XC NIKA)
  1354. # [20:53] * Joins: brainproxy (~brainprox@pdpc/supporter/gold/brainproxy)
  1355. # [20:53] * Joins: weinig (~weinig@17.202.50.223)
  1356. # [20:56] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  1357. # [21:00] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Ping timeout: 240 seconds)
  1358. # [21:01] * Joins: raisdead (~alien@108.161.91.186)
  1359. # [21:02] * Quits: bnicholson (~bnicholso@24.130.57.109) (Ping timeout: 240 seconds)
  1360. # [21:04] <zewt> it should probably be possible to just reply to github notification emails and have it get translated into a reply (but I've never tried it)
  1361. # [21:05] * Joins: ap (~ap@2620:149:4:304:2479:937:bf7f:19ee)
  1362. # [21:06] * Quits: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU) (Quit: tantek)
  1363. # [21:06] * Quits: raisdead (~alien@108.161.91.186) (Ping timeout: 240 seconds)
  1364. # [21:06] * Quits: tj_vantoll (~Adium@70-88-93-238-lansing-mi.hfc.comcastbusiness.net) (Quit: Leaving.)
  1365. # [21:08] * Quits: Ms2ger (~Ms2ger@251.193-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
  1366. # [21:17] * Joins: newtron (~newtron@192-171-32-25.cpe.pppoe.ca)
  1367. # [21:21] * Joins: tj_vantoll (~Adium@2601:4:5380:eba:112d:6503:937:10b9)
  1368. # [21:21] * Quits: newtron (~newtron@192-171-32-25.cpe.pppoe.ca) (Ping timeout: 240 seconds)
  1369. # [21:27] * Joins: jeffreyatw (~jeffreyat@173.247.197.10)
  1370. # [21:29] * Quits: jwatt (~roslea@207.218.72.65) (Ping timeout: 240 seconds)
  1371. # [21:32] * Joins: bnicholson (~bnicholso@corp.mtv2.mozilla.com)
  1372. # [21:33] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 245 seconds)
  1373. # [21:33] * Joins: raisdead (~alien@108.161.91.186)
  1374. # [21:38] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
  1375. # [21:44] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 276 seconds)
  1376. # [21:48] * Joins: jwalden (~waldo@corp.mtv2.mozilla.com)
  1377. # [21:48] * Quits: jacobolus (~jacobolus@74-95-6-5-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
  1378. # [21:50] * Joins: jeremyj (~jeremyj@17.202.44.231)
  1379. # [21:51] * Joins: weinig_ (~weinig@17.114.218.93)
  1380. # [21:51] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
  1381. # [21:51] * Quits: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net) (Max SendQ exceeded)
  1382. # [21:53] * Quits: nessy (~silviapf@101.164.214.231) (Quit: Leaving.)
  1383. # [21:56] * Joins: jacobolus (~jacobolus@74-95-6-5-SFBA.hfc.comcastbusiness.net)
  1384. # [21:58] * Quits: dshwang (~dshwang@134.134.139.76) (Excess Flood)
  1385. # [21:58] * Joins: marcosc_ (~marcosc@66.207.208.102)
  1386. # [21:58] * Joins: dshwang (~dshwang@192.55.54.40)
  1387. # [22:01] * Quits: marcosc (~marcosc@66.207.208.102) (Read error: Connection reset by peer)
  1388. # [22:01] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Excess Flood)
  1389. # [22:01] * Quits: weinig (~weinig@17.202.50.223) (Ping timeout: 454 seconds)
  1390. # [22:01] * weinig_ is now known as weinig
  1391. # [22:01] * Quits: ojan (sid5519@gateway/web/irccloud.com/x-bthaqqrfgdokyoxk) (Ping timeout: 454 seconds)
  1392. # [22:01] * Quits: th2389 (uid27360@gateway/web/irccloud.com/x-qwkardfwokuisfzh) (Ping timeout: 454 seconds)
  1393. # [22:01] * Joins: th2389 (uid27360@gateway/web/irccloud.com/x-itlkeuodaejzjqjw)
  1394. # [22:02] * Joins: ojan_away (sid5519@gateway/web/irccloud.com/x-zlszvdudvfsiltpf)
  1395. # [22:02] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
  1396. # [22:04] * Quits: raisdead (~alien@108.161.91.186) (Ping timeout: 265 seconds)
  1397. # [22:08] <Hixie> why does an argument with a default have to be explicitly marked as optional. isn't it obvious it's optional if it has a default? sigh.
  1398. # [22:09] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net)
  1399. # [22:12] <gsnedders> Hmm, Google+ photo upload gave no choice of circles as far as I could see, and can't change it after upload? That's pretty screwed up.
  1400. # [22:13] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Write error: Broken pipe)
  1401. # [22:13] * Joins: smaug_____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
  1402. # [22:13] * smaug_____ is now known as smaug____
  1403. # [22:18] * Quits: jeffreyatw (~jeffreyat@173.247.197.10) (Quit: jeffreyatw)
  1404. # [22:18] * Joins: jeffreyatw (~jeffreyat@173.247.197.10)
  1405. # [22:18] * Joins: newtron (~newtron@192-171-32-25.cpe.pppoe.ca)
  1406. # [22:19] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1407. # [22:20] <Hixie> "Google+ photo upload"?
  1408. # [22:20] <Hixie> you mean the autobackup feature?
  1409. # [22:20] <Hixie> that just backs up to your account privately, it doesn't share it
  1410. # [22:21] <gsnedders> nah, from the Android gallery app
  1411. # [22:21] <gsnedders> the Google+ share, which is provided by the Google+ app, no?
  1412. # [22:21] <Hixie> Gallery -> Share -> Google+ should give you an ACL editor
  1413. # [22:21] <gsnedders> I couldn't see it anywhere, eh
  1414. # [22:22] <Hixie> at the very top of the share dialog, there's an icon, a circle name, and a drop-down
  1415. # [22:22] <gsnedders> Not here?
  1416. # [22:22] <Hixie> show a screenshot?
  1417. # [22:22] * Quits: newtron (~newtron@192-171-32-25.cpe.pppoe.ca) (Ping timeout: 240 seconds)
  1418. # [22:23] <gsnedders> It simply says "Geoffrey Sneddon\nTo Your Circles" with the dropdown, with reshare/comment options. Seemingly, though it looks like a mere statement, you can change who its shared to be pressing on the "to x" bit.
  1419. # [22:23] <gsnedders> Which wasn't obvious to me at all
  1420. # [22:24] * Joins: jarib_ (~jarib@jaribakken.no)
  1421. # [22:24] * Joins: roven (~roven@78-20-24-80.access.telenet.be)
  1422. # [22:24] <Hixie> ah well i'm not going to make any arguments about how intuitive it is
  1423. # [22:24] <Hixie> :-)
  1424. # [22:24] <Hixie> you might be on a different version than i have
  1425. # [22:24] * Joins: bholley (~bholley@98.210.101.88)
  1426. # [22:25] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginm.net) (Ping timeout: 240 seconds)
  1427. # [22:25] <gsnedders> oh well, then I guess only people in my circles can read that wonderful user manual.
  1428. # [22:25] * Joins: jwatt (~roslea@92.40.249.10.threembb.co.uk)
  1429. # [22:26] <gsnedders> heh, hadn't even noticed the "Please strongly recommend reading the MANUAL before using the product". Who am I meant to recommend this to?
  1430. # [22:26] * Joins: mpt_ (~mpt@canonical/mpt)
  1431. # [22:26] * Quits: mpt (~mpt@canonical/mpt) (Excess Flood)
  1432. # [22:26] * Quits: jacobolus (~jacobolus@74-95-6-5-SFBA.hfc.comcastbusiness.net) (Remote host closed the connection)
  1433. # [22:26] * Quits: jarib (~jarib@unaffiliated/jarib) (Remote host closed the connection)
  1434. # [22:28] <jgraham> gsnedders: If it helps you can recommend that I read the manual. Then you can use the product and I can ignore your recommendations, like normal :)
  1435. # [22:29] * Joins: jacobolus (~jacobolus@74-95-6-5-SFBA.hfc.comcastbusiness.net)
  1436. # [22:38] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
  1437. # [22:41] * Quits: weinig (~weinig@17.114.218.93) (Quit: weinig)
  1438. # [22:42] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Remote host closed the connection)
  1439. # [22:42] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
  1440. # [22:43] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 245 seconds)
  1441. # [22:43] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Remote host closed the connection)
  1442. # [22:43] * Joins: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com)
  1443. # [22:47] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  1444. # [22:47] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Ping timeout: 276 seconds)
  1445. # [22:47] * Quits: sak_to (~sak_to@24-52-206-247.cable.teksavvy.com) (Ping timeout: 240 seconds)
  1446. # [22:55] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Remote host closed the connection)
  1447. # [22:55] * Joins: tantek (~tantek@NYUFWA-GUESTS-01.NATPOOL.NYU.EDU)
  1448. # [22:56] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
  1449. # [22:57] * Joins: weinig (~weinig@17.114.218.93)
  1450. # [22:57] * Quits: tj_vantoll (~Adium@2601:4:5380:eba:112d:6503:937:10b9) (Read error: Connection reset by peer)
  1451. # [22:58] * Joins: tj_vantoll (~Adium@2601:4:5380:eba:c551:954:9143:384)
  1452. # [22:59] <gsnedders> jgraham: as the manual says, "You can do everything u like as using a disk driver"
  1453. # [22:59] * Joins: jeremyj (~jeremyj@17.202.44.231)
  1454. # [23:00] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Remote host closed the connection)
  1455. # [23:01] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
  1456. # [23:01] * Krinkle is now known as Krinkle|detached
  1457. # [23:03] * Quits: TallTed (~Thud@63.119.36.36)
  1458. # [23:05] <Hixie> yeah it's not like this was even just a matter of a bad automatic translation
  1459. # [23:05] <Hixie> it's more that they hired a high school student as an intern to write the documentation
  1460. # [23:05] <Hixie> and did no review
  1461. # [23:06] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
  1462. # [23:07] <gsnedders> Interestingly, the manufacturer, CiT, appears to have no website.
  1463. # [23:07] * Quits: tj_vantoll (~Adium@2601:4:5380:eba:c551:954:9143:384) (Quit: Leaving.)
  1464. # [23:08] <gsnedders> On the other hand, it cost almost nothing and has good reviews
  1465. # [23:14] * Joins: Streusel (~Anonymous@unaffiliated/streusel)
  1466. # [23:14] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1467. # [23:19] * Joins: newtron (~newtron@192-171-32-25.cpe.pppoe.ca)
  1468. # [23:22] * Krinkle|detached is now known as Krinkle
  1469. # [23:23] * Quits: newtron (~newtron@192-171-32-25.cpe.pppoe.ca) (Ping timeout: 240 seconds)
  1470. # [23:24] * Joins: jeremyj (~jeremyj@17.202.44.231)
  1471. # [23:26] * Joins: mven_ (~textual@ip68-104-38-84.lv.lv.cox.net)
  1472. # [23:28] * Joins: svl (~me@dslb-094-218-020-041.pools.arcor-ip.net)
  1473. # [23:34] * Quits: gungan_fuq (~encryptd_@23.30.224.246) (Remote host closed the connection)
  1474. # [23:34] * Joins: gungan_fuq (~encryptd_@23.30.224.246)
  1475. # [23:37] * Joins: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com)
  1476. # [23:37] * Quits: weinig (~weinig@17.114.218.93) (Quit: weinig)
  1477. # [23:38] * Quits: jeremyj (~jeremyj@17.202.44.231) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1478. # [23:38] * Joins: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp)
  1479. # [23:39] * Quits: gungan_fuq (~encryptd_@23.30.224.246) (Ping timeout: 240 seconds)
  1480. # [23:39] * Joins: othermaciej (~mjs@209-252-253-3.ip.mcleodusa.net)
  1481. # [23:42] * Quits: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net) (Read error: Connection reset by peer)
  1482. # [23:42] * Quits: roven (~roven@78-20-24-80.access.telenet.be) (Remote host closed the connection)
  1483. # [23:42] * Joins: TimmyTones (~Tim@cpc5-oxfd18-2-0-cust437.4-3.cable.virginm.net)
  1484. # [23:43] * Quits: kochi_home (~kochi_hom@FL1-122-133-198-67.kng.mesh.ad.jp) (Ping timeout: 240 seconds)
  1485. # [23:44] * Joins: sankha93 (~sankha93@fsf/emeritus/sankha93)
  1486. # [23:47] * Quits: jensnockert (~jensnocke@dynamic.1.7.34dbfd722180.e0f8471ae7fa.afb.bredband2.com) (Remote host closed the connection)
  1487. # [23:48] * Quits: jwatt (~roslea@92.40.249.10.threembb.co.uk) (Ping timeout: 240 seconds)
  1488. # [23:50] * Quits: zdobersek (~zan@185.3.135.178) (Quit: Leaving.)
  1489. # [23:50] * Quits: othermaciej (~mjs@209-252-253-3.ip.mcleodusa.net) (Quit: othermaciej)
  1490. # [23:57] * Joins: jeremyj (~jeremyj@17.202.44.231)
  1491. # [23:58] * Quits: rafaelrinaldi (~textual@B12E874E.dynamic.spo.dsl.tesa.net.br) (Quit: Textual IRC Client: www.textualapp.com)
  1492. # [23:59] * Joins: jwatt (~roslea@92.40.249.10.threembb.co.uk)
  1493. # Session Close: Sat Jun 07 00:00:00 2014

The end :)