aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * HG: Renamed, shuffled some interfaces around. Move them all to ↵Diva Canto2011-05-252-45/+9
| | | | | | | | IHypergridServices.
| * HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto2011-05-252-0/+13
| | | | | | | | testing.
| * Added necessary code to drop inventory on hg friends using the profile ↵Diva Canto2011-05-241-0/+1
| | | | | | | | window, but can't test because this mechanism doesn't seem to work without a profile service.
| * HG friends: Status notifications working. Also initial logins get the online ↵Diva Canto2011-05-232-0/+43
| | | | | | | | friends in other grids.
| * More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto2011-05-221-0/+1
| | | | | | | | security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back.
| * Fixed permissions bug related to friends in PermissionsModule. Added ↵Diva Canto2011-05-211-0/+1
| | | | | | | | FriendsData[] GetFriends(string principalID) to IFriendsData and FriendInfo[] GetFriends(string PrincipalID) to IFriendsService. Refactored some more in the FriendsModule. Made client get notification of local friends permissions upon HGLogin. HG Friends object permissions work.
| * HG Friends working to some extent: friendships offered and accepted ↵Diva Canto2011-05-191-1/+1
| | | | | | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-301-1/+1
|\ \ | |/
| * Fatpack message on agent transfers: 1 message only (UpdateAgent) containing ↵Diva Canto2011-04-281-1/+1
| | | | | | | | the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-0/+5
|\ \ | |/
| * Make all the objects in a coalescence reappears after being loaded from an ↵Justin Clark-Casey (justincc)2011-04-151-0/+5
| | | | | | | | | | | | | | IAR. This still doesn't work proprerly since some required textures/contained item assets might be missing. From pure code inspection, it looks like the uuid gatherer may get most asset uuids because the scene object serializer naively pulls non-root parts from all contained scene objects into one mega-object. However, root part uuids may well still be missing, and there may be other odd artifacts from this bug. It appears that storing the size of the coalescence and the offsets is redundant, since one can work out this information from the position data already in the scene object groups.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-121-1/+1
|\ \ | |/
| * minor: add a bit more method doc to IInventoryService.GetItem()Justin Clark-Casey (justincc)2011-04-111-1/+1
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-03-101-0/+7
|\ \ | |/
| * Add log messages on teleport failure to better pin down the cause.Justin Clark-Casey (justincc)2011-03-091-0/+7
| |
| * Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-1/+1
| |
| * Fix up QueryAccess to also check parcelsMelanie2011-01-281-1/+1
| |
| * Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-031-1/+1
| | | | | | | | properly
* | Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-1/+1
| |
* | Fix up QueryAccess to also check parcelsMelanie2011-01-281-1/+1
| |
* | Add a careminster API to scripting againMelanie2011-01-241-0/+4
| |
* | Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2010-12-311-1/+1
| | | | | | | | properly
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-121-1/+1
|\ \ | |/
| * minor: remove some compiler warningsJustin Clark-Casey (justincc)2010-12-101-1/+1
| |
| * Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+2
| | | | | | | | whether or not an agent is allowed there as a root agent.
* | Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+2
| | | | | | | | whether or not an agent is allowed there as a root agent.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-061-2/+15
|\ \ | |/
| * Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-211-1/+4
| |\
| * \ Merge git://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-051-1/+28
| |\ \
| * \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-301-28/+80
| |\ \ \
| * \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-301-55/+94
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs
| * \ \ \ \ Merge branch 'master' into mantis5110Jonathan Freedman2010-10-291-18/+30
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs
* | | | | | | Add the ability for gods to impersonate users. For this, bit 6 needs to beMelanie2010-11-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set in the target's UserFlags and the impersonator must have UserLevel 200 or above. The user can then log in using the target's name and their own password.
* | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-211-0/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Implement a method to allow regions to query the gridwide FreeswitchMelanie2010-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | configuration from ROBUST
| * | | | | | Start implementing Freeswitch in ROBUSTMelanie2010-11-211-1/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Start implementing Freeswitch in ROBUSTMelanie2010-11-211-1/+3
| | | | | |
* | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-022-58/+176
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix HypergridLinker.Check4096()Marck2010-11-011-1/+28
| | |_|_|/ | |/| | | | | | | | | | | | | Make the optimization with IEnumerable.Except() in Check4096 actually work by providing an appropriate equality definition for GridRegion objects.
| * | | | Fixed: ToAvatarAppearance wasn't retrieving the AvatarHeight.Diva Canto2010-10-301-0/+3
| | | | |
| * | | | Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie2010-10-301-28/+77
| | |_|/ | |/| | | | | | | | | | | | | | | | | | This will cause visual params to be persisted along with worn items. With this, alpha and tattoo laters will be saved. Multiple layers MAY work, but not tested because I don't use Viewer 2.
| * | | This commit fixes all the appearance related null refs. Still can't log in,Melanie2010-10-301-51/+66
| | | | | | | | | | | | | | | | client displays a blank error box.
| * | | READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie2010-10-301-54/+78
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | It contains a major interface version bump and will NOT work with earlier grid services. This is preliminary work that will lead to layers support. Rest appearance services are commented out completely, they will have to be adapted by someone who actually uses them. Remote admin is working, but has no layers support. There is no layers support in the database. Login likely won't work. You have been warned.
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-291-11/+5
|\ \ \ | |/ /
| * | First attempt to get multiple attachments working to support viewer2.Master ScienceSim2010-10-211-11/+5
| | | | | | | | | | | | | | | | | | | | | The attachment code appears to work correctly for 1.23 viewers so, in spite of some big changes in the internal representation, there don't appear to be regressions. That being said, I still can't get a viewer2 avatar to show correctly.
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-291-7/+25
|\ \ \
| * \ \ Merge branch 'dev-appearance'Melanie2010-10-291-7/+25
| |\ \ \
| | * \ \ Merge branch 'dev-appearance' of git://github.com/cmickeyb/opensim into ↵Melanie2010-10-211-7/+25
| | |\ \ \ | | | |/ / | | | | | | | | | | dev-appearance
| | | * | Major refactoring of appearance handling.Master ScienceSim2010-10-201-7/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AvatarService -- add two new methods, GetAppearance and SetAppearance to get around the lossy encoding in AvatarData. Preseve the old functions to avoid changing the behavior for ROBUST services. AvatarAppearance -- major refactor, moved the various encoding methods used by AgentCircuitData, ClientAgentUpdate and ScenePresence into one location. Changed initialization. AvatarAttachments -- added a class specifically to handle attachments in preparation for additional functionality that will be needed for viewer 2. AvatarFactory -- removed a number of unused or methods duplicated in other locations. Moved in all appearance event handling from ScenePresence. Required a change to IClientAPI that propogated throughout all the IClientAPI implementations.
* | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-231-15/+2
|\ \ \ \ \ | |/ / / /