aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGridServices.GridServer/Main.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-271/+0
2007-06-20* and done the same for OGS..Adam Frisby1-3/+3
2007-06-11Seems someone deleted BaseServer.cs without removing references to itMW1-1/+1
2007-06-08Re-imported OpenGridServices from trunkMW1-0/+271
2007-06-08Deleted OpenGridServices folder as the easiest way to reimport the latest ↵MW1-272/+0
version from trunk
2007-06-05* Finished adding licensing declarations to everything (3/3)Adam Frisby1-7/+6
2007-06-05* Fixed OGS buildAdam Frisby1-6/+6
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in
2007-05-28DB4o is re-tah-ded. (Changed default DB provider to MySQL)Adam Frisby1-1/+1
2007-05-28* Upped status check to once every 3 hours (from 5 minutes)Adam Frisby1-2/+2
* Disabled GridManager for the moment (requires better security for public grids)
2007-05-25Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵MW1-24/+57
this): Re-added a CLI "create user" command to the userserver, only currently works if using DB4o as the database provider. Added Xml config files to both the UserServer and Gridserver (UserServerConfig.xml and GridServerConfig.xml), so that the database provider can be set in it. (both currently default to DB4o , so maybe Adam will want to change it back to defaulting to MySQL)
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-20* Minor tweaks with new userserverAdam Frisby1-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
2007-05-20Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from ↵morphw1-0/+1
region servers (on behalf of users)
2007-05-17Fixed grid management agentgareth1-2/+2
2007-05-14Check if we have arguments before processing them.Adam Frisby1-1/+4
2007-05-14* Commented out GridManager lines until they are checked into SVNAdam Frisby1-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.
2007-05-14Unbreaking trunk kthxbai!Adam Frisby1-1/+1
2007-05-14Finished off adding the new management API to gridservergareth1-0/+11
Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics
2007-05-14Added -setuponly switch to gridservergareth1-5/+8
KILLED THE GRIDSERVER'S CONSOLE VICIOUSLY AND WITHOUT MERCY!!!! Added gridserver setup to InitSetup() in ServiceManager
2007-05-13Setting default grid server to DB4oAdam Frisby1-1/+1
2007-05-13* Fixed MySQL Grid ManagerAdam Frisby1-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.
2007-05-12EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵Adam Frisby1-6/+6
to include Log Priority)
2007-05-07Merged 0.1-prestable back into trunk :(gareth1-2/+4
2007-05-04Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby1-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.
2007-04-26added just what opensim needs...yet another command line option: -noverbose ↵MW1-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)
2007-04-13Fixed weird XML/HTTP bugsgareth1-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
2007-04-12aaaaaaarrrrrrrrrggggghhhhhhhh why oh why?gareth1-2/+5
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa711-51/+81
* Now dumping default value in config. *
2007-04-11* Started on converting UserHTTPServer to BaseHttpServerlbsa711-0/+1
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
2007-04-02minor buggareth1-1/+1
2007-04-02Moved grid configuration to Db4o databasegareth1-15/+35
2007-04-02Added sim check timergareth1-2/+38
2007-04-02Added new REST protocol (partially complete)gareth1-4/+11
Made sim profiles load from DB Updated build files for grid server Added sim login
2007-03-28* log file name conflictlbsa711-1/+1
2007-03-27* Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa711-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)
2007-03-25Finished adding the grid server to prebuildgareth1-55/+33
2007-03-24Brought in the OGS user server into the main trunk (in a rather messy way)gareth1-6/+84
2007-03-22brought zircon branch into trunkgareth1-0/+0
2007-03-14Merged ogs-cs into trunkgareth1-89/+59
2007-03-13added movement etc from r191gareth1-17/+26
2007-03-13Rolled back all but the VS solutiongareth1-26/+17
2007-03-13-- Trying to get trunk to run from first buildlbsa711-17/+26
* Collected required dll's into /bin * Moved timer start for great justice * Added some Writes to Console, and a Status field * Added dumb NullPhysicsScene and NullPhysicsActor that kicks in if Physics Plugin not specified * Svn-ignored a shitload
2007-03-08Primitive's shape and scale are now saved into database and reloaded.MW1-13/+18
New ServerConsole command: regenerate - will regenerate the terrain of the whole sim.
2007-03-08Another attemp to fix the Session Logout bugMW1-2/+5
World map data is now saved in database and recovered on startup. Primitives are now backed up to a local database and reloaded on startup.
2007-03-07fixed last screwupgareth1-0/+0
2007-03-07Imported branchgareth1-0/+194