0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 16 hours ago.
Nov 24, 2024 — Nov 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Compiled source More... over 12 years ago
bump version More... over 12 years ago
Merge pull request #238 from alaingilbert/presence More... over 12 years ago
Compiled source More... over 12 years ago
Implement getPresence() More... over 12 years ago
bump version More... over 12 years ago
Compiled source More... over 12 years ago
Turntable has tweaked user.get_profile and user.get_profile_info again. Reverse #230, and add backward compatibility. Resolves #234. More... over 12 years ago
Use WebSocket events instead of callbacks More... over 12 years ago
Update autoreconnect.js More... over 12 years ago
Clarify ``disconnected`` event action More... over 12 years ago
New version. Handling errors More... over 12 years ago
Merge pull request #228 from alaingilbert/disconnect More... over 12 years ago
Compiled source More... over 12 years ago
If there are no listeners for the "disconnected" event, emit an "error" event instead of throwing an error. Per discussion with @alaingilbert. More... over 12 years ago
Adjust example to reflect event name change More... over 12 years ago
Document the "error" and "disconnected" events. More... over 12 years ago
Emit an "error" event only for the case where we have an invalid roomid. All types of error that might be considered a connection error emit a "disconnected" event, instead. If there are no listeners for this event an error will be throw. More... over 12 years ago
Remove callback argument from 'ready' event More... over 12 years ago
bump version More... over 12 years ago
compiled source to v1.6.3 More... over 12 years ago
Merge pull request #230 from agdurrette/master More... over 12 years ago
API change 'get_profile_info' to 'get_profile' More... over 12 years ago
compiled source to v1.6.3 More... over 12 years ago
Merge pull request #229 from agdurrette/master More... over 12 years ago
Minor documentation update: More... over 12 years ago
Made a small note about not specifying a userid. More... over 12 years ago
Add a fail-safe timeout in case the WebSocket doesn't emit a wserror event, and we also haven't heard from the server in a couple of minutes. This can happen in cases where a malfunctioning or misconfigured application-aware proxy/firewall sits between the client and server. More... over 12 years ago
Instead of emitting a wserror event (WebSocket? whichServer?), emit a standard error event. Inspect the provided Error object if it's important to know which condition caused the error. More... over 12 years ago
Be careful not to emit wserror events before we're connected. More... over 12 years ago