openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
Turntable-API
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 16 hours
ago.
Nov 24, 2024 — Nov 24, 2025
Showing page 2 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Compiled source
gizmotronic
More...
over 12 years ago
bump version
alaingilbert
More...
over 12 years ago
Merge pull request #238 from alaingilbert/presence
Alain Gilbert
More...
over 12 years ago
Compiled source
gizmotronic
More...
over 12 years ago
Implement getPresence()
gizmotronic
More...
over 12 years ago
bump version
alaingilbert
More...
over 12 years ago
Compiled source
gizmotronic
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.
gizmotronic
More...
over 12 years ago
Use WebSocket events instead of callbacks
gizmotronic
More...
over 12 years ago
Update autoreconnect.js
Alain Gilbert
More...
over 12 years ago
Clarify ``disconnected`` event action
gizmo_tronic
More...
over 12 years ago
New version. Handling errors
alaingilbert
More...
over 12 years ago
Merge pull request #228 from alaingilbert/disconnect
Alain Gilbert
More...
over 12 years ago
Compiled source
gizmotronic
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.
gizmotronic
More...
over 12 years ago
Adjust example to reflect event name change
gizmotronic
More...
over 12 years ago
Document the "error" and "disconnected" events.
gizmotronic
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.
gizmotronic
More...
over 12 years ago
Remove callback argument from 'ready' event
gizmo_tronic
More...
over 12 years ago
bump version
DubbyTT
More...
over 12 years ago
compiled source to v1.6.3
DubbyTT
More...
over 12 years ago
Merge pull request #230 from agdurrette/master
DubbyTT
More...
over 12 years ago
API change 'get_profile_info' to 'get_profile'
Andrew
More...
over 12 years ago
compiled source to v1.6.3
DubbyTT
More...
over 12 years ago
Merge pull request #229 from agdurrette/master
DubbyTT
More...
over 12 years ago
Minor documentation update:
gizmotronic
More...
over 12 years ago
Made a small note about not specifying a userid.
Andrew
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.
gizmotronic
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.
gizmotronic
More...
over 12 years ago
Be careful not to emit wserror events before we're connected.
gizmotronic
More...
over 12 years ago
←
1
2
3
4
5
6
7
8
9
…
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree