aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/TRPC/TCPClient.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+0
| | | | (this took a while to run).
* Comment out unused private methods.Jeff Ames2008-03-251-6/+7
|
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-041-14/+4
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* Added license to new filesTedd Hansen2008-01-121-1/+29
|
* Set svn:eol-style.Jeff Ames2008-01-121-124/+124
|
* New ScriptServer protocol successfully implemented.Tedd Hansen2008-01-121-5/+21
| | | | | Still needs hooking up for all commands in both ends, separation of local and remote LSL-commands, etc.
* ScriptServer communication protocol (v1), primitive RPC-like TCP client/serverTedd Hansen2008-01-121-0/+109