aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/UserProfile.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-62/+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-0/+1
there are some differences between my local copy and svn, so why not commit?
2007-05-15Changed session ID generation to use crypto generator, and this time - work. ↵Adam Frisby1-6/+7
Heh.
2007-05-12PROTIP: System.Random isn't actually random. Use RNGCryptoServiceProvider in ↵Adam Frisby1-2/+10
System.Security.Cryptography if your generating random numbers for security related purposes.
2007-04-25Small clean up of files and directoriesMW1-1/+1
2007-04-14In the grid, there is life!gareth1-2/+3
OGS now functional again, can login! w00t
2007-03-28After hours of searching for a bug, it works - User accounts in sandbox ↵MW1-0/+1
mode, currently they are not persistent between restarts (ie restarting opensim.exe) but should be persistent between sessions (login/ logout). Use the -account command line arg to enable them and then create new accounts through the web interface
2007-03-22brought zircon branch into trunkgareth1-0/+50