Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: remove one mono compiler warning | Justin Clark-Casey (justincc) | 2010-02-03 | 1 | -3/+1 |
| | |||||
* | minor: remove one mono compiler warning | Justin Clark-Casey (justincc) | 2010-02-03 | 1 | -10/+8 |
| | |||||
* | refactor: move world comm message queueing into its own method | Justin Clark-Casey (justincc) | 2010-02-02 | 1 | -23/+13 |
| | |||||
* | Apply http://opensimulator.org/mantis/view.php?id=4548 | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -1/+1 |
| | | | | | Fix command params check on fcache expire <datetime> Thanks coyled | ||||
* | use common sop2 setup for TestMergeOarV0_2() | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -16/+12 |
| | |||||
* | make TestSaveOarV0_2() use a common part2 construction | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -18/+14 |
| | |||||
* | use common part1 createio nin TestMergeOarV0_2() | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -16/+5 |
| | |||||
* | minor: swap which part uses the automatically set up scene in TestMergeOarV0_2() | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -25/+13 |
| | |||||
* | use common part1 creation in ArchiverTests.TestLoadOarV0_2() | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -30/+28 |
| | |||||
* | refactor out scene object 1 creation n ArchiverTetss | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -44/+22 |
| | |||||
* | factor out scene setup in ArchiverTests | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -40/+53 |
| | |||||
* | Add method to get all items with the same name from a particular prim | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -5/+4 |
| | | | | Extend load oar test to check loading of a sound item | ||||
* | Resolve one more conflict I overlooked | Melanie | 2010-01-29 | 1 | -14/+0 |
| | |||||
* | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 54 | -1466/+698 |
| | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. | ||||
* | Fixes inconsistencies in the permissions module. Adds a region_manager_is_god | Melanie | 2010-01-28 | 1 | -4/+7 |
| | | | | | | configurable. Previously, estate managers could enter god mode, but would not have any powers. Now estate managers can enter god mode only if this option is true, and then will have real god powers. | ||||
* | Changes WorldCommModule to ISharedRegionModule. | Revolution | 2010-01-28 | 1 | -1/+5 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-01-23 | 3 | -3/+151 |
|\ | |||||
| * | Add first part of test for checking restore of task inventory items on oar load | Justin Clark-Casey (justincc) | 2010-01-22 | 2 | -1/+49 |
| | | | | | | | | Passes but not yet complete | ||||
| * | complete assertion checks of all other oar loaded region settings | Justin Clark-Casey (justincc) | 2010-01-22 | 1 | -0/+28 |
| | | |||||
| * | Allow oar loading to work even if an estate module is not present | Justin Clark-Casey (justincc) | 2010-01-22 | 2 | -2/+74 |
| | | | | | | | | Write bare bones unit test for region setting loads | ||||
* | | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 54 | -711/+1492 |
|/ | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Fix a major security problem with osSetDynamicTexture which allowed the ↵ | CasperW | 2010-01-18 | 1 | -5/+12 |
| | | | | deletion of /any/ asset. | ||||
* | Let monitor data be requested using either the short form of the name or the | Melanie | 2010-01-16 | 1 | -1/+4 |
| | | | | full, namespace qualified version. | ||||
* | Shorten the names of the tags in monitorstats summary to the immediate type | Melanie | 2010-01-16 | 1 | -1/+5 |
| | | | | | name sans namespace. Needs adjustment of scripts using these!. Request my name still uses full namespace path. | ||||
* | Change the error messages on region region registration. This changes URM | Melanie | 2010-01-13 | 3 | -8/+10 |
| | | | | | and region. The non-error case should be compatible, so no version bump. Untested. | ||||
* | Implement access module commands | Melanie | 2010-01-10 | 1 | -0/+76 |
| | |||||
* | Add "StartDisabled" to [Startup] to make all regions start up with | Melanie | 2010-01-10 | 2 | -0/+83 |
| | | | | logins disabled until enabled from the console. Add the AccessModule (WIP) | ||||
* | Remove "login disable", "login enable" and "login status" commands. | Melanie | 2010-01-10 | 2 | -17/+0 |
| | |||||
* | A last fix for estate access by group. One should send the correct list. | Melanie | 2010-01-09 | 1 | -2/+2 |
| | |||||
* | Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed users | Melanie | 2010-01-09 | 1 | -92/+152 |
| | | | | | will be honored now, while allowed groups will not. This requires additional groups module integration work | ||||
* | Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ↵ | dahlia | 2010-01-07 | 1 | -1/+6 |
| | | | | messages forwarded while offline. Addresses Mantis #4457 | ||||
* | Fixes the newly added packets as per Melanie's request. | Revolution | 2010-01-07 | 1 | -2/+2 |
| | | | | | | Provisionally applied to fix the naming. Signatures are still subject to change. Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Allow estate managers (if estate_owner_is_god is set) to actually enter | Melanie | 2010-01-05 | 1 | -1/+4 |
| | | | | | | god mode. Allow god modification of objects if the object owner is the same god that wants to modify, this allows you to regain perms on your own objects after IAR import messed them up. | ||||
* | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 11 | -35/+35 |
| | |||||
* | Adds Friend Finding functionality. | Revolution | 2009-12-31 | 1 | -0/+23 |
| | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Adds tons of packets. | Revolution | 2009-12-31 | 2 | -0/+47 |
| | | | | | | Applied with change: Changed spelling to Summary (from Summery) Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 2009-12-29 | 3 | -9/+14 |
| | | | | | can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation | ||||
* | Enable the profile module to be replaced completely, even for the base | Melanie | 2009-12-25 | 1 | -0/+13 |
| | | | | profile data | ||||
* | No-op in this commit. Just increasing the tag number due to weirdnesses. | Diva Canto | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | Library Module: allows adding folders/items to the Library from IAR files ↵ | Diva Canto | 2009-12-23 | 3 | -0/+483 |
| | | | | placed under bin/Library. This works only for standalones. | ||||
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2009-12-23 | 1 | -1/+7 |
|\ | |||||
| * | Added Close() to Inventory/Archiver/InventoryArchiveReadRequest, so that the ↵ | Diva Canto | 2009-12-22 | 1 | -1/+7 |
| | | | | | | | | stream can be closed. | ||||
* | | Fix a bounds exception I came across in IAR restore | Melanie | 2009-12-23 | 1 | -0/+5 |
|/ | |||||
* | Bug fix: in standalone, HGInventoryBroker needs to get the local inventory ↵ | Diva Canto | 2009-12-21 | 1 | -2/+13 |
| | | | | server URL from NetworkServersInfo. | ||||
* | * Bug fix in HG: preserve the home region coordinates across multiple HG TPs. | Diva Canto | 2009-12-19 | 2 | -3/+14 |
| | | | | * Removed unnecessary debug messages. | ||||
* | Make the HG map search recognize host names without ports. | Diva Canto | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | Attempt at fixing mantis #4411. | Diva Canto | 2009-12-11 | 1 | -1/+1 |
| | |||||
* | Same for the remote auth connector | Melanie | 2009-12-07 | 1 | -1/+1 |
| | |||||
* | Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ↵ | Kunnis | 2009-12-06 | 1 | -1/+0 |
| | | | | | | not even stored in mysql. Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Allow terrain heightmaps to be loaded directly from URIs via the remote ↵ | Justin Clark-Casey (justincc) | 2009-12-04 | 1 | -1/+31 |
| | | | | | | | | admin plugin See http://opensimulator.org/mantis/view.php?id=4418 Thanks StrawberryFride See |