2.1.1

Details

  • Filename
    wholib-2-1-1.zip
  • Uploaded by
  • Uploaded
    Dec 30, 2006
  • Size
    10.32 KB
  • Downloads
    69
  • MD5
    62cfac155a9bb8d1d710e9ec4412c32d

Supported WoW Retail Versions

  • 2.0.1

Changelog

.1.1 - Turned off debuging flag

2.1.0 - Fixed bug in WhoLib_Query that was making multiple queries not work. - Fixed problem with WhoLib_Query where a query that consistently returns no results never completes - Fixed bug where results that return a single item sometimes output to the chat frame - Fixed bug where escape didn't work after calling WhoLib_Query. - Adding a retry count to who requests. - Intercepting command line /who requests and using the WhoLib instead of the default implementation - Updated WhoLib_GetUser description to better describe the usage of maxTimeout parameter - Using all lower strings for cache comparisons

2.0.0 - Adding new export WhoLib_Query(filter) for making complex queries

1.1.0 - Calling queue Update method when previous who request completes instead of using the timer only. This should speed up requests. Also calling the queueupdate as soon as a request is queued. - Fixed 'guildName' return parameter (it wasn't working) - Added hooks for user-initiated who requests to better detect when the user is using the who system

1.0.0 - Initial implementation