Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Try to filter the groups list returns for User A, when sending to User B, ↵ | Michael Cortez | 2009-09-18 | 1 | -3/+16 | |
| | | | | | | | | based on User A's preferences for ShowInProfile. | |||||
| * | Add additional instrumentation so that when there is an xmlrpc call failure, ↵ | Michael Cortez | 2009-09-18 | 1 | -15/+27 | |
| | | | | | | | | the actual xml that was returned from the groups service can be logged. | |||||
| * | Remove debug messages from some areas that have been highly tested, and ↵ | Michael Cortez | 2009-09-18 | 1 | -23/+0 | |
| | | | | | | | | debug info is no longer nessesary. | |||||
| * | Adding additional debug to output the group powers specified when updating a ↵ | Michael Cortez | 2009-09-18 | 1 | -1/+7 | |
| | | | | | | | | group role. This will be used to solve some issues with the Group Powers enum. | |||||
| * | Add additional debugging to help track down bug with notices not going to ↵ | Michael Cortez | 2009-09-18 | 1 | -1/+14 | |
| | | | | | | | | group owner/founder. | |||||
| * | Revert "Thank you, mcortez, for a patch to address showing users in group list" | Michael Cortez | 2009-09-18 | 2 | -100/+44 | |
| | | | | | | | | This reverts commit 69ef95693ae6451e2c754b22190557f3bf15777b. | |||||
| * | addition of a new script function osSetParcelSIPAddress(string SIPAddress), ↵ | Rob Smart | 2009-09-18 | 1 | -3/+52 | |
| | | | | | | | | | | | | | | | | now including iVoiceModule This patch allows the land owner to dynamically set the SIP address of a particular land parcel from script. This allows predetermined SIP addresses to be used, making it easier to allow non OpenSim users to join a regions voice channel. Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net> | |||||
* | | * Change the signature of the agent set appearance callback to prevent ↵ | John Hurliman | 2009-09-30 | 2 | -13/+2 | |
| | | | | | | | | | | | | | | unnecessary serialization/deserialization of TextureEntry objects and allow TextureEntry to be inspected for missing bakes * Inspect incoming TextureEntry updates for bakes that do not exist on the simulator and request the missing textures * Properly handle appearance updates that do not have a TextureEntry set | |||||
* | | Add RebakeAvatarTexturesPacket to the client view | Melanie | 2009-09-30 | 2 | -0/+8 | |
|/ | ||||||
* | Thank you, mcortez, for a patch to address showing users in group list | Melanie | 2009-09-17 | 2 | -44/+100 | |
| | | | | | Removed patch 0005, which was unrelated and likely accidental, and further didn't apply. | |||||
* | SceneObjectGroup cleanup. Removes the default constructor and unnecessary ↵ | John Hurliman | 2009-09-16 | 1 | -2/+1 | |
| | | | | null checks on m_rootPart | |||||
* | * fix missing lock on XMLRPC GroupsModule | Teravus Ovares (Dan Olivares) | 2009-09-14 | 1 | -1/+4 | |
| | ||||||
* | warnings safari. | dr scofield (aka dirk husemann) | 2009-09-02 | 1 | -2/+2 | |
| | ||||||
* | cleanup. | dr scofield (aka dirk husemann) | 2009-09-01 | 1 | -1/+0 | |
| | ||||||
* | cleaning up RegionReadyModule: | dr scofield (aka dirk husemann) | 2009-08-31 | 2 | -24/+45 | |
| | | | | | - wrong namespace - converted to "new" region module | |||||
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-08-21 | 2 | -4/+9 | |
| | ||||||
* | * oops. Mistake with value return. | Adam Frisby | 2009-08-21 | 1 | -0/+6 | |
| | ||||||
* | * Moves NPC Creation across AppDomains to prevent a major perfomance issue. | Adam Frisby | 2009-08-21 | 1 | -18/+68 | |
| | ||||||
* | * Make cache, actually cache. | Adam Frisby | 2009-08-21 | 1 | -1/+5 | |
| | ||||||
* | * Implements a cache in NPCModule for Appearance. | Adam Frisby | 2009-08-21 | 1 | -1/+11 | |
| | ||||||
* | * Fixing an issue with NPC's and Circuit Codes. | Adam Frisby | 2009-08-21 | 1 | -0/+3 | |
| | ||||||
* | * Fleshes more of NPCModule out. | Adam Frisby | 2009-08-21 | 1 | -13/+19 | |
| | | | | | | | | | * Implements some OSSL commands: key osNpcCreate(string user, string name, vector position, key cloneFrom); void osNpcMoveTo(key npc, vector position); void osNpcSay(key npc, string message); void osNpcRemove(key npc); * Untested. Requires ThreatLevel.High. | |||||
* | * Implements a bunch of stuff in NPCModule | Adam Frisby | 2009-08-21 | 1 | -8/+56 | |
| | ||||||
* | Apply http://opensimulator.org/mantis/view.php?id=3538 | Justin Clark-Casey (justincc) | 2009-08-17 | 2 | -4/+18 | |
| | | | | | | Add ability to silence IRC relay of region joins and quits from certain users This is useful for admins who wish to remain hidden, or service bots. Thanks RemedyTomm | |||||
* | Added additional configuration options for MRM Security. See ↵ | Adam Frisby | 2009-08-18 | 1 | -8/+22 | |
| | | | | OpenSim.ini.example under the [MRM] section. | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Adam Frisby | 2009-08-18 | 2 | -2/+29 | |
|\ | ||||||
| * | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-08-17 | 2 | -2/+29 | |
| | | ||||||
* | | * Implementing a bunch of Unimplemented MRM stubs. | Adam Frisby | 2009-08-18 | 2 | -10/+27 | |
|/ | ||||||
* | * Implements AppDomain Security for MRM Scripts. | Adam Frisby | 2009-08-17 | 1 | -2/+101 | |
| | | | | * Added permissionLevel attribute to [MRM] section in OpenSim.ini. Default is 'Internet', however may be any of the following (case sensitive), FullTrust, SkipVerification, Execution, Nothing, LocalIntranet, Internet, Everything. For previous functionality, set to FullTrust or Execution. | |||||
* | * Implements ISecurityCredential member on SPAvatar, SPAvatarAttachment | Adam Frisby | 2009-08-16 | 5 | -9/+17 | |
| | | | | * Disables 'event not used' warning for IRCClientView; cuts OpenSim total warnings back. | |||||
* | * Refactor: Moves IAvatarAttachment into IAvatarAttachment.cs instead of ↵ | Adam Frisby | 2009-08-16 | 2 | -13/+15 | |
| | | | | IAvatar.cs | |||||
* | * Implements ISecurityCredential on all uses of SOPObject.cs except Avatar ↵ | Adam Frisby | 2009-08-16 | 2 | -2/+2 | |
| | | | | Attachments. | |||||
* | * [MRM] Added permission checks to MRM Events (ie, requires edit permission ↵ | Adam Frisby | 2009-08-16 | 1 | -6/+9 | |
| | | | | to bind to OnTouch) | |||||
* | * Fixes potential NulRef in MRM Security Checks. | Adam Frisby | 2009-08-16 | 2 | -3/+4 | |
| | ||||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Adam Frisby | 2009-08-16 | 5 | -2/+58 | |
|\ | ||||||
| * | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-08-16 | 2 | -1/+55 | |
| | | ||||||
| * | Misc cleanup. | Jeff Ames | 2009-08-16 | 1 | -1/+1 | |
| | | ||||||
| * | Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ↵ | Adam Johnson | 2009-08-16 | 2 | -0/+2 | |
| | | | | | | | | Handler - ref mantis #4010 | |||||
* | | * [MRM] Implements permission checks on IObject implementations in ↵ | Adam Frisby | 2009-08-16 | 3 | -9/+92 | |
|/ | | | | SOPObject.cs. Does not implement security on IObjectInventory yet. | |||||
* | * Beginnings of a Security Credential system in MRM. This will eventually ↵ | Adam Frisby | 2009-08-16 | 6 | -13/+62 | |
| | | | | lead to trusted execution of untrusted MRMs. | |||||
* | Replace the Replaceable modules name | Melanie | 2009-08-10 | 8 | -8/+8 | |
| | ||||||
* | Formatting cleanup. | Jeff Ames | 2009-08-09 | 4 | -6/+6 | |
| | ||||||
* | Patch from otakup0pe: | Melanie | 2009-08-08 | 3 | -34/+51 | |
| | | | | | A better solution for making the FreeSwitch module cooperate with existing installations | |||||
* | This is the second part of the 'not crash on regionsize changes'. This ↵ | Teravus Ovares (Dan Olivares) | 2009-08-07 | 5 | -7/+7 | |
| | | | | lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions. | |||||
* | From: Snowcrash <Snowcrash.short@gmail.com> | Melanie | 2009-08-07 | 3 | -4/+13 | |
| | | | | | | | | | | | | | Date: Wed, 5 Aug 2009 12:45:56 +0200 Subject: [PATCH] A few minor tweaks to the MRM API's in order to make it possible for MRM's to run in a separate AppDomain without poluting the primary appdomain of OpenSim Specifically: Added an explicit method for getting the "globals" of the MRM, removing the need to have the MRM script code loaded into the primary domain, in order to set up proxies Added a [Serializable] attribute to TouchEventArgs, again in order to remove the need to have MRM script code loaded into the primary domain. --------- Applied with whitespace changes | |||||
* | Merge branch 'groups-core-contrib' of git://github.com/mcortez/opensim into ↵ | Sean Dague | 2009-08-07 | 5 | -134/+235 | |
|\ | | | | | | | incoming | |||||
| * | Fixing comments re: INI file. | Michael Cortez | 2009-08-06 | 1 | -3/+3 | |
| | | ||||||
| * | Continue with renaming of Groups module components | Michael Cortez | 2009-08-05 | 3 | -27/+29 | |
| | | ||||||
| * | Fixes mono Add-In references for the OptionalModules add-in so that groups ↵ | Michael Cortez | 2009-08-05 | 5 | -5/+6 | |
| | | | | | | | | doesn't throw errors, and so that the add-in is correctly reported as "OptionalModules" rather then as "SampleMoney" | |||||
| * | Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵ | Michael Cortez | 2009-08-05 | 4 | -106/+201 | |
| | | | | | | | | for replaceable Groups Service Connectors. |