aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* OpenSim.Region.Communications.* is no more. Thanks to everyone who ↵Diva Canto2010-01-101-176/+0
| | | | contributed to these!
* Formatting cleanup.Jeff Ames2009-10-011-5/+5
|
* re-enable registration of user service authentication method I accidentally ↵Justin Clark-Casey (justincc)2009-09-241-11/+1
| | | | | | disabled a few commits ago load/save iar on a grid should now work, provided that the user service is this revision or newer
* Produce a different error message if the user service does not have the ↵Justin Clark-Casey (justincc)2009-09-241-23/+23
| | | | authenticate method available
* Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)2009-09-241-1/+42
| | | | | This should allow load/save iar to work for grid mode as long as the grid user service is later than this revision Grid services of earlier revisions will always erroneously report incorrect password. This will be addressed shortly.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵Justin Clarke Casey2009-04-221-4/+1
| | | | | | | | service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules
* * Fission OGS1UserServices into user service and OGS1 user data plugin ↵Justin Clarke Casey2009-04-221-738/+24
| | | | | | | | | 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
* Bug fix for standalone HG login. VerifySession should be local for local users.diva2009-04-181-1/+1
|
* Fix for minor bug introduced yesterday, HG only. Can't lookup the profile ↵diva2009-04-141-1/+1
| | | | when we're looking up the profile...
* Making OGS1UserServices friendly to subclassing.diva2009-04-141-29/+45
|
* * Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712009-04-131-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)
* * Introduced some experimental code with regards to asset data substitutionlbsa712009-04-081-0/+5
|
* Commented a couple of not very useful log messages that are cluttering the ↵diva2009-02-121-4/+4
| | | | log in sims that have objects belonging to foreign users.
* * optimized usings.lbsa712009-02-121-1/+1
|
* Plumb in the birthdate from the user server reply to the cacheMelanie Thielker2008-12-221-0/+1
|
* Add a null check. Mantis #2798idb2008-12-111-1/+1
|
* * minor: rename m_parent to m_commsManager to make it a little clearer what ↵Justin Clarke Casey2008-11-271-18/+18
| | | | it actually is
* * Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey2008-11-271-52/+0
| | | | | | * please say if this causes you a problem
* Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-251-1/+1
|
* WIP: Adding a few things to PresenceModule. Not quite finished yet.Homer Horwitz2008-11-241-1/+9
|
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-041-2/+2
|
* Add a bit more error-checking to GetFriendRegionInfos.Homer Horwitz2008-11-031-13/+24
|
* Thanks diva for a patch that removes an unnecessary dependency on ↵Dahlia Trimble2008-11-031-2/+2
| | | | CommunicationsOGS1 from OGS1UserServices
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-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.
* * refactor: collapse UpdateUserProfileProperties() into existing ↵Justin Clarke Casey2008-09-151-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.
* * Add "reset user password" command to standalone region consoleJustin Clarke Casey2008-09-151-0/+5
| | | | | | * Grid user server implementation to follow shortly
* * Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey2008-09-121-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.
* * This changes gridcomms types back to our home grown wholy controlled types. Teravus Ovares2008-09-061-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.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-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.
* Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker2008-08-191-16/+0
| | | | | | Attachments now save to MySQL. No reattach on login yet.
* Formatting cleanup.Jeff Ames2008-08-181-5/+5
|
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-161-1/+1
|
* Plumb in the partner and the account title fields for profile info.Melanie Thielker2008-08-151-0/+14
|
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-151-6/+8
|
* Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2008-08-141-0/+7
| | | | | | | This will have no effect unless both the UGAI and the region are this revision or later
* Mantis #1946Melanie Thielker2008-08-141-1/+3
| | | | | | | Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
* Patch #9161Melanie Thielker2008-08-081-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.
* * minor: log message twiddlingJustin Clarke Casey2008-08-011-6/+2
|
* Renaming UserManagerBase.SetUserProfile(UserProfileData) to Dr Scofield2008-07-041-0/+6
| | | | | | | | | | | UserManager.UpdateUserProfile(UserProfileData). Adding UpdateUserProfile(UserProfileData) to IUserService interface. Adding RemoteAdminPlugin.XmlRpcUpdateUserAccountMethod(...) to provide a remote update capability.
* mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield2008-07-041-1/+1
|
* Mantis#1626. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-281-1/+1
| | | | | Fixes IAvatarService for grid and standalone modes
* * Temporary workaround for mantis 1568. If the avatar apperance factory now ↵Justin Clarke Casey2008-06-191-9/+7
| | | | throws any exception, we will carry on with the default appearance rather than terminating the client login
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-6/+6
|
* * Committing more unfinished stuff. Nothing significant at the moment. IM ↵Teravus Ovares2008-06-011-0/+53
| | | | related.
* * Made UpdateUserCurrentRegion a bit more forgiving.lbsa712008-05-311-9/+35
|
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-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.
* we should be return null in these 2 places, though this won'tSean Dague2008-05-221-2/+2
| | | | | | help with the timeouts.
* Formatting cleanup.Jeff Ames2008-05-171-3/+3
|
* it helps when both sides of the xml-rpc server agree on the method namesSean Dague2008-05-161-2/+2
|