0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated formatting in README
jsx
More... about 11 years ago
Updated README with v0.2 release note
jsx
More... about 11 years ago
Fixed showing undefined when empty msg is submitted
JSX
More... about 11 years ago
Added message notificatioon on title bar when new message comes and the chat window is not in focus
JSX
More... about 11 years ago
Added feature to clear chat log
JSX
More... about 11 years ago
Added 'User is typing..' notification system
JSX
More... about 11 years ago
Put websocket link back to sky.rebugged.com from localhost
JSX
More... about 11 years ago
Security Fix: Added provision to strip html tags from user input
JSX
More... about 11 years ago
Replaced cloud lightning image with a modified one to match the new background color
JSX
More... about 11 years ago
Finished improved UI and its implemented all the basic features in it
JSX
More... about 11 years ago
Beautified the chatter list sidebar
JSX
More... over 11 years ago
Removed some style declarations that have been become obsolete/not-required as part of the design rewrite.
JSX
More... over 11 years ago
Corrected container width and hence horizontal centering of chat area
JSX
More... over 11 years ago
Added content-type declaration in index.html file
JSX
More... over 11 years ago
Update README.md
jsx
More... over 11 years ago
Radical changes in chat UI.
JSX
More... over 11 years ago
Update README.md
jsx
More... over 11 years ago
Added url to demo page in README
jsx
More... over 11 years ago
updated readme file
jsx
More... over 11 years ago
Create README.md
jsx
More... over 11 years ago
Added validation of request.requestedProtocols so that if the client is requesting with a protocol not accepted by the server, the server will gracefully reject the request rather than breaking down into flames
JSX
More... over 11 years ago
Fixed the 'send' button design which was kinda ugly in Google Chrome
JSX
More... over 11 years ago
Messages send by a person are now shown in his chat log at the same time he hits the send button, instead of actually sending the message to the server 1st and then waiting for the server to broadcast the message to show it. This tweak should add up to the realtime illusion the user is having. Even though the message send by a user could take a few microseconds/seconds to be actually broadcasted, we are making this delay transparent to the user. damn verbose..
JSX
More... over 11 years ago
Removed e.charCode === 0 check from the code to capture enter key since it was not working in Chrome. Also added enter key submission for nickname submission.
JSX
More... over 11 years ago
Added message sending on enter key
JSX
More... over 11 years ago
Renamed chat.html to index.html
JSX
More... over 11 years ago
Added a loading message to be shown while the client is negotiating the connection with the server
JSX
More... over 11 years ago
Separated styles to css/styles.css
JSX
More... over 11 years ago
Refined code. Fixed connection close handling in 'active chatters' list
JSX
More... over 11 years ago
First commit. Minimal functional version.
JSX
More... over 11 years ago