- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,842 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
ChatThrottleLib
- 0 Likes
- World of Warcraft
- 57,456 Downloads
- Supports: 4.0.6
- 6 Average Daily Downloads
- Comments
- Created 3/26/2008 6:55:28 AM
- Updated 3/27/2011 6:49:08 AM
- 53 Favorites
- Project Site
- License: All Rights Reserved
- Release Type: Release
- Newest File: v22
About ChatThrottleLib
ChatThrottleLib is a small, embeddable library that helps AddOn authors keep outbound chat and addon communication from exceeding the output rate limit in WoW that otherwise causes players to disconnect from the server.
It also has a number of features that will help you make your addon communication run smoother!
See http://www.wowpedia.org/ChatThrottleLib for tech specs, API, SVN location, change log and more!
------------------------------------------------------------------------
r71 | mikk | 2011-03-27 11:49:06 +0000 (Sun, 27 Mar 2011) | 1 line
Changed paths:
A /tags/v22 (from /trunk:70)
Tagging as v22 for 4.0
------------------------------------------------------------------------
r70 | mikk | 2011-03-27 11:46:31 +0000 (Sun, 27 Mar 2011) | 3 lines
Changed paths:
M /trunk/ChatThrottleLib.lua
M /trunk/ChatThrottleLib.toc
Version 22:
- Check if 4.1: Allow SendAddonMessage text length up to 255 (NOT 256! tested!)
- Bump toc to 40000, oops =)
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| v22 | Release | 4.0.6 | 8,318 | 3/27/2011 6:49:08 AM |
| v21 | Release | 3.2.0 | - | 8/7/2009 12:06:30 PM |
| v20-30200 | Release | 3.2.0 | 3,328 | 8/5/2009 4:08:50 PM |
| v20 | Release | 3.0.2 | 24,863 | 10/28/2008 4:55:10 AM |
| ChatThrottleLib-r66041 | Beta | 2.4.3 | 1 | 3/26/2008 4:03:57 AM |
| ChatThrottleLib-r54639 | Beta | 2.3.3 | 1 | 11/14/2007 12:01:50 AM |
| ChatThrottleLib-r54327 | Beta | 2.2.3 | - | 11/10/2007 9:49:19 PM |
| ChatThrottleLib-r51967 | Beta | 2.2.3 | - | 10/13/2007 10:40:35 PM |
| ChatThrottleLib-r49772 | Beta | 2.1.3 | 1 | 9/25/2007 1:00:35 PM |
| ChatThrottleLib-r49757 | Beta | 2.1.3 | - | 9/25/2007 12:00:47 PM |
| ChatThrottleLib-r47059 | Beta | 2.1.3 | - | 8/20/2007 11:20:27 PM |
| ChatThrottleLib-r46974 | Beta | 2.1.3 | - | 8/20/2007 3:40:37 AM |
| ChatThrottleLib-r41559 | Beta | 2.1.3 | - | 6/27/2007 6:46:48 AM |
| ChatThrottleLib-r38117 | Beta | 2.1.3 | - | 6/2/2007 4:00:20 AM |
| ChatThrottleLib-r36929 | Beta | 2.1.3 | - | 5/25/2007 7:00:31 PM |
| ChatThrottleLib-r36615 | Beta | 2.1.3 | - | 5/23/2007 5:02:49 AM |
| ChatThrottleLib-r33600 | Beta | 2.0.12 | - | 4/24/2007 12:21:07 AM |
| ChatThrottleLib-r32596 | Beta | 2.0.12 | - | 4/13/2007 11:01:51 PM |
| ChatThrottleLib-r32114 | Beta | 2.0.12 | - | 4/8/2007 11:20:35 AM |
| ChatThrottleLib-r31839 | Beta | 2.0.12 | - | 4/4/2007 7:03:52 AM |
| ChatThrottleLib-r29760 | Beta | 2.0.12 | - | 3/8/2007 6:42:12 AM |

Comments
Here is something I would like to see added: I can see that a queue name can be sent as a parameter to ChatThrottleLib:SendChatMessage and ChatThrottleLib:SendAddonMessage and if no queue name is sent, a queue name is generated by concatenating various other string params. It would be great if a queue name is included as a param, then the add-on developer could clear that queue at any time. For example, a load of data might be queued to be sent out, but then the data is updated and needs to be resent before the old data has been completely despooled. It would be nice to have a global function to be able to clear a specific queue at any time.
Just an idea to reduce the about of data flying around the internet.
Can it impose hard limits on other addons? Or must it be voluntarily incorporated into an addon to perform throttling?