[00:02] *** shmget has joined #arpnetworks
[00:02] *** mike-burns has quit IRC (Read error: Connection reset by peer)
[00:02] *** shmget_ has quit IRC (Read error: Connection reset by peer)
[00:03] *** mike-burns has joined #arpnetworks
[00:03] *** ChanServ sets mode: +o mike-burns
[00:08] *** ivan-kanis has joined #arpnetworks
[01:15] *** jkhii has quit IRC (Quit: ChatZilla 0.9.86.1 [Firefox 3.5.7/20100106195519])
[01:17] *** LT has joined #arpnetworks
[01:20] <up_the_irons> bob^^: if you're there, can you do a traceroute to: 206.125.168.3
[01:21] <up_the_irons> i need someone in the EU for this test
[01:21] <up_the_irons> can't find good EU route servers, doh!
[01:29] <LT> tried route-views.linx.routeviews.org ?
[01:32] <LT> up_the_irons: http://pastebin.com/3vq3GR27 - traces ok from here
[01:33] <up_the_irons> LT: cool tnx!
[02:29] <bob^^> up_the_irons: sure
[02:30] <bob^^> up_the_irons: we've got a looking glass at http://lg.as25178.net if that helps
[02:31] <bob^^> up_the_irons: http://pastebin.com/gCYZhMxn
[03:37] *** nerdd has quit IRC (Read error: Operation timed out)
[03:41] *** nerdd has joined #arpnetworks
[05:30] *** |dream has quit IRC (Quit: sleep)
[06:11] *** ziyourenxiang has joined #arpnetworks
[06:26] *** ziyourenxiang has quit IRC (Quit: ziyourenxiang)
[06:29] *** ziyourenxiang has joined #arpnetworks
[06:29] *** ziyourenxiang has quit IRC (Client Quit)
[06:46] *** mick_lap1op is now known as mick_laptop
[06:46] *** mick_laptop has quit IRC (Changing host)
[06:46] *** mick_laptop has joined #arpnetworks
[07:11] *** vipe has joined #arpnetworks
[07:17] *** vipe has left 
[07:56] *** nerdd has quit IRC (Ping timeout: 240 seconds)
[08:05] *** nerdd has joined #arpnetworks
[09:14] *** LT has quit IRC (Quit: Leaving)
[09:15] <coobra> :D
[09:20] *** robotarmy has joined #arpnetworks
[09:28] *** HighJinx has quit IRC (Quit: Leaving)
[09:37] *** robotarmy has quit IRC (Remote host closed the connection)
[09:47] *** cubelogic has joined #arpnetworks
[10:23] *** HighJinx has joined #arpnetworks
[11:24] *** ivan-kanis has quit IRC (Remote host closed the connection)
[11:56] *** baklava has quit IRC (Quit: Game Over. Please insert another token into the ring.)
[13:05] *** jpalmer has quit IRC (Read error: Connection reset by peer)
[13:07] *** tooth has quit IRC (Ping timeout: 252 seconds)
[13:08] *** mjp has quit IRC (Ping timeout: 240 seconds)
[13:10] *** mota has quit IRC (Ping timeout: 240 seconds)
[13:14] *** mota has joined #arpnetworks
[13:15] *** tooth has joined #arpnetworks
[13:16] *** mjp has joined #arpnetworks
[13:17] *** jpalmer has joined #arpnetworks
[13:36] *** mota has quit IRC (Changing host)
[13:36] *** mota has joined #arpnetworks
[13:38] <up_the_irons> jpalmer: it has been almost two weeks since the reverse dns manager has launched and we have not received 1 delegation request since ;)  I had a feeling those would go down
[13:50] <jpalmer> up_the_irons: yeah,  it's pretty impressive ;)
[13:50] <up_the_irons> :)
[13:51] <up_the_irons> i'll remove the beta notice after a couple more weeks.  so far, only 1 bug report (and has since been fixed)
[13:51] <jpalmer> at one time,  you were toying with the idea of doing forward DNS for clients too,  adding their own domains.  is that still the plan,  or is it a lower priority than other tasks?
[13:51] <up_the_irons> jpalmer: lower priority; billing manager is up next, then self-service ISO changes
[13:52] <up_the_irons> billing manager is for me, cuz it'll save me a lot of time; self-service ISO changes is for customers, cuz it'll save them a lot of time ;)
[13:52] <jpalmer> gotcha.   well between those two,  and the DNS thing.. you'll be dropping your support requests to basic "signup"  and "cancellations"  heh
[13:53] <jpalmer> up_the_irons: keep up the good work.   I'm still at the office,  so I need to return to my duties
[13:54] <up_the_irons> jpalmer: thanks!
[13:59] <toddf> case preservation, yay
[13:59] <up_the_irons> wut?
[14:01] <toddf> I entered a NS record, the content I used camel case, and it stored it in the db as I entered it. doesn't matter in real life, but neat nonetheless.
[14:02] <jpalmer> oh, in the new DNS portal?
[14:02] <toddf> right
[14:03] <up_the_irons> oh cool
[14:03] <toddf> so its funny but probably just another on*() call .. if I click and paste into content it doesn't update the 'Your resource record will look like' but if I hit the left arrow key it updates it. so its as if onClick() isn't wired up. no biggie, just noticed. ;-)
[14:04] <up_the_irons> toddf: i noticed that too.  the update handler is hooked to "onChange", and pasting apparently doesn't count as a change ;)
[14:07] <up_the_irons> oh actually it is "keyup()"
[14:09] <up_the_irons> i just put in an additional "change()" handler.  it doesn't update on paste still, but it'll update when the field loses focus (e.g. changes); will go out next deploy
[14:13] <toddf> http://help.dottoro.com/ljuimtmq.php could you possibly want onpaste() or is that a bit of a rabbit hole?
[14:17] <up_the_irons> toddf: probably a rabbit hole b/c it may not be implemented as uniformly across browsers as something like onChange
[14:17] <up_the_irons> otherwise, jquery would have a hook for it
[14:17] <up_the_irons> you can do so manually: http://stackoverflow.com/questions/237254/how-do-you-handle-oncut-oncopy-and-onpaste-in-jquery
[14:17] <up_the_irons> but that looks like more trouble than it is worth right now
[14:20] <toddf> rabbit hole indeed. ;-)
[14:21] <up_the_irons> :)
[14:29] *** |dream has joined #arpnetworks
[14:29] *** |dream is now known as phreak
[14:36] *** robotarmy has joined #arpnetworks
[15:00] *** fink has joined #arpnetworks
[15:50] *** fink has quit IRC (Quit: fink)
[15:54] *** cmeiklejohn has quit IRC (Quit: WeeChat 0.3.3)
[16:10] *** cmeiklejohn has joined #arpnetworks
[16:11] *** cmeiklejohn has quit IRC (Client Quit)
[16:39] <G> up_the_irons: wouldn't a billing manager be for customers too, better security/less manual reentry etc? that sorta thing
[16:39] * RandalSchwartz gets another form letter that has "PST" in it
[16:39] <RandalSchwartz> won't be PST for another six months, people!
[16:43] *** bharatak has joined #arpnetworks
[16:45] <up_the_irons> G: yeah, true, you're right :)
[17:11] *** amdprophet has quit IRC (Quit: amdprophet)
[17:21] *** a_j__c has quit IRC (Read error: Connection reset by peer)
[17:27] *** a_j__c has joined #arpnetworks
[17:27] *** a_j__c has quit IRC (Changing host)
[17:27] *** a_j__c has joined #arpnetworks
[17:42] *** robotarmy has quit IRC (Remote host closed the connection)
[18:18] *** robotarmy has joined #arpnetworks
[18:23] *** HighJinx has quit IRC (Ping timeout: 276 seconds)
[18:28] *** bharatak has quit IRC (Remote host closed the connection)
[18:53] *** cubelogic has quit IRC (Read error: Connection reset by peer)
[18:53] *** cubelogic has joined #arpnetworks
[19:04] *** cubelogic has quit IRC (Ping timeout: 240 seconds)
[19:48] *** phreak is now known as Phr
[19:50] *** HighJinx has joined #arpnetworks
[19:58] *** Phr is now known as phreak
[20:00] *** robotarmy has quit IRC (Remote host closed the connection)
[20:23] *** amdprophet has joined #arpnetworks
[20:27] *** mattx86 has quit IRC (Ping timeout: 250 seconds)
[20:28] *** mattx86 has joined #arpnetworks
[20:40] *** mattx86 has quit IRC ()
[21:35] <jlgaddis> awesome!  http://www.debian.org/News/2011/20110401
[21:35] <up_the_irons> LOLZ: http://i.imgur.com/Y8Etm.jpg
[21:39] <jlgaddis> heh
[21:54] <G> jlgaddis: ha, thats a good one
[21:54] <G> jlgaddis: but something strange, apparently Red Hat brought Novell
[21:55] <G> so, that would mean, that Red Hat is backing both Canterbury & Fedora, which is a bit strange if you ask me
[21:57] <jlgaddis> heh
[22:00] <G> up_the_irons: and thats not a bad one either
[22:02] *** nerdd has quit IRC (Ping timeout: 248 seconds)
[22:03] *** ballen has joined #arpnetworks
[22:03] *** ChanServ sets mode: +o ballen
[22:06] *** phreak has quit IRC (Quit: sleep)
[22:11] *** nerdd has joined #arpnetworks
[22:58] *** phreak has joined #arpnetworks
[22:58] *** ballen has quit IRC (Quit: ballen)