aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.UserServer/Main.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added just what opensim needs...yet another command line option: -noverbose ↵MW2007-04-261-1/+1
| | | | . cut down on the system console output (should really be stopping it all but not all output is going through OpenSim.Framework.Console)
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-111-103/+103
| | | | | | * Now dumping default value in config. *
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-111-0/+6
| | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
* Added POST handler for /sims/ in the grid servergareth2007-04-111-25/+36
| | | | | | | | | 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
* Added help linegareth2007-04-021-6/+7
|
* Added DB backing for user profilesgareth2007-04-021-2/+28
| | | | | | Added "create profile command"
* Finished putting user server config into Db4ogareth2007-04-021-42/+41
|
* * log file name conflictlbsa712007-03-281-1/+1
|
* * Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa712007-03-271-162/+53
| | | | | | | | | | | | 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)
* Brought in the OGS user server into the main trunk (in a rather messy way)gareth2007-03-241-0/+259