1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 15, 2025 — Mar 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented typing notifications More... about 11 years ago
Support for room chats More... about 11 years ago
Typo More... about 11 years ago
Removed unused items in the header More... about 11 years ago
Update reference for starting and stopping the websocket server More... about 11 years ago
Supporting Facebook sign-in More... about 11 years ago
Enhanced README file More... about 11 years ago
Fixed logout not working More... about 11 years ago
Executing initRoom only when the websocket server provides a websocket ID to the client, otherwise, in case the AJAX call to enter_room.php terminates before the websocket handshake completes, we may end up in an inconsistent state with websocket messages sent without a websocket ID More... about 11 years ago
Preventing the server to terminate when an error occurs on disconnect without any message More... about 11 years ago
When a video ends, notify the JSON endpoint of its termination More... about 11 years ago
Style improvement on player loading div More... about 11 years ago
Implemented the new logic for managing session_id on rooms instead of user_id More... about 11 years ago
Exposing a method for getting the current playlist video More... about 11 years ago
Implemented the logic for marking a video as playing_done once ended More... about 11 years ago
Added a new view for showing the associations user_id -> room_id instead of session_id -> room_id More... about 11 years ago
Changed the association between user and room - now it's room_id -> session_id, not room_id -> user_id, so multiple sessions for the same user can be connected More... about 11 years ago
Fixed possible timezone related issues by always using GMT timestamps for calculating offsets More... about 11 years ago
Making pause-seek-play sequences work properly when it comes to clients sync More... about 11 years ago
Turning bugged sync shit into some working sync shit More... about 11 years ago
Style improvements More... about 11 years ago
Things are getting fucking wrong More... about 11 years ago
Still trying to fix seek sync More... about 11 years ago
Showing number of tracks and currently playing track on rooms modal dialog More... about 11 years ago
Always reset the player when the user moves to another room More... about 11 years ago
Fixed bugs when changing room More... about 11 years ago
Fixes More... about 11 years ago
Fixed bugs in websocket-based sync More... about 11 years ago
Sync logic More... about 11 years ago
Implemented seek correction logic for keeping all the clients in sync More... about 11 years ago