aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.GridServer/Main.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-239/+0
| | | | the Grid servers can be a separate solution to the region server.
* * Minor tweaks with new userserverAdam Frisby2007-05-201-1/+1
| | | | | | | | * Fixed password encoding to match MD5 standard properly. * Fixed exception caused on user first login (minor) * Fixed exception caused by incorrect username (minor) * Returns login error rather than grid error if username is incorrect
* Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from ↵morphw2007-05-201-0/+1
| | | | region servers (on behalf of users)
* Fixed grid management agentgareth2007-05-171-2/+2
|
* Check if we have arguments before processing them.Adam Frisby2007-05-141-1/+4
|
* * Commented out GridManager lines until they are checked into SVNAdam Frisby2007-05-141-1/+1
| | | | | * Added new GetProfilesInRange(x,y,x,y) data function to return sim profiles between certain coordinates (for use with World Map information, etc). Implemented in GridServer.Data.Mysql - stub functions placed in other data providers.
* Unbreaking trunk kthxbai!Adam Frisby2007-05-141-1/+1
|
* Finished off adding the new management API to gridservergareth2007-05-141-0/+11
| | | | | | | | Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics
* Added -setuponly switch to gridservergareth2007-05-141-5/+8
| | | | | | | KILLED THE GRIDSERVER'S CONSOLE VICIOUSLY AND WITHOUT MERCY!!!! Added gridserver setup to InitSetup() in ServiceManager
* Setting default grid server to DB4oAdam Frisby2007-05-131-1/+1
|
* * Fixed MySQL Grid ManagerAdam Frisby2007-05-131-2/+2
| | | | | | | * Added preliminary support for DB UserServer (incomplete) * Added better handling of defaults to Grid Manager. * Renamed SQL/regions.sql to SQL/mysql-regions.sql.
* EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵Adam Frisby2007-05-121-6/+6
| | | | to include Log Priority)
* Merged 0.1-prestable back into trunk :(gareth2007-05-071-2/+4
|
* Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby2007-05-041-9/+15
| | | | | | | | Status: * Prebuild will be broken, someone needs to update prebuild.xml with the new dependencies. * The sim status check function does not yet function. * Sims must be manually added to the database - automatic insertion isnt supported yet.
* added just what opensim needs...yet another command line option: -noverbose ↵MW2007-04-261-4/+4
| | | | . cut down on the system console output (should really be stopping it all but not all output is going through OpenSim.Framework.Console)
* Fixed weird XML/HTTP bugsgareth2007-04-131-15/+5
| | | | | | | | Can now update a sim profile at startup automatically! W00t! Untested neighbours code (for sim crossings) Didn't drink any red bull today :( Used liquid guarana extract + cola
* aaaaaaarrrrrrrrrggggghhhhhhhh why oh why?gareth2007-04-121-2/+5
|
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-111-51/+81
| | | | | | * Now dumping default value in config. *
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-111-0/+1
| | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
* minor buggareth2007-04-021-1/+1
|
* Moved grid configuration to Db4o databasegareth2007-04-021-15/+35
|
* Added sim check timergareth2007-04-021-2/+38
|
* Added new REST protocol (partially complete)gareth2007-04-021-4/+11
| | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login
* * 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-201/+90
| | | | | | | | | | | | 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/+237