aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/AuthenticateSessionsBase.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-131/+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-31Moved AuthenticateSessionsBase to OpenSim.Framework (is likely to move again ↵MW1-105/+0
or be deleted and replaced with something else)
2007-05-31Started work on OpenGrid.Framework.CommunicationsMW1-2/+2
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-20Didn't want to get left behind in the number of commits, and hey it says ↵MW1-4/+0
there are some differences between my local copy and svn, so why not commit?
2007-05-19Border crossing back to mostly working, still seems a problem in that you ↵MW1-1/+22
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-19Number of small changesMW1-0/+1
2007-05-17Hopefully everything is working againMW1-0/+10
2007-05-17Attempt to fix trunk which someone broke <looks innocent>MW1-1/+1
2007-05-16a bit more refactoringMW1-0/+10
2007-05-16Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW1-0/+67
okay but needs a lot more testing.