/irc-logs / w3c / #testing / 2015-07-16 / end

Options:

Previous day, Next day

  1. # Session Start: Thu Jul 16 00:00:01 2015
  2. # Session Ident: #testing
  3. # [00:10] * Quits: chrisbirk (~textual@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  4. # [00:11] * Joins: Guest (~textual@public.cloak)
  5. # [00:14] * Joins: cvrebert (~cvrebert@public.cloak)
  6. # [00:44] * Quits: Guest (~textual@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  7. # [00:59] * Quits: plh-away (plehegar@public.cloak) ("Leaving")
  8. # [01:14] * Joins: Guest (~textual@public.cloak)
  9. # [01:21] * heycam|away is now known as heycam
  10. # [01:31] <MikeSmith> cvrebert: I may be able to review it today
  11. # [01:32] <MikeSmith> We sorta only have 3.5 or so people doing most reviews
  12. # [01:43] <cvrebert> MikeSmith: I see. Thanks a lot if you end up having time for it.
  13. # [01:44] * Quits: Guest (~textual@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  14. # [02:01] * Quits: cvrebert (~cvrebert@public.cloak) (cvrebert)
  15. # [02:29] * Joins: Guest (~textual@public.cloak)
  16. # [02:32] * terri is now known as terri_offline
  17. # [02:34] * Quits: Guest (~textual@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  18. # [03:09] * Joins: cvrebert (~cvrebert@public.cloak)
  19. # [03:20] <MikeSmith> cvrebert: OK I'm reviewing that PR now
  20. # [03:20] <MikeSmith> cvrebert: you know about Critic?
  21. # [03:20] <MikeSmith> https://critic.hoppipolla.co.uk/r/5471
  22. # [03:20] <cvrebert> thanks
  23. # [03:20] <cvrebert> somewhat. I'm willing to learn
  24. # [03:21] <MikeSmith> well the UX is not the greatest in the world but it's a much more complete review tool than just using github issue comments
  25. # [03:22] <MikeSmith> among other things when I make an issue comment on a particular line, and then you push new commit that addresses that comment, critic is smart enough to make the comment as "addressed"
  26. # [03:23] <MikeSmith> one caveat with it is that if a PR is under review you shouldn't rebase/squash and force push to the review branch
  27. # [03:24] <MikeSmith> because when that happens critic chokes and quits tracking the branch
  28. # [03:24] <cvrebert> simple enough. yeah, I saw the "don't rebase" part of the bot's message
  29. # [03:24] <MikeSmith> ok
  30. # [03:26] <MikeSmith> but what we usually do is that if a review branch ends up with a bunch of commits at the end, then at that point (at the end) the committer does the usual thing of squashing/rebasing the commits and pushing it the the branch so we can then push the "Merge" button and merge it as a single commit
  31. # [03:27] <MikeSmith> so we also often just use "git commit --fixup" for those interim commits
  32. # [03:28] <MikeSmith> another thing to know about is that usually you can find the PR branches mirrored at http://w3c-test.org/submissions/
  33. # [03:28] <cvrebert> right
  34. # [03:29] <MikeSmith> but that's now working this week due to some temporary borkage on the server I need to troubleshoot and fix
  35. # [03:30] <cvrebert> Ganbatte.
  36. # [03:30] <MikeSmith> heh
  37. # [03:30] <MikeSmith> denis: btw, https://github.com/w3c/web-platform-tests/settings/hooks/1932908 all coming back 500 right now. If you a few minutes to look at it that would be great
  38. # [03:36] <MikeSmith> cvrebert: this is just a nit but we usually don't use self-closing tag syntax for void elements in HTML source of our test files if they're meant to be served as text/html (which the vast majority are)
  39. # [03:37] <MikeSmith> cvrebert: also what does "zero these out for cross-browser uniformity" mean
  40. # [03:38] <MikeSmith> also is there some currently maintained version of http://www.w3.org/TR/CSS2/visudet.html#min-max-widths
  41. # [03:38] <MikeSmith> because we don't usually reference /TR docs
  42. # [03:39] <cvrebert> MikeSmith: So, you'd prefer unstable http://dev.w3.org/csswg/css2/ ?
  43. # [03:40] * Joins: gitbot (~gitbot@public.cloak)
  44. # [03:40] -gitbot:#testing- [web-platform-tests] hayatoito closed pull request #2004: Remove tests that use obsolete ShadowRoot methods (master...shadowroot-methods) https://github.com/w3c/web-platform-tests/pull/2004
  45. # [03:40] * Parts: gitbot (~gitbot@public.cloak)
  46. # [03:40] * Joins: gitbot (~gitbot@public.cloak)
  47. # [03:40] -gitbot:#testing- [web-platform-tests] hayatoito pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/1d4c7eb1306b...f98c459d74d3
  48. # [03:40] -gitbot:#testing- web-platform-tests/master 4038852 Takayoshi Kochi: Remove tests that use obsolete ShadowRoot methods...
  49. # [03:40] -gitbot:#testing- web-platform-tests/master f98c459 Hayato Ito: Merge pull request #2004 from TakayoshiKochi/shadowroot-methods...
  50. # [03:40] * Parts: gitbot (~gitbot@public.cloak)
  51. # [03:40] * Joins: gitbot (~gitbot@public.cloak)
  52. # [03:40] -gitbot:#testing- [web-platform-tests] hayatoito closed pull request #2003: Use selection object in the same tree. (master...selection) https://github.com/w3c/web-platform-tests/pull/2003
  53. # [03:40] * Parts: gitbot (~gitbot@public.cloak)
  54. # [03:41] <MikeSmith> cvrebert: yeah (except I'd call it "actively maintained" instead of "unstable")
  55. # [03:41] <MikeSmith> will add a review comment for that
  56. # [03:43] <MikeSmith> cvrebert: also btw the really home of all CSS WG drafts is http://drafts.csswg.org/
  57. # [03:44] <MikeSmith> that http://dev.w3.org/csswg stuff is just a hacky rewrite I set up at the request of the CSS WG a long time ago and that I wish they would just quit using and instead publish docs with the real http://drafts.csswg.org/ URLs
  58. # [03:44] <MikeSmith> so anyway http://drafts.csswg.org/css2/
  59. # [03:53] <cvrebert> MikeSmith: Ok. Fixed spec URLs and rewrote that CSS comment for clarity
  60. # [03:55] <MikeSmith> ok
  61. # [03:55] * MikeSmith looks agains
  62. # [03:58] <MikeSmith> heh "No love for XML around here" indeed
  63. # [03:59] <MikeSmith> cvrebert: OK if you can please squash I will merge it
  64. # [04:00] <MikeSmith> "It's not just good, it's good enough!"
  65. # [04:01] <cvrebert> Squashed
  66. # [04:01] <cvrebert> "Hurry up and close it before anyone has a change of heart." LOL.
  67. # [04:13] <cvrebert> MikeSmith: applied remaining Critic feedback and squashed again
  68. # [04:19] <MikeSmith> yeah the critic developer has a pretty good sense of humore
  69. # [04:21] * Joins: gitbot (~gitbot@public.cloak)
  70. # [04:21] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1969: Test that fieldset's min-width from HTML's suggested default rendering is overridable (master...fieldset-default-min-width-not-important) https://github.com/w3c/web-platform-tests/pull/1969
  71. # [04:21] * Parts: gitbot (~gitbot@public.cloak)
  72. # [04:21] <MikeSmith> cvrebert: thanks
  73. # [04:21] <MikeSmith> will try to respond more timely for your future PRs
  74. # [04:22] <MikeSmith> but a good strategy is to be on here during EU working hours and ping jgraham and Ms2ger
  75. # [04:23] <MikeSmith> cvrebert: I will look at https://github.com/w3c/web-platform-tests/pull/1992 later as well
  76. # [04:23] <cvrebert> Noted. Thanks a lot!
  77. # [04:31] <MikeSmith> cvrebert: on an unrelated note, do you have any idea of github changed its API recently to require authentication to get collaborator lists?
  78. # [04:32] <MikeSmith> I think the reason our http://w3c-test.org/submissions/ stuff is borked right now is because the script that updates it is trying to get https://api.github.com/repos/w3c/web-platform-tests/collaborators?per_page=100&page=1 but it comes back 403
  79. # [04:33] * heycam is now known as heycam|away
  80. # [04:34] <MikeSmith> hmm no the script is actually trying to do auth to get it
  81. # [04:36] <cvrebert> I don't use the collaborators part of the API, so I don't know. GitHub has been messing around with the org-related APIs in the last couple months though; see https://developer.github.com/changes/
  82. # [04:39] * Joins: playjax (~chatzilla@public.cloak)
  83. # [04:43] * Quits: cvrebert (~cvrebert@public.cloak) (cvrebert)
  84. # [04:44] <MikeSmith> nm
  85. # [04:44] <MikeSmith> fixed
  86. # [04:44] <MikeSmith> I had inadvertedly dropped the bot from the team that has push access
  87. # [04:45] <MikeSmith> denis: nm about the sync.py issue; it was my fault and I've fixed it now
  88. # [04:55] * Joins: Guest (~textual@public.cloak)
  89. # [04:58] * Quits: Guest (~textual@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  90. # [05:04] * Quits: ArtB (~ArtB@public.cloak) ("Leaving.")
  91. # [05:12] * Joins: Guest (~textual@public.cloak)
  92. # [05:19] <MikeSmith> botie, inform cvrebert thanks for filing https://www.w3.org/Bugs/Public/show_bug.cgi?id=28954 ( Clarify that suggested default rendering CSS is overridable unless stated otherwise)
  93. # [05:19] <botie> will do
  94. # [05:30] * heycam|away is now known as heycam
  95. # [05:33] * Joins: cvrebert (~cvrebert@public.cloak)
  96. # [05:33] <botie> cvrebert, at 2015-07-16 03:19 UTC, MikeSmith said: thanks for filing https://www.w3.org/Bugs/Public/show_bug.cgi?id=28954 ( Clarify that suggested default rendering CSS is overridable unless stated otherwise)
  97. # [05:36] <cvrebert> you're very welcome
  98. # [05:46] * Quits: birtles (~sid16523@public.cloak) (Ping timeout: 180 seconds)
  99. # [05:47] * Quits: frewsxcv (~sid86219@public.cloak) (Ping timeout: 180 seconds)
  100. # [05:47] * Quits: tobie (~sid5692@public.cloak) (Ping timeout: 180 seconds)
  101. # [05:47] * Quits: timeless (~sid4015@public.cloak) (Ping timeout: 180 seconds)
  102. # [05:48] * Quits: krit (~sid15081@public.cloak) (Ping timeout: 180 seconds)
  103. # [05:48] * Quits: lmclister______ (~sid13822@public.cloak) (Ping timeout: 180 seconds)
  104. # [05:49] * Quits: mkwst (~sid395@public.cloak) (Ping timeout: 180 seconds)
  105. # [05:50] * Quits: scheib (~sid4467@public.cloak) (Ping timeout: 180 seconds)
  106. # [05:50] * Quits: bret (~sid12421@public.cloak) (Client closed connection)
  107. # [05:55] * Quits: hgl (~hgl@public.cloak) (hgl)
  108. # [05:55] * Joins: hgl (~hgl@public.cloak)
  109. # [05:55] * Joins: frewsxcv (~sid86219@public.cloak)
  110. # [05:59] * Joins: tobie (~sid5692@public.cloak)
  111. # [06:00] * Joins: kochi (~kochi@public.cloak)
  112. # [06:01] * Joins: birtles (~sid16523@public.cloak)
  113. # [06:06] * Quits: kochi (~kochi@public.cloak) ("Leaving.")
  114. # [06:07] * Quits: birtles (~sid16523@public.cloak) (Client closed connection)
  115. # [06:07] * Quits: tobie (~sid5692@public.cloak) (Client closed connection)
  116. # [06:07] * Quits: frewsxcv (~sid86219@public.cloak) (Client closed connection)
  117. # [06:08] * Quits: ato (~sid11@public.cloak) (Client closed connection)
  118. # [06:08] * Joins: birtles (~sid16523@public.cloak)
  119. # [06:08] * Joins: kochi (~kochi@public.cloak)
  120. # [06:08] * Joins: ato (~sid11@public.cloak)
  121. # [06:11] * Joins: mkwst (~sid395@public.cloak)
  122. # [06:11] * Joins: scheib (~sid4467@public.cloak)
  123. # [06:13] * Joins: lmclister______ (~sid13822@public.cloak)
  124. # [06:14] * Joins: bret (~sid12421@public.cloak)
  125. # [06:17] * Quits: bret (~sid12421@public.cloak) (Client closed connection)
  126. # [06:17] * Quits: lmclister______ (~sid13822@public.cloak) (Client closed connection)
  127. # [06:17] * Quits: birtles (~sid16523@public.cloak) (Client closed connection)
  128. # [06:17] * Quits: ato (~sid11@public.cloak) (Client closed connection)
  129. # [06:17] * Quits: scheib (~sid4467@public.cloak) (Client closed connection)
  130. # [06:18] * Joins: birtles (~sid16523@public.cloak)
  131. # [06:18] * Joins: ato (~sid11@public.cloak)
  132. # [06:18] * Quits: mkwst (~sid395@public.cloak) (Client closed connection)
  133. # [06:23] * Joins: timeless (~sid4015@public.cloak)
  134. # [06:25] * Joins: gitbot (~gitbot@public.cloak)
  135. # [06:25] -gitbot:#testing- [web-platform-tests] TakayoshiKochi closed pull request #859: Added test for checking if elementFromPoint() method is existing on Shadow Root. (master...shadow-dom-additional) https://github.com/w3c/web-platform-tests/pull/859
  136. # [06:25] * Parts: gitbot (~gitbot@public.cloak)
  137. # [06:27] * Joins: frewsxcv (~sid86219@public.cloak)
  138. # [06:28] * Joins: gitbot (~gitbot@public.cloak)
  139. # [06:28] -gitbot:#testing- [web-platform-tests] TakayoshiKochi opened pull request #2006: Use createShadowRoot() instead of createSR() wrapper. (master...create_shadow_root) https://github.com/w3c/web-platform-tests/pull/2006
  140. # [06:28] * Parts: gitbot (~gitbot@public.cloak)
  141. # [06:28] * Joins: gitbot (~gitbot@public.cloak)
  142. # [06:28] -gitbot:#testing- [web-platform-tests] TakayoshiKochi closed pull request #2006: Use createShadowRoot() instead of createSR() wrapper. (master...create_shadow_root) https://github.com/w3c/web-platform-tests/pull/2006
  143. # [06:28] * Parts: gitbot (~gitbot@public.cloak)
  144. # [06:28] * Joins: gitbot (~gitbot@public.cloak)
  145. # [06:28] -gitbot:#testing- [web-platform-tests] TakayoshiKochi pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/082a6ad6404d...53f31f42769d
  146. # [06:28] -gitbot:#testing- web-platform-tests/master 1351876 Takayoshi Kochi: Use createShadowRoot() instead of createSR() wrapper.
  147. # [06:28] -gitbot:#testing- web-platform-tests/master 53f31f4 Takayoshi Kochi: Merge pull request #2006 from TakayoshiKochi/create_shadow_root...
  148. # [06:28] * Parts: gitbot (~gitbot@public.cloak)
  149. # [06:28] * Joins: bret (~sid12421@public.cloak)
  150. # [06:28] * Joins: lmclister______ (~sid13822@public.cloak)
  151. # [06:28] * Joins: scheib (~sid4467@public.cloak)
  152. # [06:28] * Joins: mkwst (~sid395@public.cloak)
  153. # [06:29] * Quits: Guest (~textual@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  154. # [06:31] * Joins: MK (kawamori@public.cloak)
  155. # [06:36] * Joins: krit (~sid15081@public.cloak)
  156. # [06:46] * Joins: Guest (~textual@public.cloak)
  157. # [06:47] * Joins: tobie (~sid5692@public.cloak)
  158. # [06:52] * Quits: Guest (~textual@public.cloak) (Client closed connection)
  159. # [07:18] * Quits: cvrebert (~cvrebert@public.cloak) (cvrebert)
  160. # [07:25] <MikeSmith> jgraham: so btw the other day this happened:
  161. # [07:25] <MikeSmith> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
  162. # [07:25] <MikeSmith> 3359 github 20 0 16.9g 1.8g 1828 S 85.8 46.1 13178:39 python
  163. # [07:25] <MikeSmith> seems that wptserve must be leaking memory pretty seriously
  164. # [07:26] <MikeSmith> can work around it by just periodically stopping and restarting it; e.g., once a week or so
  165. # [07:26] <MikeSmith> or even once a day
  166. # [07:27] <MikeSmith> I guess I should write a cron job to do that
  167. # [07:27] * Joins: MK_ (kawamori@public.cloak)
  168. # [07:27] * Quits: MK_ (kawamori@public.cloak) ("Leaving...")
  169. # [07:31] * Joins: gitbot (~gitbot@public.cloak)
  170. # [07:31] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1986: Cleaned up the Notifications tests. (master...sideshowbarker/notifications) https://github.com/w3c/web-platform-tests/pull/1986
  171. # [07:31] * Parts: gitbot (~gitbot@public.cloak)
  172. # [07:33] * heycam is now known as heycam|away
  173. # [07:49] * Joins: gitbot (~gitbot@public.cloak)
  174. # [07:49] -gitbot:#testing- [web-platform-tests] sideshowbarker pushed 1 new commit to sideshowbarker/notifications: https://github.com/w3c/web-platform-tests/commit/aa5c1a40931e217c6d2c9e4adb9b0e72094808e5
  175. # [07:49] -gitbot:#testing- web-platform-tests/sideshowbarker/notifications aa5c1a4 Michael[tm] Smith: fixup! Cleaned up the Notifications tests.
  176. # [07:49] * Quits: MK (kawamori@public.cloak) ("Leaving...")
  177. # [07:49] * Parts: gitbot (~gitbot@public.cloak)
  178. # [07:53] * Joins: gitbot (~gitbot@public.cloak)
  179. # [07:53] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1986: Cleaned up the Notifications tests. (master...sideshowbarker/notifications) https://github.com/w3c/web-platform-tests/pull/1986
  180. # [07:53] * Parts: gitbot (~gitbot@public.cloak)
  181. # [07:53] * Joins: gitbot (~gitbot@public.cloak)
  182. # [07:53] -gitbot:#testing- [web-platform-tests] sideshowbarker deleted sideshowbarker/notifications at aa5c1a4: https://github.com/w3c/web-platform-tests/commit/aa5c1a4
  183. # [07:53] * Parts: gitbot (~gitbot@public.cloak)
  184. # [07:54] * Joins: gitbot (~gitbot@public.cloak)
  185. # [07:54] -gitbot:#testing- [web-platform-tests] sideshowbarker created sideshowbarker/notifications (+2 new commits): https://github.com/w3c/web-platform-tests/compare/29e47810e2b0^...a89ea9c50c60
  186. # [07:54] -gitbot:#testing- web-platform-tests/sideshowbarker/notifications 29e4781 Michael[tm] Smith: Cleaned up the Notifications tests.
  187. # [07:54] -gitbot:#testing- web-platform-tests/sideshowbarker/notifications a89ea9c Michael[tm] Smith: Removed existing Notification dir(manual)tests....
  188. # [07:54] * Parts: gitbot (~gitbot@public.cloak)
  189. # [07:54] * Joins: gitbot (~gitbot@public.cloak)
  190. # [07:54] -gitbot:#testing- [web-platform-tests] sideshowbarker opened pull request #2007: Cleaned up the Notifications tests. (master...sideshowbarker/notifications) https://github.com/w3c/web-platform-tests/pull/2007
  191. # [07:54] * Parts: gitbot (~gitbot@public.cloak)
  192. # [09:29] * Joins: Ms2ger (~Ms2ger@public.cloak)
  193. # [09:29] * Quits: playjax (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
  194. # [10:05] * Joins: dom (dom@public.cloak)
  195. # [10:07] * heycam|away is now known as heycam
  196. # [10:29] * heycam is now known as heycam|away
  197. # [10:39] * Joins: gitbot (~gitbot@public.cloak)
  198. # [10:39] -gitbot:#testing- [web-platform-tests] zqzhang closed pull request #2007: Cleaned up the Notifications tests. (master...sideshowbarker/notifications) https://github.com/w3c/web-platform-tests/pull/2007
  199. # [10:39] * Parts: gitbot (~gitbot@public.cloak)
  200. # [10:39] * Joins: gitbot (~gitbot@public.cloak)
  201. # [10:39] -gitbot:#testing- [web-platform-tests] zqzhang deleted sideshowbarker/notifications at a89ea9c: https://github.com/w3c/web-platform-tests/commit/a89ea9c
  202. # [10:39] * Parts: gitbot (~gitbot@public.cloak)
  203. # [10:48] <jgraham> MikeSmith:
  204. # [10:48] <jgraham> oh, that's bad
  205. # [10:48] <Ms2ger> ?
  206. # [10:49] <MikeSmith> jgraham: yeah but it's not disasterous
  207. # [10:49] <jgraham> wptrunner taking up gigabytes of RAM
  208. # [10:49] <MikeSmith> and we have a workaround: just restart now and then
  209. # [10:49] <MikeSmith> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
  210. # [10:49] <MikeSmith> 3359 github 20 0 16.9g 1.8g 1828 S 85.8 46.1 13178:39 python
  211. # [10:50] <MikeSmith> one the one had I admire it, in that if you're gonna leak memory, then you should go ahead and do it right and leak tons of it
  212. # [10:50] <MikeSmith> like a boss
  213. # [10:52] <Ms2ger> Quick, run the reflection tests a few more times
  214. # [11:01] <MikeSmith> hahah
  215. # [11:06] <MikeSmith> Ms2ger: condolences on becoming a full-time wage slave, btw
  216. # [11:06] <Ms2ger> Thank you :)
  217. # [11:07] <Ms2ger> Could be worse, I could be at W3C ;
  218. # [11:07] <Ms2ger> )
  219. # [11:15] <MikeSmith> haha
  220. # [11:16] <MikeSmith> http://w3cmemes.tumblr.com/post/124023684447/it-can-always-be-worse
  221. # [11:17] <MikeSmith> w3cmemes is kinda mean sometimes
  222. # [11:17] <MikeSmith> hmm, kinda like Ms2ger
  223. # [11:18] <MikeSmith> and "Ms2ger" is an acronym for "W3CMemes"
  224. # [11:18] <MikeSmith> just with one less letter, and some other letters change
  225. # [11:54] * Joins: darobin (rberjon@public.cloak)
  226. # [13:01] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
  227. # [13:15] * Joins: playjax (~chatzilla@public.cloak)
  228. # [13:23] * Joins: ArtB (~ArtB@public.cloak)
  229. # [13:31] * Joins: darobin (rberjon@public.cloak)
  230. # [13:41] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
  231. # [14:12] * Quits: playjax (~chatzilla@public.cloak) (Client closed connection)
  232. # [14:14] * Joins: darobin (rberjon@public.cloak)
  233. # [14:14] * Joins: plh (plehegar@public.cloak)
  234. # [14:40] * Quits: plh (plehegar@public.cloak) ("Leaving")
  235. # [14:41] * Joins: plh (plehegar@public.cloak)
  236. # [14:42] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
  237. # [16:58] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
  238. # [17:28] * Joins: darobin (rberjon@public.cloak)
  239. # [17:36] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
  240. # [17:37] * Joins: darobin (rberjon@public.cloak)
  241. # [17:44] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
  242. # [17:44] * Joins: darobin (rberjon@public.cloak)
  243. # [17:59] * terri_offline is now known as terri
  244. # [18:01] * Quits: dom (dom@public.cloak) ("")
  245. # [18:19] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
  246. # [19:29] * Joins: darobin (rberjon@public.cloak)
  247. # [19:36] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
  248. # [20:27] * Joins: Ms2ger (~Ms2ger@public.cloak)
  249. # [20:35] * Quits: rego (~smuxi@public.cloak) (Ping timeout: 180 seconds)
  250. # [22:02] * Joins: rego (~smuxi@public.cloak)
  251. # [22:30] * heycam|away is now known as heycam
  252. # [23:05] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
  253. # Session Close: Fri Jul 17 00:00:00 2015

Previous day, Next day

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