r100-nolib
Details
-
FilenameLibWho-2.0-r100-nolib.zip
-
Uploaded by
-
UploadedAug 24, 2009
-
Size8.67 KB
-
Downloads49
-
MD5c93d56ed1e99554131ef3eb77c766eb3
Supported WoW Retail Versions
- 3.2.0
Changelog
------------------------------------------------------------------------
r100 | sylvanaar | 2009-08-24 14:37:11 +0000 (Mon, 24 Aug 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
revert change which assigned SendWho() calls to the quiet queue.
------------------------------------------------------------------------
r99 | sylvanaar | 2009-08-12 22:42:50 +0000 (Wed, 12 Aug 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
added feedback for timed out user queries, and implemented a priority slot with priority above the normal user priority.
------------------------------------------------------------------------
r98 | sylvanaar | 2009-08-12 21:47:35 +0000 (Wed, 12 Aug 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
fix typo in error message (#12)
------------------------------------------------------------------------
r97 | sylvanaar | 2009-08-09 01:45:06 +0000 (Sun, 09 Aug 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
bunch more fixes to try and run with census+
------------------------------------------------------------------------
r96 | sylvanaar | 2009-08-08 23:32:49 +0000 (Sat, 08 Aug 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
requeue everything until it finishes, and clear some state data to prevent newly queued items from causing current ones to time out
------------------------------------------------------------------------
r94 | sylvanaar | 2009-08-04 20:59:51 +0000 (Tue, 04 Aug 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0.toc
TOC 30200
------------------------------------------------------------------------
r93 | sylvanaar | 2009-08-04 00:49:11 +0000 (Tue, 04 Aug 2009) | 1 line
Changed paths:
M /trunk/LibWho-2.0/LibWho-2.0.lua
made the log more clear which query had timed out.
------------------------------------------------------------------------
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
------------------------------------------------------------------------