aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.GridServer/GridHttp.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-111-4/+9
| | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
* * Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServerlbsa712007-04-111-2/+3
|
* Added POST handler for /sims/ in the grid servergareth2007-04-111-19/+91
| | | | | | | | | Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
* Began adding POST handler for /sims REST stuffgareth2007-04-061-3/+10
|
* Added SimUUIDgareth2007-04-041-0/+2
| | | | | | Added empty POST for /sims in REST on gridserver
* Finished initial sim<>Grid login (kinda)gareth2007-04-031-1/+0
| | | | | | | Can login but no config data sent/updated yet
* Added new REST protocol (partially complete)gareth2007-04-021-56/+96
| | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login
* Added more infrastructure for OGSgareth2007-03-281-0/+15
|
* * Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa712007-03-271-4/+4
| | | | | | | | | | | | show's * Removed Golden Future TCP/SimChat options * Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations) * Normalized some namespaces * Added FxCop project * Added (temp disabled) Servers project (for great justice)
* Finished adding the grid server to prebuildgareth2007-03-251-0/+166