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