]> git.scottworley.com Git - reliable-chat/history - server
Export the server start time
[reliable-chat] / server /
2012-08-19 Scott WorleyExport the server start time
2012-08-19 Scott WorleyTest message drops due to hitting the limit
2012-08-19 Scott WorleySwitch to using defer to clean up after tests
2012-08-19 Scott Worleygofmt
2012-08-19 Scott WorleyCount drops due to reaching the message limit
2012-08-19 Scott WorleyMake message limit flag-controlled
2012-08-19 Scott WorleyRemove /frame support
2012-08-16 Scott WorleyOptionally specify an address to bind to
2012-08-06 Scott Worleyrobots.txt: Disallow *
2012-08-03 Scott WorleySend old clients a deprecation warning
2012-08-03 Scott WorleyAdd license (AGPL)
2012-08-03 Scott WorleyMerge skitch's changes.
2012-08-01 Scott WorleyFetch with direct cross-origin XMLHttpRequests
2012-08-01 Scott WorleyTrack /frame usage.
2012-08-01 Scott WorleyActually use the command line flags
2012-07-30 Scott WorleyBidirectional communication!
2012-07-29 Scott WorleyFactor out copy/pasted message testing
2012-07-29 Scott WorleyAdd an id to messages
2012-07-28 Scott WorleyTest with since == message time
2012-07-28 Scott WorleyTest partial fetch
2012-07-28 Scott Worleygofmt
2012-07-28 Scott WorleyTest multiple listeners
2012-07-28 Scott WorleyTest fetch blocking
2012-07-28 Scott WorleyCounters!
2012-07-28 Scott WorleyAllow port to be specified. Default resonably.
2012-07-28 Scott WorleyShut down the message store after each test
2012-07-28 Scott WorleyCopy less: pass messages by pointer
2012-07-28 Scott WorleyAdd a test
2012-07-28 Scott WorleyFetch returns a list of messages
2012-07-28 Scott WorleyWait when since == last message time
2012-07-28 Scott WorleyDecode URL parameters
2012-07-28 Scott WorleyFirst cut at minimum-functionality server