aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bandaid for ghost users, check and remove them from Presence when they log on.onefang2019-08-151-0/+11
* Another attempt at sorting out the auto group chicken and egg problems.onefang2019-08-021-1/+1
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-1921-167/+198
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-0317-151/+972
* Improvement in HGInstantMessageService: account for the existence of an offli...Diva Canto2012-12-041-0/+115
* The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
* Add method doc to IAssetService.Get(string, object, AssetRetrieved) outlining...Justin Clark-Casey (justincc)2012-10-301-1/+5
* Add method doc for IPresenceServiceJustin Clark-Casey (justincc)2012-10-201-1/+37
* minor: Add documentation to IGridService.GetRegionFlags()Justin Clark-Casey (justincc)2012-10-091-0/+13
* On more virtual methodDiva Canto2012-10-011-1/+1
* Removed the bits about the TOSModule. That module doesn't go into core. WARNI...Diva Canto2012-09-271-9/+0
* TOS module. WARNING: migration in GridUser table.Diva Canto2012-09-251-0/+8
* Exclude temp attachemnts from being sent to the avatar serviceMelanie2012-08-141-1/+2
* Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)2012-06-301-10/+0
* Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)2012-05-241-1/+11
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-301-0/+8
* refactor: Stop passing both IClientAPI and agentID to friend event listeners,...Justin Clark-Casey (justincc)2012-03-291-1/+1
* HG Friends: reroute the status notifications to the HGFriends service, so tha...Diva Canto2012-03-211-1/+3
* HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto2012-03-201-0/+11
* Added GetUUID(first, last) on UserAgentsService so that we can finally make d...Diva Canto2012-03-171-0/+2
* Add a position parameter to region crossing of objects. This avoids theMelanie2012-02-231-1/+1
* Next step for world map overlaysMelanie2012-01-301-1/+8
* Allow retrival of multiple user records in one operation, analog to presenceMelanie2012-01-161-1/+2
* Profile UpdatesBlueWall2012-01-031-0/+1
* Default LocalToGrid to true. Fixes minor bug introduced yesterday where old r...Diva Canto2011-12-301-5/+1
* Added field LocalToGrid in UserAccount. Context: make HG work in Simian.Diva Canto2011-12-291-0/+8
* HG: Renamed one methodDiva Canto2011-12-041-1/+1
* Improve some grid region log messages to express regions at co-ordinate (e.g....Justin Clark-Casey (justincc)2011-11-191-4/+17
* Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)2011-10-241-0/+26
* Add note to docsBlueWall2011-10-071-0/+17
* Added back UserAccount that creates random UUID for new account.BlueWall2011-10-051-0/+11
* When creating a new user on the comand line, give the option of allowing a UU...Justin Clark-Casey (justincc)2011-10-041-2/+2
* In SetAttachment, if the existing attachment has no asset id then carry on ra...Justin Clark-Casey (justincc)2011-09-061-3/+1
* Don't need to try both AssetService.Get and GetCached in GetMesh since Get al...Justin Clark-Casey (justincc)2011-08-181-2/+6
* Change GridService.GetRegionByName() to only return info if there is an exact...Justin Clark-Casey (justincc)2011-08-021-0/+6
* Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)2011-08-021-2/+2
* Pass the first name and last name from the agent circuit data to the authoriz...Justin Clark-Casey (justincc)2011-07-231-14/+18
* First pass at making the V2 map work. Standalones only for now. There are som...Diva Canto2011-06-121-2/+4
* This hopefully fixes all issues with online/offline notifications across grid...Diva Canto2011-06-071-1/+2
* This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto2011-06-071-1/+1
* Bug fix on HG IM.Diva Canto2011-06-021-1/+1
* HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto2011-05-261-0/+3
* HG: Renamed, shuffled some interfaces around. Move them all to IHypergridServ...Diva Canto2011-05-252-45/+9
* HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto2011-05-252-0/+13
* Added necessary code to drop inventory on hg friends using the profile window...Diva Canto2011-05-241-0/+1
* HG friends: Status notifications working. Also initial logins get the online ...Diva Canto2011-05-232-0/+43
* More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-221-0/+1
* Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-211-0/+1
* HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-191-1/+1
* Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-281-1/+1