Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-10-06 | On receiving TaskInventoryAccepted with a destination folder in the binary ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
bucket slot for RLV, notify the viewer about inventory folder updates. The viewer would not see the folder move without this, either on accept or decline. This commit also updates the TaskInventoryOffered message to better conform with the data LL uses Changes are, agentID is prim owner rather than prim id, agent name is now simply object name rather than name with owner detail, message is just folder name in single quotes, message is not timestamped. However, folder is not renamed "still #RLV/~<name>". Long term solution is probably not to do these operations server-side. Notes will be added to http://opensimulator.org/mantis/view.php?id=6311 | |||||
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 5 | -5/+1 | |
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef. | |||||
2012-09-30 | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 5 | -1/+5 | |
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html | |||||
2012-09-24 | add missing transactionID in SendInventoryItemCreateUpdate. and make use | UbitUmarov | 2 | -1/+10 | |
of it on inventoryAccessModule, etc. Most likelly it's needs where there is a transactionID not zero | |||||
2012-09-20 | Don't fail to create an IRC nick if nick randomization is disabled in the ↵ | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
IRC module. Patch from http://opensimulator.org/mantis/view.php?id=6293 Thanks Starflower. | |||||
2012-09-17 | Moving ScriptModuleComms into the CoreModules tree. | Mic Bowman | 1 | -367/+0 | |
2012-09-17 | Implementing ability to register script constants and invocations on a ↵ | SignpostMarv | 1 | -0/+31 | |
region module automatically | |||||
2012-09-17 | script invocations cannot have void return type | SignpostMarv | 1 | -9/+9 | |
2012-09-14 | Support multi-region OAR files | Oren Hurvitz | 1 | -1/+1 | |
Merged ArchiveWriteRequestPreparation.cs and ArchiveWriteRequestExecution.cs. This simplifies the code, and it's faster to write each scene to the archive as it's found rather than all at once at the end. | |||||
2012-09-11 | Allow an incoming identifier to be specified for a JsonStore. | Mic Bowman | 2 | -8/+8 | |
2012-09-08 | refactoring to allow Scene.GetLandData to accept Vector3 as an argument. ↵ | SignpostMarv | 2 | -2/+2 | |
Note that the prior work on LSL_Vector implicit operators means one does not need to explicitly cast a LSL_Vector to Vector3 | |||||
2012-08-31 | Type.Type is RuntimeType | SignpostMarv | 1 | -1/+1 | |
2012-08-31 | formatting | SignpostMarv | 1 | -5/+5 | |
2012-08-31 | adding support for static method script invocations | SignpostMarv | 1 | -0/+15 | |
2012-08-31 | moving assignment to new line to make next commit easier to read in diffs | SignpostMarv | 1 | -1/+2 | |
2012-08-31 | using specific type instead of var | SignpostMarv | 1 | -1/+1 | |
2012-08-31 | formatting | SignpostMarv | 1 | -1/+1 | |
2012-08-31 | formatting | SignpostMarv | 1 | -2/+1 | |
2012-08-31 | adding support for finding static methods | SignpostMarv | 1 | -3/+9 | |
2012-08-31 | assign binding flags to variable | SignpostMarv | 1 | -1/+3 | |
2012-08-31 | no need to assign result to GetMethodInfoFromType | SignpostMarv | 1 | -3/+1 | |
2012-08-31 | changing to use Type argument instead of object | SignpostMarv | 1 | -3/+3 | |
2012-08-31 | moving code that will be common into private static method | SignpostMarv | 1 | -1/+8 | |
2012-08-20 | Add --force flag to "kick user" console command to allow bypassing of recent ↵ | Justin Clark-Casey (justincc) | 2 | -0/+10 | |
race condition checks. This is to allow a second attempt to remove an avatar even if "show connections" shows them as already inactive (i.e. close has already been attempted once). You should only attempt --force if a normal kick fails. This is partly for diagnostics as we have seen some connections occasionally remain on lbsa plaza even if they are registered as inactive. This is not a permanent solution and may not work anyway - the ultimate solution is to stop this problem from happening in the first place. | |||||
2012-08-18 | Fix a typo | Melanie | 1 | -1/+1 | |
2012-08-16 | Remove XML debug spam from vivox voice | Melanie | 1 | -12/+12 | |
2012-08-15 | Let the temp attachment module add a command to allow attaching without ↵ | Melanie | 1 | -3/+38 | |
permissions and add support for this (incomplete!) to LSL | |||||
2012-08-15 | Let the temp attachment module add a command to allow attaching without ↵ | Melanie | 1 | -3/+38 | |
permissions and add support for this (incomplete!) to LSL | |||||
2012-08-14 | Prevent race conditions when one thread removes an NPC SP before another ↵ | Justin Clark-Casey (justincc) | 1 | -34/+30 | |
thread has retreived it after checking whether the NPC exists. | |||||
2012-08-14 | Remove NPC debug spam | Melanie | 1 | -7/+7 | |
2012-08-14 | Perform ownership transfer and permission propagation as well as needed | Melanie | 1 | -0/+28 | |
updates on the new temp attachment. | |||||
2012-08-14 | Move inititalization to RegionLoaded to avoid a module loading order issue | Melanie | 1 | -8/+8 | |
2012-08-14 | Removed more spammy NPC crap | Melanie | 1 | -1/+1 | |
2012-08-14 | Implement the temp attachments. UNTESTED | Melanie | 1 | -0/+44 | |
2012-08-14 | Comment spammy debug | Melanie | 1 | -3/+3 | |
2012-08-14 | Add the skeleton for the temp attachments module | Melanie | 1 | -0/+82 | |
2012-08-03 | Save membership fee to the database when a group is created. | Kevin Cozens | 1 | -25/+25 | |
2012-07-31 | Adds support to ScriptModuleComms for region modules to export | Mic Bowman | 1 | -0/+33 | |
constants to the script engine. | |||||
2012-07-25 | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring ↵ | Justin Clark-Casey (justincc) | 3 | -0/+3 | |
with other monitoring code from OpenSim.Framework | |||||
2012-07-25 | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 4 | -4/+4 | |
This better reflects the long-term purpose of that project and matches Monitoring modules. | |||||
2012-07-25 | Make SceneManager.OnRegionsReadyStatusChange event available. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This is fired when all regions are ready or when at least one region becomes not ready. Recently added EventManager.OnRegionReady becomes OnRegionReadyStatusChange to match OnLoginsEnabledStatusChange | |||||
2012-07-24 | Rename "image queues clear" console command to "clear image queues" | Justin Clark-Casey (justincc) | 1 | -12/+6 | |
There is less justification for this word arrangement (verb after noun) now that command help is categorized. Also removes "image queues show" in favour of existing alias "show image queues". | |||||
2012-07-24 | Add information about each column to "show queues" region console command help. | Justin Clark-Casey (justincc) | 1 | -2/+9 | |
2012-07-24 | Extend region console "show queues" command to show already collected time ↵ | Justin Clark-Casey (justincc) | 1 | -18/+24 | |
since last packeted received by the simulator from a viewer. | |||||
2012-07-19 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2 | -3/+1 | |
2012-07-19 | Fix slow loading of task inventory | Melanie | 2 | -2/+2 | |
2012-07-19 | Add EventManager.OnRegionLoginsStatusChange fired whenever logins are ↵ | Justin Clark-Casey (justincc) | 1 | -3/+1 | |
enabled or disabled at any point, not just during initial startup. This replaces EventManager.OnLoginsEnabled which only fired when logins were first enabled and was affected by a bug where it would never fire if the region started with logins disabled. | |||||
2012-07-18 | Perform other region ready actions even if simulator is configured to leave ↵ | Justin Clark-Casey (justincc) | 1 | -26/+19 | |
logins disabled on startup. | |||||
2012-07-18 | Fix bug where region ready would be triggered a second time if a script was ↵ | Justin Clark-Casey (justincc) | 1 | -30/+23 | |
rezzed on a previously script-free region. There is no need to listen for OnRezScript in RegionReadyModule since OnEmptyScriptCompileQueue will only fire if scripts were compiled. | |||||
2012-07-18 | Establish EventManager.OnRegionReady event. This will only be triggerred ↵ | Justin Clark-Casey (justincc) | 1 | -0/+2 | |
once when the region is ready. Switch MapImageServiceModule to use this. |