promotional bannermobile promotional banner

ChatThrottleLib

Embeddable chat throttling library with traffic shaping and priorities

File Details

ChatThrottleLib-r47059

  • B
  • Aug 21, 2007
  • 7.99 KB
  • 246
  • 2.1.3
  • Retail

File Name

ChatThrottleLib-r47059.zip

Supported Versions

  • 2.1.3

------------------------------------------------------------------------
r47059 | mikk | 2007-08-21 04:14:31 -0400 (Tue, 21 Aug 2007) | 2 lines
Changed paths:
   M /trunk/ChatThrottleLib/ChatThrottleLib.lua

ChatThrottleLib:
getfenv().ChatThrottleLib = ChatThrottleLib  -- lets it work embedded inside other files where "ChatThrottleLib" is a local (e.g. AceComm-2.0.lua
------------------------------------------------------------------------
r46974 | mikk | 2007-08-20 08:28:43 -0400 (Mon, 20 Aug 2007) | 5 lines
Changed paths:
   M /trunk/ChatThrottleLib/ChatThrottleLib.lua
   M /trunk/ChatThrottleLib/ChatThrottleLib.toc
   M /trunk/ChatThrottleLib/README.txt

ChatThrottleLib:
- v18
- Fix an unending error barfer if the number of unique destinations ever exceeded 25 (garbage collector was broken)
- Add assert(len<255) to :SendChatMessage() also

------------------------------------------------------------------------