aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/UserProfileData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-4/+4
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-5/+9
|
* Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ↵Kunnis2009-12-061-8/+0
| | | | | | not even stored in mysql. Signed-off-by: Melanie <melanie@t-data.com>
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Apply http://opensimulator.org/mantis/view.php?id=1448Justin Clark-Casey (justincc)2009-08-111-0/+11
| | | | | | Store and retrieve user profile url at runtime Not yet persisted Thanks Fly-Man
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Comment out user profile cache update method for nowJustin Clarke Casey2009-04-211-1/+6
|
* * Changed all privates to m_ schemelbsa712009-04-131-100/+100
|
* * Add a method to allow friendship offers to a logged in client from an ↵Justin Clarke Casey2008-12-231-0/+8
| | | | offline user directly from the server
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-1/+1
| | | | | | libOMV.
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-1/+1
| | | | | | | | | release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-1/+1
| | | | | | | | * Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly
* implement email field for MySQL and SQLiteSean Dague2008-11-041-1/+1
| | | | | From: Sean Dague <sdague@gmail.com>
* add email field to UserProfileData objectSean Dague2008-11-041-32/+43
| | | | | | | | remove virtual setting from properties, as that was legacy that I put in there a while back From: Sean Dague <sdague@gmail.com>
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-19/+19
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* - corrects statement about {asset,user,inventory} source configurationDr Scofield2008-08-211-2/+6
| | | | | | | | | | | | | as those all work with MySQL (and are in fact required it seems); adds examples as well - adds region_file_template functionality for the create_region XmlRpc call of RemoteAdminPlugin - cleans up and fixes typo in UserProfileData
* Plumb in the partner and the account title fields for profile info.Melanie Thielker2008-08-151-0/+14
|
* Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2008-08-141-1/+19
| | | | | | | This will have no effect unless both the UGAI and the region are this revision or later
* Mantis #1946Melanie Thielker2008-08-141-0/+10
| | | | | | | Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
* make lots of properties virtual, which lets nhibernate doSean Dague2008-06-251-29/+29
| | | | | | some proxy object optimizations.
* * Spring cleaning.Adam Frisby2008-04-291-205/+149
| | | | | * Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
* add some convenience properties. Move all the fieldsSean Dague2008-04-101-69/+100
| | | | | | to the top of the file.
* further renaming of properties for claritySean Dague2008-04-101-73/+73
|
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-23/+221
| | | | | | | actually a little more work than I expected given the copious use of out params.
* split out UserProfileSean Dague2008-04-091-67/+0
|
* * Introduced common abstract UserDataBase providerlbsa712008-03-281-13/+1
| | | | | | * Weeded out multiple AvatarPickerAvatar classes
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
|
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-1/+1
| | | | | | * Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon.
* * Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares2008-01-091-0/+4
| | | | | | | | * Added the web_login_key to the users table * Added happy configurable http error message pages * This update is large enough to have 'awe' value.. so backup your users or weep. * Not tested on MSSQL, even though I added code to update the tables!
* * Optimized usingslbsa712007-12-271-8/+7
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, ↵Teravus Ovares2007-11-131-0/+13
| | | | | | | manually trying to add a friend (with the add button) or useful to those who are curious which usernames have visited your standalone sim. Important for future development :D. * Grid mode always returns 0 results until the Grid Communications portion is done.
* * Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa712007-10-311-0/+214