r92-nolib
Details
-
FilenameLibWho-2.0-r92-nolib.zip
-
Uploaded by
-
UploadedAug 3, 2009
-
Size8.21 KB
-
Downloads43
-
MD5cb719de50c34908aad3efac08fe1f1dc
Supported WoW Retail Versions
- 3.1.0
Changelog
------------------------------------------------------------------------
r92 | sylvanaar | 2009-08-04 00:38:35 +0000 (Tue, 04 Aug 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
fixed a big bug which caused /who's from the console to not have any output. logging and other minor fixes
------------------------------------------------------------------------
r91 | sylvanaar | 2009-08-03 23:29:04 +0000 (Mon, 03 Aug 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
fix what i think is a bug. When query A can complete query B, the code was removing query B from the cache queue independantly of removing query B from its queue. Also, immediate mode queries were setting the text of the who editbox before they were even sent, and would blindly overwrite whatever was there. Due to a typo, multiple who's could be queued for the same name from the console
------------------------------------------------------------------------
r90 | sylvanaar | 2009-08-03 00:07:32 +0000 (Mon, 03 Aug 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
Part of the suggested fix for #8. The fix for the missing table reference was added, but the case change for v.Name still needs clarification
------------------------------------------------------------------------
r89 | sylvanaar | 2009-08-02 23:32:54 +0000 (Sun, 02 Aug 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
fix invalid reference to options in the :UserInfo call #9. Fix submitted by octane666
------------------------------------------------------------------------
r87 | sylvanaar | 2009-07-27 15:34:57 +0000 (Mon, 27 Jul 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
***dry-coded: optimized table accesses per suggestion by Elkano. Modified the empty queue check to make sure the in-progress flag is clear before it will return true. Made the MinInterval and MaxInterval for auto-throttling tunable parameters. Added a debug message to indicate when end of processing. Check the in progress flag when queuing a who done from the console, so there is some feedback that the who will be delayed. This will most likely need to be changed to use the relative chance to execute # since it may get spammy for short response time who's
------------------------------------------------------------------------
r85 | sylvanaar | 2009-07-24 15:20:16 +0000 (Fri, 24 Jul 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0.toc
A /trunk/libs
added libs directory and externals for svn checkouts
------------------------------------------------------------------------
r84 | sylvanaar | 2009-07-24 15:13:27 +0000 (Fri, 24 Jul 2009) | 1 line
Changed paths:
M /trunk/.pkgmeta
updated the .pkgmeta with the newer externals format
------------------------------------------------------------------------
r83 | sylvanaar | 2009-07-16 03:47:44 +0000 (Thu, 16 Jul 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0.toc
optdeps
------------------------------------------------------------------------
r82 | sylvanaar | 2009-07-16 03:42:30 +0000 (Thu, 16 Jul 2009) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/LibWho-2.0.toc
fix the no-lib setup
------------------------------------------------------------------------
r80 | sylvanaar | 2009-07-16 03:27:32 +0000 (Thu, 16 Jul 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
make sure timed out queries are re-queued
------------------------------------------------------------------------
r79 | sylvanaar | 2009-07-16 00:58:46 +0000 (Thu, 16 Jul 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
Added variable rate throttling, and corrected the WhoInProgress flag so it will not delay new who's
------------------------------------------------------------------------
r78 | sylvanaar | 2009-06-24 16:01:22 +0000 (Wed, 24 Jun 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
fix for stalled who queues caused by fix for stalled who queues
------------------------------------------------------------------------