Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵ | Justin Clarke Casey | 2009-04-22 | 1 | -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 Casey | 2009-04-22 | 1 | -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. | diva | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | Fix for minor bug introduced yesterday, HG only. Can't lookup the profile ↵ | diva | 2009-04-14 | 1 | -1/+1 |
| | | | | when we're looking up the profile... | ||||
* | Making OGS1UserServices friendly to subclassing. | diva | 2009-04-14 | 1 | -29/+45 |
| | |||||
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 1 | -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 substitution | lbsa71 | 2009-04-08 | 1 | -0/+5 |
| | |||||
* | Commented a couple of not very useful log messages that are cluttering the ↵ | diva | 2009-02-12 | 1 | -4/+4 |
| | | | | log in sims that have objects belonging to foreign users. | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | Plumb in the birthdate from the user server reply to the cache | Melanie Thielker | 2008-12-22 | 1 | -0/+1 |
| | |||||
* | Add a null check. Mantis #2798 | idb | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | * minor: rename m_parent to m_commsManager to make it a little clearer what ↵ | Justin Clarke Casey | 2008-11-27 | 1 | -18/+18 |
| | | | | it actually is | ||||
* | * Remove unused and largely unimplemented UpdateUserCurrentRegion() | Justin Clarke Casey | 2008-11-27 | 1 | -52/+0 |
| | | | | | | * please say if this causes you a problem | ||||
* | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-25 | 1 | -1/+1 |
| | |||||
* | WIP: Adding a few things to PresenceModule. Not quite finished yet. | Homer Horwitz | 2008-11-24 | 1 | -1/+9 |
| | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-04 | 1 | -2/+2 |
| | |||||
* | Add a bit more error-checking to GetFriendRegionInfos. | Homer Horwitz | 2008-11-03 | 1 | -13/+24 |
| | |||||
* | Thanks diva for a patch that removes an unnecessary dependency on ↵ | Dahlia Trimble | 2008-11-03 | 1 | -2/+2 |
| | | | | CommunicationsOGS1 from OGS1UserServices | ||||
* | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 2008-11-01 | 1 | -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 Casey | 2008-09-15 | 1 | -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 console | Justin Clarke Casey | 2008-09-15 | 1 | -0/+5 |
| | | | | | | * Grid user server implementation to follow shortly | ||||
* | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 2008-09-12 | 1 | -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 Ovares | 2008-09-06 | 1 | -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 JHurliman | Teravus Ovares | 2008-09-06 | 1 | -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 Thielker | 2008-08-19 | 1 | -16/+0 |
| | | | | | | Attachments now save to MySQL. No reattach on login yet. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -5/+5 |
| | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-16 | 1 | -1/+1 |
| | |||||
* | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 2008-08-15 | 1 | -0/+14 |
| | |||||
* | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 2008-08-15 | 1 | -6/+8 |
| | |||||
* | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 2008-08-14 | 1 | -0/+7 |
| | | | | | | | This will have no effect unless both the UGAI and the region are this revision or later | ||||
* | Mantis #1946 | Melanie Thielker | 2008-08-14 | 1 | -1/+3 |
| | | | | | | | Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling. | ||||
* | Patch #9161 | Melanie Thielker | 2008-08-08 | 1 | -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 twiddling | Justin Clarke Casey | 2008-08-01 | 1 | -6/+2 |
| | |||||
* | Renaming UserManagerBase.SetUserProfile(UserProfileData) to | Dr Scofield | 2008-07-04 | 1 | -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 Scofield | 2008-07-04 | 1 | -1/+1 |
| | |||||
* | Mantis#1626. Thank you kindly, Melanie for a patch that: | Charles Krinke | 2008-06-28 | 1 | -1/+1 |
| | | | | | Fixes IAvatarService for grid and standalone modes | ||||
* | * Temporary workaround for mantis 1568. If the avatar apperance factory now ↵ | Justin Clarke Casey | 2008-06-19 | 1 | -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 Ames | 2008-06-04 | 1 | -6/+6 |
| | |||||
* | * Committing more unfinished stuff. Nothing significant at the moment. IM ↵ | Teravus Ovares | 2008-06-01 | 1 | -0/+53 |
| | | | | related. | ||||
* | * Made UpdateUserCurrentRegion a bit more forgiving. | lbsa71 | 2008-05-31 | 1 | -9/+35 |
| | |||||
* | * Implements UserServer logoff in a few situations | Teravus Ovares | 2008-05-31 | 1 | -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't | Sean Dague | 2008-05-22 | 1 | -2/+2 |
| | | | | | | help with the timeouts. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-17 | 1 | -3/+3 |
| | |||||
* | it helps when both sides of the xml-rpc server agree on the method names | Sean Dague | 2008-05-16 | 1 | -2/+2 |
| | |||||
* | some more wrapping of errors in user service on appearance for | Sean Dague | 2008-05-16 | 1 | -9/+15 |
| | | | | | | safety | ||||
* | front end of OGS1 Appearance bits. Now I need to write the | Sean Dague | 2008-05-16 | 1 | -3/+47 |
| | | | | | | back end. | ||||
* | starting to put appearance into grid comms. now I know why | Sean Dague | 2008-05-16 | 1 | -1/+34 |
| | | | | | | everyone hates OGS1 | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -21/+21 |
| | |||||
* | remove my UserAppearance object, switch all code to use | Sean Dague | 2008-05-15 | 1 | -3/+3 |
| | | | | | | AvatarAppearance instead. |