aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/UserProfile.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Didn't want to get left behind in the number of commits, and hey it says ↵MW2007-05-201-0/+1
| | | | there are some differences between my local copy and svn, so why not commit?
* Changed session ID generation to use crypto generator, and this time - work. ↵Adam Frisby2007-05-151-6/+7
| | | | Heh.
* PROTIP: System.Random isn't actually random. Use RNGCryptoServiceProvider in ↵Adam Frisby2007-05-121-2/+10
| | | | System.Security.Cryptography if your generating random numbers for security related purposes.
* Small clean up of files and directoriesMW2007-04-251-1/+1
|
* In the grid, there is life!gareth2007-04-141-2/+3
| | | | | | OGS now functional again, can login! w00t
* After hours of searching for a bug, it works - User accounts in sandbox ↵MW2007-03-281-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
* brought zircon branch into trunkgareth2007-03-221-0/+50