2013-09-08 04:40:25 +00:00
|
|
|
Sat Sep 7 23:38 2013 CDT
|
|
|
|
* lib/user.js: Add "loggingIn" field to act as a lock on async logins.
|
|
|
|
Delay further login attempts until the current login attempt finishes.
|
|
|
|
Should prevent cases where sending multiple logins quickly in
|
|
|
|
succession caused race conditions and thus odd "duplicate login"
|
|
|
|
kicks.
|
|
|
|
|
2013-09-07 20:44:57 +00:00
|
|
|
Sat Sep 7 15:43 2013 CDT
|
|
|
|
* lib/channel.js, lib/user.js: Add an extra check for channel.users[i]
|
|
|
|
to write an error message (instead of kicking) when the same user that
|
|
|
|
is connecting is the one being kicked.
|
|
|
|
|
2013-09-06 21:30:20 +00:00
|
|
|
Fri Sep 6 16:29 2013 CDT
|
|
|
|
* lib/config.js: Add an io-host option to allow binding socket.io to
|
|
|
|
a different IP than the webserver
|
|
|
|
|
2013-09-06 20:53:23 +00:00
|
|
|
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
|
|
|
|
|
2013-09-06 03:54:30 +00:00
|
|
|
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
|
|
|
|
(prevents DB errors from impatient people spamming the button)
|
|
|
|
(addresses Issue #276 <Remove register channel button after click> )
|
|
|
|
|
2013-09-05 18:48:05 +00:00
|
|
|
Thu Sep 5 13:45 2013 CDT
|
|
|
|
* acp.js, actionlog.js, api.js, channel.js, chatcommand.js, config.js,
|
|
|
|
customembed.js, database.js, filter.js, get-info.js, logger.js,
|
|
|
|
media.js, notwebsocket.js, playlist.js, poll.js, rank.js, server.js,
|
|
|
|
stats.js, ullist.js, user.js, utilities.js: move server
|
|
|
|
files into lib/ folder to clean up the root directory of the project.
|
|
|
|
* api.js: replace regex with $util.isValidChannelName (L68);
|
|
|
|
fix relative file paths (per moving api.js to lib/)
|
|
|
|
* server.js: fix relative file paths
|
|
|
|
* channel.js: fix relative file paths
|
|
|
|
|
2013-09-05 03:46:50 +00:00
|
|
|
Wed Sep 4 22:45 2013 CDT
|
|
|
|
* changelog: initialize changelog file
|
|
|
|
|
|
|
|
Wed Sep 4 17:47 2013 CDT
|
|
|
|
* www/assets/js/data.js: add CHANNEL.usercount variable
|
|
|
|
* www/assets/js/callbacks.js: update CHANNEL.usercount variable when
|
|
|
|
the usercount changes
|
|
|
|
* www/assets/js/util.js: add "Anonymous" to the usercount breakdown
|
|
|
|
display (addresses Issue #270 <Suggestion: Put Mute button on Right
|
|
|
|
click menu + anon count>)
|
|
|
|
|
|
|
|
Changelog established on Wed Sep 4 2013
|