Options:
- # Session Start: Thu May 08 00:00:00 2014
- # Session Ident: #webplatform
- # [00:00] <@julee> IMHO : flip the switch! ;-) Thanks much, renoirb!
- # [00:00] <@julee> Oh, and add the oauth stuff, because of the non-ssl login process, if anyone cares.
- # [00:00] <@renoirb> the image quirk... I think its due to confusion and a caching, "just" have to find the right one among: MW cache, Fastly, MW File:filename.png cache .... and also for good measure we have files with same purpose but different name and formats
- # [00:01] <@julee> lol
- # [00:01] <@renoirb> http://docs.webplatform.org/upgrade/File:cc-by-sa-small-wpd.png http://docs.webplatform.org/upgrade/File:cc-by-sa-small-wpd.svg and various http://docs.webplatform.org/upgrade/Template:External_Attribution_Block/MDN http://docs.webplatform.org/upgrade/Template:External_Attribution_Block/MSDN that has hardcoded File:name.ext urls...
- # [00:01] <@renoirb> this is crazy
- # [00:01] <@julee> I meant add the oauth to the version page when you can
- # [00:01] * Quits: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net) (Ping timeout: 240 seconds)
- # [00:02] <@renoirb> julee, have a look at https://accounts.webplatform.org/
- # [00:02] <@renoirb> its not live, not in use, and data you create wont be kept. But, its the new account system i'm working on. it uses mozilla Firefox Accounts... that they use with the new Firefox 29 sync https://accounts.firefox.com/
- # [00:04] <@julee> yes, I'm just referring to the fact that I am on an http:// page instead of https:// page when I am entering my username & password.
- # [00:06] <@julee> So I figured it was because you were using some schema that doesn't require ssl, right?
- # [00:07] <@julee> oauth?
- # [00:08] <@julee> At any rate, I think if it's listed with the other things on the http://docs.webplatform.org/upgrade/Special:Version page, it will help those who are more expert than I.
- # [00:10] <@julee> renoirb : re: https://accounts.webplatform.org/signup — yeah!!
- # [00:12] * Joins: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net)
- # [00:14] <AmeliaBR> renoirb: #iditis like that. Mostly I was using ids because they already existed in the templates and I thought it was the safest way to avoid messing up anything else on the page -- since I knew that a given id was only going to exist in one place, so if I made all my selectors descendants of that it would help quarantine them.
- # [00:27] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [00:30] <@renoirb> oh, sure AmeliaBR. But i'm not saying that you have it. Just that in your example there's other ways to use the same anchors that all mediawiki templates has instead of #id
- # [00:30] * Quits: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net) (Ping timeout: 276 seconds)
- # [00:31] <@renoirb> julee, we do not have ssl so far because nobody set it in place. Because it requires that we have a SSL certificate (that we didn't had, so far) at Fastly, then between our server, and fastly, then fastly to the public.
- # [00:31] <@renoirb> But I talked to Fastly and we will have it enabled.
- # [00:31] <@renoirb> But in the meantime the priority is that the login mechanism is independent from MW and that it supports OAuth.
- # [00:31] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Ping timeout: 250 seconds)
- # [00:32] <@renoirb> With OAuth, we'll be able to connect other dots together.
- # [00:32] <@renoirb> SSL will be there too... but i'd prefer prioritize other stability issues first.
- # [00:32] <@renoirb> s/stability issues/stability threats/
- # [00:33] <AmeliaBR> On wonky API parameters. I've got a temp fix on the test wiki, to not print the syntax block at all if there is more than one parameter. For reasons I haven't quite figured out, some methods that only have one parameter are returning a count of 2, and therefore also getting suppressed, but better than the reverse...?
- # [00:34] <AmeliaBR> Test wiki template as edited: http://docs.webplatform.org/t/index.php?title=Template:API_Object_Method&action=edit
- # [00:34] <@julee> OK, you know best renoirb. I'm just reading that OAuth 2, which is what Mozilla uses (https://login.persona.org/sign_in), requires SSL. But what do I know?! I leave it in your capable hands.
- # [00:34] <@renoirb> Thanks julee.
- # [00:35] <@renoirb> I can make it simple to understand now that I spent all that time reading about it :)
- # [00:36] * Joins: eliezerb (uid25062@gateway/web/irccloud.com/x-slbwewziidxsghth)
- # [00:36] * ChanServ sets mode: +v eliezerb
- # [00:37] <@renoirb> I thought of installing persona julee... https://webplatformhome.global.ssl.fastly.net/.well-known/browserid But it'd require we also provide email. Not there yet. Not sure its going to be a priority soon either.
- # [00:42] * Joins: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net)
- # [00:43] * offSchub is now known as DenSchub
- # [00:43] * Joins: kiy (~kiyoura@pool-173-79-97-128.washdc.fios.verizon.net)
- # [00:48] <@renoirb> AmeliaBR, I think its related to the #ask filter that Dom is talking about < http://semantic-mediawiki.org/wiki/Help:Special:Ask
- # [00:48] <@renoirb> http://docs.webplatform.org/upgrade/Special:Ask
- # [00:49] <@renoirb> http://semantic-mediawiki.org/wiki/Help:Inline_queries
- # [00:49] <@renoirb> AmeliaBR ^
- # [00:50] <AmeliaBR> Thanks, yeah, working on it. I'm using an ask query with "count" result format to find out how many parameters, but it's giving me "2" when there is only 1.
- # [00:51] <AmeliaBR> It gives the right number if zero or if more than 1, at least in the examples I've tested...
- # [00:51] <@renoirb> i think we should look at how the ordering works... based on the document id of each attribute or something like that
- # [00:51] <@renoirb> or if we can have an order property and use it for sorting
- # [00:52] <@renoirb> ... but i never used that.
- # [00:52] <@renoirb> i should get back at oauth/ accoutns now.
- # [00:54] * Joins: Jayflux (~Jason@unaffiliated/jayflux)
- # [00:55] <+eliezerb> Hey AmeliaBR renoirb
- # [00:55] <+eliezerb> Can you give an insight about what you guys have been doing?
- # [00:56] <AmeliaBR> eliezerb: For the wonky API syntax, I've been starting with a stop-gap approach: count how many parameters there are, and if more than one don't print syntax (better nothing than incorrect!)
- # [00:57] <+eliezerb> AmeliaBR: I solve the order issue
- # [00:57] <+eliezerb> Adding two more parameters on the ask query
- # [00:57] <+eliezerb> sort=Property value syntax|order=asc
- # [00:57] <+eliezerb> for the templates where there is the Syntax header
- # [00:58] * +eliezerb will read the ML thread with patience
- # [00:59] <AmeliaBR> The template with the problem is http://docs.webplatform.org/wiki/Template:API_Object_Method
- # [00:59] * Quits: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net) (Ping timeout: 245 seconds)
- # [01:00] <AmeliaBR> and http://docs.webplatform.org/wiki/Template:Method_Parameter defines the properties used in that template's ask query
- # [01:01] <+eliezerb> AmeliaBR: So two issues
- # [01:01] <+eliezerb> 1) Random order at Synax
- # [01:02] <+eliezerb> Syntax*
- # [01:03] <+eliezerb> 2) Do not display any parameter if no one is related to the page?
- # [01:03] <+eliezerb> Am I Right?
- # [01:03] <AmeliaBR> The don't display works fine. That was just a stop gap I was suggesting: until we get syntax right, hide it for the ones that will be wonky
- # [01:04] <AmeliaBR> This is my test template code: http://docs.webplatform.org/t/index.php?title=Template:API_Object_Method&action=edit
- # [01:06] <AmeliaBR> It ends up blocking some syntaxes that it shouldn't (e.g. http://docs.webplatform.org/t/index.php?title=dom/methods/getElementById&action=submit ), but it might still be worth pushing to the main site for now while we work on getting the actual syntax right
- # [01:06] <AmeliaBR> (of course, we wouldn't copy the bit of code that prints out the parameter count -- that was just me trying to figure out what was going on!)
- # [01:07] <+eliezerb> AmeliaBR: We can disable this syntax section for the API template
- # [01:07] <+eliezerb> For now
- # [01:07] <+eliezerb> And just do the order fix for the CSS templates
- # [01:08] <+eliezerb> Actually they are in different files
- # [01:09] <+eliezerb> We can work on the fix for the API for now to fix the issue
- # [01:09] <AmeliaBR> Yeah, easiest would just be to comment out the entire section of the template. My idea of checking for parameter count just complicates things and makes pages inconsistent. Haven't checked the CSS templates. Same issue I assume?
- # [01:09] <+eliezerb> yup
- # [01:09] <+eliezerb> but adding that two parameters
- # [01:09] <+eliezerb> It wil lbe fine
- # [01:10] <+eliezerb> to the as query it will be fine
- # [01:10] <+eliezerb> I will do the update
- # [01:16] <AmeliaBR> Okay. Looked at CSS: really a different issue, isn't it? Each "property value syntax" field is an entire expression of form `property: name;`, the query just creates a table of all the possibilities.
- # [01:17] <+eliezerb> AmeliaBR: Yes
- # [01:18] <+eliezerb> The CSS Property Syntax it's only a list of a property
- # [01:18] <+eliezerb> The API Object Template auto generates that line of code
- # [01:18] <+eliezerb> It's a little bit more complex
- # [01:19] <+eliezerb> http://project.webplatform.org/tmpl/issues/15
- # [01:19] <AmeliaBR> Exactly. Once we get it figured out, we could start dealing with making better syntax for CSS properties that take multiple values (e.g. background) in a particular order, but first things first...
- # [01:20] <+eliezerb> AmeliaBR: We need to get some data consistent
- # [01:21] <+eliezerb> Let's fix that CSS order and them give priority to the API Objects
- # [01:21] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [01:21] <AmeliaBR> In the meantime, do you also want to edit http://docs.webplatform.org/wiki/Template:API_Object_Method to comment out the syntax block entirely while I play around in test wiki land trying to figure out a solution?
- # [01:25] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Ping timeout: 240 seconds)
- # [01:27] <AmeliaBR> eliezerb renoirb: I'm searching the semantic mediawiki docs, but off the top of your heads do you know of a parser function/template that can create an auto-incremented counter?
- # [01:28] <AmeliaBR> (e.g., every time a template is called, the next value is assigned...)
- # [01:28] * Joins: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net)
- # [01:36] * DenSchub is now known as offSchub
- # [01:44] <@shepazu> AmeliaBR, maybe we should just create a different template for those pages?
- # [01:45] * Quits: kitikonti (~kitikonti@193-154-239-164.adsl.highway.telekom.at) (Ping timeout: 252 seconds)
- # [01:46] <AmeliaBR> shepazu: Well, if nothing else we just add a field to the form where you can indicate the index of the paramater
- # [01:46] * Quits: lmcliste_ (~lmclister@192.150.10.210)
- # [01:47] <@renoirb> Yeah, that's what I thought AmeliaBR... If we have methodA(PropertyA, PropertyB, PropertyC) and we want to have methodB(PropertyB, PropertyA) we are screwed. But in javascript property names aren't very relevant.... except to describe the structure. If we deduplicate... we loose the advantage to create PropertyA once and refer to it in multiple places.
- # [01:47] <AmeliaBR> E.g., for a syntax like .insertBefore(newElement, before), the sub-form for "newElement" would explicitly say "Parameter index: 1", while the sub-form for "before" would explicitly say "Parameter index: 2". Then it's easy to sort by "Parameter index"
- # [01:48] <@shepazu> hrm
- # [01:48] <@renoirb> How about we rethink the way those pages are made
- # [01:48] <AmeliaBR> renoirb: hadn't thought of that. Is it an issue in the API pages, though? The parameters don't have their own pages, they are just SMW properties of the method page.
- # [01:49] <+eliezerb> An "simple" solution maybe is change this field to be edited by a text field
- # [01:49] <+eliezerb> s/an/a
- # [01:58] <AmeliaBR> Okay, here is one thing I have tried that DIDN'T work: use a count #ask query in the template that defines the sub-object to see how many instances of this property have previously been defined. All instances are given the final count value.
- # [01:59] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [01:59] <+eliezerb> AmeliaBR: We can sorte the query by the index order
- # [01:59] <+eliezerb> sort*
- # [02:00] <AmeliaBR> If we *define* an index order for everything. Still trying to do it automatically by the order in which the parameters are arranged in the form.
- # [02:09] * Quits: Jayflux (~Jason@unaffiliated/jayflux) (Quit: Leaving)
- # [02:15] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [02:20] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Ping timeout: 276 seconds)
- # [02:27] * Quits: hyperair (~hyperair@ubuntu/member/hyperair) (Ping timeout: 255 seconds)
- # [02:28] * Joins: morficus_ (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [02:29] * Quits: FeatheredSerpent (~Moai@unaffiliated/featheredserpent) (Quit: Leaving)
- # [02:29] * Joins: Bad_Advice_Cat (~Moai@unaffiliated/featheredserpent)
- # [02:30] * morficus_ is now known as morficus
- # [02:38] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [02:47] <AmeliaBR> Anyone else still here? eliezerb renoirb shepazu ?
- # [02:47] <@renoirb> Hi AmeliaBR
- # [02:47] <@renoirb> yup
- # [02:47] <@renoirb> about to go take a walk. I'm in Vancouver for the week.
- # [02:47] <@shepazu> hi, AmeliaBR
- # [02:48] <AmeliaBR> OK: Tried (on test wiki) to add in a form field to specify the order of parameters, and sort them by it on the syntax print-out
- # [02:49] <AmeliaBR> Works alright once you manually go through and add index values to each page, but until you do that, the syntax will print out without any parameters at all.
- # [02:49] <@shepazu> that seems workable
- # [02:50] <@shepazu> we'll just have to do the pages by hand
- # [02:50] <AmeliaBR> If anything, I'd rather have no parameters showing up than them showing up in the wrong order.
- # [02:51] <AmeliaBR> This is what it looks like once sorted (edit to see form structure): http://docs.webplatform.org/test/canvas/methods/arcTo
- # [02:52] <AmeliaBR> Compare with a version where the order hasn't been specified: http://docs.webplatform.org/test/canvas/methods/bezierCurveTo
- # [02:52] <AmeliaBR> (The parameter count won't be there, that was just a temporary version of the template)
- # [02:55] <AmeliaBR> renoirb: I suspect I'll run into admin privileges issues if I try to make this live on the real site. How easy is it to bump me up to admin? Or I can give you or shepazu a list of the test wiki pages I modified and you can copy the content over.
- # [02:56] <@shepazu> AmeliaBR, it's easy to make you an admin
- # [02:56] <AmeliaBR> shepazu: easier than doing the work yourself, you mean!
- # [02:57] <@shepazu> :D
- # [02:57] <@renoirb> i'm going off.
- # [02:57] <@shepazu> I'm happy either way
- # [02:57] <@shepazu> later, renoirb
- # [02:57] <@renoirb> i'll make you admin AmeliaBR, no problem
- # [02:57] <@shepazu> renoirb, I'll take care of it
- # [02:57] <@renoirb> ok
- # [02:58] <AmeliaBR> Thanks shepazu. Let me know when I'm good to go. Go enjoy Vancouver springtime renoirb!
- # [02:59] <@shepazu> AmeliaBR, done!
- # [03:00] <AmeliaBR> Great. I'll get on that, then send a note to the email list letting people know that the incorrect info is fixed and that they should start editing pages to add in index values.
- # [03:00] * Quits: Bad_Advice_Cat (~Moai@unaffiliated/featheredserpent) (Ping timeout: 256 seconds)
- # [03:01] <AmeliaBR> (Or more realistically, it can be added to our checklist for the massive review of page readiness state...)
- # [03:01] <@shepazu> yup, good timing
- # [03:05] * Quits: wpdbot (~wpdbot@ec2-54-224-9-103.compute-1.amazonaws.com) (Remote host closed the connection)
- # [03:06] * Joins: wpdbot (~wpdbot@ec2-54-83-139-53.compute-1.amazonaws.com)
- # [03:08] * Quits: @Ryan_Lane (~Ryan_Lane@wikimedia/Ryan-lane) (Quit: Leaving.)
- # [03:10] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [03:14] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Ping timeout: 252 seconds)
- # [03:17] * Joins: FeatheredSerpent (~Moai@unaffiliated/featheredserpent)
- # [03:18] * Parts: arnaudb (~arnaudb@72-18-233-188.static-ip.telepacific.net) ("Captured by russians")
- # [03:21] <AmeliaBR> shepazu (or anyone): how about this for a default syntax print-out if order or arguments hasn't been specified? http://docs.webplatform.org/test/canvas/methods/bezierCurveTo
- # [03:22] <@shepazu> AmeliaBR, yes, great idea
- # [03:23] <AmeliaBR> Ok. I think I'm done fussing then. Time to make it live.
- # [03:23] <@shepazu> sweet
- # [03:24] * Joins: hyperair (hyperair@ubuntu/member/hyperair)
- # [03:24] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Remote host closed the connection)
- # [03:26] <+eliezerb> AmeliaBR: You can use a class
- # [03:26] <+eliezerb> AmeliaBR: To make you JavaScript looks like JavaScript
- # [03:27] <AmeliaBR> ??
- # [03:27] <AmeliaBR> do you mean like syntax highlighting?
- # [03:27] <+eliezerb> Yes!
- # [03:28] <@shepazu> or you can surround it with a <syntaxHighlight> tag
- # [03:30] <+eliezerb> AmeliaBR: you can follow shepazu tip or just add <pre class="language-javascript">
- # [03:31] <AmeliaBR> Ok, back to test wiki to see what happens...
- # [03:31] * Quits: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net) (Ping timeout: 240 seconds)
- # [03:34] * Joins: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net)
- # [03:35] <AmeliaBR> not seeing a difference with <pre> alone, looks like you also need <code>
- # [03:36] <AmeliaBR> much better, now just have to get rid of an extra blank line and should be good to go. Thanks eliezerb
- # [03:40] <@shepazu> looks excellent
- # [03:41] * Joins: cpaul_ (~cpaul@72-18-233-188.static-ip.telepacific.net)
- # [03:43] * Quits: cpaul (~cpaul@72-18-233-188.static-ip.telepacific.net) (Ping timeout: 250 seconds)
- # [03:43] * Joins: Ryan_Lane (~Ryan_Lane@wikimedia/Ryan-lane)
- # [03:43] * ChanServ sets mode: +o Ryan_Lane
- # [03:48] * Quits: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net) (Ping timeout: 252 seconds)
- # [04:01] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [04:04] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [04:08] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Ping timeout: 252 seconds)
- # [04:15] * Joins: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net)
- # [04:21] * Joins: ptressel (~chatzilla@c.24.143.126.70.static.broadstripe.net)
- # [04:24] * Joins: julee1 (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [04:24] * Quits: @julee (~Adium@192.150.10.205) (Read error: Connection reset by peer)
- # [04:24] * Quits: julee1 (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Client Quit)
- # [04:27] <ptressel> renoirb, Did you get my pubkey?
- # [04:30] * Quits: jerryitt (uid17132@gateway/web/irccloud.com/x-hxnrmrcszalecats) (Quit: Connection closed for inactivity)
- # [04:31] * Joins: RJ45 (~GPRS@cpc6-harb8-2-0-cust355.perr.cable.virginm.net)
- # [04:31] <RJ45> can anyone here please help me get SSL working with Apache2?
- # [04:31] <RJ45> I'm only asking here 'cos I have literally triad everything I can! x_x
- # [04:31] <RJ45> tried*
- # [04:32] <ptressel> I've got some example config files, but don't know if the setup changed in the latest version.
- # [04:32] <RJ45> Firefox says this: (Error code: ssl_error_rx_record_too_long)
- # [04:32] <RJ45> and Apache errorlog say: [Thu May 08 03:26:47 2014] [error] [client 192.168.0.3] Invalid method in request \x16\x03\x01
- # [04:33] <RJ45> 443 port is open in every way possible
- # [04:33] <ptressel> You have it working with port 80?
- # [04:33] <RJ45> yes
- # [04:33] <RJ45> regular http works fine
- # [04:34] <RJ45> just not https
- # [04:34] <RJ45> got my self-signed certs set-up
- # [04:34] <RJ45> have ports.conf set-up
- # [04:35] <RJ45> and have 'default-ssl' file set-up with all the relevant locations of the certs
- # [04:35] <RJ45> no joy :(
- # [04:35] <ptressel> Would it be ok to paste your Apache site config at (say) http://pastebin.ubuntu.com/ ?
- # [04:35] * Quits: AmeliaBR (3263c548@gateway/web/freenode/ip.50.99.197.72) (Quit: Page closed)
- # [04:36] <RJ45> ptressel: I'll just paste it the my webserver itseflf :D , BRB
- # [04:38] <RJ45> here: http://94.173.177.100/publ/apache2.conf
- # [04:40] <RJ45> ptressel: ?
- # [04:41] <ptressel> I'm looking for examples on another server...the port 443 files seem to have been deleted. May have been done in reaction to heartbleed...
- # [04:42] <RJ45> :/
- # [04:42] <ptressel> Let me see if I have local copies.
- # [04:43] <RJ45> ~ $ apache2 -V
- # [04:43] <RJ45> Server version: Apache/2.2.22 (Debian)
- # [04:43] <ptressel> It's not the main conf file we need to look at but rather the site file.
- # [04:44] <RJ45> I'm using Debian BTW, I heard Apache's quite different on Windows
- # [04:44] <RJ45> okay hold on..
- # [04:46] <RJ45> ptressel: all here: http://94.173.177.100/publ/
- # [04:46] * Joins: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net)
- # [04:51] <ptressel> Ok, thanks! I'm being time-shared with another conversation, so there may be pauses...
- # [04:51] <RJ45> lol, NP, I got all night :)
- # [04:52] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [04:58] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [05:01] <ptressel> RJ45, I'm still here...telling someone about OpenStreetMap and online disaster response...
- # [05:02] <RJ45> ptressel: you are a good person :)
- # [05:03] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Ping timeout: 255 seconds)
- # [05:04] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [05:04] * ChanServ sets mode: +o julee
- # [05:06] * Quits: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net) (Ping timeout: 258 seconds)
- # [05:08] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
- # [05:11] * Joins: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net)
- # [05:27] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [05:30] * Quits: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net) (Ping timeout: 252 seconds)
- # [05:31] * Joins: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net)
- # [05:39] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [05:39] * ChanServ sets mode: +o julee
- # [05:43] <ptressel> RJ45 It looks like you're using just about the default config file that came with Apache?
- # [05:43] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [05:44] <RJ45> yes
- # [05:44] * Joins: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net)
- # [05:44] <ptressel> Are you going to be online for a while? I'm at a meeting and we're just breaking up, so I have to leave...will take me about an hour to get back online.
- # [05:44] <RJ45> sure, I'm online for many many hours, my computer is my life (^_^)
- # [05:45] <ptressel> :D
- # [05:45] <RJ45> :)
- # [05:45] <ptressel> Ok, I'll be back later!
- # [05:45] * Quits: ptressel (~chatzilla@c.24.143.126.70.static.broadstripe.net) (Quit: bbl)
- # [05:45] <RJ45> cool :D
- # [05:51] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 245 seconds)
- # [05:52] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [05:53] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [05:56] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Ping timeout: 250 seconds)
- # [06:31] * Quits: morficus (~morficus@108-205-132-58.lightspeed.livnmi.sbcglobal.net) (Remote host closed the connection)
- # [06:33] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: This computer has gone to sleep)
- # [06:33] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [06:33] * ChanServ sets mode: +o julee
- # [06:34] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [06:35] * Quits: kiy (~kiyoura@pool-173-79-97-128.washdc.fios.verizon.net) (Quit: Leaving)
- # [06:37] * Quits: karlcow (~karl@nerval.la-grange.net) (Client Quit)
- # [06:37] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [06:37] * Quits: +eliezerb (uid25062@gateway/web/irccloud.com/x-slbwewziidxsghth) (Quit: Connection closed for inactivity)
- # [06:38] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [06:46] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [06:50] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Ping timeout: 240 seconds)
- # [06:53] * Joins: kiy (~kiyoura@pool-173-79-97-128.washdc.fios.verizon.net)
- # [06:54] * Quits: kiy (~kiyoura@pool-173-79-97-128.washdc.fios.verizon.net) (Client Quit)
- # [06:59] * Quits: RJ45 (~GPRS@cpc6-harb8-2-0-cust355.perr.cable.virginm.net) (Quit: *quit*)
- # [06:59] * Joins: Bad_Advice_Cat (~Moai@unaffiliated/featheredserpent)
- # [07:01] * Quits: FeatheredSerpent (~Moai@unaffiliated/featheredserpent) (Ping timeout: 256 seconds)
- # [07:02] * Joins: RJ45 (~GPRS@cpc6-harb8-2-0-cust355.perr.cable.virginm.net)
- # [07:02] * Quits: lmclister (~lmclister@c-98-210-38-110.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [07:03] * Joins: lmclister (~lmclister@192.150.10.210)
- # [07:07] * Quits: cpaul_ (~cpaul@72-18-233-188.static-ip.telepacific.net) (Quit: Computer has gone to sleep.)
- # [07:11] * Quits: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net) (Ping timeout: 265 seconds)
- # [07:14] * Joins: gkr (~gkr@jrg45-1-88-167-130-97.fbx.proxad.net)
- # [07:26] * Joins: ptressel (~chatzilla@174-31-242-8.tukw.qwest.net)
- # [07:27] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [07:28] * ChanServ sets mode: +o julee
- # [07:30] * Quits: lmclister (~lmclister@192.150.10.210)
- # [07:32] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
- # [07:42] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [07:42] <ptressel> Hi, RJ45! I was looking on the wrong server for examples... These are the lines from our ports.conf and our site file that relate to ssl: http://pastebin.ubuntu.com/7414271/
- # [07:43] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [07:44] <ptressel> One thing I noticed was that for SSLCertificateChainFile we have an actual .pem file -- yours has the .crt again.
- # [07:45] <RJ45> okay, I'll go change a buncha stuff and I'll let you know how it works-out..
- # [07:45] <ptressel> The comments say that's ok when "the CA certificates are directly appended to the server certificate for convinience"
- # [07:45] <ptressel> So if your .crt is like that, it's fine.
- # [07:45] <ptressel> Oh, wait...
- # [07:46] <ptressel> You have *:443
- # [07:46] <ptressel> Try putting in the actual IP address.
- # [07:46] <ptressel> And add a ServerName line.
- # [07:50] <ptressel> Hmmm...I see that the person who dealt with upgrading OpenSSL on that server did not revoke and reissue the cert. *Sigh*
- # [07:53] <ptressel> Meh. I forgot to copy out the error messages you got.
- # [07:53] <ptressel> I see "wp-logger" -- presume that's logging the channel...
- # [07:53] <ptressel> Does anyone know if the IRC logs are posted online anywhere?
- # [07:56] <RJ45> so I did this: http://94.173.177.100/publ/default-ssl
- # [07:57] <RJ45> still borked :/
- # [07:57] <ptressel> Try the fully-qualified domain name?
- # [07:57] <RJ45> which would be 94.173.177.100 ?
- # [07:58] <ptressel> No, the DNS name, like blah.blah.org
- # [07:58] <ptressel> That's for the ServerName line
- # [07:58] <RJ45> I don't think that'd make any difference, as I've tried accessing it on 192.168.0.2 (it's LAN IP)
- # [07:58] <RJ45> I have no DNS :P
- # [07:58] <ptressel> Also, do you have both /home/pi and /home/pit ?
- # [07:58] <ptressel> Ok
- # [07:58] <RJ45> do I?, hold on, lol
- # [07:59] <ptressel> Or is that just a typo?
- # [07:59] <RJ45> corrected, still not working :/
- # [08:00] <RJ45> whenever I restart Apache I get this:
- # [08:00] <RJ45> ~ $ sudo service apache2 restart[....] Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
- # [08:00] <RJ45> [Thu May 08 06:59:18 2014] [warn] NameVirtualHost *:443 has no VirtualHosts
- # [08:00] <RJ45> ... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
- # [08:00] <RJ45> [Thu May 08 06:59:20 2014] [warn] NameVirtualHost *:443 has no VirtualHosts
- # [08:00] <RJ45> . ok
- # [08:00] <RJ45>
- # [08:00] <RJ45> ..is that any help?
- # [08:00] <ptressel> We don't have our VirtualHost block inside a conditional
- # [08:01] <RJ45> so I do..
- # [08:01] <RJ45> what?
- # [08:01] <ptressel> Take off the IfModule
- # [08:02] <ptressel> That was only around the Listen 443 in ports.conf
- # [08:03] <ptressel> Ah, I've gotten the "could not reliably determine" thing. That's not a real error.
- # [08:03] <ptressel> But I do have a fix for it...lemme look...
- # [08:03] <RJ45> I should take off the if modules in ports.conf , default-ssl , or both?
- # [08:04] <ptressel> default-ssl has one right at the top
- # [08:04] <ptressel> Take that one off
- # [08:04] <RJ45> done, still fail.
- # [08:04] <RJ45> :
- # [08:04] <RJ45> :/
- # [08:04] <RJ45> sae error
- # [08:04] <RJ45> same*
- # [08:04] <ptressel> I didn't copy out the error, can you repeat it?
- # [08:05] <RJ45> ~ $ sudo service apache2 restart[....] Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
- # [08:05] <RJ45> [Thu May 08 07:02:17 2014] [warn] NameVirtualHost *:443 has no VirtualHosts
- # [08:05] <RJ45> ... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
- # [08:05] <RJ45> [Thu May 08 07:02:18 2014] [warn] NameVirtualHost *:443 has no VirtualHosts
- # [08:05] <RJ45> . ok
- # [08:05] <ptressel> It may not be picking up the new site file.
- # [08:05] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [08:05] * ChanServ sets mode: +o julee
- # [08:05] <ptressel> Hmm, why does it say "apache2apache2"?
- # [08:06] <RJ45> I think that's just IRC not pasting new lines right :P
- # [08:06] <ptressel> And where is it finding NameVirtualHost *:443 ?
- # [08:06] <ptressel> Ok
- # [08:06] <RJ45> IDK
- # [08:07] <ptressel> Do you have /etc/apache2/ports.conf and / or /etc/apache2/httpd.conf ?
- # [08:07] <ptressel> It could be in one of those.
- # [08:07] <@renoirb> ptressel, have a look at http://
- # [08:08] <RJ45> I have ports.conf , no httpd.conf
- # [08:08] <@renoirb> ptressel, have a look at http://www.webplatform.org/talk/chatlogs/#home
- # [08:08] <ptressel> See if it has NameVirtualHost *:443
- # [08:08] <ptressel> Aha, thanks renoirb !
- # [08:09] <@renoirb> I just arrived, currently fixing the database because 30 000 jobs and it will exponentially grow if i dont rebuild the db
- # [08:09] <@renoirb> http://docs.webplatform.org/w/api.php?action=query&meta=siteinfo&siprop=statistics
- # [08:09] <RJ45> all my confs are here: http://94.173.177.100/publ/
- # [08:09] <ptressel> Eeek.
- # [08:09] <RJ45> (I updated the ones you've already seen)
- # [08:09] <ptressel> RJ45, try this:
- # [08:09] <ptressel> cd /etc/apache2
- # [08:09] <@renoirb> RJ45 the .pem files are basically concatenation of a few certificates. One on top of each other in that order: your cert, CA, root .... to highest root at the bottom.
- # [08:09] <ptressel> find . -exec fgrep NameVirtualHost {} \; -ls
- # [08:10] <@renoirb> Generally you have another private key that has to be separate
- # [08:10] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
- # [08:10] <ptressel> I don't think that's the issue...there's a spurious *:443 in there
- # [08:10] <ptressel> ...where there should be an nnn.nnn.nnn.nnn:443
- # [08:10] <@renoirb> RJ45 what do you get if you ls /etc/apache2/mods-enabled ... maybe ssl isn't there.
- # [08:11] <@renoirb> no, the <VirtualHost *:443> doesnt need to have ip address.
- # [08:11] <@renoirb> as much as it has a virtualhost and a listen clause
- # [08:11] <ptressel> renoirb, it's saying NameVirtualHost *:443 has no VirtualHosts
- # [08:11] <RJ45> $ ls mods-enabled/
- # [08:11] <RJ45> alias.conf autoindex.conf geoip.conf reqtimeout.conf
- # [08:11] <RJ45> alias.load autoindex.load geoip.load reqtimeout.load
- # [08:11] <RJ45> auth_basic.load cgi.load mime.conf rewrite.load
- # [08:11] <RJ45> authn_file.load deflate.conf mime.load setenvif.conf
- # [08:11] <RJ45> authz_default.load deflate.load negotiation.conf setenvif.load
- # [08:12] <@renoirb> no ssl
- # [08:12] <ptressel> What's in mods-available ?
- # [08:12] <@renoirb> a2enmod
- # [08:12] <@renoirb> you should see ssl among the list
- # [08:16] * Quits: RJ45 (~GPRS@cpc6-harb8-2-0-cust355.perr.cable.virginm.net) (Ping timeout: 255 seconds)
- # [08:17] <ptressel> I haven't found my notes about why we had to use the actual IP address...
- # [08:24] <ptressel> Hmm...did we have two IP addresses on that machine once upon a time?
- # [08:25] <ptressel> In any case, if there is a NameVirtualHost for port 443, it has to match the corresponding VirtualHost, so should be either * in both places or IP address in both.
- # [08:28] <@renoirb> Hey ptressel, i didn't create the VM yet. I got stuck with maintenance and a write-up.
- # [08:28] <ptressel> ;-)
- # [08:28] <ptressel> Hmm...what should RJ45 put in for ServerName if he has no DNS name...
- # [08:28] <ptressel> IP address?
- # [08:28] <@renoirb> Its 23:30 here in Vancouver but it feels like 01:00. I could talk more about it, but i'd rather talk aobut that crawling thing later rather than now.
- # [08:29] <ptressel> Ok.
- # [08:29] <@renoirb> ServerName, but I get that complaint too, doesnt create problems, it just says that it actually uses by default the ip address anyway
- # [08:29] <ptressel> Right, those messages were all warnings.
- # [08:29] <@renoirb> i think its mostly because of the mod ssl that isnt' enabled on his server
- # [08:30] <@renoirb> (regardless of hardware, its Debian right)
- # [08:30] <ptressel> And this one doesn't hurt anything: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
- # [08:31] <ptressel> Sounds like that's definitely a big Missing Piece ! Good catch!
- # [08:31] * Joins: auchenberg (~auchenber@94.191.187.106.mobile.3.dk)
- # [08:39] <@renoirb> gotta sleep now
- # [08:40] * Quits: auchenberg (~auchenber@94.191.187.106.mobile.3.dk) (Remote host closed the connection)
- # [08:41] <@Garbee> ptressel: They should stop trolling is what they should do.
- # [08:41] <@Garbee> That will be a better use of their time.
- # [08:42] <@Garbee> (RJ45 trolled #web like two days ago on stupid stuff.)
- # [08:57] <ptressel> Ah...
- # [08:58] <ptressel> Hmm, is renoirb in Vancouver *BC*?
- # [08:58] <ptressel> If so, we're in the same timezone.
- # [08:59] <ptressel> And only about 4 hours drive away.
- # [08:59] <ptressel> :D
- # [08:59] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [08:59] * ChanServ sets mode: +o julee
- # [09:01] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Read error: Connection reset by peer)
- # [09:01] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [09:01] * ChanServ sets mode: +o julee
- # [09:03] * Quits: Bad_Advice_Cat (~Moai@unaffiliated/featheredserpent) (Ping timeout: 256 seconds)
- # [09:03] * Joins: mstalfoort (~manuchill@83.232.96.217)
- # [09:05] * Joins: _cheney_ (~cheney@nat.sierrabravo.net)
- # [09:07] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
- # [09:09] * Quits: @_cheney (~cheney@nat.sierrabravo.net) (Ping timeout: 276 seconds)
- # [09:10] * Quits: @Ryan_Lane (~Ryan_Lane@wikimedia/Ryan-lane) (Quit: Leaving.)
- # [09:16] * Joins: RJ45 (~GPRS@92.40.82.23.threembb.co.uk)
- # [09:16] <RJ45> ptressel: soo sorry I went offline so abruptly!, apparently my ISP has a fault in my area! x_x
- # [09:17] <RJ45> I am currently connecting via Mobile Broadband Dongle
- # [09:17] <ptressel> Try:
- # [09:17] <ptressel> sudo a2enmod ssl
- # [09:17] <RJ45> ..also as you may have guessed my server is also offline now
- # [09:17] <RJ45> what with the ISP outage..
- # [09:17] <ptressel> Whoops
- # [09:17] <RJ45> customer service says it wont be fixed 'till 11:05 ¬_¬
- # [09:18] <ptressel> Ok, try it later when it's back up
- # [09:18] <RJ45> ass-hats :/
- # [09:18] <RJ45> ptressel: I can still connect via LAN :D
- # [09:18] <RJ45> 192.168.0.2
- # [09:18] <RJ45> just gonna have-to finish this LAN style ;)
- # [09:18] <RJ45> I'll go try that command :)
- # [09:19] <ptressel> Also, Renoir says you can put the *:443 back -- don't need the IP address
- # [09:20] <ptressel> You'll need to do that if you have NameVirtualHost *:443 in some file -- that has to match your VirtualHost line
- # [09:21] <RJ45> okay, done all that, module loaded, apache restarted ..still same problem :/
- # [09:21] <RJ45> no https
- # [09:22] <ptressel> Do you see any ssl entries in /etc/apache2/mods-enabled ?
- # [09:23] <RJ45> ssl.conf , ssl.load
- # [09:23] <ptressel> Ok, so the a2enmod worked...
- # [09:23] <RJ45> apparently so
- # [09:23] <ptressel> It may be time to post in the Apache httpd forums...
- # [09:24] <RJ45> aw heeell no
- # [09:24] <RJ45> >.<
- # [09:24] <ptressel> They'll probably have the answer right off.
- # [09:25] <RJ45> well thanks for all your help sir, at-least we havn't taken any steps backwards eh? :)
- # [09:25] <ptressel> Hope not!
- # [09:25] <RJ45> lulz
- # [09:25] <ptressel> At least you've got the ssl module enabled...
- # [09:25] <ptressel> (I'm a "mam" not a "sir" but hey....)
- # [09:25] <ptressel> ( :D )
- # [09:25] <RJ45> seriously though, you've been above and beyond helpful, I hope I can someday return the favour :D
- # [09:26] <RJ45> mam eh?
- # [09:26] <RJ45> well arn't you a fine lady :)
- # [09:27] <RJ45> ptressel: if I ever end-up getting this thing to work, I'll try to let you know
- # [09:28] <ptressel> Ok! Let us know what the problem turns out to be!
- # [09:28] <ptressel> That way we'll know for next time. ;-)
- # [09:28] <RJ45> sounds like fun (so not fun), great challenge (I hate challenges)
- # [09:29] <RJ45> :P
- # [09:29] <ptressel> :D
- # [09:29] <RJ45> chow for now (^_^)
- # [09:29] * Parts: RJ45 (~GPRS@92.40.82.23.threembb.co.uk) ("Leaving")
- # [09:53] * Joins: antdillon (~ant@nat/canonical/x-sdbitcktvuzubmle)
- # [09:55] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [09:55] * ChanServ sets mode: +o julee
- # [10:00] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [10:00] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [10:19] * Joins: RJ45- (~GPRS@cpc6-harb8-2-0-cust355.perr.cable.virginm.net)
- # [10:32] * Parts: RJ45- (~GPRS@cpc6-harb8-2-0-cust355.perr.cable.virginm.net) ("Leaving")
- # [10:50] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [10:50] * ChanServ sets mode: +o julee
- # [10:54] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 276 seconds)
- # [11:44] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [11:44] * ChanServ sets mode: +o julee
- # [11:49] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 265 seconds)
- # [12:17] * Quits: ptressel (~chatzilla@174-31-242-8.tukw.qwest.net) (Quit: zzz)
- # [12:28] * Quits: auchenberg (~auchenber@176.222.239.226) (Remote host closed the connection)
- # [12:38] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [12:38] * ChanServ sets mode: +o julee
- # [12:40] * Joins: pconcepcion (~Groo@21.168.78.188.dynamic.jazztel.es)
- # [12:41] * Quits: pconcepcion (~Groo@21.168.78.188.dynamic.jazztel.es) (Client Quit)
- # [12:41] * Joins: pconcepcion (~Groo@21.168.78.188.dynamic.jazztel.es)
- # [12:43] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 258 seconds)
- # [12:44] <pconcepcion> morning
- # [12:47] * Quits: hyperair (hyperair@ubuntu/member/hyperair) (Ping timeout: 276 seconds)
- # [12:54] * Joins: patsToms_ (~patsToms@radioa7.lv)
- # [12:55] * Quits: patsToms (~patsToms@radioa7.lv) (Ping timeout: 252 seconds)
- # [12:56] * patsToms_ is now known as patsToms
- # [12:57] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [13:02] * Joins: jerryitt (uid17132@gateway/web/irccloud.com/x-lwngcjhuefctmhrg)
- # [13:04] * Joins: dobalina (~dobalina@gateway/tor-sasl/dobalina)
- # [13:05] * Joins: paul_irish_ (~paul_iris@ve.hsh6wjwx.vesrv.com)
- # [13:12] * Quits: pconcepcion (~Groo@21.168.78.188.dynamic.jazztel.es) (Quit: pconcepcion)
- # [13:12] * Joins: pconcepcion (~Groo@21.168.78.188.dynamic.jazztel.es)
- # [13:23] * Quits: auchenberg (~auchenber@176.222.239.226) (*.net *.split)
- # [13:23] * Quits: patsToms (~patsToms@radioa7.lv) (*.net *.split)
- # [13:23] * Quits: _cheney_ (~cheney@nat.sierrabravo.net) (*.net *.split)
- # [13:23] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (*.net *.split)
- # [13:23] * Quits: @Garbee (uid21171@gateway/web/irccloud.com/x-comlzhbznraoyjcf) (*.net *.split)
- # [13:30] * Joins: patsToms (~patsToms@radioa7.lv)
- # [13:32] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [13:32] * ChanServ sets mode: +o julee
- # [13:35] * Joins: ink|off|ZNC (~inky@master.qs.biz)
- # [13:36] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
- # [13:37] * Joins: auchenberg (~auchenber@176.222.239.226)
- # [13:40] * Joins: _cheney (~cheney@nat.sierrabravo.net)
- # [13:40] * ChanServ sets mode: +o _cheney
- # [13:48] * Joins: Garbee (uid21171@gateway/web/irccloud.com/x-comlzhbznraoyjcf)
- # [13:48] * barjavel.freenode.net sets mode: +o Garbee
- # [13:53] * Joins: FeatheredSerpent (~Moai@unaffiliated/featheredserpent)
- # [14:04] * Quits: bemjb (sid10033@gateway/web/irccloud.com/x-tfsmnbhjdvosvnyx) (*.net *.split)
- # [14:18] * Joins: bemjb (sid10033@gateway/web/irccloud.com/x-tfsmnbhjdvosvnyx)
- # [14:26] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [14:26] * ChanServ sets mode: +o julee
- # [14:31] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
- # [15:15] * Joins: hyperair (~hyperair@ubuntu/member/hyperair)
- # [15:20] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [15:20] * ChanServ sets mode: +o julee
- # [15:25] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 264 seconds)
- # [15:34] * Quits: auchenberg (~auchenber@176.222.239.226) (Remote host closed the connection)
- # [15:44] * Joins: SekhmetDesign (~SekhmetDe@modemcable062.202-23-96.mc.videotron.ca)
- # [15:51] * Parts: SekhmetDesign (~SekhmetDe@modemcable062.202-23-96.mc.videotron.ca)
- # [15:56] * Quits: FeatheredSerpent (~Moai@unaffiliated/featheredserpent) (Ping timeout: 256 seconds)
- # [16:09] * Quits: patsToms (~patsToms@radioa7.lv) (Ping timeout: 264 seconds)
- # [16:14] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [16:14] * ChanServ sets mode: +o julee
- # [16:19] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 258 seconds)
- # [16:24] * Joins: patsToms (~patsToms@radioa7.lv)
- # [16:41] * Joins: kitikonti (~kitikonti@178-190-125-74.adsl.highway.telekom.at)
- # [16:51] * Quits: mstalfoort (~manuchill@83.232.96.217) (Quit: kthxbai)
- # [17:09] * Joins: julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net)
- # [17:09] * ChanServ sets mode: +o julee
- # [17:13] * Quits: @julee (~Adium@c-50-184-87-81.hsd1.ca.comcast.net) (Ping timeout: 255 seconds)
- # [17:45] * Joins: lmclister (~lmclister@192.150.10.210)
- # [17:53] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [17:59] * Joins: julee (~Adium@sjfw1-a.adobe.com)
- # [17:59] * ChanServ sets mode: +o julee
- # [18:00] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Remote host closed the connection)
- # [18:02] * Joins: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [18:03] <@renoirb> hi pconcepcion !
- # [18:07] <pconcepcion> hi renoirb
- # [18:24] * Quits: patsToms (~patsToms@radioa7.lv) (Ping timeout: 240 seconds)
- # [18:26] * Joins: patsToms (~patsToms@radioa7.lv)
- # [18:35] * Quits: patsToms (~patsToms@radioa7.lv) (Ping timeout: 264 seconds)
- # [18:42] * Joins: FeatheredSerpent (~Moai@unaffiliated/featheredserpent)
- # [19:01] * Quits: @julee (~Adium@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [19:11] * Quits: ckwalsh (~ckwalsh@facebook/engineering/ckwalsh) (Ping timeout: 240 seconds)
- # [19:12] * Joins: cpaul (~cpaul@72-18-233-188.static-ip.telepacific.net)
- # [19:24] * Joins: ckwalsh (~ckwalsh@facebook/engineering/ckwalsh)
- # [19:26] * Joins: julee (~Adium@sjfw1-a.adobe.com)
- # [19:26] * ChanServ sets mode: +o julee
- # [19:37] * Joins: Ryan_Lane (~Ryan_Lane@wikimedia/Ryan-lane)
- # [19:37] * ChanServ sets mode: +o Ryan_Lane
- # [19:48] * Quits: auchenberg (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Remote host closed the connection)
- # [19:50] * Quits: antdillon (~ant@nat/canonical/x-sdbitcktvuzubmle) (Quit: Leaving)
- # [19:50] * Joins: auchenbe_ (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk)
- # [20:02] * Quits: @julee (~Adium@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [20:04] * Joins: julee (~Adium@sjfw1-a.adobe.com)
- # [20:04] * ChanServ sets mode: +o julee
- # [20:31] * Quits: @julee (~Adium@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [20:35] * Joins: julee (~Adium@sjfw1-a.adobe.com)
- # [20:35] * ChanServ sets mode: +o julee
- # [20:45] * Quits: FeatheredSerpent (~Moai@unaffiliated/featheredserpent) (Ping timeout: 256 seconds)
- # [20:51] * Joins: FeatheredSerpent (~Moai@unaffiliated/featheredserpent)
- # [21:01] * Joins: vanessametonini (~vanessame@200.238.1.1)
- # [21:04] * Quits: @_cheney (~cheney@nat.sierrabravo.net) (Read error: Connection reset by peer)
- # [21:04] * Joins: _cheney (~cheney@nat.sierrabravo.net)
- # [21:05] * ChanServ sets mode: +o _cheney
- # [21:19] * Quits: hyperair (~hyperair@ubuntu/member/hyperair) (Ping timeout: 252 seconds)
- # [21:55] * offSchub is now known as DenSchub
- # [22:02] * Joins: apexskier (~apexskier@glacier.camlittle.com)
- # [22:14] * Parts: ink|off|ZNC (~inky@master.qs.biz)
- # [22:20] * Quits: dobalina (~dobalina@gateway/tor-sasl/dobalina) (Ping timeout: 272 seconds)
- # [22:31] * Quits: vanessametonini (~vanessame@200.238.1.1) (Remote host closed the connection)
- # [22:57] * Quits: @julee (~Adium@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [22:59] * Quits: auchenbe_ (~auchenber@x1-6-00-8e-f2-36-28-8a.cpe.webspeed.dk) (Remote host closed the connection)
- # [23:01] * Joins: julee (~Adium@sjfw1-a.adobe.com)
- # [23:01] * ChanServ sets mode: +o julee
- # [23:19] * paul_irish_ is now known as paul_irish
- # [23:19] * ChanServ sets mode: +o paul_irish
- # [23:20] * Quits: @julee (~Adium@sjfw1-a.adobe.com) (Quit: Leaving.)
- # [23:31] * Joins: patsToms (~patsToms@radioa7.lv)
- # [23:36] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 245 seconds)
- # [23:40] * Joins: julee (~Adium@sjfw1-a.adobe.com)
- # [23:40] * ChanServ sets mode: +o julee
- # [23:51] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # Session Close: Fri May 09 00:00:01 2014
The end :)