aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/AuthenticateSessionsRemote.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-72/+0
2007-06-10Prim creation working.MW1-25/+0
2007-06-07*Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen1-1/+1
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning
2007-06-05* Added proper copyright notices to everything (1/3)Adam Frisby1-0/+27
2007-06-05* Removing dead commentsAdam Frisby1-1/+0
2007-05-31Die AuthenticateSessionsRemote. hrrm okay don't die, just partially die MW1-22/+0
2007-05-31Started work on OpenGrid.Framework.CommunicationsMW1-0/+1
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-19Border crossing back to mostly working, still seems a problem in that you ↵MW1-0/+2
need to stop walking just after you cross the border for it to work properly (else you will continue moving into a negative position in the first sim)
2007-05-16Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW1-0/+44
okay but needs a lot more testing.