Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -3/+3 |
| | |||||
* | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1 | ||||
| * | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 2015-09-04 | 1 | -1/+0 |
| | | | | | | | | OpenSim.Framework. | ||||
* | | Comment spammy XMLRPC router message - we don't need to know every time a | Melanie Thielker | 2015-03-25 | 1 | -1/+1 |
| | | | | | | | | script does something that wil fail anyway. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2013-01-02 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | ||||
| * | Comment out test messages that go directly to the console. | Robert Adams | 2012-12-31 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-12-04 | 2 | -19/+69 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs | ||||
| * | XmlRpcGridRouter | BlueWall | 2012-12-03 | 2 | -19/+69 |
| | | | | | | | | | | | | | | | | | | Flesh out XmlRpcGridRouter to reap unused channels from gateway when scripts or objects are removed, or when the llCloseRemoteDataChannel is called. See: http://http://forge.opensimulator.org/gf/project/xmlrpcrouter/ or https://github.com/BlueWall/XmlRpcRouter for php gateway and test code. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-11-12 | 2 | -24/+61 |
|\ \ | |/ | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/CoreModules/World/Permissions/PermissionsModule.cs OpenSim/Region/OptionalModules/Scripting/XmlRpcRouterModule/XmlRpcRouterModule.cs OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs | ||||
| * | Two more modules converted: XmlRpcGridRouterModule and XmlRpcRouterModule. | Diva Canto | 2012-11-11 | 2 | -18/+60 |
| | | |||||
* | | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | refactor: Move all callers of the obsoleted ↵ | Justin Clark-Casey (justincc) | 2011-07-13 | 1 | -2/+2 |
| | | | | | | | | SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest() | ||||
* | | Fix the XmlRpcRouterModule so it reads from the correct config section ↵ | Tom | 2010-08-01 | 1 | -2/+2 |
| | | | | | | | | ([XMLRPC] not [Startup]) and disable by default (since it's disabled in the ini by default) | ||||
* | | Add an m_enabled flag to XmlRpcRouterModule so it won't try to bind the ↵ | Tom | 2010-08-01 | 1 | -2/+10 |
| | | | | | | | | xmlrpc_uri event if it's not mentioned in the ini. | ||||
* | | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 2 | -39/+19 |
| | | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. | ||||
* | | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 2 | -19/+39 |
|/ | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 2 | -2/+2 |
| | | | | LICENSE.txt. | ||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | minor: Remove some mono compiler warnings. Uncomment code when it's ↵ | Justin Clarke Casey | 2009-04-15 | 1 | -1/+1 |
| | | | | actually being used. | ||||
* | Add XmlRpcGridRouter, a module that communicates URIs for XMLRPC channels | Melanie Thielker | 2009-04-10 | 1 | -0/+143 |
| | | | | | | to a central server via REST, for centralized XMLRPC routing. | ||||
* | Add an optional region module which will supply a script event, | Melanie Thielker | 2009-04-10 | 1 | -0/+90 |
xmlrpc_uri(string) in response to a OpenRemoteDataChannel call. The string is the fully qualified URI to post XMLRPC requests for that script to. |