aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-26Commented a log message related to users not found, because it floods the ↵diva1-4/+4
log when the sims have prims from foreign users.
2009-04-23* Allow interested user data plugins to store temporary user profilesJustin Clarke Casey1-0/+5
* Database and the OGS1 plugins are not interested and hence ignore these calls
2009-04-22* Fission OGS1UserServices into user service and OGS1 user data plugin ↵Justin Clarke Casey1-266/+164
components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims
2009-04-18Bug fix for standalone HG login. VerifySession should be local for local users.diva1-1/+1
2009-04-14Fix for minor bug introduced yesterday, HG only. Can't lookup the profile ↵diva1-1/+1
when we're looking up the profile...
2009-04-14Making OGS1UserServices friendly to subclassing.diva1-29/+45
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-75/+93
* Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere)
2009-04-08* Introduced some experimental code with regards to asset data substitutionlbsa711-0/+5
2009-02-12Commented a couple of not very useful log messages that are cluttering the ↵diva1-4/+4
log in sims that have objects belonging to foreign users.
2009-02-12* optimized usings.lbsa711-1/+1
2008-12-22Plumb in the birthdate from the user server reply to the cacheMelanie Thielker1-0/+1
2008-12-11Add a null check. Mantis #2798idb1-1/+1
2008-11-27* minor: rename m_parent to m_commsManager to make it a little clearer what ↵Justin Clarke Casey1-18/+18
it actually is
2008-11-27* Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey1-52/+0
* please say if this causes you a problem
2008-11-25Add copyright headers. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-24WIP: Adding a few things to PresenceModule. Not quite finished yet.Homer Horwitz1-1/+9
2008-11-04Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-11-03Add a bit more error-checking to GetFriendRegionInfos.Homer Horwitz1-13/+24
2008-11-03Thanks diva for a patch that removes an unnecessary dependency on ↵Dahlia Trimble1-2/+2
CommunicationsOGS1 from OGS1UserServices
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-1/+59
on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs.
2008-09-15* refactor: collapse UpdateUserProfileProperties() into existing ↵Justin Clarke Casey1-28/+23
UpdateUserProfile * the methods were identical except that the Properties one did a check for the user profile beforehand. However, every caller was doing this already anyway.
2008-09-15* Add "reset user password" command to standalone region consoleJustin Clarke Casey1-0/+5
* Grid user server implementation to follow shortly
2008-09-12* Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey1-9/+26
* This patch aims to introduce look at direction persistence between logins. It won't be active until the second part of the patch is committed in about two weeks time. At this point, region servers that haven't upgraded past this revision may run into problems * This checkin upgrades the user database. As always, we recommend you have backups in case something goes wrong. * Many thanks to tyre for this patch.
2008-09-06* This changes gridcomms types back to our home grown wholy controlled types. Teravus Ovares1-10/+10
* These are different types then the OMV types because changing them causes just about all grid comms to break. If these were the libOMV types, then libOMV couldn't change them ever again after that.. or we'd have a breakage whenever they changed them. * This might introduce a map issue. Still checking it out.
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-41/+41
* 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.
2008-08-19Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker1-16/+0
Attachments now save to MySQL. No reattach on login yet.
2008-08-18Formatting cleanup.Jeff Ames1-5/+5
2008-08-16Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-08-15Plumb in the partner and the account title fields for profile info.Melanie Thielker1-0/+14
2008-08-15Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames1-6/+8
2008-08-14Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker1-0/+7
This will have no effect unless both the UGAI and the region are this revision or later
2008-08-14Mantis #1946Melanie Thielker1-1/+3
Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
2008-08-08Patch #9161Melanie Thielker1-2/+2
Increase GetUserProfile timeout from 6 to 30 seconds. Because the worker thread fo the XMLRPC data pump sits on a lock while the system starts, regions with upwards of 6000 prims throw and exception when that thread gets blocked for more than 6 seconds, due to this timeout, and won't start.
2008-08-01* minor: log message twiddlingJustin Clarke Casey1-6/+2
2008-07-04Renaming UserManagerBase.SetUserProfile(UserProfileData) to Dr Scofield1-0/+6
UserManager.UpdateUserProfile(UserProfileData). Adding UpdateUserProfile(UserProfileData) to IUserService interface. Adding RemoteAdminPlugin.XmlRpcUpdateUserAccountMethod(...) to provide a remote update capability.
2008-07-04mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield1-1/+1
2008-06-28Mantis#1626. Thank you kindly, Melanie for a patch that:Charles Krinke1-1/+1
Fixes IAvatarService for grid and standalone modes
2008-06-19* Temporary workaround for mantis 1568. If the avatar apperance factory now ↵Justin Clarke Casey1-9/+7
throws any exception, we will carry on with the default appearance rather than terminating the client login
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-6/+6
2008-06-01* Committing more unfinished stuff. Nothing significant at the moment. IM ↵Teravus Ovares1-0/+53
related.
2008-05-31* Made UpdateUserCurrentRegion a bit more forgiving.lbsa711-9/+35
2008-05-31* Implements UserServer logoff in a few situationsTeravus Ovares1-0/+30
* User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there. * From the UserServer, admin types 'logoff-user firstname lastname message'. * Some regions may not get the message because they're not updated yet.
2008-05-22we should be return null in these 2 places, though this won'tSean Dague1-2/+2
help with the timeouts.
2008-05-17Formatting cleanup.Jeff Ames1-3/+3
2008-05-16it helps when both sides of the xml-rpc server agree on the method namesSean Dague1-2/+2
2008-05-16some more wrapping of errors in user service on appearance forSean Dague1-9/+15
safety
2008-05-16front end of OGS1 Appearance bits. Now I need to write theSean Dague1-3/+47
back end.
2008-05-16starting to put appearance into grid comms. now I know why Sean Dague1-1/+34
everyone hates OGS1
2008-05-16Formatting cleanup.Jeff Ames1-21/+21