]> git.scottworley.com Git - reliable-chat/history - webclient
/speak requests are permitted cross-origin
[reliable-chat] / webclient /
2012-08-19 Scott WorleyUse XMLHttpRequest POST to send messages
2012-08-19 Scott WorleyCSS class for local messages
2012-08-19 Scott WorleyDon't send empty messages
2012-08-19 Scott Worley/nick currentnick should do nothing
2012-08-19 Scott Worley/nosuchcommand shouldn't speak
2012-08-19 Scott Worley"/no such command" shouldn't speak
2012-08-17 Scott WorleyAdd the Heroku server
2012-08-16 Scott WorleyAdd reliablechat-chk.rhcloud.com:80 server
2012-08-06 Scott WorleyColors: Soften the whites a little
2012-08-06 Scott WorleyMulti-line input box
2012-08-06 Scott WorleySeparate count, timestamp, and message with spaces
2012-08-05 Scott WorleyLink to the project homepage
2012-08-05 Scott WorleyLinks should be rel="nofollow"
2012-08-04 Scott WorleyPut the date in the hover as well
2012-08-04 Scott WorleyURL detection
2012-08-04 Scott WorleyTimestamp hover shows all servers' timestamps
2012-08-04 Scott WorleyClassify different kinds of messages
2012-08-04 Scott WorleyTake UI creation out of rcaddmessagetohistory
2012-08-03 Scott WorleyDisplay a server count for each message
2012-08-03 Scott WorleyFeed the median-timestamp updates back into the UI
2012-08-03 Scott WorleyPut timestamps in a separate span
2012-08-03 Scott WorleyFix odd case of median
2012-08-03 Scott WorleyPreserve history's in-order invariant
2012-08-03 Scott WorleyKeep messages sorted by timestamp
2012-08-03 Scott WorleyFix initial servertimes entry.
2012-08-03 Scott WorleyCalculate the median of the server timestamps
2012-08-03 Scott WorleyKeep server timestamps for all copies
2012-08-03 Scott WorleyDocumentation: What's in a message
2012-08-03 Scott WorleyKeep messages around as values in seen.
2012-08-03 Scott WorleyPass message on *after* setting since.
2012-08-03 Scott WorleyTimestamps for incoming messages
2012-08-03 Scott WorleyMinor syntax cleanup
2012-08-03 Scott Worleyrcaddmessagetohistory() accepts a message object
2012-08-03 Scott WorleyA little tiny bit of documentation
2012-08-03 Scott WorleyStreamline /command checking a little
2012-08-03 Scott WorleyLeave out the anonymous nick reminders for now
2012-08-03 Scott WorleyRemove useless postMessage call
2012-08-03 Scott WorleyAdd license (AGPL)
2012-08-03 Scott WorleyMerge skitch's changes.
2012-08-03 Jason HibbsDark color scheme
2012-08-03 Jason HibbsMove the status indicators to the right.
2012-08-03 Jason HibbsScroll history without input. Input above status
2012-08-03 Jason HibbsBetter visibility for the server status indicators
2012-08-03 Jason Hibbs/me support
2012-08-03 Jason HibbsAuto-focus the input field.
2012-08-01 Scott WorleyFetch with direct cross-origin XMLHttpRequests
2012-08-01 Scott WorleyMake /nick reminder a little more visible
2012-07-30 Scott WorleyMove javascript and css into the html file.
2012-07-30 Scott WorleyMore "var" in variable declarations.
2012-07-30 Scott WorleyImplement nicknames
2012-07-30 Scott WorleyActual server list
2012-07-30 Scott WorleyStatus bar indicators
2012-07-30 Scott WorleyBidirectional communication!
2012-07-29 Scott WorleySend messages with <img src="...">
2012-07-29 Scott WorleyDon't autocomplete in the input field.
2012-07-29 Scott WorleyThis 'form' is never submitted.
2012-07-29 Scott WorleyStart poking at the web client.