/irc-logs / freenode / #html5 / 2014-12-30 / end

Options:

Previous day, Next day

  1. # Session Start: Tue Dec 30 00:00:00 2014
  2. # Session Ident: #html5
  3. # [00:00] * Quits: Haswell (~Haswell@unaffiliated/haswell) (Quit: Saliendo)
  4. # [00:01] * Joins: londoncalling (~londoncal@cpc66116-shep11-2-0-cust14.8-3.cable.virginm.net)
  5. # [00:05] * Quits: zB0hs (~zB0hs@209.124.163.154) (Quit: Textual IRC Client: www.textualapp.com)
  6. # [00:06] * Joins: theweirdn8 (~Nathan@98.226.236.231)
  7. # [00:13] * Joins: paperziggurat (~ppr_zggrt@c-75-64-4-133.hsd1.tn.comcast.net)
  8. # [00:14] * Joins: u0m3 (~u0m3@92.80.98.219)
  9. # [00:18] * Quits: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl) (Quit: boops boops)
  10. # [00:18] * Joins: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl)
  11. # [00:19] * Quits: manuelbieh (~manuelbie@ip-84-118-142-139.unity-media.net) (Read error: Connection reset by peer)
  12. # [00:19] * Joins: manuelbieh (~manuelbie@ip-84-118-142-139.unity-media.net)
  13. # [00:23] * Quits: u0m3 (~u0m3@92.80.98.219) (Ping timeout: 264 seconds)
  14. # [00:23] * Joins: bannakaffalatta (~bannakaff@unaffiliated/hsaxon)
  15. # [00:25] * Quits: metr (~yourname@109.87.208.111) (Ping timeout: 255 seconds)
  16. # [00:29] * Joins: DJDan (~DJDan@115-64-177-188.static.tpgi.com.au)
  17. # [00:33] * Joins: dhaber (~dhaber@mx.diffractionaudio.com)
  18. # [00:41] * Quits: mitzev_ (~mitzev_@133-236-136-14.38cloud.com) (Ping timeout: 244 seconds)
  19. # [00:42] * Quits: Leo2014 (~Leo2014@2a02:8070:24c6:e400:3837:c623:eb2a:f685) (Remote host closed the connection)
  20. # [00:43] * Joins: Leo2014 (~Leo2014@2a02:8070:24c6:e400:83:99a8:b5bc:9d1b)
  21. # [00:43] * Joins: mepowers (~mepowers6@unaffiliated/mepowers)
  22. # [00:45] * Joins: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net)
  23. # [00:46] * Quits: theweirdn8 (~Nathan@98.226.236.231) (Quit: Leaving.)
  24. # [00:46] * Joins: Zaza (~Zaza@41.36.168.152)
  25. # [00:48] * Parts: mepowers (~mepowers6@unaffiliated/mepowers)
  26. # [00:49] * Quits: Zaza (~Zaza@41.36.168.152) (Client Quit)
  27. # [00:50] * Joins: mepowers (~mepowers6@unaffiliated/mepowers)
  28. # [00:56] * Joins: SkyFire (~SkyFire@2602:306:3766:21b0:65e5:35d6:731a:d1af)
  29. # [00:56] * Parts: mepowers (~mepowers6@unaffiliated/mepowers)
  30. # [00:58] * Quits: Badman703 (~SkyFire@2602:306:3766:21b0:65e5:35d6:731a:d1af) (Ping timeout: 258 seconds)
  31. # [00:58] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:d409:2585:859:2849)
  32. # [01:00] * Joins: asher^ (~textual@unaffiliated/asher/x-9381395)
  33. # [01:00] * Quits: asher^ (~textual@unaffiliated/asher/x-9381395) (Max SendQ exceeded)
  34. # [01:03] * Joins: asher^ (~textual@unaffiliated/asher/x-9381395)
  35. # [01:03] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:d409:2585:859:2849) (Ping timeout: 265 seconds)
  36. # [01:09] * Quits: Phloxx (~quassel@p4FF5F4F1.dip0.t-ipconnect.de) (Remote host closed the connection)
  37. # [01:10] * Joins: mepowers (~mepowers6@unaffiliated/mepowers)
  38. # [01:15] * Quits: capisce (~srodal@rs5.risingnet.net) (Read error: Connection reset by peer)
  39. # [01:15] * Joins: capisce (srodal@rs5.risingnet.net)
  40. # [01:16] * Quits: lucem (~lucem@cpc2-leic16-2-0-cust645.8-1.cable.virginm.net) (Remote host closed the connection)
  41. # [01:17] * Joins: lucem (~lucem@cpc2-leic16-2-0-cust645.8-1.cable.virginm.net)
  42. # [01:19] * Joins: jeffszusz (~jeffszusz@107-179-230-6.cpe.teksavvy.com)
  43. # [01:20] <jeffszusz> hey guys
  44. # [01:20] * Quits: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  45. # [01:21] <jeffszusz> I have a javascript library that behaves like a jquery plugin, creates a wysiwyg editor on the page
  46. # [01:21] <jeffszusz> it registers event listeners with toolbar buttons for me
  47. # [01:22] <jeffszusz> i am registering additional event listeners to those buttons to do additional things, but I can't get things to happen in the order I intend
  48. # [01:22] * Quits: fugbixer (~hoagie@gateway/tor-sasl/hoagie) (Quit: init 0)
  49. # [01:22] <jeffszusz> is there some way to ensure my custom events go first?
  50. # [01:23] <jeffszusz> I tried using native element.addEventListener with the 'useCapture' arg set to true, but even that doesn't seem to be working
  51. # [01:23] <jeffszusz> i'm registering my event listeners before the jquery events for the plugin get registered, as well, but they still go first.
  52. # [01:24] * Parts: mepowers (~mepowers6@unaffiliated/mepowers)
  53. # [01:30] * Joins: z3n2 (~phrozensi@174-126-2-175.cpe.cableone.net)
  54. # [01:33] * Quits: Vennril2 (~vennril@dslb-084-061-014-119.084.061.pools.vodafone-ip.de) (Ping timeout: 244 seconds)
  55. # [01:33] * Joins: Vennril (~vennril@dslb-084-061-051-253.084.061.pools.vodafone-ip.de)
  56. # [01:34] * Quits: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 258 seconds)
  57. # [01:36] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 258 seconds)
  58. # [01:36] * Joins: Jayflux (~Jason@unaffiliated/jayflux)
  59. # [01:42] * Joins: bugfixer (~hoagie@gateway/tor-sasl/hoagie)
  60. # [01:42] * Quits: richardbkr (~richardbk@ITFS-7JZH4J1-DT.ucsf.edu) (Read error: Connection reset by peer)
  61. # [01:42] * Joins: richardbkr (~richardbk@ITFS-7JZH4J1-DT.ucsf.edu)
  62. # [01:43] * Quits: win32vb1 (~win32vb@rrcs-74-218-65-70.central.biz.rr.com) (Read error: Connection reset by peer)
  63. # [01:44] * Joins: win32vb (~win32vb@rrcs-74-218-65-70.central.biz.rr.com)
  64. # [01:52] * Joins: jottr (~jottr@unaffiliated/jottr)
  65. # [01:57] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 258 seconds)
  66. # [01:59] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:c0a:2975:c78c:836)
  67. # [02:01] * Quits: zecho (~zecho@66-247-17-199.northern.mnscu.edu) (Remote host closed the connection)
  68. # [02:02] * Joins: zecho (~zecho@66-247-17-199.northern.mnscu.edu)
  69. # [02:03] * Quits: bugfixer (~hoagie@gateway/tor-sasl/hoagie) (Quit: init 0)
  70. # [02:04] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:c0a:2975:c78c:836) (Ping timeout: 258 seconds)
  71. # [02:05] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:a067:b252:e5f7:4943)
  72. # [02:06] * Quits: mezod (~mezod@unaffiliated/mezod) (Remote host closed the connection)
  73. # [02:10] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:a067:b252:e5f7:4943) (Ping timeout: 272 seconds)
  74. # [02:12] * Joins: Christer (~Christer@unaffiliated/christer)
  75. # [02:14] * Quits: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi) (Ping timeout: 258 seconds)
  76. # [02:14] * Quits: deasy (~deasy@109.89.126.76) (Quit: Nom d'un quark, c'est Edmonton !)
  77. # [02:15] * Parts: jeffszusz (~jeffszusz@107-179-230-6.cpe.teksavvy.com)
  78. # [02:19] * Parts: eukreign (~lex@d-ptld-bng1-71-161-118-107.ngn.east.myfairpoint.net) ("Leaving")
  79. # [02:20] * Joins: Haswell (~Haswell@unaffiliated/haswell)
  80. # [02:20] * Quits: londoncalling (~londoncal@cpc66116-shep11-2-0-cust14.8-3.cable.virginm.net)
  81. # [02:22] * Quits: pardusf (~parduse@unaffiliated/parduse) (Ping timeout: 272 seconds)
  82. # [02:22] * Quits: Caiters (~Caitlin@wsip-68-15-80-137.oc.oc.cox.net) (Quit: Leaving.)
  83. # [02:25] * Joins: fatcat32594 (~fatcat325@pool-98-111-239-6.pitbpa.fios.verizon.net)
  84. # [02:25] * Joins: pandaant (~batman@149.201.240.93)
  85. # [02:26] * Joins: parduse (~parduse@unaffiliated/parduse)
  86. # [02:27] * Joins: wobblyjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl)
  87. # [02:28] * Joins: k_sze[work] (~kvirc@unaffiliated/kira)
  88. # [02:30] * Quits: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl) (Ping timeout: 245 seconds)
  89. # [02:31] * Joins: mepowers (~mepowers6@unaffiliated/mepowers)
  90. # [02:31] * Quits: codeman (~gabriel@187.75.123.134) (Quit: Saindo)
  91. # [02:31] * Joins: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net)
  92. # [02:33] * Quits: richardbkr (~richardbk@ITFS-7JZH4J1-DT.ucsf.edu) (Ping timeout: 264 seconds)
  93. # [02:34] * Quits: z3n2 (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 258 seconds)
  94. # [02:41] * Joins: mezod (~mezod@unaffiliated/mezod)
  95. # [02:41] * Quits: manuelbieh (~manuelbie@ip-84-118-142-139.unity-media.net) (Read error: Connection reset by peer)
  96. # [02:44] * Joins: londoncalling (~londoncal@cpc66116-shep11-2-0-cust14.8-3.cable.virginm.net)
  97. # [02:44] * Quits: eBureau (~textual@181.164.77.172) (Read error: Connection reset by peer)
  98. # [02:45] * Quits: mezod (~mezod@unaffiliated/mezod) (Ping timeout: 256 seconds)
  99. # [02:47] * Quits: londoncalling (~londoncal@cpc66116-shep11-2-0-cust14.8-3.cable.virginm.net) (Client Quit)
  100. # [02:48] * Joins: londoncalling (~londoncal@cpc66116-shep11-2-0-cust14.8-3.cable.virginm.net)
  101. # [02:48] * Quits: londoncalling (~londoncal@cpc66116-shep11-2-0-cust14.8-3.cable.virginm.net) (Remote host closed the connection)
  102. # [02:50] * Quits: Haswell (~Haswell@unaffiliated/haswell) (Quit: Saliendo)
  103. # [02:52] * Joins: adrigm (53250458@gateway/web/freenode/ip.83.37.4.88)
  104. # [02:53] * Joins: jottr (~jottr@unaffiliated/jottr)
  105. # [02:54] * Quits: Jayflux (~Jason@unaffiliated/jayflux) (Quit: Leaving)
  106. # [02:55] * Quits: adrigm (53250458@gateway/web/freenode/ip.83.37.4.88) (Quit: Page closed)
  107. # [02:57] * Parts: mepowers (~mepowers6@unaffiliated/mepowers)
  108. # [02:58] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 244 seconds)
  109. # [03:00] * Quits: DreadKnight (~DreadKnig@unaffiliated/dreadknight) (Quit: #AncientBeast - Master Your Beasts ( www.AncientBeast.com ))
  110. # [03:00] * Quits: asher^ (~textual@unaffiliated/asher/x-9381395) (Quit: Textual IRC Client: www.textualapp.com)
  111. # [03:01] * Joins: asher^ (~textual@unaffiliated/asher/x-9381395)
  112. # [03:01] * Quits: asher^ (~textual@unaffiliated/asher/x-9381395) (Max SendQ exceeded)
  113. # [03:05] * Joins: asher^ (~textual@unaffiliated/asher/x-9381395)
  114. # [03:06] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:1cb5:5595:f533:ac47)
  115. # [03:07] * Quits: reposiege (~reposiege@541DBF8C.cm-5-6c.dynamic.ziggo.nl) (Quit: Leaving)
  116. # [03:07] * Quits: fatcat32594 (~fatcat325@pool-98-111-239-6.pitbpa.fios.verizon.net) (Quit: Leaving)
  117. # [03:08] * Quits: MadLamb (~fabio@179.156.198.54) (Remote host closed the connection)
  118. # [03:09] * Quits: Smilerut (~CoasterTo@79.116.234.166) (Read error: Connection reset by peer)
  119. # [03:10] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:1cb5:5595:f533:ac47) (Ping timeout: 244 seconds)
  120. # [03:11] * Quits: Zebra111_ (~quassel@sydnns0115w-156057001250.dhcp-dynamic.FibreOp.ns.bellaliant.net) (Remote host closed the connection)
  121. # [03:11] * Joins: Zebra111 (~quassel@sydnns0115w-156057001250.dhcp-dynamic.FibreOp.ns.bellaliant.net)
  122. # [03:21] * Quits: symb (~symb@2a02:8109:8980:540:11c8:c2f2:3afa:6e74) (Quit: You should never underestimate the predictability of stupidity.)
  123. # [03:30] * Quits: irae_ (~irae_@nat/yahoo/x-voczdykmhvhfnwiz) (Quit: irae_)
  124. # [03:31] * Joins: z3n2 (~phrozensi@174-126-2-175.cpe.cableone.net)
  125. # [03:32] * Quits: k_sze[work] (~kvirc@unaffiliated/kira) (Ping timeout: 250 seconds)
  126. # [03:34] * Quits: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 255 seconds)
  127. # [03:37] * Quits: Milkweed (~Milkweeds@host-92-21-212-66.as13285.net) (Ping timeout: 272 seconds)
  128. # [03:38] * Quits: Christer (~Christer@unaffiliated/christer) (Quit: Going offline, see ya!)
  129. # [03:47] * Joins: Bryzzle (~Bryzzle@ip98-176-140-2.sd.sd.cox.net)
  130. # [03:49] * Quits: say2joe (~Adium@198-101-119-107.static-ip.telepacific.net) (Quit: Leaving.)
  131. # [03:53] * Joins: secretjadedragon (~secretjad@kref-4d09037a.pool.mediaWays.net)
  132. # [03:55] * Quits: ericawebdev (~webdev@135.0.29.113) (Quit: Textual IRC Client: www.textualapp.com)
  133. # [04:06] * Joins: eBureau (~textual@181.164.77.172)
  134. # [04:07] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:5422:e780:2301:f449)
  135. # [04:08] * Joins: secretjadedrag-1 (~secretjad@kref-4db687c8.pool.mediaWays.net)
  136. # [04:08] * Quits: indigoskies (~indigoski@gateway/tor-sasl/indigoskies) (Quit: indigoskies)
  137. # [04:08] * Quits: Vennril (~vennril@dslb-084-061-051-253.084.061.pools.vodafone-ip.de) (Ping timeout: 255 seconds)
  138. # [04:09] * Joins: Reskp_ (~Reskp@2a01:e34:ec13:82f0:7d04:20d:e989:39f7)
  139. # [04:09] * Quits: secretjadedragon (~secretjad@kref-4d09037a.pool.mediaWays.net) (Ping timeout: 244 seconds)
  140. # [04:10] * secretjadedrag-1 is now known as secretjadedragon
  141. # [04:10] * Quits: secretjadedragon (~secretjad@kref-4db687c8.pool.mediaWays.net) (Client Quit)
  142. # [04:10] * Joins: secretjadedragon (~secretjad@kref-4db687c8.pool.mediaWays.net)
  143. # [04:11] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:5422:e780:2301:f449) (Ping timeout: 265 seconds)
  144. # [04:12] * Quits: wobblyjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl) (Read error: Connection reset by peer)
  145. # [04:13] * Quits: Reskp_ (~Reskp@2a01:e34:ec13:82f0:7d04:20d:e989:39f7) (Ping timeout: 244 seconds)
  146. # [04:20] * Quits: clode__ (sid40776@gateway/web/irccloud.com/x-sxbpaqvwqtsrclat) (Ping timeout: 258 seconds)
  147. # [04:21] * Joins: clode___ (sid40776@gateway/web/irccloud.com/x-mkjgzbctixbazspo)
  148. # [04:32] * Joins: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net)
  149. # [04:35] * Quits: z3n2 (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 264 seconds)
  150. # [04:38] * Joins: imsky (~textual@unaffiliated/imsky)
  151. # [04:42] * Joins: jottr (~jottr@unaffiliated/jottr)
  152. # [04:47] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 250 seconds)
  153. # [04:49] * Joins: Bwild (~irc@static-72-67-52-110.lsanca.fios.verizon.net)
  154. # [04:57] * Quits: imsky (~textual@unaffiliated/imsky) (Quit: Textual IRC Client: www.textualapp.com)
  155. # [05:05] * Quits: asher^ (~textual@unaffiliated/asher/x-9381395) (Quit: Textual IRC Client: www.textualapp.com)
  156. # [05:07] * Quits: maestrojed (~maestroje@c-98-246-149-230.hsd1.or.comcast.net) (Quit: Computer has gone to sleep.)
  157. # [05:08] * Quits: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 258 seconds)
  158. # [05:10] * Joins: Reskp (~Reskp@78.193.56.47)
  159. # [05:12] * Quits: daskdt (daskdt@gateway/shell/bnc4free/x-lohaqqsbtcybeide) (Remote host closed the connection)
  160. # [05:14] * Quits: Reskp (~Reskp@78.193.56.47) (Ping timeout: 265 seconds)
  161. # [05:18] * Joins: mepowers (~mepowers6@unaffiliated/mepowers)
  162. # [05:28] * Quits: Bryzzle (~Bryzzle@ip98-176-140-2.sd.sd.cox.net)
  163. # [05:32] * Joins: asher^ (~textual@unaffiliated/asher/x-9381395)
  164. # [05:33] * Quits: secretjadedragon (~secretjad@kref-4db687c8.pool.mediaWays.net) (Quit: secretjadedragon)
  165. # [05:34] * Quits: doug64k (~doug@ERMLON6511W-LP130-03-1177937302.dsl.bell.ca) (Ping timeout: 256 seconds)
  166. # [05:38] * Parts: mepowers (~mepowers6@unaffiliated/mepowers)
  167. # [05:39] * Joins: postsneakernet (~postsneak@c-50-154-125-140.hsd1.fl.comcast.net)
  168. # [05:39] * Quits: postsneakernet (~postsneak@c-50-154-125-140.hsd1.fl.comcast.net) (Client Quit)
  169. # [05:40] * Joins: postsneakernet (~postsneak@c-50-154-125-140.hsd1.fl.comcast.net)
  170. # [05:51] * Quits: snowden (~snowden@gateway/tor-sasl/snowden) (Ping timeout: 250 seconds)
  171. # [06:09] * Quits: eBureau (~textual@181.164.77.172) (Ping timeout: 256 seconds)
  172. # [06:10] * Joins: Reskp (~Reskp@78.193.56.47)
  173. # [06:13] * Joins: BigBangUDR (~Thunderbi@103.249.181.147)
  174. # [06:15] * Quits: Reskp (~Reskp@78.193.56.47) (Ping timeout: 240 seconds)
  175. # [06:17] * Joins: win32vb1 (~win32vb@rrcs-74-218-65-70.central.biz.rr.com)
  176. # [06:17] * Quits: win32vb (~win32vb@rrcs-74-218-65-70.central.biz.rr.com) (Read error: Connection reset by peer)
  177. # [06:20] * Joins: dafol (~Miranda@p2003004B0E0E7D00749EBA049C057E9A.dip0.t-ipconnect.de)
  178. # [06:31] * Joins: jottr (~jottr@unaffiliated/jottr)
  179. # [06:32] * Joins: CssNoob (~CssN00b@124.6.169.145)
  180. # [06:36] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 256 seconds)
  181. # [06:36] * Joins: doug64k (~doug@ERMLON6511W-LP130-03-1177937302.dsl.bell.ca)
  182. # [06:36] * Joins: kapil__ (uid36151@gateway/web/irccloud.com/x-udvgcfznccjbkevi)
  183. # [07:03] * Joins: mellybean (~Adium@c-98-207-200-4.hsd1.ca.comcast.net)
  184. # [07:06] * Quits: zecho (~zecho@66-247-17-199.northern.mnscu.edu) (Ping timeout: 245 seconds)
  185. # [07:07] * Joins: zecho (~zecho@66-247-17-199.northern.mnscu.edu)
  186. # [07:10] * Joins: DJDan_ (~DJDan@115-64-177-188.static.tpgi.com.au)
  187. # [07:10] * Quits: DJDan (~DJDan@115-64-177-188.static.tpgi.com.au) (Ping timeout: 258 seconds)
  188. # [07:11] * Quits: fandi (~fandi@101.255.36.66) (Ping timeout: 244 seconds)
  189. # [07:11] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:5f3:61e9:5ef5:e260)
  190. # [07:16] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:5f3:61e9:5ef5:e260) (Ping timeout: 265 seconds)
  191. # [07:17] * Joins: morris (~morris@222-153-53-37.jetstream.xtra.co.nz)
  192. # [07:17] * Quits: mellybean (~Adium@c-98-207-200-4.hsd1.ca.comcast.net) (Quit: Leaving.)
  193. # [07:18] * Parts: morris (~morris@222-153-53-37.jetstream.xtra.co.nz) ("Leaving")
  194. # [07:19] * Joins: fandi (~fandi@101.255.36.66)
  195. # [07:22] * Quits: zecho (~zecho@66-247-17-199.northern.mnscu.edu) (Ping timeout: 245 seconds)
  196. # [07:23] * Quits: fandi (~fandi@101.255.36.66) (Excess Flood)
  197. # [07:24] * Joins: zecho (~zecho@66-247-17-199.northern.mnscu.edu)
  198. # [07:29] * Joins: drewbocop (~drewbocop@184.2.49.195)
  199. # [07:29] * Parts: drewbocop (~drewbocop@184.2.49.195)
  200. # [07:31] * Quits: dafol (~Miranda@p2003004B0E0E7D00749EBA049C057E9A.dip0.t-ipconnect.de) (Quit: dafol)
  201. # [07:31] * Joins: jottr (~jottr@unaffiliated/jottr)
  202. # [07:32] * Quits: asher^ (~textual@unaffiliated/asher/x-9381395) (Quit: Textual IRC Client: www.textualapp.com)
  203. # [07:33] * Quits: zecho (~zecho@66-247-17-199.northern.mnscu.edu) (Ping timeout: 264 seconds)
  204. # [07:35] * Joins: zecho (~zecho@66-247-17-199.northern.mnscu.edu)
  205. # [07:36] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 264 seconds)
  206. # [07:38] * Joins: fandi (~fandi@101.255.36.66)
  207. # [07:40] * Joins: asher^ (~textual@unaffiliated/asher/x-9381395)
  208. # [07:49] * Quits: fandi (~fandi@101.255.36.66) (Excess Flood)
  209. # [07:50] * Joins: fandi (~fandi@101.255.36.66)
  210. # [07:53] * Joins: sp_guy (~sp_guy@apn-5-60-93-254.dynamic.gprs.plus.pl)
  211. # [07:54] * Quits: sp_guy (~sp_guy@apn-5-60-93-254.dynamic.gprs.plus.pl) (Remote host closed the connection)
  212. # [07:56] * Quits: fandi (~fandi@101.255.36.66) (Ping timeout: 255 seconds)
  213. # [07:57] * Quits: davidhelp (david@90.195.96.171)
  214. # [08:04] * Joins: theweirdn8 (~Nathan@98.226.236.231)
  215. # [08:10] * Joins: fandi (~fandi@101.255.36.66)
  216. # [08:11] * Axy is now known as Mia
  217. # [08:12] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:7094:525e:ff0f:6e6c)
  218. # [08:17] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:7094:525e:ff0f:6e6c) (Ping timeout: 272 seconds)
  219. # [08:18] * Quits: theweirdn8 (~Nathan@98.226.236.231) (Quit: Leaving.)
  220. # [08:19] * Joins: ManikM (~quassel@14.139.122.114)
  221. # [08:19] * Quits: dust-- (~dust--@p549602C5.dip0.t-ipconnect.de) (Quit: dust--)
  222. # [08:39] * Joins: Reskp (~Reskp@78.193.56.47)
  223. # [08:39] * Joins: dust-- (~dust--@p549602C5.dip0.t-ipconnect.de)
  224. # [08:43] * Quits: Reskp (~Reskp@78.193.56.47) (Ping timeout: 244 seconds)
  225. # [08:47] * Joins: mstalfoort (~manuchill@83.232.96.217)
  226. # [09:00] * Joins: secretjadedragon (~secretjad@kref-4db687c8.pool.mediaWays.net)
  227. # [09:06] * Joins: akkishaz94 (~akshaysha@122.170.31.39)
  228. # [09:16] * Quits: asher^ (~textual@unaffiliated/asher/x-9381395) (Quit: Textual IRC Client: www.textualapp.com)
  229. # [09:18] * Joins: KingMe (~KingMe@unaffiliated/kingme)
  230. # [09:20] * Joins: jottr (~jottr@unaffiliated/jottr)
  231. # [09:25] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 250 seconds)
  232. # [09:29] * Quits: pandaant (~batman@149.201.240.93) (Ping timeout: 265 seconds)
  233. # [09:35] * Joins: casatt (~casatt@94.137.157.157)
  234. # [09:36] * Joins: Ms2ger (~Ms2ger@d54C506D6.access.telenet.be)
  235. # [09:39] * Quits: Bwild (~irc@static-72-67-52-110.lsanca.fios.verizon.net) (Ping timeout: 250 seconds)
  236. # [09:43] * Joins: symb (~symb@2a02:8109:8980:540:dd0b:7c84:7db6:7c03)
  237. # [09:54] * Quits: akkishaz94 (~akshaysha@122.170.31.39) (Read error: Connection reset by peer)
  238. # [09:55] * Quits: dust-- (~dust--@p549602C5.dip0.t-ipconnect.de) (Quit: dust--)
  239. # [10:03] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
  240. # [10:07] * Quits: CssNoob (~CssN00b@124.6.169.145) (Quit: Leaving)
  241. # [10:08] * Joins: Guest33 (~textual@relay.goomradio.com)
  242. # [10:14] * Joins: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net)
  243. # [10:16] * Quits: ManikM (~quassel@14.139.122.114) (Read error: Connection reset by peer)
  244. # [10:16] * Joins: ManikM (~quassel@14.139.122.114)
  245. # [10:21] * Joins: gimiki (~gimiki@host234-218-dynamic.55-82-r.retail.telecomitalia.it)
  246. # [10:21] * Quits: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 244 seconds)
  247. # [10:24] * Quits: ghoti (~paul@hq.experiencepoint.com) (Ping timeout: 240 seconds)
  248. # [10:24] * Quits: Vbitz (Vbitz@2600:3c00::f03c:91ff:feae:7a98) (Ping timeout: 258 seconds)
  249. # [10:25] * Quits: quackgyver (sid11872@gateway/web/irccloud.com/x-tyudibyrpveigmia) (Ping timeout: 258 seconds)
  250. # [10:26] * Joins: quackgyver (sid11872@gateway/web/irccloud.com/x-dtdaugwyxmsiebaq)
  251. # [10:26] * Joins: LucaTM (~Luca@ppp-1-85.33-151.iol.it)
  252. # [10:27] * Joins: Vbitz (Vbitz@2600:3c00::f03c:91ff:feae:7a98)
  253. # [10:28] * Quits: asdofindia (~akshay@unaffiliated/asdofindia) (Quit: I'll be back after doing some shit)
  254. # [10:29] * Joins: metr (~yourname@109.87.208.111)
  255. # [10:31] * Joins: arthurvr (~arthurvr@dD5761476.access.telenet.be)
  256. # [10:33] * Joins: ghoti (~paul@hq.experiencepoint.com)
  257. # [10:35] * Joins: pilva (~pilva@a81-84-68-34.cpe.netcabo.pt)
  258. # [10:37] * Quits: ManikM (~quassel@14.139.122.114) (Ping timeout: 258 seconds)
  259. # [10:39] * Quits: ghoti (~paul@hq.experiencepoint.com) (Ping timeout: 240 seconds)
  260. # [10:41] * Joins: ghoti (~paul@hq.experiencepoint.com)
  261. # [10:47] * Quits: ghoti (~paul@hq.experiencepoint.com) (Ping timeout: 240 seconds)
  262. # [10:51] * Joins: ghoti (~paul@hq.experiencepoint.com)
  263. # [10:54] * Quits: fandi (~fandi@101.255.36.66) (Ping timeout: 244 seconds)
  264. # [10:56] * Joins: vertafile (~vertafile@host-89-240-164-198.as13285.net)
  265. # [10:57] * Quits: ghoti (~paul@hq.experiencepoint.com) (Remote host closed the connection)
  266. # [10:57] * Joins: ghoti (~paul@hq.experiencepoint.com)
  267. # [10:57] * Joins: Paradisee (~quassel@93.49.196.181)
  268. # [10:59] * Joins: dust-- (~dust--@p549602C5.dip0.t-ipconnect.de)
  269. # [11:01] * Joins: pandaant (~batman@149.201.240.93)
  270. # [11:07] * Joins: fandi (~fandi@101.255.36.66)
  271. # [11:10] * Quits: fandi (~fandi@101.255.36.66) (Excess Flood)
  272. # [11:12] * Quits: George__ (~George__@97-102-59-201.res.bhn.net) (Remote host closed the connection)
  273. # [11:12] * Joins: fandi (~fandi@101.255.36.66)
  274. # [11:13] * Joins: MOUD (~chatzilla@189.58.98.29)
  275. # [11:13] <MOUD> Hey all
  276. # [11:13] <arthurvr> Hey!
  277. # [11:13] <MOUD> what's new?
  278. # [11:14] * Quits: Leo2014 (~Leo2014@2a02:8070:24c6:e400:83:99a8:b5bc:9d1b)
  279. # [11:15] * Quits: casatt (~casatt@94.137.157.157) (Quit: Leaving)
  280. # [11:15] <arthurvr> not much
  281. # [11:20] * Quits: fandi (~fandi@101.255.36.66) (Ping timeout: 240 seconds)
  282. # [11:22] * Joins: manuelbieh (~manuelbie@ip-84-118-142-139.unity-media.net)
  283. # [11:27] * Joins: bugfixer (~hoagie@gateway/tor-sasl/hoagie)
  284. # [11:30] * Joins: ManikM (~quassel@14.139.122.114)
  285. # [11:32] * Joins: Desus (~Desus@200-180-183-166.paebv701.dsl.brasiltelecom.net.br)
  286. # [11:45] * Joins: basiclaser_ (uid10861@gateway/web/irccloud.com/x-ssdjnndjtnastnra)
  287. # [11:54] * Joins: CssNoob (~CssN00b@124.6.169.145)
  288. # [11:59] * Joins: indigoskies (~indigoski@gateway/tor-sasl/indigoskies)
  289. # [12:00] * Joins: mezod (~mezod@unaffiliated/mezod)
  290. # [12:05] * Quits: ghoti (~paul@hq.experiencepoint.com) (Ping timeout: 272 seconds)
  291. # [12:05] * Joins: oxhak (~OxHaK@unaffiliated/oxhak)
  292. # [12:15] * Joins: ghoti (~paul@hq.experiencepoint.com)
  293. # [12:16] * Quits: vertafile (~vertafile@host-89-240-164-198.as13285.net)
  294. # [12:19] * Joins: vertafile (~vertafile@host-89-240-164-198.as13285.net)
  295. # [12:27] * Quits: vertafile (~vertafile@host-89-240-164-198.as13285.net)
  296. # [12:27] * Quits: ManikM (~quassel@14.139.122.114) (Read error: Connection reset by peer)
  297. # [12:28] * Joins: vertafile (~vertafile@host-89-240-164-198.as13285.net)
  298. # [12:31] * Joins: DJDan (~DJDan@115-64-177-188.static.tpgi.com.au)
  299. # [12:33] * Quits: DJDan_ (~DJDan@115-64-177-188.static.tpgi.com.au) (Ping timeout: 244 seconds)
  300. # [12:41] * Quits: Paradisee (~quassel@93.49.196.181) (Remote host closed the connection)
  301. # [12:50] * Quits: manuelbieh (~manuelbie@ip-84-118-142-139.unity-media.net) (Read error: Connection reset by peer)
  302. # [12:58] * Joins: londoncalling (~londoncal@cpc66116-shep11-2-0-cust14.8-3.cable.virginm.net)
  303. # [12:58] * Joins: jottr (~jottr@unaffiliated/jottr)
  304. # [13:02] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 240 seconds)
  305. # [13:09] * Joins: ManikM (~quassel@14.139.122.114)
  306. # [13:16] * Joins: fandi (~fandi@101.255.36.66)
  307. # [13:20] * Joins: Kopharex (~Kopharex@79.143.116.194)
  308. # [13:22] * Joins: AciD`` (~gni@jau72-5-78-223-56-21.fbx.proxad.net)
  309. # [13:34] * Joins: DJDan_ (~DJDan@115-64-177-188.static.tpgi.com.au)
  310. # [13:35] * Quits: DJDan (~DJDan@115-64-177-188.static.tpgi.com.au) (Ping timeout: 250 seconds)
  311. # [13:41] * Joins: Milkweed (~Milkweeds@host-92-21-212-66.as13285.net)
  312. # [13:43] * Quits: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk) (Quit: Ex-Chat)
  313. # [13:43] * Quits: daze (~daze@unaffiliated/daze) (Ping timeout: 250 seconds)
  314. # [13:43] * Joins: sp_guy (~sp_guy@apn-5-60-93-254.dynamic.gprs.plus.pl)
  315. # [13:44] * Quits: sp_guy (~sp_guy@apn-5-60-93-254.dynamic.gprs.plus.pl) (Read error: Connection reset by peer)
  316. # [13:47] * Joins: daze (~daze@unaffiliated/daze)
  317. # [13:52] * Joins: Shusshu (~shu@ip51cd1542.speed.planet.nl)
  318. # [13:53] * Quits: Shusshu (~shu@ip51cd1542.speed.planet.nl) (Client Quit)
  319. # [13:53] * Quits: Kopharex (~Kopharex@79.143.116.194) (Quit: Leaving)
  320. # [13:55] * Quits: arthurvr (~arthurvr@dD5761476.access.telenet.be) (Quit: (null))
  321. # [13:55] * Joins: pilva1 (~pilva@a81-84-68-34.cpe.netcabo.pt)
  322. # [13:56] * Quits: pilva (~pilva@a81-84-68-34.cpe.netcabo.pt) (Ping timeout: 245 seconds)
  323. # [14:07] * Joins: mr_lou (~sirlou@0x555321d8.adsl.cybercity.dk)
  324. # [14:08] * Joins: deasy (~deasy@109.89.126.76)
  325. # [14:13] * Joins: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi)
  326. # [14:14] * Quits: BoomerBile (~BoomerBil@97-91-102-175.dhcp.roch.mn.charter.com) (Quit: Leaving)
  327. # [14:17] * Joins: julienrbt (~julienrbt@unaffiliated/julienrbt)
  328. # [14:19] * Joins: DJDan (~DJDan@115-64-177-188.static.tpgi.com.au)
  329. # [14:19] * Quits: DJDan_ (~DJDan@115-64-177-188.static.tpgi.com.au) (Ping timeout: 272 seconds)
  330. # [14:26] * Joins: win32vb (~win32vb@rrcs-74-218-65-70.central.biz.rr.com)
  331. # [14:28] * Joins: Smilerut (~CoasterTo@79.116.234.166)
  332. # [14:30] * Quits: win32vb1 (~win32vb@rrcs-74-218-65-70.central.biz.rr.com) (Ping timeout: 264 seconds)
  333. # [14:31] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
  334. # [14:34] * Quits: BigBangUDR (~Thunderbi@103.249.181.147) (Remote host closed the connection)
  335. # [14:35] * Quits: ManikM (~quassel@14.139.122.114) (Ping timeout: 265 seconds)
  336. # [14:41] * Quits: kapil__ (uid36151@gateway/web/irccloud.com/x-udvgcfznccjbkevi) (Quit: Connection closed for inactivity)
  337. # [14:47] * Joins: jottr (~jottr@unaffiliated/jottr)
  338. # [14:52] * Quits: DJDan (~DJDan@115-64-177-188.static.tpgi.com.au) (Ping timeout: 240 seconds)
  339. # [14:53] * Quits: LucaTM (~Luca@ppp-1-85.33-151.iol.it) (Quit: To infinity and beyond...)
  340. # [14:54] * Joins: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl)
  341. # [14:56] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 265 seconds)
  342. # [14:57] * Joins: DJDan (~DJDan@115-64-177-188.static.tpgi.com.au)
  343. # [15:00] * Quits: zecho (~zecho@66-247-17-199.northern.mnscu.edu) (Remote host closed the connection)
  344. # [15:00] * Joins: zecho (~zecho@66-247-17-199.northern.mnscu.edu)
  345. # [15:07] <KingMe> How do you guys set your HTML5 canvas so it works fullscreen everywhere?
  346. # [15:07] * Joins: BigBangUDR (~Thunderbi@101.61.161.113)
  347. # [15:08] * Joins: u0m3 (~u0m3@92.80.67.140)
  348. # [15:09] * Quits: BigBangUDR (~Thunderbi@101.61.161.113) (Client Quit)
  349. # [15:11] * Joins: theweirdn8 (~Nathan@98.226.236.231)
  350. # [15:14] * Joins: arthurvr (~arthurvr@2a02:1811:c116:ee00:9d9f:f3b2:ffa7:2468)
  351. # [15:15] * Joins: TAOE (~TAOE@84.sub-70-208-141.myvzw.com)
  352. # [15:16] * Joins: win32vb1 (~win32vb@rrcs-74-218-65-70.central.biz.rr.com)
  353. # [15:18] * Joins: jaredwilli (~jaredwill@2601:6:3400:ceb:8b0:2417:6862:9f1)
  354. # [15:20] * Quits: win32vb (~win32vb@rrcs-74-218-65-70.central.biz.rr.com) (Ping timeout: 256 seconds)
  355. # [15:22] * Quits: julienrbt (~julienrbt@unaffiliated/julienrbt) (Quit: Leaving)
  356. # [15:22] * Parts: TAOE (~TAOE@84.sub-70-208-141.myvzw.com) ("Once you know what it is you want to be true, instinct is a very useful device for enabling you to know that it is")
  357. # [15:34] * Quits: TheJonEdney (~jon@64.233.242.131) (Quit: Konversation terminated!)
  358. # [15:42] * Joins: Bwild (~irc@static-72-67-52-110.lsanca.fios.verizon.net)
  359. # [15:44] * Joins: jm116 (~jm116@193.32.22.254)
  360. # [15:48] * Quits: deasy (~deasy@109.89.126.76) (Quit: Nom d'un quark, c'est Edmonton !)
  361. # [15:54] * Quits: j0b (~jb@unaffiliated/j0b) (Ping timeout: 245 seconds)
  362. # [15:56] * Quits: sgen (~sgen@70.51.149.166) (Ping timeout: 244 seconds)
  363. # [15:57] * Quits: Bwild (~irc@static-72-67-52-110.lsanca.fios.verizon.net) (Ping timeout: 245 seconds)
  364. # [15:58] * Joins: j0b (~jb@unaffiliated/j0b)
  365. # [16:02] * Joins: Bwild (~irc@static-72-67-52-110.lsanca.fios.verizon.net)
  366. # [16:07] * Quits: Bwild (~irc@static-72-67-52-110.lsanca.fios.verizon.net) (Ping timeout: 255 seconds)
  367. # [16:08] * Quits: theweirdn8 (~Nathan@98.226.236.231) (Ping timeout: 255 seconds)
  368. # [16:11] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Remote host closed the connection)
  369. # [16:11] * Joins: pspfolio (~pspfolio@86-60-156-137-dyn-dsl.ssp.fi)
  370. # [16:12] * Joins: DrCode (~DrCode@gateway/tor-sasl/drcode)
  371. # [16:13] * Joins: asdofindia (~akshay@unaffiliated/asdofindia)
  372. # [16:13] * Quits: asdofindia (~akshay@unaffiliated/asdofindia) (Max SendQ exceeded)
  373. # [16:14] * Joins: asdofindia (~akshay@unaffiliated/asdofindia)
  374. # [16:15] * Quits: asdofindia (~akshay@unaffiliated/asdofindia) (Max SendQ exceeded)
  375. # [16:15] * Joins: asdofindia (~akshay@unaffiliated/asdofindia)
  376. # [16:16] * Quits: MOUD (~chatzilla@189.58.98.29) (Ping timeout: 244 seconds)
  377. # [16:17] * Quits: asdofindia (~akshay@unaffiliated/asdofindia) (Max SendQ exceeded)
  378. # [16:18] * Joins: asdofindia (~akshay@unaffiliated/asdofindia)
  379. # [16:19] * Quits: asdofindia (~akshay@unaffiliated/asdofindia) (Max SendQ exceeded)
  380. # [16:20] * Joins: asdofindia (~akshay@unaffiliated/asdofindia)
  381. # [16:21] * Quits: asdofindia (~akshay@unaffiliated/asdofindia) (Max SendQ exceeded)
  382. # [16:21] * Joins: mongo (~mongo@unaffiliated/mongo)
  383. # [16:21] * Joins: asdofindia (~akshay@unaffiliated/asdofindia)
  384. # [16:23] * Quits: asdofindia (~akshay@unaffiliated/asdofindia) (Max SendQ exceeded)
  385. # [16:23] * Joins: asdofindia (~akshay@unaffiliated/asdofindia)
  386. # [16:25] * Quits: asdofindia (~akshay@unaffiliated/asdofindia) (Max SendQ exceeded)
  387. # [16:25] * Joins: asdofindia (~akshay@unaffiliated/asdofindia)
  388. # [16:27] * Quits: asdofindia (~akshay@unaffiliated/asdofindia) (Max SendQ exceeded)
  389. # [16:27] * Quits: jaredwilli (~jaredwill@2601:6:3400:ceb:8b0:2417:6862:9f1) (Remote host closed the connection)
  390. # [16:31] * Joins: jaredwilli (~jaredwill@2601:6:3400:ceb:6d0b:49e1:8c45:fa20)
  391. # [16:35] * Joins: dust--_ (~dust--@p54963D57.dip0.t-ipconnect.de)
  392. # [16:36] * Joins: Vennril (~vennril@dslb-084-061-051-253.084.061.pools.vodafone-ip.de)
  393. # [16:37] * Quits: dust-- (~dust--@p549602C5.dip0.t-ipconnect.de) (Ping timeout: 265 seconds)
  394. # [16:37] * dust--_ is now known as dust--
  395. # [16:46] * Quits: parduse (~parduse@unaffiliated/parduse)
  396. # [16:50] * Joins: parduse (~parduse@unaffiliated/parduse)
  397. # [16:51] * Joins: snowden (~snowden@gateway/tor-sasl/snowden)
  398. # [16:52] * Quits: londoncalling (~londoncal@cpc66116-shep11-2-0-cust14.8-3.cable.virginm.net)
  399. # [16:54] * Joins: codeman (~gabriel@187.75.123.134)
  400. # [17:00] * Quits: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl) (Ping timeout: 272 seconds)
  401. # [17:03] * Joins: eddief (~Eddie@c-24-22-33-249.hsd1.or.comcast.net)
  402. # [17:12] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
  403. # [17:13] * Quits: mongo (~mongo@unaffiliated/mongo) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  404. # [17:17] * Joins: jottr (~jottr@unaffiliated/jottr)
  405. # [17:18] * Joins: mongo (~mongo@unaffiliated/mongo)
  406. # [17:20] * Quits: DrCode (~DrCode@gateway/tor-sasl/drcode) (Ping timeout: 250 seconds)
  407. # [17:20] * Joins: tinyfly (~tinyfly@rrcs-67-78-75-164.sw.biz.rr.com)
  408. # [17:20] * Joins: MOUD (~chatzilla@189.58.98.29)
  409. # [17:21] * Quits: Guest33 (~textual@relay.goomradio.com) (Quit: Textual IRC Client: www.textualapp.com)
  410. # [17:22] * Quits: mstalfoort (~manuchill@83.232.96.217) (Quit: kthxbai)
  411. # [17:24] * Quits: parduse (~parduse@unaffiliated/parduse)
  412. # [17:25] * Joins: DrCode (~DrCode@gateway/tor-sasl/drcode)
  413. # [17:27] * Quits: dust-- (~dust--@p54963D57.dip0.t-ipconnect.de) (Quit: dust--)
  414. # [17:29] * Joins: LucaTM (~Luca@ppp-1-85.33-151.iol.it)
  415. # [17:29] * Quits: mongo (~mongo@unaffiliated/mongo) (Quit: Textual IRC Client: www.textualapp.com)
  416. # [17:30] * Quits: jaredwilli (~jaredwill@2601:6:3400:ceb:6d0b:49e1:8c45:fa20) (Remote host closed the connection)
  417. # [17:33] * Joins: DreadKnight (~DreadKnig@unaffiliated/dreadknight)
  418. # [17:34] * Joins: phrozensilver1 (~phrozensi@174-126-2-175.cpe.cableone.net)
  419. # [17:34] * Joins: Haswell (~Haswell@unaffiliated/haswell)
  420. # [17:46] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
  421. # [17:47] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Client Quit)
  422. # [17:53] * Joins: Lehl0r (~Le@p4FE8D16D.dip0.t-ipconnect.de)
  423. # [17:54] * Quits: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi) (Ping timeout: 240 seconds)
  424. # [17:59] * Quits: tinyfly (~tinyfly@rrcs-67-78-75-164.sw.biz.rr.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
  425. # [17:59] * Joins: tinyfly (~tinyfly@rrcs-67-78-75-164.sw.biz.rr.com)
  426. # [18:00] * Joins: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  427. # [18:01] * Quits: heedypo (~heedypo@05471548.skybroadband.com) (Quit: WeeChat 0.4.2)
  428. # [18:02] * Quits: basiclaser_ (uid10861@gateway/web/irccloud.com/x-ssdjnndjtnastnra) (Quit: Connection closed for inactivity)
  429. # [18:08] * Joins: max__ (~max@177.43.22.147.dynamic.adsl.gvt.net.br)
  430. # [18:09] * max__ is now known as Guest99743
  431. # [18:12] * Quits: oxhak (~OxHaK@unaffiliated/oxhak) (Remote host closed the connection)
  432. # [18:12] * Quits: max_dev1 (~max@179.176.123.54.dynamic.adsl.gvt.net.br) (Ping timeout: 265 seconds)
  433. # [18:14] * Joins: Bryzzle (~Bryzzle@108-251-68-69.lightspeed.sndgca.sbcglobal.net)
  434. # [18:15] * Quits: TheOneWhoKnocks (~TheOneWho@198.23.128.25) (Ping timeout: 258 seconds)
  435. # [18:16] * Joins: TheOneWhoKnocks (~TheOneWho@198.23.128.25)
  436. # [18:19] * Joins: Caiters (~Caitlin@wsip-68-15-80-137.oc.oc.cox.net)
  437. # [18:20] * Joins: jaredwilli (~jaredwill@2601:6:3400:ceb:25fd:93f5:cf6c:69dc)
  438. # [18:22] * Quits: jaredwilli (~jaredwill@2601:6:3400:ceb:25fd:93f5:cf6c:69dc) (Remote host closed the connection)
  439. # [18:22] * Quits: jm116 (~jm116@193.32.22.254) (Quit: Leaving)
  440. # [18:26] * Joins: Milk_weed (~Milkweeds@host-92-21-212-66.as13285.net)
  441. # [18:26] * Joins: coellobranco (~FoRcEr@23.189.116.91.dynamic.mundo-r.com)
  442. # [18:27] * Joins: jaredwilli (~jaredwill@2601:6:3400:ceb:70f7:391d:3f68:b4b5)
  443. # [18:28] * Quits: arthurvr (~arthurvr@2a02:1811:c116:ee00:9d9f:f3b2:ffa7:2468) (Quit: (null))
  444. # [18:29] * Joins: arthurvr (~arthurvr@2a02:1811:c116:ee00:9d9f:f3b2:ffa7:2468)
  445. # [18:30] * Quits: Milk_weed (~Milkweeds@host-92-21-212-66.as13285.net) (Client Quit)
  446. # [18:34] * Joins: z3n2 (~phrozensi@174-126-2-175.cpe.cableone.net)
  447. # [18:36] * Quits: codeman (~gabriel@187.75.123.134) (Ping timeout: 258 seconds)
  448. # [18:37] * Joins: parduse (~parduse@unaffiliated/parduse)
  449. # [18:37] * Quits: phrozensilver1 (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 244 seconds)
  450. # [18:39] * Joins: codeman (~gabriel@187.75.123.134)
  451. # [18:41] * Quits: jaredwilli (~jaredwill@2601:6:3400:ceb:70f7:391d:3f68:b4b5) (Remote host closed the connection)
  452. # [18:41] * m00bles is now known as pomax
  453. # [18:41] * pomax is now known as Pomax
  454. # [18:43] * Joins: jaredwilli (~jaredwill@c-98-217-123-66.hsd1.ma.comcast.net)
  455. # [18:45] * Joins: pibu7 (~kvirc@62.18.15.171)
  456. # [18:48] * Quits: tinyfly (~tinyfly@rrcs-67-78-75-164.sw.biz.rr.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
  457. # [18:54] * Joins: irae_ (~irae_@nat/yahoo/x-pzezlxwfkhsjtkwf)
  458. # [18:55] * Quits: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  459. # [18:56] * Joins: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  460. # [18:56] * Quits: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com) (Client Quit)
  461. # [18:57] * Joins: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  462. # [19:05] * Quits: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  463. # [19:05] * Quits: secretjadedragon (~secretjad@kref-4db687c8.pool.mediaWays.net) (Quit: secretjadedragon)
  464. # [19:06] * Joins: TheJonEdney (~jon@2601:4:1d02:84f0:ec27:da20:a967:7469)
  465. # [19:10] * Joins: maestrojed (~maestroje@c-98-246-149-230.hsd1.or.comcast.net)
  466. # [19:11] <KingMe> Hey how do I add a mouse click && touch as a KEY_CODES?
  467. # [19:13] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Read error: Connection reset by peer)
  468. # [19:13] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  469. # [19:16] * Quits: arthurvr (~arthurvr@2a02:1811:c116:ee00:9d9f:f3b2:ffa7:2468) (Quit: (null))
  470. # [19:16] * Joins: tinyfly (~tinyfly@rrcs-67-78-75-164.sw.biz.rr.com)
  471. # [19:17] * Joins: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  472. # [19:19] * Quits: z3n2 (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 258 seconds)
  473. # [19:20] * Quits: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com) (Read error: Connection reset by peer)
  474. # [19:20] * Joins: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  475. # [19:21] * Joins: George___ (~George__@97-102-59-201.res.bhn.net)
  476. # [19:23] * Quits: tinyfly (~tinyfly@rrcs-67-78-75-164.sw.biz.rr.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
  477. # [19:26] * Joins: tinyfly (~tinyfly@rrcs-67-78-75-164.sw.biz.rr.com)
  478. # [19:27] * Joins: sedeki (~textual@gateway/tor-sasl/sedeki)
  479. # [19:27] <sedeki> looking for a skilled developer for a small freelance project
  480. # [19:27] * Quits: imLinder (~imLinder@188.166.48.63) (Read error: Connection reset by peer)
  481. # [19:27] <sedeki> pm me
  482. # [19:30] * Quits: parduse (~parduse@unaffiliated/parduse)
  483. # [19:33] * Quits: tinyfly (~tinyfly@rrcs-67-78-75-164.sw.biz.rr.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
  484. # [19:36] * Quits: pibu7 (~kvirc@62.18.15.171) (Ping timeout: 252 seconds)
  485. # [19:39] * Joins: superspring (~quassel@ec2-54-86-122-162.compute-1.amazonaws.com)
  486. # [19:39] * Quits: superspring_ (~quassel@ec2-54-86-122-162.compute-1.amazonaws.com) (Ping timeout: 240 seconds)
  487. # [19:43] * Quits: TheJonEdney (~jon@2601:4:1d02:84f0:ec27:da20:a967:7469) (Ping timeout: 258 seconds)
  488. # [19:44] * Guest68461 is now known as adam12
  489. # [19:45] * adam12 is now known as Guest22806
  490. # [19:46] * Joins: rom12three (~rom12thre@dslb-178-009-122-229.178.009.pools.vodafone-ip.de)
  491. # [19:49] * Quits: rom12three (~rom12thre@dslb-178-009-122-229.178.009.pools.vodafone-ip.de) (Client Quit)
  492. # [19:56] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 264 seconds)
  493. # [19:58] * Quits: maestrojed (~maestroje@c-98-246-149-230.hsd1.or.comcast.net) (Quit: Computer has gone to sleep.)
  494. # [20:00] * Joins: tinyfly (~tinyfly@rrcs-67-78-75-164.sw.biz.rr.com)
  495. # [20:04] * Quits: snowden (~snowden@gateway/tor-sasl/snowden) (Ping timeout: 250 seconds)
  496. # [20:07] * Joins: jottr (~jottr@unaffiliated/jottr)
  497. # [20:08] * Joins: snowden (~snowden@gateway/tor-sasl/snowden)
  498. # [20:12] * Joins: Jayflux (~Jason@unaffiliated/jayflux)
  499. # [20:13] * Joins: maestrojed (~maestroje@c-98-246-149-230.hsd1.or.comcast.net)
  500. # [20:14] * Joins: Reskp (~Reskp@78.193.56.47)
  501. # [20:15] * Quits: maestrojed (~maestroje@c-98-246-149-230.hsd1.or.comcast.net) (Client Quit)
  502. # [20:17] * Joins: ericawebdev (~webdev@135.0.29.113)
  503. # [20:18] * Quits: jottr (~jottr@unaffiliated/jottr) (Read error: Connection reset by peer)
  504. # [20:21] * Quits: Ms2ger (~Ms2ger@d54C506D6.access.telenet.be) (Quit: nn)
  505. # [20:26] * Quits: Desus (~Desus@200-180-183-166.paebv701.dsl.brasiltelecom.net.br) (Quit: Leaving)
  506. # [20:26] * Quits: Bryzzle (~Bryzzle@108-251-68-69.lightspeed.sndgca.sbcglobal.net) (Ping timeout: 245 seconds)
  507. # [20:28] * Quits: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com) (Read error: Connection reset by peer)
  508. # [20:28] * Joins: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  509. # [20:31] * Quits: Reskp (~Reskp@78.193.56.47) (Remote host closed the connection)
  510. # [20:43] * Quits: SkyFire (~SkyFire@2602:306:3766:21b0:65e5:35d6:731a:d1af) (Quit: Leaving)
  511. # [20:44] * Joins: londoncalling (~londoncal@cpc66116-shep11-2-0-cust14.8-3.cable.virginm.net)
  512. # [20:48] * Joins: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl)
  513. # [20:52] * Joins: fugbixer (~hoagie@gateway/tor-sasl/hoagie)
  514. # [20:53] * Quits: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl) (Ping timeout: 256 seconds)
  515. # [20:53] * Joins: checkit (hidden-use@wsip-68-225-29-133.oc.oc.cox.net)
  516. # [20:54] * Joins: wobblingjelly (~diode@535487EC.cm-6-5c.dynamic.ziggo.nl)
  517. # [20:55] * Quits: pspfolio (~pspfolio@86-60-156-137-dyn-dsl.ssp.fi) (Remote host closed the connection)
  518. # [20:56] * Quits: bugfixer (~hoagie@gateway/tor-sasl/hoagie) (Ping timeout: 250 seconds)
  519. # [20:56] * Joins: jtuz (~jtuz@178.73.222.68)
  520. # [20:57] * Quits: George___ (~George__@97-102-59-201.res.bhn.net) (Remote host closed the connection)
  521. # [20:58] * Quits: jtuz (~jtuz@178.73.222.68) (Client Quit)
  522. # [20:59] * Joins: jtuz (~jtuz@178.73.222.68)
  523. # [21:00] * Quits: jtuz (~jtuz@178.73.222.68) (Client Quit)
  524. # [21:01] * Joins: pibu7 (~kvirc@62.18.15.171)
  525. # [21:01] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
  526. # [21:01] * Joins: Preda- (~preda@dsl-olubrasgw2-54f866-173.dhcp.inet.fi)
  527. # [21:01] * Joins: conan_ (~conan@mdproctor.plus.com)
  528. # [21:01] * Quits: conan_ (~conan@mdproctor.plus.com) (Excess Flood)
  529. # [21:02] * Quits: MOUD (~chatzilla@189.58.98.29) (Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045])
  530. # [21:02] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Client Quit)
  531. # [21:06] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
  532. # [21:06] * Joins: jtuz (~jtuz@178.73.222.68)
  533. # [21:06] * Parts: LucaTM (~Luca@ppp-1-85.33-151.iol.it) ("To infinity and beyond...")
  534. # [21:10] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:25d5:f56d:3c1a:8b70)
  535. # [21:17] * Quits: vlad_starkov (~vlad_star@91.206.59.50) (Quit: ZNC - http://znc.in)
  536. # [21:18] * Joins: elsig (gne@165.gpu.no)
  537. # [21:21] * Quits: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net) (Quit: jetienne)
  538. # [21:23] * Joins: pspfolio (~pspfolio@86-60-156-137-dyn-dsl.ssp.fi)
  539. # [21:28] * Joins: jetienne (~jetienne@ivr94-10-88-177-169-62.fbx.proxad.net)
  540. # [21:32] * Quits: CssNoob (~CssN00b@124.6.169.145) (Quit: Leaving)
  541. # [21:36] * Joins: vlad_starkov (~vlad_star@91.206.59.50)
  542. # [21:43] * Joins: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net)
  543. # [21:43] * Joins: conan_ (~conan@mdproctor.plus.com)
  544. # [21:43] * Quits: conan_ (~conan@mdproctor.plus.com) (Excess Flood)
  545. # [21:43] * Quits: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net) (Max SendQ exceeded)
  546. # [21:44] * Joins: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net)
  547. # [21:44] * Quits: pspfolio (~pspfolio@86-60-156-137-dyn-dsl.ssp.fi) (Remote host closed the connection)
  548. # [21:44] * Joins: conan_ (~conan@mdproctor.plus.com)
  549. # [21:46] * Joins: parduse (~parduse@unaffiliated/parduse)
  550. # [21:48] * Joins: _2_tumamizukii5 (~WhatsChat@186.149.228.39)
  551. # [21:48] <_2_tumamizukii5> (L)(L)(L)(L)(L)
  552. # [21:48] * Parts: _2_tumamizukii5 (~WhatsChat@186.149.228.39)
  553. # [21:50] * Quits: sedeki (~textual@gateway/tor-sasl/sedeki) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  554. # [21:50] * Joins: jottr (~jottr@unaffiliated/jottr)
  555. # [21:54] * Quits: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  556. # [21:54] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 245 seconds)
  557. # [21:56] * Joins: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  558. # [21:57] * Quits: parduse (~parduse@unaffiliated/parduse)
  559. # [21:57] * Joins: deasy (~deasy@109.89.126.76)
  560. # [22:00] * Quits: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com) (Read error: Connection reset by peer)
  561. # [22:00] * Joins: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  562. # [22:13] * Quits: coellobranco (~FoRcEr@23.189.116.91.dynamic.mundo-r.com) (Quit: Arch User...)
  563. # [22:14] <Kage> It would be so awesome if a Javascript DOM object could exist on the DOM in multible places
  564. # [22:27] * Quits: vertafile (~vertafile@host-89-240-164-198.as13285.net) (Remote host closed the connection)
  565. # [22:29] * Quits: pilva1 (~pilva@a81-84-68-34.cpe.netcabo.pt) (Quit: Leaving)
  566. # [22:29] * Joins: vertafile (~vertafile@host-89-240-164-198.as13285.net)
  567. # [22:30] * Quits: conan_ (~conan@mdproctor.plus.com) (Quit: Computer has gone to sleep.)
  568. # [22:32] * Quits: Caiters (~Caitlin@wsip-68-15-80-137.oc.oc.cox.net) (Ping timeout: 240 seconds)
  569. # [22:32] * Quits: jtuz (~jtuz@178.73.222.68) (Ping timeout: 255 seconds)
  570. # [22:34] * Joins: Caiters (~Caitlin@wsip-68-15-80-137.oc.oc.cox.net)
  571. # [22:35] * Joins: Bryzzle (~Bryzzle@108-251-68-69.lightspeed.sndgca.sbcglobal.net)
  572. # [22:43] * Quits: KingMe (~KingMe@unaffiliated/kingme)
  573. # [22:43] * Joins: z3n2 (~phrozensi@174-126-2-175.cpe.cableone.net)
  574. # [22:43] * Quits: Reskp (~Reskp@2a01:e34:ec13:82f0:25d5:f56d:3c1a:8b70)
  575. # [22:47] * Quits: phrozensilver (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 250 seconds)
  576. # [22:48] * Quits: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com) (Read error: Connection reset by peer)
  577. # [22:49] * Joins: Heskie (~Heskie@host86-177-63-27.range86-177.btcentralplus.com)
  578. # [22:49] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Ping timeout: 272 seconds)
  579. # [22:52] * Quits: tinyfly (~tinyfly@rrcs-67-78-75-164.sw.biz.rr.com) (Quit: Textual IRC Client: www.textualapp.com)
  580. # [22:52] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  581. # [22:55] * Quits: jaredwilli (~jaredwill@c-98-217-123-66.hsd1.ma.comcast.net) (Remote host closed the connection)
  582. # [23:03] * Quits: Bryzzle (~Bryzzle@108-251-68-69.lightspeed.sndgca.sbcglobal.net) (Ping timeout: 245 seconds)
  583. # [23:10] * Quits: SFeser (~SFeser@HSI-KBW-109-192-123-191.hsi6.kabel-badenwuerttemberg.de) (Ping timeout: 250 seconds)
  584. # [23:12] * Quits: PaulCapestany (~PaulCapes@204.28.124.82) (Ping timeout: 245 seconds)
  585. # [23:14] * Joins: BoomerBile (~BoomerBil@97-91-102-175.dhcp.roch.mn.charter.com)
  586. # [23:15] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
  587. # [23:16] * Joins: jtuz (~jtuz@189.221.35.45.cable.dyn.cableonline.com.mx)
  588. # [23:18] * Joins: jottr (~jottr@unaffiliated/jottr)
  589. # [23:22] * Quits: jottr (~jottr@unaffiliated/jottr) (Ping timeout: 240 seconds)
  590. # [23:25] * Quits: zzz_Ridley (~NA@unaffiliated/ridley5) (Ping timeout: 265 seconds)
  591. # [23:25] * Joins: Sendoushi (~Sendoushi@cm2-84-91-84-50.netvisao.pt)
  592. # [23:26] * Joins: zzz_Ridley (~NA@75.ip-92-222-21.eu)
  593. # [23:26] * Joins: jaredwilli (~jaredwill@c-98-217-123-66.hsd1.ma.comcast.net)
  594. # [23:27] * zzz_Ridley is now known as Ridley5
  595. # [23:27] * Quits: Ridley5 (~NA@75.ip-92-222-21.eu) (Changing host)
  596. # [23:27] * Joins: Ridley5 (~NA@unaffiliated/ridley5)
  597. # [23:30] * Quits: gimiki (~gimiki@host234-218-dynamic.55-82-r.retail.telecomitalia.it) (Remote host closed the connection)
  598. # [23:31] * Joins: conan_ (~conan@mdproctor.plus.com)
  599. # [23:34] * Joins: Reskp (~Reskp@2a01:e34:ec13:82f0:d863:36e7:a169:23c)
  600. # [23:35] * Quits: jaredwilli (~jaredwill@c-98-217-123-66.hsd1.ma.comcast.net) (Ping timeout: 255 seconds)
  601. # [23:36] * Joins: sgen (~sgen@bas6-barrie18-1088931908.dsl.bell.ca)
  602. # [23:38] * Quits: jtuz (~jtuz@189.221.35.45.cable.dyn.cableonline.com.mx) (Quit: leaving)
  603. # [23:43] * Joins: phrozensilver1 (~phrozensi@174-126-2-175.cpe.cableone.net)
  604. # [23:46] * Quits: s3shs (~s3shs@ip68-99-253-150.ph.ph.cox.net) (Quit: Textual IRC Client: www.textualapp.com)
  605. # [23:47] * Quits: z3n2 (~phrozensi@174-126-2-175.cpe.cableone.net) (Ping timeout: 265 seconds)
  606. # [23:50] * Joins: SFeser (~SFeser@HSI-KBW-149-172-190-118.hsi13.kabel-badenwuerttemberg.de)
  607. # Session Close: Wed Dec 31 00:00:00 2014

Previous day, Next day

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