IRC log for #wowace on 20091107

00:16.56Repo10big-wigs: 037destiny * r6779 / (5 files in 5 directories): koKR Update
00:18.00*** join/#wowace Wobin (n=Wobin@203-158-60-123.dyn.iinet.net.au)
00:18.01*** mode/#wowace [+v Wobin] by ChanServ
00:19.20kadrahilhmm
00:19.33kadrahildesigning some sort of MVC framework for my addon
00:36.11jnwhitehAnyone here have a Steelseries mouse?
00:36.26jnwhitehI need someone to help me test something.
00:41.30Wobinkadrahil, MVC tends to be an all or nothing thing, kinda =P
00:41.59Wobincause there's not really a "ModelViewControllerAndSpareCodeBit" design...
00:43.21PrimerAnyone use the RhadaTip DPS/HPS Tooltip addon? I've noticed that my frame rate goes down considerably when I spawn tooltips with Rhada text within them
00:46.06kadrahilWobin: oh, i know
00:46.10kadrahilWobin: :D
00:48.15NeoTroncurse spammer: http://wow.curse.com/user/Profile.aspx?UserID=2000486
00:48.20Repo10killguildgreet: 03Starinnia * r10 / (3 files in 1 directory):
00:48.22Repodon't use AceDB anymore, no point since all that's needed is a blacklist table
00:50.39PrimerWOW!
00:50.49PrimerThis dude has his main function in each of the locale files
00:51.03Primerit's huge
00:51.13Primerand there's a copy of the function in each of the 5 locale functions
00:51.23Primers/functions/files/
00:52.58PrimerYAY! I can ssh to my windows laptop again
00:53.51Primerif (string.find(text, "^%+%d+ Willenskraft") ~= nil and r+b ~= 0) then  <-- surely there's a way of doing this with L("Some text") ?
00:54.08vhaarrdoing what?
00:54.30Primerfind localized text generically
00:54.44Primerwithout having a huge function in each locale file
00:54.48Pneumatusif (string.find(text, "^%+%d+ "..L["Willenskraft"]) ~= nil and r+b ~= 0) then
00:55.05vhaarrPrimer: you have to explain it better, what is |text| here?
00:55.17vhaarrand what is inside the if clause
00:55.22Primervhaarr: I wish wowace had an svn browser
00:55.28PrimerI'd just link you to the files
00:55.34vhaarrjust paste.wowace.com
00:55.36Primererr  I mean, an svn web
00:55.41kadrahilhmm
00:55.49kadrahili am tempted to install linux on my home box
00:56.11PrimerThis dude's addon has 5 locales, and within each locale file, there's his "main function"
00:56.20vhaarrpaste.wowace.com one
00:56.26Primerone is just a copy of the other
00:56.49Primersec
00:57.32Primersigh, kill -9 doesn't work in cygwin
00:57.48Primermy pastebin up script isn't working
00:57.54*** join/#wowace Tuller (n=Tuller@pool-72-84-246-12.rcmdva.fios.verizon.net)
01:02.16*** join/#wowace Next96 (n=unrealii@121.129.140.91)
01:02.51PrimerDoh, this dude doesn't even have a repo
01:03.17Primersuffice it to say that he does this:
01:03.29Primerin Foo.Locale.enUs.lua he has a function
01:03.39vhaarrjust fucking copy paste it, what's the problem
01:03.43vhaarrpaste.wowace.com
01:03.53Primerit's huge
01:03.58vhaarrso what
01:05.59PrimerNot going to manually paste this
01:06.06Primernm
01:06.40vhaarrin any case whatever he's doing, whoever he is, it can be done better if he has huge functions in his locale files and has 4 copies of it
01:06.48vhaarrthere's no doubt about that
01:07.15Primerthat's all I wanted to know
01:07.30PrimerIf there was some reason why he was doing it this way, some limitation of lua
01:07.38vhaarrI don't see the problem with ctrl+a and c/p
01:07.44vhaarrthere's not, he's doing it wrong
01:07.56vhaarrI can say that without seeing a shred of the code
01:08.02PrimerI have the file open in vi over ssh
01:08.07Primerthat's the problem :)
01:08.16vhaarrah
01:08.39vhaarrwell doesn't matter, I was just curious to see this code because it must be really bad
01:08.42Primerand my damn pastebin up script, which uses curl, is failing...it's actually failing at the server
01:08.52Primerlet me just upload the file to my web server
01:23.58hastePrimer: l2wgetpaste
01:24.05*** join/#wowace kenlyric (n=chatzill@c-68-58-33-135.hsd1.in.comcast.net)
01:24.59Primerbah, I have one and it's worked for years...until now
01:25.15Primeruses curl
01:25.17Primercurl > wget
01:25.45Primerthe problem is with my own pastebin (yes, I have my own pastebin)
01:26.04Primerguessing it's not handling lua comments, since those are the same as sql comments
01:26.51*** join/#wowace Aens|Superiority (n=a@69-165-159-222.dsl.teksavvy.com)
01:29.01vhaarrwget is older so it's better :P
01:29.23Primerit's a comedy of error
01:29.39Primersomething's rewriting the URL on my web server
01:29.42Primerand I can't find it
01:32.26Primerwow, it's the 403 handler
01:32.59PrimerSo...after ALL this time...
01:33.01Primerhttp://www.ceregatti.org/download/wow/ass.txt
01:33.33PrimerEach of his locale files looks exactly like that, except the Locale strings are different
01:33.52vhaarrwell you'll only end up with one copy of each function
01:34.09vhaarrbut clearly he's quite new to lua programming
01:34.15PrimerRhadaTipLocale.deDE.lua is the original name of the file
01:34.46PrimerI looked through the code so I could try to find what was causing my frame rate to die when I hovered over a tooltip with additional text from his addon
01:34.56PrimerAnd when I found that, I cringed
01:35.33vhaarrwell he iterates each line in every tooltip and performs dozens of strfinds on each line
01:35.59Primerexcept that once the tooltip is up, the frame rate remains low
01:36.19vhaarrnot if you're hovering an item in your character window
01:36.28vhaarrthose tooltips are forcibly refreshed onupdate by blizzard
01:36.44Primeryou're kidding
01:36.46*** join/#wowace evl (n=Evl@unaffiliated/evl)
01:36.46vhaarrno
01:36.51Primerno wonder
01:36.51vhaarrthey do it to update cooldown texts
01:37.04Primerok, that kinda makes sense
01:37.21vhaarrwell they could throttle it to once per second or 0.5sec
01:37.28Primerso his addon probably should just calculate the text once, and use that pre-calculated text
01:37.34vhaarror only perform it if the item you hover actually has a use effect
01:37.49Primerno, his addon just calculates potential DPS
01:37.55vhaarrI'm talking about blizzard
01:38.06vhaarrand updating the character pane item tooltips onupdate
01:38.34Primerstill, even if blizz does it that way, I've never seen any performance degradation because of it...but yeah, I imagine it can't be good for people with lesser machines
01:38.56vhaarrany addon that does processing on the tooltip can cause problems there
01:39.22vhaarrit's the reason I added a cache to Mendeleevs tooltip info
01:41.21PrimerSo ideally he'd create his text once when the tooltip is shown and use the cached version on each update by blizz, presuming he can identify that it's an existing tooltip with pre-rendered text
01:41.33vhaarryes
01:41.42vhaarrideally he'd redo everything because it's a beast
01:41.49vhaarrbut there's a few fast optimizations he can do
01:41.53vhaarrand caching is one of them
01:42.00PrimerI like the concept of the addon, but the performance was horrible
01:42.11vhaarralso doing things like |local fnd = string.find| and replacing all occurances of that
01:42.22vhaarr"~= nil" can be removed from them all
01:43.01Primerhe could consolidate those functions he has in each locale file and use fnd L["string"]
01:43.16vhaarryes but that won't increase speed
01:43.27vhaarrwhich is what concerns you at the moment
01:43.45PrimerI'm thinking of maintainability at that point
01:43.57Primerit must be a nightmare to maintain, the way it is
01:44.25vhaarrreplaces all getglobal calls with a _G lookup and make _G local
01:44.30vhaarrs/replaces/replace/
01:45.12*** join/#wowace mojosdojo_ (n=gdbzet26@p4FEFFC7C.dip.t-dialin.net)
01:45.28vhaarrmake RhadaTip_getSocketInfo return a tuple instead of creating a new table each time
01:47.41Repo10killguildgreet: 03Starinnia * r11 Core.lua: improve user feedback when adding/removing to the blacklist
01:47.51vhaarrand can save a lot if you change |if string.find...| lines after |local token6 = ""| to just :find the number right out of the text instead of strsplitting on everything
01:48.04vhaarrthe whole
01:48.05vhaarrif (string.find(text, "^%+%d+ Ausdauer") ~= nil and r+b ~= 0) then
01:48.08vhaarrsection becomes
01:48.23vhaarrstamina = fnd(text, "^%+(%d+) Ausdauer")
01:48.34vhaarrselect(3, ... that is
01:48.38vhaarror just :match I guess
01:48.39Primeryou mean
01:49.00Primerstamina = fnd(text, "^%+(%d+) " .. L["stamina"])
01:49.05vhaarrno
01:49.27vhaarrdo things in two steps
01:49.44vhaarroptimize or clean up, not both
01:50.14vhaarrand L.stamina should contain the whole thing, not be a concat, like Pneumatus suggested
01:50.25vhaarrso it would be fnd(text, L.stamina)
01:50.34NeoTronis he parsing tooltips for stats instead of just using the call to get the stats already parsed?
01:50.39quiescensdo everything at once, you know you want to
01:50.57PrimerThis isn't even my addon! :)
01:51.10vhaarrNeoTron: yes
01:51.22NeoTronGetItemStats(item)
01:51.22PrimerI'm just composing an entry on his addon page
01:51.30vhaarrindeed
01:51.46NeoTronI mean his tooltip scanning might such and all (and it does) but it's not even necessary
01:52.00NeoTronsame thing of course for the gems
01:52.11vhaarryes but that's part of the cleanup, these quick optimizations can be done in 2 minutes
01:52.19vhaarrin fact, I'd be done already if I had just done them
01:52.47Primerruns a quick sed on the file to see what difference it makes
01:53.46NeoTronthis code is so badly written
01:53.53NeoTronPrimer: run away and don't look back!
01:54.40NeoTronPrimer: out of curiosity what does the addon do?
01:55.20Primerit calculates potential DPS of an item
01:55.28Primerhttp://wow.curseforge.com/addons/rhadatip-dps-tooltip/
01:55.42PrimerSeems he's a regular poster on EJ
01:55.56NeoTronhe might be a posted but doesn't know how to code worth a crap
01:56.09Primerindeed
01:56.31Primervhaarr: maybe some day you can audit my crappy addon :)
01:57.04NeoTronPrimer: isn't this basically assigning a "pawn" value to an addon?
01:57.14vhaarryeah some time next year, when I'm not busy
01:57.29Primervhaarr: awww
01:57.29*** join/#wowace Starinnia (n=chatzill@d47-69-74-203.try.wideopenwest.com)
01:57.34Repo10handy-notes_charon: 03zarevak * r4 addon.lua: new DB format - no upgrade code
01:57.35PrimerNeoTron: I don't know what that means
01:57.37Reposeems to be working...
01:57.39*** join/#wowace Maelos (n=user@delusion.fourty.net)
01:57.40Repostill walls of debug texts
01:57.54NeoTronpawn basically lets you define a value to each stats
01:58.06NeoTronand then sums the values of the item up
01:58.13NeoTronso you can compare two items' relative value
01:58.21Primerin terms of...?
01:58.24PrimerDPS/HPS?
01:58.35NeoTronwhatever the numbers are
01:58.35*** join/#wowace FtH|Daemona (n=koaschte@i59F6312F.versanet.de)
01:58.39NeoTronobviously not dps/hps
01:58.45NeoTronor rather, it might be
01:58.56NeoTronbut elitist jerks => my class => my build => get numbers to plug in
01:58.57NeoTron=> done
01:59.18NeoTronthen there's DrDamage which tries to do the dps thing
01:59.29Primerbut that's for spells and abilities
01:59.44Primerthis is strictly for items, and it takes talents and specific specs into consideration too
01:59.47NeoTronhow do you think it does that?
01:59.56NeoTronit has values for each stat
01:59.56Primerfuck if I know
02:00.05NeoTronor rather calculates the values for each stat
02:00.20NeoTronconsidering how horrid that particular addon is I wouldn't trust it at all
02:00.34vhaarryes it is really amazing
02:00.37PrimerThe EJ forum people seem to rely on it
02:00.46vhaarrit's worse than the old BonusScanner
02:00.47Primerat least, some of the posts I read recently
02:02.06vhaarrbut bad code doesn't mean you have a product that doesn't work
02:02.13NeoTronI can honestly it's not often you see worse addons than that
02:02.19NeoTronindeed
02:02.29NeoTronbut obviously you actually noticed it being a performance issue
02:03.32vhaarrI'm guessing everything said here can be said about all operating systems and other major applications used in production environments in multinational corporations
02:03.40vhaarrthat also have performance issues
02:03.47*** join/#wowace Adremma (n=adremma@66.43.223.169)
02:03.49vhaarrnot guessing, sorry, I know that for a fact
02:04.08NeoTronof course why he doesn't cache is another major mystery
02:04.15NeoTronbad code can be made passable using a simple cache
02:04.25NeoTronnot like he needs to parse the tooltip every. single. time.
02:05.18vhaarrbut that has already been said, stop wasting scrollback
02:06.40PrimerNeoTron: yeah, we already cached that
02:07.06NeoTronwhat I wonder is what kind of computers do people have where they don't notice this?
02:07.31NeoTronah well, time to head home
02:07.41Primermine is 3 years old, and I have a ton of addons
02:07.49Primerand for the most part is very fluid
02:08.01Primerthis addon lowered my frame rate considerably when displaying tooltips
02:08.45Primervhaarr: replacing all the string.find made a huge difference already
02:09.38vhaarrdid you remove the strsplits by making it capture %d+
02:10.12Primerno, all I did was add local fnd = string.find and s/string.find/fnd/g
02:10.20Primerfor the enUS locale file
02:11.32vhaarrhttp://paste.wowace.com/1389/
02:11.54vhaarrand wrap it all inside a |if r+b ~= 0 then|, whatever that if statement does
02:12.49vhaarrwill save dozens of strsplit, and they're expensive
02:13.09Primerhehe I suggested he use GetItemStats(item), per NeoTron
02:13.47*** join/#wowace Gnarfoz (i=smallbra@geektour.de)
02:13.48vhaarrI just want to point out that I was aware of the function as well, but you didn't ask me the right questions, I thought you were looking to optimize it quickly
02:14.08vhaarrit would've been part of the next step, "clean up"
02:14.11Primerwell, I'm actually offering to help the guy in my comment...
02:14.33vhaarrwell, you're not actually helping him
02:14.47Primeras I feel that simply complaining about his addon without pointing out the problems makes me out to be an asshole
02:14.50vhaarrthis channel is, and so far it's you, NeoTron and me
02:15.15Primer!api GetItemStats
02:15.15lua_botGetItemStats: Returns a summary of an item's stat bonuses (http://wowprogramming.com/docs/api/GetItemStats)
02:15.48vhaarryou asshat, don't marginalize my contributions by ignoring me
02:16.06vhaarrsay "true", or similar
02:16.39PrimerYou da man!!
02:16.43Starinniatrue, vhaarr, very true
02:16.44Primervhaarr: <3 and shit
02:16.49vhaarrI don't want your fucking love
02:16.58Primer:(
02:17.02vhaarrI want your acknowledgement that you're not the one actually helping him
02:17.04PrimerBUT I TRULY LOVE YOU!
02:17.21PrimerHow about I mention you in my comment to him?
02:17.32vhaarrI don't give a fuck what he things
02:17.34vhaarrthinks*
02:17.50Primer"BTW, the great vhaarr from #wowace is the one that suggested all this and I just parrotted what he wrote"
02:18.22vhaarrI don't care, I just want you to recognize it
02:21.22Primerhttp://wow.curseforge.com/addons/rhadatip-dps-tooltip/#comments
02:21.23Primerdone
02:22.35vhaarrwhen women say "I don't care", they mean they want it and it really matters
02:22.43vhaarrwhen I say "I don't care", I mean "don't do it"
02:23.01vhaarrbut I see how it can be confusing, so it's fine
02:23.10vhaarr:P
02:23.42Azurewrathi always said "i don't care" when i don't care... maybe i should change that? ;)
02:23.56vhaarractually I just said the above because I thought it was funny
02:23.58PrimerI feel that credit should be given where it's due
02:24.24vhaarrnone of it was true, including the "it's fine" but
02:24.25vhaarrbit*
02:26.12Primerdoh, the comment ate "~= nil"
02:26.15Primerit ate the ~
02:26.28Primerif I edit the comment, the ~ is there
02:27.58Primer**~= nil**
02:28.06Primerto make it bold...also eats the ~
02:28.19*** join/#wowace bien| (n=bien@p4FF45026.dip.t-dialin.net)
02:28.25vhaarrremove that suggestion anyway, it's not a noticable change
02:28.53vhaarrand if he changes to capturing the %d+ it goes away as well
02:29.01vhaarrwhich he should
02:29.21vhaarrah you didn't suggest that
02:29.33Primerhe should use GetItemStats(item)...I did suggest that
02:29.53*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
02:30.00vhaarrdude it doesn't work that way, his addon is used by lots of people he needs to do things in steps
02:30.14vhaarrgetitemstats is step 31
02:30.36vhaarrfnd() with capturing %d+ is step 2 after |local fnd|
02:31.31PrimerI want to get a better gauge of the performance impact for that, as I can't really test right now, despite having said that I did. There's a disk intensive update happening on my laptop, so that first test was flawed
02:31.47Primerbesides, I didn't leave his code intact, as to get a good baseline case
02:32.00vhaarrwho the fuck cares, I've told you what to say so far
02:32.02vhaarrnow I'm telling you again
02:33.03vhaarr"Yes, the blizzard UI iterates over the tooltip for every onUpdate event, to account for cooldowns.", that's only for items in your character window or bags, or something, not tooltips opened from chat, for example
02:33.13vhaarrwhich are static
02:33.20vhaarrpossibly also loot tooltips, I dunno
02:36.01Primerupdated
02:50.31Ingelaoh the boredom
02:52.49Azurewrathread some 4chan /b/, boredom gone ;)
02:53.00Ingela:D
03:05.36*** join/#wowace doobius (n=jdclark@brwn-06b-98.res.umass.edu)
03:13.20*** join/#wowace DarkerAudit (n=Brian@pool-74-99-16-3.clrkwv.east.verizon.net)
03:15.26Repo10decursive: 03Archarodim 07master * 2.4.3.2-16-g993d507 / (14 files in 1 directory): [+2 commits]
03:15.28Repo993d507: - Fix Options handling
03:15.29Repoa3acc96: - Finishing conversion to Ace3, still a lot to do about the options, it's quite a mess...
03:18.54*** join/#wowace Stew_a (n=Stewart@unafilliated/stewa/x-008753)
03:25.45*** join/#wowace Venara (n=venara@p5B3F66D2.dip.t-dialin.net)
03:54.17RepoNew addon: http://www.wowace.com/addons/lootbidmaster/. LootBidMaster. Saliik (Manager/Author). Experimental. Approved by Torhal.
03:54.24RepoNew addon: http://www.wowace.com/addons/lootbid/. LootBid. Saliik (Manager/Author). Experimental. Approved by Torhal.
03:54.30RepoNew addon: http://www.wowace.com/addons/lootbidadmin/. LootBidAdmin. Saliik (Manager/Author). Experimental. Approved by Torhal.
03:54.36RepoNew addon: http://www.wowace.com/addons/killguildgreet/. KillGuildGreet. Starinnia (Manager/Author). Approved by Torhal.
03:55.43*** join/#wowace yleaf (n=chatzill@116.234.199.26)
03:58.48Repo10killguildgreet: 03Starinnia 041.0.0 * r12 : Tagging as release 1.0.0
04:08.19*** join/#wowace Xtek- (n=Xtek@69.73.16.202)
04:19.17*** join/#wowace julian_ (i=9574juli@looves.to.mooo.com)
04:21.08*** join/#wowace Azurewrath (i=Azurewra@85.233.42.174.dynamic.cablesurf.de)
04:35.24Stew_adoes acegui allow me to specify my own textures for widgets or does it only use the defaults?
04:42.21*** join/#wowace PProvost (n=PProvost@c-71-229-131-32.hsd1.co.comcast.net)
04:42.21*** mode/#wowace [+v PProvost] by ChanServ
04:44.28*** join/#wowace PProvost (n=PProvost@c-71-229-131-32.hsd1.co.comcast.net)
04:44.28*** mode/#wowace [+v PProvost] by ChanServ
04:44.33*** join/#wowace TradeMark (n=trademar@121-72-164-208.dsl.telstraclear.net)
04:44.55*** join/#wowace Cyrez (i=Cyrez@c-69-181-203-45.hsd1.ca.comcast.net)
04:48.12*** join/#wowace Sesshu| (n=Sesshu@ip-143-16.travedsl.de)
04:49.59*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
04:55.53*** join/#wowace Hjalte (n=chatzill@cpe.ge-0-2-0-835.arcnqu2.customer.tele.dk)
04:57.24*** join/#wowace Mathies (n=Mathies@99-130-96-29.lightspeed.irvnca.sbcglobal.net)
04:57.40MathiesGrum
05:07.40*** join/#wowace Torhal (n=callahan@74-132-200-5.dhcp.insightbb.com)
05:07.40*** mode/#wowace [+v Torhal] by ChanServ
05:14.17Ingelahttp://pedulum.com/2009/11/lady-with-a-dog-walking-on-the-embankment-of-melbourne/
05:14.20Ingelawhat an awesome dude
05:35.46*** join/#wowace chiper (n=chiper@ip72-197-215-172.sd.sd.cox.net)
06:12.46*** part/#wowace Seerah (n=Ryan@c-76-107-191-65.hsd1.tn.comcast.net)
06:17.13*** join/#wowace BWMerlin (n=chatzill@58.174.148.250)
06:17.59*** join/#wowace Jygga (n=Jygga@f053009094.adsl.alicedsl.de)
06:22.57*** join/#wowace Groktar (i=Groktar@c-98-239-116-74.hsd1.ca.comcast.net)
06:25.25Trelayawns.
06:29.05*** join/#wowace Skizelli (i=skizelli@c-71-204-187-10.hsd1.ca.comcast.net)
06:29.21*** join/#wowace nywef (i=fewyn@249.215.205.68.cfl.res.rr.com)
06:30.00*** join/#wowace nywef (i=fewyn@249.215.205.68.cfl.res.rr.com)
06:59.34TrelaKaelten: Ping - Internal Server Error.  http://www.wowace.com/
07:02.37ShirikI know why
07:02.43Shiriklook at the bottom
07:02.45ShirikApache/2.2.4 (Ubuntu) mod_ssl/2.2.4 OpenSSL/0.9.8e mod_wsgi/2.0c4 Python/2.5.1 Server at www.wowace.com Port 80
07:02.47ShirikUbuntu == fail
07:02.59Shirikl2gentoo!
07:04.24ArrowmasterShirik: l2debian
07:04.31Shiriknana
07:04.35Torhall2IRIX
07:04.38Torhalcackles.
07:07.18quiescensl2(insertrandomobscureunixflavour) imo
07:08.06TrelaAndriod.  :P
07:10.12Shirikl2qnx
07:11.57*** join/#wowace unrealii (n=unrealii@121.129.140.91)
07:13.41*** join/#wowace mort (n=mort@azureus/mort)
07:25.42*** join/#wowace orionshock (n=chatzill@ip24-56-62-243.ph.ph.cox.net)
07:27.39nevcairielthey are still running wsgi 2.0rc4? thats so old
07:28.54*** join/#wowace Maelos (n=user@delusion.fourty.net)
07:29.39Torhalnevcairiel: I believe that's an Ubuntu 8.x box...Kaelten was talking about upgrading soon-ish
07:30.47nevcairielthats what i don't get about distros like ubuntu, mod_wsgi greatly improved from 2.0 to 2.5, yet they refuse to bump it in the tree, and you would have to do a system wide upgrade to get it, which causes alot of pain
07:31.25nevcairielits not a ubuntu problem, its a problem of all binary distros
07:33.10TorhalYah, I wanted to check out Songbird but Ubuntu wanted to install Firefox 3.0 for it so I grabbed a static binary instead
07:33.41Shirikpsh
07:33.43Shirikbinary distros
07:33.51Shirikreminds me, I need to do an update I think
07:34.40orionshockbleh.. ubuntu and upgrading...
07:35.49Shirikhugs portage
07:39.39orionshocki saw the update for 9.? to 9.10.. so i decided to do a clean install of it.. and im starting to regret it..
07:41.17quiescenswhat did you break?
07:41.23orionshockyes...
07:41.26Shiriklol
07:41.31quiescensthat wasn't a
07:41.33quiescensyes or no question
07:41.34quiescenslol
07:41.58*** join/#wowace Salvage (n=salvage@112.198.161.120)
07:42.12orionshockwell, i've got this dual-monitor setup running 2 X sessions.. and aparently when you remove the notification tray from the gnome taskbar it crashes the the desktop manager...
07:42.13harli wonder what my xp's uptime is..
07:42.14orionshock>.>
07:43.26harl49.829184 days .. oh well
07:43.45harlwhatever
07:45.58orionshockwowace server down?
07:46.09quiescensyou broke it
07:46.11quiescens):
07:46.33orionshocki know..
07:47.23Shirik!!!
07:47.25Shiriknevcairiel :(
07:47.32Shirik!!! Your current profile is deprecated and not supported anymore.
07:47.38nevcairielhahaha
07:47.43nevcairielyou didnt update for a while, eh
07:47.48Shirikit hasn't been that long
07:47.51Shirikmust have just happened
07:47.57nevcairieljust switch to the 10.0 profile
07:48.29nevcairielits not really different for servers
07:48.35nevcairielit just unlocked some X stuff that was masked before
07:48.37Fiskerslaps nevcairiel around a bit with a large trout
07:48.41Fiskerslaps Shirik around a bit with a large trout
07:48.46orionshockbtw, with ubuntu.. what's what's wtih the MS core fonts being borked?
07:48.47Fiskeryou Shirik
07:48.47FiskerYOU
07:48.52Shirikoi, that broke something
07:49.30Shirikah I need --newuse
07:49.38Fiskeryouuuuuuuuuuuuuu
07:49.41Shirikow, Total: 55 packages (32 upgrades, 8 new, 1 in new slot, 14 reinstalls), Size of downloads: 198,447 kB
07:49.43Shirik14 reinstalls
07:49.49Shirikto get in sync with the profile
07:49.56harlhaha
07:50.10harlsorry
07:50.37ShirikI mean, I used --deep too, so
07:50.42Shirikwhatever
07:50.51nevcairielemerge -uDNav @world
07:50.53nevcairiel!
07:51.03Shirikoh god I don't know the letters
07:51.08Shirikexcept -av which are default for me
07:51.12ShirikI did --update --deep --newuse
07:51.19Shirikwhat is @world?
07:51.24nevcairielu pdate, D eep, N ewuse
07:51.51nevcairieli use portage 2.2, @world is the world set
07:52.14Shirikthat's new in 2.2?
07:52.24nevcairielwell no, in 2.1 its just world, without the @
07:52.28Shirikwell yeah
07:52.29nevcairielbut its handled differently in 2.2
07:52.31ShirikI was referring to the @
07:52.41nevcairiel2.2 introduced sets
07:52.55nevcairielwhile in 2.1 the world thing is magic
07:53.09nevcairielin 2.2 its simply a set where all the packages are added into
07:53.22nevcairielsets are like meta packages, just more usable
07:54.29Shirikyou can configure your own?
07:54.57nevcairielyea, just create a file in /etc/portage/sets and place the packages you want in the set in there
07:55.34nevcairielthat way you can install a complete set, and uninstall all packages in the set too
07:55.36Shirikneat
07:55.52ShirikTotal: 44 packages (32 upgrades, 4 new, 1 in new slot, 7 reinstalls), Size of downloads: 187,394 kB final numbers
07:55.59Shirikhalf the use flags were totally unnecessary :P
07:56.01nevcairieli think currently officially its only used for installing KDE
07:56.14Shirikwhy ldap is default on is beyond me
07:56.54Shirikthat's a good use for it
07:58.00Shirikwhy am I recompiling timezone data
07:58.08Shirikdid the earth geometry change while I wasn't looking?
07:58.20nevcairieldunno, they release a new package every other month or so
07:58.23nevcairielno idea what changes
08:02.35*** join/#wowace Repo (n=supybot@repos.curseforge.net)
08:10.42*** join/#wowace Repo (n=supybot@repos.curseforge.net)
08:13.17*** join/#wowace Tinyboom (n=nahh@41.80-202-154.nextgentel.com)
08:18.08*** join/#wowace Subdino (n=vincent@ALille-154-1-81-144.w86-207.abo.wanadoo.fr)
08:20.03SubdinoI'm getting an "http 500" when trying to reach wowace.com, is there a running maintainance ?
08:20.51*** join/#wowace MysticalOS (n=Myst@h94.8.91.75.dynamic.ip.windstream.net)
08:21.32*** join/#wowace pschriner (n=Miranda@xdsl-213-196-248-34.netcologne.de)
08:23.14*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
08:23.14*** mode/#wowace [+o Funkeh`] by ChanServ
08:25.04harlthere is only chaos in this universe.
08:25.38*** join/#wowace Tusk (n=Tusk@cust.static.213-200-235-213.cybernet.ch)
08:25.47harlsome of which is less in certain places than in other. but chaos, nevertheless.
08:27.59*** join/#wowace Caleb| (n=caleb@dsl4E5C06A6.pool.t-online.hu)
08:30.03*** join/#wowace Stew_a (n=Stewart@unafilliated/stewa/x-008753)
08:31.34*** join/#wowace evl (n=Evl@unaffiliated/evl)
08:32.23Subdinoharl: one of the most general definition for life is "entropy generator" IIRC
08:32.44TorhalSubdino: Server is fubar
08:33.44Subdinohardware failure ?
08:36.22TorhalSubdino: Nah. Seems Friday is the programmed day for it to die.
08:36.36TorhalIf we're lucky, Kaelten or ckknight will notice and reboot it.
08:36.44TorhalElse, Monday it shall return.
08:37.12harl"hi, this is friday. you died. game over."
08:37.13*** join/#wowace Aikawa_ (n=Aikawa@p5B0554B6.dip.t-dialin.net)
08:41.45*** join/#wowace maqr (n=maqr@httpcraft/hax)
08:42.19*** join/#wowace Venara (n=venara@p5B3F66D2.dip.t-dialin.net)
08:47.07*** join/#wowace Wobble (n=Wobin@203-158-60-123.dyn.iinet.net.au)
08:59.57*** join/#wowace robotusch (n=robotusc@50A2D944.flatrate.dk)
09:07.06*** join/#wowace Lysithea (i=Lyset@c-78a772d5.017-172-73746f34.cust.bredbandsbolaget.se)
09:07.11TrelaBlargh, the one time I plan to use a feature of add on development dependent on WoWAce, it is down.  X3  Such is life!
09:09.54harllo'n'behold!
09:23.57*** join/#wowace Maelos (n=user@delusion.fourty.net)
09:27.15*** join/#wowace synthetic (n=e7daniel@CPE-139-168-52-68.vic.bigpond.net.au)
09:27.26synthetichey wowace
09:27.50*** join/#wowace Srosh (n=Srosh@d019133.adsl.hansenet.de)
09:28.53evlAny way to get a list of attributes a frame supprts?
09:29.20syntheticwondering if anyone could help me, im wondering how libaries work?
09:29.41synthetici noticed that when i enable an addon i get an fps boost of 10
09:30.11syntheticso im thinking that libaries have something to do with it?
09:31.16TrelaThat makes no sense at all.
09:31.55Fiskerslaps Trela around a bit with a large trout
09:31.56TorhalThat hurt my brain.
09:31.57SubdinoI believe it can make sense, but the link between oerceived cause and effect is very long
09:31.59syntheticit doesnt
09:32.14Trelafiskers Fisker around.
09:32.18syntheticwhen i enable bigwigs somehow my fps gets  boost of 10
09:32.21syntheticfrom
09:32.25Subdinos/oerceived/perceived/
09:32.38synthetic?
09:32.44MysticalOSi can't see an addon boosting frames, but perhaps one causing you to lose a 10fps with an out of date lib, and one you're enable has newer version of said lib, it could be fixing the bug?
09:32.59SubdinoMysticalOS: that's my thoughts, yes
09:33.04syntheticthats what im not sure of
09:33.08syntheticor how to check
09:33.10*** join/#wowace yoshimo (n=Kassandr@p5B0C2D6C.dip0.t-ipconnect.de)
09:33.44Subdinosynthetic: disable all addons, check fps, enable bigwigs, check fps
09:34.04Subdinothen enable all which were enabled before and recheck fps
09:34.41MysticalOSyeah, it's very likely it's an out of date lib probably spitting up all kinds of lua errors (which i find too many users turn off in ignorance of what they actually mean to game performance)
09:35.03syntheticim getting no errors
09:36.09syntheticoh i found it
09:36.17syntheticWIM was causing the problem
09:36.27MysticalOSand bigwigs was fixing it?
09:36.56synthetici suppose so, thats possible?
09:36.56SubdinoMysticalOS: I tend to think that wow is too kind to addons by letting them throw errors and keep them running
09:37.09MysticalOSyes
09:37.23MysticalOShow old is your wim?
09:37.32syntheticeverything is up-to-date
09:37.40syntheticWIM caused a lot of problems when i think about it
09:37.47syntheticparticular the who menu
09:37.52syntheticwould always lag
09:38.30MysticalOSit's a server imposed lag by too many queries, wim does a who on anyone that logs on or logs off, or you open whisper with, :\
09:39.00syntheticyeh its really annoying
09:39.43Subdinoneeds a guild to test his addon interacting with guild roster :'(
09:40.26MysticalOSi'd download bigwigs to see what libs it shares with wim but at the moment i'm getting internal server error from wowace
09:40.49Subdinothere should be some "But I'm a developper !" option in the "create a guild" panel, bypassing guild chart restriction...
09:41.52syntheticyeh wowace is down
09:42.25MysticalOSonly thing bigiwigs shares with wim is callback handler and shared media
09:42.33yoshimowim still throws a lua error with talents, which i reported 2 revisions ago ;)
09:43.52MysticalOSthe callback handler in bigwigs appears to be slightly newer but i don't recall of any bugs that coulda been fixed in it htat would make a 10fps diff, so I don't know how bigwigs can be fixing lag from wim
09:44.29syntheticim using another's ui so i dont know if its been modified in any way
09:45.12synthetichttp://img199.imageshack.us/img199/3682/wowscrnshot110709204112.jpg
09:45.27syntheticignore the fps there i put my video settings on ultra
09:46.18*** join/#wowace Worf (n=worf@84-119-62-89.dynamic.xdsl-line.inode.at)
09:46.41syntheticits really strange though, i go from 50 fps in ironforge to 13 fps in arena even before doors open
09:47.00MysticalOSactually that's not surprising
09:47.23MysticalOSironforge is old world, it's partial 3d rendering with mostly hidden unfinished terrain that's unrendered
09:48.02MysticalOSold world is always gonna have massively higher fps, at least until cataclysm
09:48.17syntheticalright thanks :P
09:48.40*** join/#wowace profalbert (n=profalbe@91-113-3-33.adsl.highway.telekom.at)
09:49.10*** join/#wowace Stew_a (n=Stewart@unafilliated/stewa/x-008753)
09:49.28SubdinoI hope cataclysm will only impact the view of the world for players above level 80 or something... like some qests in northrend where villages appear in places where there are mobs otherwise
09:49.36Subdino+u
09:49.49syntheticnope
09:49.59syntheticthey're will be a patch just like the one before wotlk
09:50.11Stew_aand then the whole world changes for everyone
09:50.20syntheticthere* o.O
09:50.26syntheticyeh
09:50.49MysticalOScataclysm is going to greatly raise the video requirements for old world, to be far more similar of that of northrend
09:50.50synthetictheres no such addons to hide tool tips on the action bar unless shift is held right?
09:51.08syntheticits a good thing :)
09:52.18MysticalOSlag in stormwind is gonna be more like waht dalaran is now. buildings with complete rooftops, etc.
09:52.23*** join/#wowace Xinhuan (n=xinhuan@bb121-7-203-56.singnet.com.sg)
09:52.24*** mode/#wowace [+v Xinhuan] by ChanServ
09:52.29MysticalOSif your computer sucks, time to upgrade :)
09:52.46synthetic256 graphics cards whats pulling me back
09:53.07syntheticwow runs smoother on windows 7
09:53.40MysticalOShonestly wow is holding itself back, wtb 64 executable that isn't stuck at a 2GB memory allocation limit
09:54.16MysticalOSi've actually crashed wow before when the memory footprint of app tried to expand and hit the 2gb limit and failed out with memory error.
09:54.16TorhalMysticalOS: Actually using the GPU would be beneficial as well.
09:54.34syntheticwe all cant spend 4,000 on new comps :P
09:54.37MysticalOSgranted I had modified the texture memory to cache 512 megs instead of default pitiful size for major performance gain, but still
09:54.57Arrowmaster32bit apps can be compiled so they can use more than 2gb on 64bit OS
09:55.05MysticalOSit was working good til i did algalon, i have it set to 256 texture cache now
09:55.16MysticalOSyeah, tell that to blizzard
09:55.26MysticalOSstupid app can also be compiled to use 8 cores on a duel quad core machine
09:55.39MysticalOSmy computer sits with 6 idle cores and wow lagging in dalaran on 2 cores
09:55.47Arrowmastercrysis is an example of one, since their dev stuff is all 64bit
09:55.58Arrowmasterwow needs a complete rewrite to use more than 1 core
09:56.26MysticalOSthis machine shoudln't be at 14fps in dalaran. not with it's stats, i blame the apps code
09:56.46MysticalOSwell mac client will use 2, just not very efficently, and will ignore anything > 2
09:57.08Arrowmasterthe main thread is still only using 1 core
09:57.17Stew_athis machine runs crysis quite happily and still lags so badly with wow in dx mode that the system clock loses about 20 minutes an hour
09:57.21Arrowmasteronly select subsystems are offloaded to a 2nd core, like sound
09:57.36MysticalOSlame
09:57.42MysticalOSyeah, i can run 4 wows at same time
09:57.48MysticalOSand they all run fast as first wow
09:57.53MysticalOSbut one can't run awesome
09:57.54MysticalOS:(
09:57.55Subdinowould love a native linux build over any other thing
09:58.12syntheticlol linux
09:58.16nevcairielWoW doesnt exactly slow down because it lacks memory, the "needs moar ram on 64-bit os" argument is boring
09:58.33Grum[05:57:37] <Mathies> Grum <-- please ask what you have to ask so i can repsond when i get back =D
09:58.33MysticalOSoh I know nev
09:58.38nevcairielArrowmaster: on Macs they actually have a proper multithread opengl engine
09:58.51Arrowmasterseriously?
09:58.55MysticalOSbut i have crashed it out when it did run out of memory before, but that's just when i set the texture cache too high
09:59.04Arrowmasterthen why the fuck is opengl on windows not multithreaded
09:59.14nevcairielBecause the windows opengl libs dont do that well
09:59.23nevcairielMac has native threaded opengl
09:59.32MysticalOSwell i'm hoping eventually blizz passes the instructinos to OpenCL
09:59.38MysticalOSand lets 10.6 handle the threading
10:00.41MysticalOShttp://en.wikipedia.org/wiki/Grand_Central_Dispatch rawr
10:01.04Subdinosynthetic: ...yes ?
10:01.15nevcairielthat doesnt magically allow every app to run multithreaded MysticalOS
10:01.31nevcairielit still requires an app to be designed with that in mind
10:01.31Grumneeds major codechange and backwards compat :)
10:01.34nevcairielit just simplifiys the task
10:01.34synthetichehe
10:01.40synthetici love people in the linux train
10:01.41MysticalOSthat's what is aid, i hope blizz takes that direction
10:01.45syntheticon*
10:01.54MysticalOSsaid*
10:01.56nevcairielI doubt they will change WoW that much
10:02.14MysticalOSi still wish they'd be more specific what they are screwing iwth in 3.3
10:02.16Arrowmasterthey wont since the rest of it is still so outdated
10:02.17nevcairielIt would require a rewrite of the whole engine
10:02.28GrumMysticalOS: how did you give wow extra memory for texture cache?
10:02.31Subdinosynthetic: I don't see where we are getting here... but I think I will probably not like it
10:02.36nevcairielmulti-threading gfx is never an easy task
10:02.39MysticalOShttps://forums.worldofwarcraft.com/thread.html?topicId=20140810131&sid=1
10:02.50synthetici know you wont :)
10:02.50nevcairielyou need to synchronize alot
10:03.26Subdinosynthetic: then when there is nothing to say, the better is still to STFU
10:03.45syntheticaaah no harm done
10:03.56Grumbtw, we only wish wow would use 2 cpus, it just does 1.5 orso :)
10:04.01Subdino"intention counts"
10:04.06synthetici have no problem with linux for a non gaming os
10:04.21synthetici just have a good experience with most penguin lovers detesting microsoft
10:04.45MysticalOShmm new posts in that thread but still nothing to elaborate of what is so new about 3.3's improved opengl engine
10:05.32syntheticand btw the whole french police force has gone linux ~
10:06.14nevcairielThey won't tell you, anyway
10:06.15yoshimoid love to see an engine rewrite for 4.0
10:06.42nevcairielThey will never completly replace the engine
10:07.04Arrowmasterhas any mmo?
10:07.08nevcairielWait for their next mmo if you want a new engine
10:07.30Arrowmastertheir next mmo isnt supposed to be mainstream like wow
10:07.31*** join/#wowace orionshock (n=chatzill@ip24-56-62-243.ph.ph.cox.net)
10:07.45nevcairieltheir next mmo has like zero details out yet
10:07.56profalbertone thing is for sure:
10:08.01profalbertIt's an mmo
10:08.23Arrowmasterwell they said they didnt intend for it to have as wide of an appeal as wow
10:08.25syntheticis there any news thats happening with night elfs and naga in catalysm?
10:08.26Arrowmasteror something like that
10:08.34orionshockok, seriously is it me or is www.wowace.com down? it's giving me server borked error when going there
10:08.38syntheticare they re-opening that chapter?
10:08.41nevcairielThey must realize that WoW is getting old and rusty over the next 2-3 years, and if they want something new, it should better be able to replace WoW
10:08.48MysticalOSgrum: SET textureCacheSize "268435456"
10:08.49profalbertorionshock: same here
10:08.59MysticalOSsize is set in bytes
10:09.03orionshockprofalbert: thx, im not crazy then :)
10:09.04GrumMysticalOS: yeah found a post somewhere, max is 512
10:09.08nevcairieldidnt they change the textureCacheSize variable to take size in MB?
10:09.15MysticalOS512 was good til i did algalon
10:09.15nevcairielor was that for 3.3
10:09.17nevcairielwonders
10:09.23MysticalOSthen as i said app crashed cause it hit 2gb limit
10:09.27MysticalOS256 working good
10:09.51Subdinowhat's teh default size ?
10:09.55nevcairiel32
10:09.56Grumi wonder, i've seen my process get bigger than 2gb i think
10:09.56Subdinos/teh/the/
10:09.56MysticalOSlike 32MB
10:10.03nevcairielI think they limited the maximum value too
10:10.12nevcairielto avoid people crashing and blaming the game
10:10.19nevcairielmust've been for 3.3
10:10.29MysticalOSit's not gonna boost your fps, it's just gonna cache more textures, so you might lag less if you say, spin in circles in dalaran
10:11.01Grumit will just save some disk io i reckon
10:11.18MysticalOSactually in 3.3 they added a new value for it
10:11.22MysticalOS0
10:11.35MysticalOSif you set it to 0 then it uses dynatmic caching based on your system
10:11.39MysticalOSinstead of a set 32
10:11.51MysticalOSthat they did say was one of the new "features" of the new opengl engine
10:11.53Grumwhoha
10:12.06Grumwow actually releases memory now when i port from Dalaran -> Ironforge
10:12.22nevcairielthey renamed the variable for 3.3
10:12.28MysticalOStaht too
10:12.37nevcairielits now gxTextureCacheSize  and takes MB values
10:12.44MysticalOSyeah
10:13.13Grumi guess the bulk of the textures loaded is from items from players?
10:13.25nevcairieland it only works with the dx backend, fwiw
10:13.43*** join/#wowace Venara|afk (n=venara@p5B3F56E2.dip.t-dialin.net)
10:13.50Grumi used to be able to increase my wow's memory size to ~1.5gb easily by just visiting all major cities
10:13.59Subdinocollision detected: dx backend vs opengl engine
10:14.00nevcairielmaybe the old var is still used for OpenGL
10:14.09Subdinoah, ok
10:14.19nevcairielbut opengl is ugly and slow anyway =P
10:14.53MysticalOSthat's just the poor windows implimentation of it honestly, i think opengl on mac os x has come a long way, then again there isn't a dx on os x to compare it to
10:15.24nevcairielits only faster on Macs because they have native multi-threaded-opengl
10:15.27SubdinoMysticalOS: would they perchance use/contribute to mesa ?
10:15.29nevcairielwhich fixes the loses
10:15.41Subdinoor is it part of the proprietary part of osx ?
10:15.49nevcairielBut it still doesnt support shadows or some of the other gfx effects
10:16.05Grumshadows hurt your box as well :)
10:16.16nevcairieltrue, but they make for nice screenshots
10:16.17*** join/#wowace EthanCentaurai (n=ethan@78.151.87.207)
10:16.21Grumaye
10:17.13MysticalOSwell i noticed when upgrading to the 10.6 that wow miraclously supported several new lightning/shadow effects on the newer opengl drivers. felt like a new game for a few days
10:17.35nevcairielI've written a small 3d app in opengl with shadows, since neither opengl nor DX offer automagic shadow calculations, its a hell of cpu cycles you have to use
10:17.41nevcairieli understand how it gets so slow
10:18.12Grumyeah
10:18.14*** join/#wowace Schnaks (n=Schnaks@p5486F544.dip.t-dialin.net)
10:18.46Grumand then think of multiple sources+ambient etc :)
10:20.15*** join/#wowace eoM_rM (n=moe@p5489E741.dip.t-dialin.net)
10:20.50yoshimoi always wanted the forum integrated even more with the rest of the wowace page, but  its the only part which works atm , more stable then the rest of it
10:21.27nevcairielthe python app running the page probably crashed somehow
10:21.32nevcairieland the forums are still php
10:21.35SubdinoOOM killer ?
10:22.21SubdinoI have a server which tends to explode because of apache mod svn which is in python and tends to forget releasing memory
10:22.42Subdinoand OOM killer doesn't do its job properly for some reason
10:23.45Subdino(old kernel and all)
10:26.23syntheticwhy does the curse client have to redownload addon list everytime?
10:27.45MysticalOSthe dbm svn is down too at the moment. i can't toy with wowace or dbm, what a boring morning for me :(
10:28.33syntheticshare your interface! =D
10:29.44Subdinois happy he did a git mirror of his svn repos
10:30.31MysticalOSi tend to login from day to day to see what syntax the localizers screwed up that day that's throwing up errors. heh
10:31.05Subdinoah, that can't be solved the "repos mirror" way
10:31.09*** join/#wowace KriLL3 (n=chatzill@unaffiliated/krill3)
10:31.21Arrowmasterthats easy to solve
10:31.37Subdinobtw, I wanted to write a localization lib to avoid this, and make it possible to swap "%s" replacement chains
10:31.56Arrowmasterwow lets you do that already
10:32.22MysticalOSgreat translations, two of em are bad with comma's, and a third doesn't believe in commit messages.
10:32.50Subdinohehe
10:32.51*** join/#wowace mojosdojo (n=gdbzet26@p4FEFFC7C.dip.t-dialin.net)
10:33.07yoshimoyou mean the guy who does the russian translations for dbm ? ;)
10:33.12Subdinodoesn't the postcommit hook prevent commiting syntax errors ?
10:33.32nevcairielthats why i use the locale thing on wowace whenever i can, goodbye translators messing with code
10:36.52MysticalOSthats ok i do my fair share of bad errors too. I wrote a very nice boss mod for my mounts collection only to have it go terribad because I had 2 typoes, 1 bad timer, and 1 function i forgot to call so it never fired. :)
10:37.25MysticalOSi had to tell my friend we were wiping anzu cause my mod was all types of fucked up. lol (have to borrow my druid friend)
10:37.36Subdinohehe, that's the kind of reason why I disabled irc notifications for about 50 commits :)
10:38.27mojosdojowowace.com gives me a 500
10:38.40TrelaYes, yes it does.
10:38.52yoshimomojosdojo, forums works fine
10:39.01mojosdojokk
10:39.43Arrowmasterbet it died coming back up from the reboot cron job
10:39.52Arrowmasterit old Kaelten that was a bad idea
10:40.14Arrowmasters/it old/i told/
10:52.37syntheticso nobody understands when i mean night elfs/naga in catalysm?
10:53.43*** join/#wowace Sirow (n=Sirow001@p57A4CF45.dip.t-dialin.net)
10:55.21*** join/#wowace bluspacecow (n=bluspace@60-234-165-167.bitstream.orcon.net.nz)
10:58.24TorhalI understand, I just haven't heard any news. Nothing to share, nothing to say :)
10:58.25*** mode/#wowace [+v Wobin] by ChanServ
10:58.26*** join/#wowace Matrix110 (i=Matrix11@ip-95-222-224-247.unitymediagroup.de)
10:58.30Torhalbluspacecow: Wall of text! Go!
10:58.39bluspacecowwallllllllllllllllllllllllllllllllllllll
10:58.42bluspacecowwalllllllllllllllllllllllllllllllllllll
10:58.47TorhalHeh
10:59.05bluspacecowsomeone just mentioned wowmatrix on a thread
10:59.11bluspacecowmust ....... resist .... urge
10:59.52Torhalbluspacecow: On WoWI? Yah, I ignored it. Seerah responded, but either missed the reference or ignored as well.
11:00.08bluspacecownah
11:00.12bluspacecowmac tech support forums
11:00.15TorhalAaah
11:00.16bluspacecowsomeone new to macs
11:00.25bluspacecowwanted to know how to install addons
11:00.34bluspacecowill them to use the curse client
11:00.35bluspacecowwait
11:00.41bluspacecowwww.wowace.com not loading :(
11:00.51bluspacecow"Internal Server Error"
11:00.57TorhalIt asploded.
11:01.02bluspacecowoh rly >
11:01.12TorhalAlmost every Friday. Like clockwork.
11:01.35bluspacecowi assume bmclemore@curse.com / apporiate person / Net knows about it
11:01.35TorhalI swear, it was put into the code as an elaborate prank.
11:01.52bluspacecowApache/2.2.4 (Ubuntu) mod_ssl/2.2.4 OpenSSL/0.9.8e mod_wsgi/2.0c4 Python/2.5.1 Server at www.wowace.com Port 80
11:02.07TorhalThat e-mail addy is Kaelten. He will either miraculously appear this weekend, or it will be fixed Monday.
11:02.30bluspacecowright
11:02.42bluspacecowand now for something completely different
11:02.43bluspacecowhttp://amish-online-dating.com/
11:02.54TorhalYah, Wobin finds some amusing stuff.
11:02.59*** join/#wowace Legorol (n=legorol@82-41-49-132.cable.ubr07.sgyl.blueyonder.co.uk)
11:03.00HjalteWho can resist a man with a beard?
11:03.03Torhalheh
11:03.08bluspacecowmmmm not i
11:05.28Wobin^^
11:08.09bluspacecowhey guys when was the iron curtain against wowmatrix thrown down ?
11:08.40orionshock<PROTECTED>
11:08.55WobinI don't think there was a solid date, but you might want to browse the news archive on wowi
11:08.58bluspacecowthe acutal block as no traffic ?
11:09.14orionshockday before 2.4 or 3.2
11:09.23*** join/#wowace Balreign (n=Balreign@ANantes-156-1-83-241.w90-12.abo.wanadoo.fr)
11:10.34Wobinyeah before the patchday
11:10.39*** join/#wowace faCe| (n=face@p5489E741.dip.t-dialin.net)
11:11.04bluspacecow14/04/09
11:11.09bluspacecowthe day of infamy
11:11.29bluspacecowtekkub received a bacon sundae on that date
11:11.33bluspacecownever been the same again
11:12.42Subdinoon bare hands ?
11:12.57bluspacecowyep
11:14.19Arrowmasterit was right before 3.0
11:14.52bluspacecowi found de thread actually
11:14.55bluspacecowgo go google docs
11:15.04bluspacecowhttp://www.wowinterface.com/forums/showthread.php?t=22069
11:16.11bluspacecowwowace.com back up by stipping pictures in the avatars and signatures
11:17.26profalberthow can I create a Groupheader that displays the partytargets?
11:22.37*** join/#wowace sztanphet (n=sztanpet@142.58ec54.tvnetwork.hu)
11:27.06orionshock`
11:27.13bluspacecowo
11:27.21bluspacecowmexican wave ?
11:28.47orionshock``
11:29.04bluspacecowbees!
11:29.07bluspacecowoh noes
11:29.10bluspacecow<runs>
11:29.13bluspacecow<into a wall>
11:29.29orionshockugum
11:30.21*** join/#wowace Ghan7288 (n=Miranda@ppp-93-104-47-60.dynamic.mnet-online.de)
11:31.17bluspacecow!curseclient
11:35.33*** join/#wowace Sliker_Hawk (n=SlikerHa@5e07a2e7.bb.sky.com)
11:36.00bluspacecowTorhal
11:36.01bluspacecowhttp://forums.worldofwarcraft.com/thread.html?topicId=20677865166&postId=208590842298&sid=1#11
11:36.07bluspacecowone wall of text sir
11:40.23Stew_aso is aceforge going to be up today, or is this going to be one of those things that someone will come in monday morning and fix?
11:42.48orionshockim sure if we innondated Kaelten's IRC ping and email he'd notice tommarow morning :)
11:44.33quiescensyays
11:44.47bluspacecowforum threads are working
11:49.54quiescensor so you think
11:53.17bluspacecowhttp://forums.worldofwarcraft.com/thread.html?topicId=20677676894&sid=1
11:56.55*** join/#wowace CrazyBenny (n=s_m@actplus.cust.sloane.cz)
12:00.11*** join/#wowace Belazor (n=Vulcanus@cm-84.211.9.187.getinternet.no)
12:12.42*** join/#wowace Megalon (n=starfox@d86-33-0-141.cust.tele2.at)
12:14.58*** join/#wowace Stew_a (n=Stewart@unafilliated/stewa/x-008753)
12:37.33*** join/#wowace isman (n=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
12:41.07yoshimo!api totembar
12:41.57lua_botCould not find a match for 'totembar'.
12:42.18*** join/#wowace Srosh (n=Srosh@d019133.adsl.hansenet.de)
13:07.22*** join/#wowace Mikk (n=Mikk@WoWUIDev/mikk)
13:07.23*** mode/#wowace [+v Mikk] by ChanServ
13:09.40*** join/#wowace velino (n=velino@121.227.81.184)
13:10.15*** join/#wowace chiper (n=chiper@ip72-197-215-172.sd.sd.cox.net)
13:16.27*** join/#wowace Adirelle (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
13:20.31*** join/#wowace Adirelle2 (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
13:21.10*** part/#wowace Adirelle2 (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
13:22.45*** part/#wowace adirelle5 (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
13:26.56*** join/#wowace Adirelle (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
13:28.03*** join/#wowace maqr_ (n=maqr@c-69-253-79-73.hsd1.nj.comcast.net)
13:39.01*** join/#wowace Balreign (n=Balreign@90.12.137.32)
13:40.35*** join/#wowace lua_bot (n=lua_bot@li37-84.members.linode.com)
13:47.26*** join/#wowace Sirow (n=Sirow001@p57A4DA83.dip.t-dialin.net)
13:50.42*** join/#wowace yleaf (n=chatzill@116.234.199.26)
13:58.35*** join/#wowace spode (i=spode@213-21-88-111.bon.t3.se)
13:58.54*** join/#wowace Lysithea (i=Lyset@c-33aa72d5.017-172-73746f34.cust.bredbandsbolaget.se)
14:05.36*** join/#wowace Kalroth (n=kalroth@2506ds1-hj.0.fullrate.dk)
14:06.36*** join/#wowace Ghli_ (n=Ghli_@66.159.229.227)
14:28.49*** join/#wowace Repo_ (n=supybot@repos.curseforge.net)
14:29.51*** join/#wowace Repo (n=supybot@repos.curseforge.net)
14:31.00*** join/#wowace Balreign (n=Balreign@90.12.137.32)
14:31.00*** join/#wowace Aikawa_ (n=Aikawa@p5B0554B6.dip.t-dialin.net)
14:31.00*** join/#wowace pschriner (n=Miranda@xdsl-213-196-248-34.netcologne.de) [NETSPLIT VICTIM]
14:31.00*** join/#wowace Archarodim (i=HydraIRC@lev92-4-88-164-134-95.fbx.proxad.net)
14:31.00*** join/#wowace xilcoy (n=_xilcoy_@98.197.254.215)
14:31.00*** join/#wowace Cavisty^gerber (n=sup@c-71-200-112-10.hsd1.md.comcast.net) [NETSPLIT VICTIM]
14:39.36*** join/#wowace Balreign (n=Balreign@ANantes-156-1-54-32.w90-12.abo.wanadoo.fr)
14:43.11*** join/#wowace Aikawa_ (n=Aikawa@p5B0554B6.dip.t-dialin.net)
14:43.11*** join/#wowace pschriner (n=Miranda@xdsl-213-196-248-34.netcologne.de) [NETSPLIT VICTIM]
14:43.11*** join/#wowace Archarodim (i=HydraIRC@lev92-4-88-164-134-95.fbx.proxad.net)
14:44.24*** join/#wowace Aikawa (n=Aikawa@p5B0554B6.dip.t-dialin.net)
14:44.48*** join/#wowace Cavisty^gerber (n=sup@c-71-200-112-10.hsd1.md.comcast.net) [NETSPLIT VICTIM]
14:45.45*** join/#wowace Antiarc1 (n=Antiarc@wsip-70-167-195-98.ph.ph.cox.net)
14:45.51*** mode/#wowace [+v Antiarc] by ChanServ
14:48.16*** join/#wowace kenlyric (n=chatzill@c-68-58-33-135.hsd1.in.comcast.net)
14:56.58*** join/#wowace xilcoy (n=_xilcoy_@98.197.254.215)
14:58.42KriLL3is there an addon out there that filters incoming wispers for "heal" "healing" "healer" from random people and send back: "I'm not a ****ing healer!" get at least 20 wispers like that a day
15:00.15*** join/#wowace Adirelle (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
15:03.05yoshimosame happens for my paladin, but its tank in my case
15:03.28*** join/#wowace maqr (n=maqr@httpcraft/hax)
15:06.45*** join/#wowace Kreskin (n=chatzill@d142-59-52-38.abhsia.telus.net)
15:09.36GnarfozStanzilla: http://www.shortnews.de/start.cfm?id=797570
15:12.50nevcairiel.. why do you even bother to link that?
15:13.46Gnarfozbecause, obviously, aliens!
15:14.07nevcairielright
15:17.57Fiskeri'm not german Gnarfoz
15:21.52GnarfozFisker: your loss
15:22.02Megalonsauerkratus Fisker
15:23.20Fiskerslaps Gnarfoz around a bit with a large trout
15:23.21Fiskerslaps Megalon around a bit with a large trout
15:26.23*** join/#wowace Visitor_61924 (n=salvage@112.198.161.120)
15:26.41Fiskertranslate
15:26.41Fiskeror die
15:27.34Brunersi agree with Fisker
15:29.53StanzillaGnarfoz: cool story
15:30.41GnarfozObama's gonna hold a speech on 11/27 about USA's contacts to alien civilizations ^^
15:31.48FiskerOMG!
15:32.44Megalontranslates Fisker into cantonese
15:34.53yoshimowell the US always had a stargate program
15:38.15Fiskeroh snap
15:38.42*** join/#wowace Adirelle (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
15:43.43*** join/#wowace CrazyBenny (n=s_m@actplus.cust.sloane.cz)
15:51.14*** join/#wowace sztanphet (n=sztanpet@142.58ec54.tvnetwork.hu)
16:06.05Stew_ayay wowace is back up
16:14.56*** join/#wowace Odlaw (n=ozzy@c-98-245-3-204.hsd1.co.comcast.net)
16:28.43*** join/#wowace Tuller (n=muffins@pool-72-84-246-12.rcmdva.fios.verizon.net)
16:55.44*** join/#wowace fewyn (i=fewyn@249.215.205.68.cfl.res.rr.com)
16:59.29*** join/#wowace Ingela (n=Ingela@90-230-167-188-no35.tbcn.telia.com)
17:04.21sylvanaarGnarfoz lol
17:04.52sylvanaarperhaps hes refering to the pilgrims and indians
17:07.10*** part/#wowace CrazyBenny (n=s_m@actplus.cust.sloane.cz)
17:08.22*** join/#wowace Cyrez (i=Cyrez@c-69-181-203-45.hsd1.ca.comcast.net)
17:08.25*** join/#wowace doobius (n=jdclark@brwn-06b-98.res.umass.edu)
17:09.09*** join/#wowace Worf (n=worf@84-119-62-89.dynamic.xdsl-line.inode.at)
17:13.03*** join/#wowace mitchnull (n=mitchnul@catv3EC944A1.pool.t-online.hu)
17:14.44*** join/#wowace Whitetooth (n=chatzill@118-169-204-211.dynamic.hinet.net)
17:20.36*** join/#wowace spode (i=spode@213-21-88-111.bon.t3.se)
17:21.18mitchnulldoh, the packager created a beta out of my alpha
17:21.37mitchnullapparently some-tag-name-alpha works, but some-tag-name-alpha-2 doesn't
17:24.01mitchnullluckily my user base is so small only 13 ppl downloaded the wrong version :P
17:24.38StanzillaI did!
17:26.32mitchnulldid it mess things up? :)
17:26.53mitchnullI forgot to remove the keylogger from it...
17:27.01mitchnulland it's not quite stable yet
17:27.59mitchnullin any case, how do I revoke a "beta" from curse.com?
17:28.13*** join/#wowace Xinhuan (n=xinhuan@bb121-7-203-56.singnet.com.sg)
17:28.13*** mode/#wowace [+v Xinhuan] by ChanServ
17:29.00*** join/#wowace taleden (n=atfrase@user-38q41i6.cable.mindspring.com)
17:47.33Arrowmastermitchnull: it clearly says in the kb that it has to end in alpha
18:13.25Funkeh`Repo, ping
18:13.26Repopong
18:13.29Funkeh`Repo, ping
18:13.30Repopong
18:13.33Funkeh`WORK BITCH
18:13.55Lysithea<Repo> working
18:15.24*** join/#wowace kenlyric (n=chatzill@c-68-58-33-135.hsd1.in.comcast.net)
18:15.57mitchnullarrow: good. next time I'll do better :P
18:16.42mitchnullso, will manually marking my zip alpha remove it from curse?
18:20.10robotuschgod damn it, I'm so bored I'm contemplating opening up Aion
18:22.08mitchnullis it that bad? :)_
18:22.44robotuschindeed
18:23.07robotuschespecially since I can't get on PTR :/
18:32.06*** join/#wowace mascondante (n=kvirc@99-196-36-186.cust.wildblue.net)
18:35.47*** join/#wowace mascondante (i=kvirc@99-196-36-186.cust.wildblue.net)
18:43.07*** join/#wowace Lysithea (i=Lyset@c-33aa72d5.017-172-73746f34.cust.bredbandsbolaget.se)
18:44.13*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
18:44.13*** mode/#wowace [+o ckknight] by ChanServ
19:01.26*** join/#wowace Ruck (n=bleh@pool-72-86-106-233.aubnin.fios.verizon.net)
19:29.34*** join/#wowace Aens|Superiority (n=a@69-165-159-222.dsl.teksavvy.com)
19:34.46*** join/#wowace Aikawa_ (n=Aikawa@p5B0557AE.dip.t-dialin.net)
19:51.50*** join/#wowace Groktar (i=Groktar@c-98-239-116-74.hsd1.ca.comcast.net)
19:56.06*** join/#wowace fewyn (i=fewyn@249.215.205.68.cfl.res.rr.com)
19:59.54*** join/#wowace KriLL3 (n=chatzill@unaffiliated/krill3)
20:10.10mitchnullyay, r100 is v1.4.0, nice
20:10.15mitchnull<PROTECTED>
20:10.41*** join/#wowace Repo (n=supybot@repos.curseforge.net)
20:11.34Repo10libstatlogic-1-1: 03Whitetooth * r91 LibStatLogic-1.1/LibStatLogic-1.1.lua:
20:11.36Repo- Improved support for Warlock: Demonic Knowledge: Now uses ADD_SPELL_DMG_MOD_PET_STA, ADD_SPELL_DMG_MOD_PET_INT, ADD_PET_STA_MOD_STA, ADD_PET_INT_MOD_INT. Where PET_BONUS_STAM is actually 0.75 instead of 0.3.
20:11.57Repo10bad-boy: 03funkydude * r384 / (2 files in 1 directory): blacklist update
20:12.04Repo10libstatlogic-1-1: 03Whitetooth * r92 LibStatLogic-1.1/LibStatLogic-1.1.lua: - Optimized StatModTable for load time
20:12.12Repo10flag-rsp2: 03Azxiana * r11 / (8 files in 2 directories): Commented out strip replacements.
20:12.17RepoMassive localization update.  Moved to using AceLocale to facilitate using WoWAce's translator system.
20:12.24Repo10flag-rsp2: 03Azxiana * r12 localization (3 files in 1 directory): Decided to make English localization not be handled by WoWAce's localization tool.
20:12.25RepoApparently it is zhCN, not znCH.
20:12.37Repo10flag-rsp2: 03Azxiana * r13 /: hgtags
20:12.40Repo10rating-buster: 03Whitetooth * r270 RatingBuster.lua: - Fixed Warlock: Demonic Knowledge
20:12.46Repo10flag-rsp2: 03Azxiana * r14 flagRSP2.lua: Fixed missing translations.
20:12.48Repo10bad-boy: 03funkydude * r385 / (2 files in 1 directory): phishing update
20:12.54Repo10tomquest2: 03gagou * r264 / (3 files in 2 directories):
20:12.55Repoadd option to hide zone collapse button for quests tracker and quests tooltip
20:13.09Repo10collectinator: 03Torhal 07master * Alpha4-92-g9000ffa Frame.lua: [+3 commits]
20:13.11Repo9000ffa: In addon:DisplayFrame(): Changed some occurrences of addon.Whatever to self.Whatever. Replaced SwtSwitchertexture() with self.Frame.mode_button:ChangeTexture()
20:13.15Repod1d03e7: In InitializeFrame(): Renamed Collectinator_SwitcherButton to mode_button, removed its polluting of the global namespace, and re-factored SetSwitcherTexture() to be mode_button:ChangeTexture(). Also moved the actual creation of the textures outside of the function so it only happens once.
20:13.17Repo5cc3b96: In progress_bar:Update(): Added missing "then", changed "knownfiltered" to "known_filtered". Cursed dry-coding one thousandfold.
20:13.34Repo10bazooka: 03mitch0 07bulk-config * r98 / (3 files in 3 directories): ready for merge
20:13.37Repo10bazooka: 03mitch0 * r99 / (5 files in 3 directories): merge branch bulk-config, close ticket-6
20:13.40Repo10bazooka: 03mitch0 04v1.4.0 * r100 : Added bulk-configuration option (fix ticket-6)
20:20.01*** join/#wowace MysticalOS (n=Myst@h94.8.91.75.dynamic.ip.windstream.net)
20:28.45*** join/#wowace krka (n=krka@c-177ae155.159-1-64736c12.cust.bredbandsbolaget.se)
20:34.24*** join/#wowace Sesshu (n=Sesshu@ip-143-16.travedsl.de)
20:35.27mitchnulltorhal: I closed you ticket-6 on Bazooka. check if all is well :)
20:36.22Torhalmitchnull: Will do
20:38.58*** join/#wowace tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
20:38.59*** mode/#wowace [+v tekkub] by ChanServ
20:48.40*** join/#wowace Aikawa (n=Aikawa@p5B056477.dip.t-dialin.net)
20:55.35*** join/#wowace Adirelle (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
21:03.13Repo10collectinator: 03Torhal 07master * Alpha4-99-g6d85b40 Frame.lua: [+7 commits] (3 truncated)
21:03.15Repo6d85b40: In addon:GenericCreateButton(): Check for existence of tooltipText before checking its value.
21:03.16Repo2a8564c: In addon:GenericCreateButton(): Changed CreateTexture() calls to not globally name the textures.
21:03.18Repof6bb9f6: In addon:GenericCreateButton(): Removed some dead code.
21:03.19Repoaa995d3: Anchor Collectinator_ExpGeneralOptCB to filter_button (was Collectinator_FilterButton).
21:04.56*** join/#wowace Adirelle (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
21:10.14*** join/#wowace Mathies (n=Mathies@99-130-96-29.lightspeed.irvnca.sbcglobal.net)
21:10.22*** join/#wowace Worf (n=worf@84-119-62-89.dynamic.xdsl-line.inode.at)
21:26.19*** join/#wowace TradeMark (n=trademar@121-72-164-208.dsl.telstraclear.net)
21:27.56*** join/#wowace Aikawa_ (n=Aikawa@p5B05746D.dip.t-dialin.net)
21:30.23*** join/#wowace Kalroth_ (n=kalroth@2506ds1-hj.0.fullrate.dk)
21:30.23mitchnullsyndication broken or just curse's caching is making fun with me?
21:34.12*** part/#wowace mitchnull (n=mitchnul@catv3EC944A1.pool.t-online.hu)
21:34.49Archarodimwhy LibStub("AceConfigDialog-3.0"):AddToBlizOptions() doesn't create subcategories with subgroup?
21:35.09nevcairielbecause thats not how it works
21:36.00Archarodimyou have to make an option table for each category?
21:36.46*** join/#wowace Tuller (n=Tuller@pool-72-84-246-12.rcmdva.fios.verizon.net)
21:39.11Repo10grid-status-hots: 03Bogenlampe * r122 / (3 files in 1 directory):
21:39.13RepoAdded Pala-HoT (Flash of Light), Earth Shield and Gift of the Naaru
21:39.14RepoStarted cleaning up, not done yet...
21:39.15RepoProbably not working correctly for non-English or German Clients (localization not updated yet)
21:40.06Trela~api
21:40.13Trela~wowapi
21:40.13purl(.*?) http://www.wowwiki.com/API_$1
21:40.21Trela~wowapi CreateFrame
21:40.49TrelaLove you too, purl.
21:41.19Repo10collectinator: 03Torhal 07master * Alpha4-103-gdf646d1 / (3 files in 2 directories): [+4 commits]
21:41.22Repodf646d1: In InitializeFrame(): Make the WoTLK obtain checkbox show on the second column of the Obtain flyaway.
21:41.23Repof56badc: In addon.DoFlyaway(): Make the Obtain panel dual-column.
21:41.24Repof8c47ee: Linked the Sea Turtle's acquire type to its achievement (though not its filter flag) and removed custom string 25.
21:41.24Repodea90a7: Removed the instance filter flag from the Time-Lost Proto-Drake.
21:41.45Torhal!api CreateFrame
21:41.46lua_botCreateFrame: Creates a new Frame object (http://wowprogramming.com/docs/api/CreateFrame)
21:41.51TorhalTrela: ^^
21:42.25TrelaTanks.  :P  I used purl's advice.
21:42.40Trelais moving away from .xml files for some reason.
21:45.35TorhalBecause it's easier to do dynamically? :)
21:47.26TrelaYes!  Also I do not need tons of XML code just to say I need a frame with a button in it.
21:52.53*** join/#wowace ThiefMaster (i=thief@port-92-200-82-67.dynamic.qsc.de)
21:54.35ThiefMasterhi, any idea why this hook isn't always properly set (the function is called in the original addon and my hook function isn't. during development when i used /reloadui it always worked fine): http://tm.privatepaste.com/710Tfk71F1
21:55.52*** join/#wowace Adirelle (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
21:57.36ArrowmasterThiefMaster: OnEnable is run on PLAYER_LOGIN which is after VARIABLES_LOADED
21:58.02ThiefMasterso in OnEnable i can be sure that all active addons are loaded?
21:58.10Arrowmasteryeah
21:58.28Arrowmasterunless they do stuff on PLAYER_LOGIN or later too
21:59.50ThiefMasteri doubt it, and even if they do i don't need the function to be hooked that early
22:06.59*** join/#wowace Seerah (n=Ryan@c-76-107-191-65.hsd1.tn.comcast.net)
22:07.57*** join/#wowace Adirelle (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
22:16.36*** join/#wowace SlikerHawk (n=SlikerHa@5acf761b.bb.sky.com)
22:24.30*** join/#wowace taleden (n=atfrase@user-38q41i6.cable.mindspring.com)
22:33.14Groktarslaps comcast around a bit with fisker
22:39.08*** join/#wowace doobius (n=jdclark@brwn-06b-98.res.umass.edu)
22:41.31*** join/#wowace Adirelle (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
22:43.08*** join/#wowace SlikerHawk (n=SlikerHa@5ad2700a.bb.sky.com)
22:49.15*** join/#wowace Groktard (i=Groktar@c-76-20-77-131.hsd1.ca.comcast.net)
22:49.57*** join/#wowace Groktar (i=Groktar@c-76-20-77-131.hsd1.ca.comcast.net)
22:55.09Groktar25% packet loss up in har
23:06.49*** join/#wowace yleaf (n=chatzill@116.234.199.26)
23:07.30*** join/#wowace sztanphet (n=sztanpet@142.58ec54.tvnetwork.hu)
23:07.31Repo10flag-rsp2: 03Azxiana * r15 / (2 files in 1 directory): Moving some frames into dynamically create Lua frames.
23:14.45*** join/#wowace Kilroo (n=Kilroo@cpe-098-026-148-169.triad.res.rr.com)
23:21.13*** join/#wowace doobius (n=jdclark@brwn-06b-98.res.umass.edu)
23:22.13syerenShadowed.
23:22.15Repo10big-wigs: 03Rabbit * r6781 Plugins (2 files in 2 directories):
23:22.17RepoAdd options for clickable bars, not finalized or implemented, just for UI review so far.
23:23.21Repo10auctionlite: 03MerialKilrogg * r153 / (5 files in 2 directories): Fixed bug in stack sizes.
23:23.23RepoUpdated French and Russian localizations.
23:23.24RepoBumped version number to 1.5.1.
23:28.27*** join/#wowace thecookie (i=christop@c-9f1be655.132-1-64736c12.cust.bredbandsbolaget.se)
23:28.34thecookieWhat function is used to get current location?
23:35.23*** join/#wowace Drool (n=drool@87-194-188-170.bethere.co.uk)
23:38.55Repo10auctionlite: 03MerialKilrogg * r154 / (3 files in 2 directories): Added stack size checks.
23:43.39*** join/#wowace SlikerHawk (n=SlikerHa@5acf0f5b.bb.sky.com)
23:45.52Repo10auctionlite: 03MerialKilrogg * r155 SellFrame.lua: Reverse order of errors.

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.