aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Manager (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW4-270/+0
the Grid servers can be a separate solution to the region server.
2007-05-19Fixed small null reference buggareth1-0/+1
2007-05-19More authentication stuffgareth1-3/+14
2007-05-19ZOMG! Authentication!gareth1-1/+10
2007-05-19* TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby2-44/+48
changed something. * Updated solution files & build files via prebuild.
2007-05-19That shutdown function needs to call this....gareth1-9/+12
Added nice little delay to give time for the XML-RPC response to go back to the grid manager when shutting down
2007-05-18Added session IDs to the grid management agentgareth2-43/+46
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2-144/+144
class a bit and added a WorldBase class (that World now inherits from)
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-16rebuilt build filesgareth2-144/+144
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-16Cleaning up warningsAdam Frisby1-1/+1
2007-05-16Added OpenSimApplication as a base class to OpenSimMainMW1-43/+43
2007-05-16FIXED THE BUILD!gareth1-43/+43
2007-05-16* deleted some user fileslbsa711-12/+0
* ignored some files
2007-05-15fixed part of the bug from 116 (should no longer get the repeated Failed ↵MW2-0/+113
with exception System.IndexOutOfRangeException: Array index is out of range error)
2007-05-15updated Build/project files to include the new projects and new files.MW1-43/+43
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-14Finished off adding the new management API to gridservergareth3-1/+67
Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics
2007-05-14Added skeleton for grid management agentgareth2-0/+48