aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGrid.Framework.Manager/GridManagementAgent.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-140/+0
2007-06-08Re-imported OpenGridServices from trunkMW1-0/+140
2007-06-08Deleted OpenGridServices folder as the easiest way to reimport the latest ↵MW1-76/+0
version from trunk
2007-06-05* Finished adding licensing declarations to everything (3/3)Adam Frisby1-4/+5
2007-06-05* Weird didnt commit inventory beforeAdam Frisby1-1/+1
2007-06-02* GridManagementAgent is now documentedAdam Frisby1-2/+65
2007-05-25Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵MW1-71/+76
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-19Fixed small null reference buggareth1-0/+1
2007-05-19ZOMG! Authentication!gareth1-1/+10
2007-05-18Added session IDs to the grid management agentgareth1-0/+2
2007-05-17Implemented initial login code for the management agentgareth1-0/+24
TODO: crypto-secure random session ID, data providers - HELP ME JEBUS (Or Adam)
2007-05-14Finished off adding the new management API to gridservergareth1-1/+30
Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics
2007-05-14Added skeleton for grid management agentgareth1-0/+6