Options:
- # Session Start: Sun Jul 06 00:00:00 2014
- # Session Ident: #whatwg
- # [00:01] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
- # [00:03] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 252 seconds)
- # [00:03] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [00:06] * Joins: aretecode (~aretecode@50.23.131.206-static.reverse.softlayer.com)
- # [00:07] <SimonSapin> "User agents are encouraged to expose parse errors somehow." Does anyone care about this in practice, outside of validators? http://url.spec.whatwg.org/#parse-error
- # [00:08] <SamB> SimonSapin: you mean, like, the Console?
- # [00:09] * Quits: aretecode (~aretecode@50.23.131.206-static.reverse.softlayer.com) (Max SendQ exceeded)
- # [00:09] <SimonSapin> SamB: yeah, for example, does any browser report non-fatal URL parse errors in their Console?
- # [00:10] <SamB> SimonSapin: I'm not sure; at the time when it would be doing that, the console usually gets cleared anyway
- # [00:12] * Joins: newtron_ (~newtron@76-10-135-135.dsl.teksavvy.com)
- # [00:28] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [00:28] * Joins: gavin_ (~gavin@76.14.87.162)
- # [00:29] * Joins: aretecode (~aretecode@50.23.131.206-static.reverse.softlayer.com)
- # [00:36] * Quits: aretecode (~aretecode@50.23.131.206-static.reverse.softlayer.com) (Max SendQ exceeded)
- # [00:37] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:38] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [00:42] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Quit: Leaving)
- # [00:43] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [00:43] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Client Quit)
- # [00:45] <zcorpan> SimonSapin: i think several browsers log HTML parse errors
- # [00:45] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [00:46] <SimonSapin> zcorpan: There is at least one URL parse error that neither Chromium nor Firefox logs (this is how much testing I’ve done so far)
- # [00:47] <SimonSapin> (one URL parse error in the spec)
- # [00:47] <zcorpan> SimonSapin: the URL so spec isn't implemented yet is it?
- # [00:47] * Joins: hasather (~hasather@80.91.33.141)
- # [00:47] <zcorpan> -so
- # [00:48] <SimonSapin> zcorpan: I don’t know, maybe not
- # [00:48] <SimonSapin> I’m implementing it in Rust, but it seems so far that only annevk cares about non-fatal URL parse errors
- # [00:50] <SimonSapin> detecting parse errors slightly increases the code complexity
- # [00:50] <SimonSapin> but then I have no good way to log them, for a library that way be used outside of a browser
- # [00:50] <SimonSapin> Does html5lib log parse errors?
- # [00:51] <SimonSapin> gsnedders: ^
- # [00:51] * Quits: wartdev (~wartdev@109.255.148.96) (Remote host closed the connection)
- # [00:51] <zcorpan> yes
- # [00:52] <SimonSapin> where do they go?
- # [00:52] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [00:52] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
- # [00:53] <gsnedders> SimonSapin: it can
- # [00:53] <gsnedders> SimonSapin: I think it always does
- # [00:54] <gsnedders> SimonSapin: there's some API from the parser, maybe errors or something?
- # [00:54] <gsnedders> idk
- # [00:54] <SimonSapin> looks like HTMLParser().errors is a list of tuples
- # [00:55] <SimonSapin> gsnedders: any opinion on URL parse errors?
- # [00:56] * Quits: zcorpan (~zcorpan@c-5eeaaa73-74736162.cust.telenor.se) (Quit: Bye)
- # [00:57] <gsnedders> SimonSapin: what sort of opinions? :P
- # [00:58] <SimonSapin> should they be logged, or does nobody care?
- # [00:58] <gsnedders> out of scope
- # [00:58] <gsnedders> much like we don't report CSS parse errors
- # [00:58] <SimonSapin> I mean for a URL parsing library
- # [00:59] <gsnedders> It'd be nice to log them, at least optionally
- # [01:01] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [01:05] * Joins: wartdev (~wartdev@109.255.148.96)
- # [01:07] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [01:10] <gsnedders> SimonSapin: Also, note that people said nobody cared about exposing parse errors until HTML5 parsers suddenly started doing so
- # [01:11] <SamB> gsnedders: how else are they supposed to test that they had correctly *detected* them?
- # [01:12] <gsnedders> there's no requirement to detect them
- # [01:12] <gsnedders> just handle them correctly
- # [01:12] <gsnedders> and handling can be tested by checking the output DOM
- # [01:13] <SamB> yes, but it makes it harder to tell whether or not you keeping your branches straight if you don't report them ;-)
- # [01:13] <SamB> +'re
- # [01:13] * gsnedders only very briefly had anything to do with any browser impl
- # [01:13] <gsnedders> very very briefly
- # [01:20] * Joins: satazor (~satazor@72.68.103.87.rev.vodafone.pt)
- # [01:32] <SimonSapin> SamB: I’m not very familiar with the HTML parser, but I believe it’s similar to URL: the spec defines what implementations should do in all cases. Additionally, in some cases, it says "this is a parse error". Which in itself does not affect the implementation (except if it chooses to log such errors), it only expresses author requirements
- # [01:32] <SimonSapin> a validator would check author requirements
- # [01:32] <gsnedders> SimonSapin: browsers log parse errors when the console is open
- # [01:32] <gsnedders> SimonSapin: or at least WebKit, Blink, and Presto do. I think Trident too.
- # [01:32] <gsnedders> I'm pretty sure Gecko logs them, um, somewhere.
- # [01:33] <SamB> SimonSapin: yes, well, I assume it's a lot easier to verify that the parser logic has been accurately translated into code if you can see those parse errors ;-)
- # [01:33] <SamB> or at least to sanity-check it
- # [01:35] <SimonSapin> hum, I wouldn’t say "a lot easier"
- # [01:39] * Joins: pc_ (~pc@197.120.56.35)
- # [01:40] * Parts: pc_ (~pc@197.120.56.35)
- # [01:43] * Quits: satazor (~satazor@72.68.103.87.rev.vodafone.pt) (Remote host closed the connection)
- # [01:44] * Quits: newtron_ (~newtron@76-10-135-135.dsl.teksavvy.com) (Remote host closed the connection)
- # [01:44] * Joins: newtron_ (~newtron@76-10-135-135.dsl.teksavvy.com)
- # [01:45] * Quits: Gege (gege@future.deferred.io) (*.net *.split)
- # [01:49] * Quits: newtron_ (~newtron@76-10-135-135.dsl.teksavvy.com) (Ping timeout: 240 seconds)
- # [01:53] * Joins: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net)
- # [01:57] * Joins: Gege (gege@future.deferred.io)
- # [01:58] * Quits: wartdev (~wartdev@109.255.148.96)
- # [02:04] * Quits: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi) (Ping timeout: 260 seconds)
- # [02:15] * Joins: weinig (~weinig@98.234.191.242)
- # [02:15] * Quits: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [02:19] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [02:20] * Quits: tantek (~tantek@70-36-139-254.dsl.dynamic.sonic.net) (Quit: tantek)
- # [02:27] * Joins: hasather (~hasather@80.91.33.141)
- # [02:31] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 240 seconds)
- # [02:47] * Joins: tantek (~tantek@c-67-180-61-191.hsd1.ca.comcast.net)
- # [02:57] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [02:57] * Quits: tantek (~tantek@c-67-180-61-191.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [02:59] * Quits: ehsan (~ehsan@24-212-207-29.cable.teksavvy.com) (Quit: Leaving...)
- # [03:30] * Joins: wartdev (~wartdev@109.255.148.96)
- # [03:34] <MikeSmith> SimonSapin: as far as In other words, it should be possible to catch this case just using a conforming tokenizer, without needing a parser.
- # [03:34] <MikeSmith> oops
- # [03:34] <MikeSmith> copy pasta
- # [03:35] <MikeSmith> SimonSapin: meant to say, as far as "User agents are encouraged to expose parse errors somehow.", Firefox's View Source also uses that
- # [03:35] <SimonSapin> MikeSmith: for URL parse errors?
- # [03:35] <MikeSmith> SimonSapin: no, in the case of the similar parse-error stuff in the HTML parsing algorithm
- # [03:36] <MikeSmith> SimonSapin: for URL parse errors, galimatias (a general-purpose URL parsing library) at least does expose the parse errors
- # [03:37] * Quits: wartdev (~wartdev@109.255.148.96)
- # [03:38] <MikeSmith> SimonSapin: there might be non-browser cases other than validators where people would like to have access parse errors, but I don't know of specific ones
- # [03:42] <SimonSapin> ok, apparently you can give galimatias a custom error handler that will receive errors and can do whatever
- # [03:42] <SimonSapin> a closure (callback) should do
- # [03:43] <MikeSmith> SimonSapin: what you need this for?
- # [03:43] <SimonSapin> MikeSmith: I’m implementing http://url.spec.whatwg.org/ in Rust
- # [03:43] <SimonSapin> trying to figure out what to do with non-fatal parse errors
- # [03:46] <MikeSmith> SimonSapin: ah ok
- # [03:47] <MikeSmith> SimonSapin: well at the very least having an error-reporting URL parser in Rust would mean somebody could eventually use that parser as part of a validator written in Rust, which is worth something
- # [04:18] * Quits: rniwa (~rniwa@67.164.23.121) (Quit: rniwa)
- # [04:20] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [04:20] * Joins: gavin_ (~gavin@76.14.87.162)
- # [04:22] * Quits: gavin_ (~gavin@76.14.87.162) (Remote host closed the connection)
- # [04:22] * Quits: jensnockert (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com) (Remote host closed the connection)
- # [04:30] * Joins: jonathanmarvens (~jonathanm@2601:6:7700:929:a1d3:512b:d9d1:8fdb)
- # [04:42] * Quits: jonathanmarvens (~jonathanm@2601:6:7700:929:a1d3:512b:d9d1:8fdb) (Remote host closed the connection)
- # [04:43] * Joins: jonathanmarvens (~jonathanm@2601:6:7700:929:a1d3:512b:d9d1:8fdb)
- # [04:47] * Quits: jonathanmarvens (~jonathanm@2601:6:7700:929:a1d3:512b:d9d1:8fdb) (Ping timeout: 240 seconds)
- # [04:54] * Joins: hasather (~hasather@80.91.33.141)
- # [05:01] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
- # [05:11] * Joins: jonathanmarvens (~jonathanm@2601:6:7700:929:d8b:3a7a:a214:b24a)
- # [05:19] * Joins: ambv (~ambv@173.252.71.129)
- # [05:26] * Joins: horacio2014 (~horacio20@186.18.222.92)
- # [05:28] * Quits: horacio2014 (~horacio20@186.18.222.92)
- # [05:33] * Joins: cryptic (~cryptic@pool-96-250-86-254.nwrknj.fios.verizon.net)
- # [05:39] * Quits: seventh (seventh@138.199.75.52) (Ping timeout: 272 seconds)
- # [05:44] * Quits: plutoniix (~plutoniix@node-krv.pool-101-108.dynamic.totbb.net) (Quit: จรลี จรลา)
- # [05:57] * Joins: hasather (~hasather@80.91.33.141)
- # [06:02] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 255 seconds)
- # [06:10] * Quits: jtcranmer (~jcranmer@ras1.csl.tjhsst.edu) (Ping timeout: 255 seconds)
- # [06:11] * Quits: jgraham (~jgraham@web91.webfaction.com) (Ping timeout: 240 seconds)
- # [06:11] * Joins: jgraham (~jgraham@web91.webfaction.com)
- # [06:14] * Quits: Guest37492 (~manu@216.252.204.51) (Ping timeout: 264 seconds)
- # [06:17] * Joins: Guest31786 (~manu@216.252.204.51)
- # [06:17] * Joins: jtcranmer (~jcranmer@ras1.csl.tjhsst.edu)
- # [06:43] * Joins: Dashiva_q (Dashiva@wikia/Dashiva)
- # [06:51] * Quits: Dashiva (Dashiva@wikia/Dashiva) (Remote host closed the connection)
- # [06:51] * Dashiva_q is now known as Dashiva
- # [06:52] * Joins: MikeSmit1 (~mike@sideshowbarker.net)
- # [06:57] * Joins: jgraham_ (~jgraham@web91.webfaction.com)
- # [06:57] * Quits: MikeSmith (~mike@sideshowbarker.net) (Disconnected by services)
- # [06:58] * MikeSmit1 is now known as MikeSmith
- # [07:01] * Quits: jgraham (~jgraham@web91.webfaction.com) (Write error: Broken pipe)
- # [07:02] * Quits: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net) (Ping timeout: 877 seconds)
- # [07:02] * Joins: diffalotmore (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net)
- # [07:02] * diffalotmore is now known as diffalot
- # [07:04] * Quits: Johnny- (~null@unaffiliated/johnny-) (Ping timeout: 276 seconds)
- # [07:04] * Joins: Johnny- (~null@unaffiliated/johnny-)
- # [07:05] * Joins: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si)
- # [07:07] * Quits: scrollback (scrollback@conference/jsconf/x-jtgmdvqzuauatucl) (Remote host closed the connection)
- # [07:07] * Joins: hemanth (~hemanth@122.178.207.93)
- # [07:08] * Joins: scrollback (scrollback@conference/jsconf/x-gcotfwqfkikjmecz)
- # [07:10] * Quits: jonathanmarvens (~jonathanm@2601:6:7700:929:d8b:3a7a:a214:b24a) (Remote host closed the connection)
- # [07:10] * Joins: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net)
- # [07:15] * Quits: jonathanmarvens (~jonathanm@c-50-157-151-94.hsd1.ma.comcast.net) (Ping timeout: 264 seconds)
- # [07:20] * Joins: jonathanmarvens (~jonathanm@2601:6:7700:929:4980:96d0:e16d:e20)
- # [07:24] * Quits: zdobersek (~zan@cpe-77.38.31.63.cable.t-1.si) (Quit: Leaving.)
- # [07:24] * Joins: zdobersek (~zan@5.153.234.114)
- # [07:31] * Quits: jtcranmer (~jcranmer@ras1.csl.tjhsst.edu) (Ping timeout: 240 seconds)
- # [07:36] * Joins: ambv_ (~ambv@d23-16-55-40.bchsia.telus.net)
- # [07:36] * Quits: hemanth (~hemanth@122.178.207.93) (Ping timeout: 272 seconds)
- # [07:36] * Quits: Guest31786 (~manu@216.252.204.51) (Ping timeout: 264 seconds)
- # [07:36] * Joins: hemanth (~hemanth@122.167.108.138)
- # [07:37] * Joins: ehsan_ (~ehsan@24-212-207-29.cable.teksavvy.com)
- # [07:38] * Quits: ambv (~ambv@173.252.71.129) (Ping timeout: 248 seconds)
- # [07:38] * Joins: jtcranmer (~jcranmer@ras1.csl.tjhsst.edu)
- # [07:40] * Joins: manu (~manu@216.252.204.51)
- # [07:41] * manu is now known as Guest73693
- # [07:51] * Quits: montecfel (~montecfel@gateway/tor-sasl/montecfel) (Quit: montecfel)
- # [07:58] * Joins: hasather (~hasather@80.91.33.141)
- # [08:03] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 264 seconds)
- # [08:14] * Quits: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net) (Quit: ZNC - http://znc.in)
- # [08:16] * Joins: diffalot (~diffalot@c-76-107-128-104.hsd1.ms.comcast.net)
- # [08:18] * Joins: ambv (~ambv@173.252.71.129)
- # [08:21] * Quits: ambv_ (~ambv@d23-16-55-40.bchsia.telus.net) (Ping timeout: 272 seconds)
- # [08:33] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [09:03] * Quits: jonathanmarvens (~jonathanm@2601:6:7700:929:4980:96d0:e16d:e20)
- # [09:07] * Quits: weinig (~weinig@98.234.191.242) (Quit: weinig)
- # [09:21] * Quits: ambv (~ambv@173.252.71.129) (Quit: sys.exit(0) # computer went to sleep)
- # [09:45] * Joins: BigBangUDR (~Thunderbi@123.239.183.116)
- # [09:50] * Quits: BigBangUDR (~Thunderbi@123.239.183.116) (Client Quit)
- # [10:14] * Joins: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [10:20] * Joins: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au)
- # [10:27] * Joins: BigBangUDR (~Thunderbi@123.239.183.116)
- # [10:42] * Joins: hasather (~hasather@80.91.33.141)
- # [10:43] * Joins: plutoniix (~plutoniix@node-krv.pool-101-108.dynamic.totbb.net)
- # [10:47] * Joins: cheron (~cheron@unaffiliated/cheron)
- # [10:47] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 248 seconds)
- # [10:50] * Joins: xiinotulp (~plutoniix@node-pdp.pool-180-180.dynamic.totbb.net)
- # [10:54] * Quits: plutoniix (~plutoniix@node-krv.pool-101-108.dynamic.totbb.net) (Ping timeout: 252 seconds)
- # [10:58] * Joins: Smylers (~smylers@host-78-151-51-103.as13285.net)
- # [11:07] * Quits: BigBangUDR (~Thunderbi@123.239.183.116) (Quit: BigBangUDR)
- # [11:11] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Read error: Connection timed out)
- # [11:21] * Quits: Smylers (~smylers@host-78-151-51-103.as13285.net) (Ping timeout: 240 seconds)
- # [11:29] * Joins: Smylers (~smylers@host-78-151-51-103.as13285.net)
- # [11:30] * Quits: Smylers (~smylers@host-78-151-51-103.as13285.net) (Client Quit)
- # [11:31] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net)
- # [11:32] * Joins: jensnockert (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com)
- # [11:43] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [12:05] * Joins: hasather (~hasather@80.91.33.141)
- # [12:07] * Joins: BigBangUDR (~Thunderbi@123.239.183.116)
- # [12:07] * Quits: BigBangUDR (~Thunderbi@123.239.183.116) (Client Quit)
- # [12:11] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 255 seconds)
- # [12:16] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [12:19] * Joins: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [12:25] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [12:31] * Quits: zdobersek (~zan@5.153.234.114) (Ping timeout: 255 seconds)
- # [12:32] * Joins: espadrine_ (~ttyl@AMontsouris-158-1-64-251.w92-128.abo.wanadoo.fr)
- # [12:34] * Joins: BigBangUDR (~Thunderbi@123.239.183.116)
- # [12:34] * Quits: BigBangUDR (~Thunderbi@123.239.183.116) (Client Quit)
- # [12:36] * Quits: espadrine` (~ttyl@AMontsouris-158-1-53-246.w92-128.abo.wanadoo.fr) (Ping timeout: 272 seconds)
- # [12:37] <zcorpan_> mathiasbynens: is http://dev.opera.com/articles/showmodaldialog/ still up to date? was the removal delayed another version maybe? (also the demo's popup says 404)
- # [12:42] * Quits: zcorpan_ (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [12:44] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [12:55] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [13:08] * Joins: hasather (~hasather@80.91.33.141)
- # [13:12] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 240 seconds)
- # [13:17] * Quits: jensnockert (~jensnocke@h51n3-kba-a11.ias.bredband.telia.com) (Remote host closed the connection)
- # [13:24] * Quits: CvP (~CvP@27.147.199.131) (Ping timeout: 240 seconds)
- # [13:24] * Joins: CvP (~CvP@119.30.38.131)
- # [13:27] * Joins: montecfel (~montecfel@gateway/tor-sasl/montecfel)
- # [13:28] * Quits: CvP (~CvP@119.30.38.131) (Disconnected by services)
- # [13:28] * Joins: xCG (~CvP@27.147.199.131)
- # [13:29] * xCG is now known as CvP
- # [13:34] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [13:34] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [14:43] * Joins: Ms2ger (~Ms2ger@98.196-242-81.adsl-dyn.isp.belgacom.be)
- # [14:55] * Joins: beverloo (beverloo@nat/google/x-cqlvrokfspbqtiid)
- # [14:56] <MikeSmith> Ms2ger: I see you heard back from the W3C systeam by now but yeah there was scheduled network outage at MIT that made IRC and everything else inaccessible for a while
- # [14:56] <Ms2ger> Yep, thanks :)
- # [14:58] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [15:00] * Quits: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au) (Ping timeout: 252 seconds)
- # [15:02] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [15:02] * Joins: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au)
- # [15:09] * Joins: hasather (~hasather@80.91.33.141)
- # [15:14] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 272 seconds)
- # [15:15] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [15:18] * Quits: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au) (Ping timeout: 248 seconds)
- # [15:25] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [15:25] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [15:26] * Joins: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au)
- # [15:43] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [15:44] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [15:53] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [15:55] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [15:57] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [16:00] * Quits: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au) (Ping timeout: 240 seconds)
- # [16:00] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Client Quit)
- # [16:03] * Joins: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au)
- # [16:06] * Joins: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [16:06] * Quits: marcosc_ (~marcosc@135-23-143-163.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [16:07] * Joins: marcosc_ (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [16:07] * Quits: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [16:07] * Joins: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [16:07] * Quits: marcosc_ (~marcosc@135-23-143-163.cpe.pppoe.ca) (Read error: Connection reset by peer)
- # [16:08] * Joins: marcosc_ (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [16:10] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [16:12] * Quits: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca) (Ping timeout: 248 seconds)
- # [16:13] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [16:15] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [16:28] * Joins: zdobersek (~zan@5.153.234.106)
- # [16:36] * Joins: yoichio_ (yoichio@nat/google/x-wtlbfeyivaplzams)
- # [16:38] * Joins: hemanth_ (~hemanth@122.167.108.138)
- # [16:41] * xiinotulp is now known as plutoniix
- # [16:45] * Quits: hemanth (~hemanth@122.167.108.138) (*.net *.split)
- # [16:45] * Quits: roc (~chatzilla@121-99-133-8.bng1.tvc.orcon.net.nz) (*.net *.split)
- # [16:45] * Quits: Ducki (~Ducki@191.233.66.1) (*.net *.split)
- # [16:45] * Quits: yoichio (yoichio@nat/google/x-tqzntzpjadhxgspf) (*.net *.split)
- # [16:45] * Joins: izhak (~izhak@92.248.142.152)
- # [16:46] * Joins: marcosc (~marcosc@135-23-143-163.cpe.pppoe.ca)
- # [16:48] * Quits: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [16:48] * Joins: hasather (~hasather@80.91.33.141)
- # [16:50] * Quits: marcosc_ (~marcosc@135-23-143-163.cpe.pppoe.ca) (Ping timeout: 264 seconds)
- # [16:51] * Joins: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au)
- # [16:51] * Joins: roc (~chatzilla@121-99-133-8.bng1.tvc.orcon.net.nz)
- # [16:52] * Joins: Ducki (~Ducki@191.233.66.1)
- # [16:55] * Joins: BigBangUDR (~Thunderbi@101.56.166.188)
- # [16:57] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 255 seconds)
- # [17:10] * Quits: dylanlindgren (~kartstar@60-241-188-143.static.tpgi.com.au) (Quit: Textual IRC Client: www.textualapp.com)
- # [17:11] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [17:14] * Quits: BigBangUDR (~Thunderbi@101.56.166.188) (Quit: BigBangUDR)
- # [17:16] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [17:40] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [17:50] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [18:00] * Quits: nicolasbadia (~nicolasba@78.209.78.103) (Quit: nicolasbadia)
- # [18:04] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 248 seconds)
- # [18:12] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [18:16] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [18:17] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [18:26] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [18:41] * Quits: hemanth_ (~hemanth@122.167.108.138) (Quit: This computer has gone to sleep)
- # [18:49] * Krinkle|detached is now known as Krinkle
- # [18:53] * Joins: hasather (~hasather@80.91.33.141)
- # [18:58] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 255 seconds)
- # [19:14] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [19:17] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [19:18] * Joins: hasather (~hasather@80.91.33.141)
- # [19:18] * Joins: BigBangUDR (~Thunderbi@101.56.166.188)
- # [19:22] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 260 seconds)
- # [19:23] * Quits: BigBangUDR (~Thunderbi@101.56.166.188) (Client Quit)
- # [19:25] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:25] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [19:47] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [19:55] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [20:09] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
- # [20:11] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 240 seconds)
- # [20:19] * Joins: hasather (~hasather@80.91.33.141)
- # [20:20] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [20:22] * Quits: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt) (Remote host closed the connection)
- # [20:23] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [20:23] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 252 seconds)
- # [20:28] * Quits: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt) (Ping timeout: 260 seconds)
- # [20:28] * Joins: seventh (seventh@138.199.69.37)
- # [20:32] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [20:40] * Quits: seventh (seventh@138.199.69.37) (Ping timeout: 240 seconds)
- # [20:40] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [20:45] * Quits: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com) (Ping timeout: 264 seconds)
- # [20:47] * Joins: BigBangUDR (~Thunderbi@101.59.81.49)
- # [20:50] * Krinkle is now known as Krinkle|detached
- # [20:56] * Joins: seventh (seventh@207-207-17-53.fwd.datafoundry.com)
- # [21:00] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
- # [21:00] * Quits: BigBangUDR (~Thunderbi@101.59.81.49) (Quit: BigBangUDR)
- # [21:03] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Client Quit)
- # [21:06] * Joins: Lachy (~Lachy@cm-84.215.104.248.getinternet.no)
- # [21:09] * Quits: Lachy (~Lachy@cm-84.215.104.248.getinternet.no) (Client Quit)
- # [21:18] * Joins: smaug____ (~chatzilla@a91-154-44-207.elisa-laajakaista.fi)
- # [21:25] * Quits: izhak (~izhak@92.248.142.152) (Ping timeout: 272 seconds)
- # [21:40] * Quits: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt) (Remote host closed the connection)
- # [21:41] * Joins: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt)
- # [21:45] * Quits: satazor (~satazor@a213-22-1-7.cpe.netcabo.pt) (Ping timeout: 240 seconds)
- # [21:48] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [21:53] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
- # [22:00] * Joins: JosephSilber (~Joseph@ool-44c3e80a.static.optonline.net)
- # [22:09] * Joins: caitp (~caitp@CPE48f8b385c01c-CM602ad06daeed.cpe.net.cable.rogers.com)
- # [22:41] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [22:49] * Quits: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [22:56] * Quits: zdobersek (~zan@5.153.234.106) (Quit: Leaving.)
- # [22:59] * Quits: Ms2ger (~Ms2ger@98.196-242-81.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [23:10] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [23:27] * Quits: Maurice` (copyman@5ED5617C.cm-7-6b.dynamic.ziggo.nl)
- # [23:31] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [23:32] * Joins: Lachy_ (~Lachy@cm-84.215.104.248.getinternet.no)
- # [23:33] * Quits: jacobolus (~jacobolus@70-36-196-50.dsl.static.sonic.net) (Remote host closed the connection)
- # [23:35] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [23:40] * Joins: heycam|away (~cam@wok.mcc.id.au)
- # [23:48] * Joins: Smylers (~smylers@host-2-99-38-198.as13285.net)
- # [23:48] * Quits: Smylers (~smylers@host-2-99-38-198.as13285.net) (Remote host closed the connection)
- # [23:50] * Joins: Smylers (~smylers@host-2-99-38-198.as13285.net)
- # [23:52] * heycam|away is now known as heycam
- # [23:57] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # Session Close: Mon Jul 07 00:00:00 2014
The end :)