This commit is contained in:
calzoneman 2013-09-06 15:53:23 -05:00
parent c2cd04f760
commit 6aecb32c89
3 changed files with 65 additions and 6 deletions

View file

@ -1,3 +1,10 @@
Fri Sep 6 15:51 2013 CDT
* lib/utilities.js: Tweak the throttle code for rate limiters to fix
incorrect behavior of the burst cap after the cooldown period has
been passed
* tests/rateLimiter.js: Write a couple quick test cases to ensure that
rate limiting is handled properly
Thu Sep 5 22:52 2013 CDT
* www/assets/js/callbacks.js: Disable the channel registration button
and change its text while a registration attempt is being processed