Andy Janata
|
b73320d614
|
keep track of the last time a client started a long polling operation so we can eventually use that to remove dead clients
|
2011-12-24 19:35:28 -08:00 |
Andy Janata
|
10a4d4e62e
|
refactor ConnectedUsers a bit to make broadcasting easier
|
2011-12-24 19:34:57 -08:00 |
Andy Janata
|
c1e033cd65
|
refactor Handler:
- abstract class
- so I could make an error() function to create the Map in one place
RegisterHandler also checks nicks against a regex
|
2011-12-24 19:34:22 -08:00 |
Andy Janata
|
87c77993af
|
refactor the js code into several files. need to further refactor the ajax handlers, and make the server automatically assemble the list of files the client needs.
some sort of dependency ordering needs enforced too.
|
2011-12-22 18:48:20 -08:00 |
Andy Janata
|
1b9caf3bef
|
rework the initial request error checking in the servlets to be a bit better, and return an error code to the client that the client can then act on (instead of just a string)
|
2011-12-22 18:44:03 -08:00 |
Andy Janata
|
cb4d4413c2
|
randomize the timeout in the long poll servlet so all clients don't hammer it at the same time
|
2011-12-22 18:43:13 -08:00 |
Andy Janata
|
5aacc0ac32
|
- add long polling support
- broadcast a message when a new user connects
- utilize the long polling to deliver the message to existing clients
|
2011-12-22 14:19:59 -08:00 |
Andy Janata
|
727f1cf3c0
|
- refactor out common things from AjaxServlet so it can be used elsewhere
- fix some guice stuff
|
2011-12-22 14:19:22 -08:00 |
Andy Janata
|
c0fe506fc5
|
added user-specific files
|
2011-12-16 16:41:46 -08:00 |
Andy Janata
|
b91bbfed61
|
.gitignore: build
|
2011-12-16 16:41:13 -08:00 |
Andy Janata
|
668f9fe87d
|
initial commit
|
2011-12-16 16:39:52 -08:00 |