aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-06Backport profile fixesBlueWall1-0/+5
2013-09-04Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)1-0/+1
2013-07-13Guard against unauthorized agent deletes.Diva Canto1-1/+1
2013-07-13Deleted GET agent all around. Not used.Diva Canto1-2/+0
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto1-4/+1
2013-05-31Adding standard OpenSim header to source filesBlueWall1-0/+27
2013-05-30UserProfilesBlueWall1-0/+48
2013-04-27Added an interface to an external ban service. With this commit, the interfac...Diva Canto1-0/+48
2013-03-18Multiattach, part 2Melanie1-3/+9
2013-03-18Multiattach, part 1Melanie1-1/+8
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2012-12-04Improvement in HGInstantMessageService: account for the existence of an offli...Diva Canto1-0/+115
2012-11-14The last few AssemblyInfos. Finished!Diva Canto1-0/+33
2012-10-30Add method doc to IAssetService.Get(string, object, AssetRetrieved) outlining...Justin Clark-Casey (justincc)1-1/+5
2012-10-20Add method doc for IPresenceServiceJustin Clark-Casey (justincc)1-1/+37
2012-10-09minor: Add documentation to IGridService.GetRegionFlags()Justin Clark-Casey (justincc)1-0/+13
2012-10-01On more virtual methodDiva Canto1-1/+1
2012-09-27Removed the bits about the TOSModule. That module doesn't go into core. WARNI...Diva Canto1-9/+0
2012-09-25TOS module. WARNING: migration in GridUser table.Diva Canto1-0/+8
2012-08-14Exclude temp attachemnts from being sent to the avatar serviceMelanie1-1/+2
2012-06-30Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)1-10/+0
2012-05-24Make ISimulationScene.GetScene() used the more efficient region id for lookup...Justin Clark-Casey (justincc)1-1/+11
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)1-0/+8
2012-03-29refactor: Stop passing both IClientAPI and agentID to friend event listeners,...Justin Clark-Casey (justincc)1-1/+1
2012-03-21HG Friends: reroute the status notifications to the HGFriends service, so tha...Diva Canto1-1/+3
2012-03-20HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto1-0/+11
2012-03-17Added GetUUID(first, last) on UserAgentsService so that we can finally make d...Diva Canto1-0/+2
2012-02-23Add a position parameter to region crossing of objects. This avoids theMelanie1-1/+1
2012-01-30Next step for world map overlaysMelanie1-1/+8
2012-01-16Allow retrival of multiple user records in one operation, analog to presenceMelanie1-1/+2
2012-01-03Profile UpdatesBlueWall1-0/+1
2011-12-30Default LocalToGrid to true. Fixes minor bug introduced yesterday where old r...Diva Canto1-5/+1
2011-12-29Added field LocalToGrid in UserAccount. Context: make HG work in Simian.Diva Canto1-0/+8
2011-12-04HG: Renamed one methodDiva Canto1-1/+1
2011-11-19Improve some grid region log messages to express regions at co-ordinate (e.g....Justin Clark-Casey (justincc)1-4/+17
2011-10-24Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)1-0/+26
2011-10-07Add note to docsBlueWall1-0/+17
2011-10-05Added back UserAccount that creates random UUID for new account.BlueWall1-0/+11
2011-10-04When creating a new user on the comand line, give the option of allowing a UU...Justin Clark-Casey (justincc)1-2/+2
2011-09-06In SetAttachment, if the existing attachment has no asset id then carry on ra...Justin Clark-Casey (justincc)1-3/+1
2011-08-18Don't need to try both AssetService.Get and GetCached in GetMesh since Get al...Justin Clark-Casey (justincc)1-2/+6
2011-08-02Change GridService.GetRegionByName() to only return info if there is an exact...Justin Clark-Casey (justincc)1-0/+6
2011-08-02Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)1-2/+2
2011-07-23Pass the first name and last name from the agent circuit data to the authoriz...Justin Clark-Casey (justincc)1-14/+18
2011-06-12First pass at making the V2 map work. Standalones only for now. There are som...Diva Canto1-2/+4
2011-06-07This hopefully fixes all issues with online/offline notifications across grid...Diva Canto1-1/+2
2011-06-07This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto1-1/+1