- Oct 09, 2011
- Oct 08, 2011
- Oct 06, 2011
- Oct 05, 2011
- Sep 30, 2011
- Sep 29, 2011
-
-
rswindell authored
copy of each line, but return pointer into str list (with no automatic white-space truncation). Thanks to Deuce for pointing out both issues.
-
rswindell authored
lists: don't copy the ini line into an automatic (stack) variable and return a pointer to it (bad), return a pointer to the value in the string list instead. This has the side-effect of trimming white-space from the end of "key = value" lines in the string list, but it's been determined that is okay (use "key : value" syntax to preserve trailing white-space).
-
ree authored
the websocket guys decided that the handshake needs to hash some junk with sha1 for no reason whatsoever...jerks
-
ree authored
Implemented version 7 of the websocket protocol. This adds support for Firefox 6+, Chrome 13+ and IE 10+
-
deuce authored
-
deuce authored
to hopefully make SyncTERM stop disabling the screen saver.
-
- Sep 28, 2011
-
-
mcmlxxix authored
-
- Sep 27, 2011
-
-
mcmlxxix authored
-
- Sep 26, 2011
-
-
mcmlxxix authored
make screen updates smarter (sort y,x)
-
- Sep 23, 2011
- Sep 21, 2011
- Sep 20, 2011
-
-
mcmlxxix authored
-
mcmlxxix authored
added scope property to outbound packets, moved ping/pong from socket prototype to client object, misc updates
-
mcmlxxix authored
updated record identifying functions to allow top-level object access, track subscriptions (for dupe checking and faster subscription release)
-
mcmlxxix authored
separate service module shared objects, added error reporting standard, miscellaneous other shenanigans
-
deuce authored
-