Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds example to OpenSim.ini.example for Admin Default Parcel settings | Careminster Staff | 2010-01-19 | 1 | -2/+8 |
| | |||||
* | Merge branch 'master' into careminster | Melanie | 2010-01-18 | 1 | -2/+9 |
|\ | |||||
| * | 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. | ||||
* | | Fix a major security problem with osSetDynamicTexture which allowed the ↵ | CasperW | 2010-01-18 | 1 | -5/+12 |
| | | | | | | | | deletion of /any/ asset. | ||||
* | | Add chat banning. Staff patch | Melanie | 2010-01-18 | 1 | -2/+49 |
| | | |||||
* | | Fix a typo | Melanie | 2010-01-18 | 1 | -4/+4 |
| | | |||||
* | | Adds land ejection and freezing. Adds more checks to land banning. | Careminster Staff | 2010-01-18 | 1 | -23/+419 |
| | | |||||
* | | Adds Land Banning. | Careminster Staff | 2010-01-14 | 2 | -58/+120 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-14 | 3 | -8/+10 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-10 | 4 | -17/+159 |
|\ \ | |/ | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-09 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | A last fix for estate access by group. One should send the correct list. | Melanie | 2010-01-09 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-09 | 1 | -92/+152 |
|\ \ | |/ | |||||
| * | 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 | ||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-09 | 2 | -3/+8 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | 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. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-03 | 11 | -35/+35 |
|\ \ | |/ | |||||
| * | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 11 | -35/+35 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-31 | 3 | -0/+70 |
|\ \ | |/ | |||||
| * | 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> | ||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-29 | 3 | -9/+14 |
|\ \ | |/ | |||||
| * | 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 | ||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-25 | 1 | -0/+13 |
|\ \ | |/ | |||||
| * | Enable the profile module to be replaced completely, even for the base | Melanie | 2009-12-25 | 1 | -0/+13 |
| | | | | | | | | profile data | ||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-24 | 3 | -0/+483 |
|\ \ | |/ | |||||
| * | 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' into careminster | Melanie | 2009-12-23 | 1 | -1/+12 |
|\ \ | |/ | |||||
| * | 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 |
| |/ | |||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-21 | 1 | -2/+13 |
|\ \ | |/ | |||||
| * | Bug fix: in standalone, HGInventoryBroker needs to get the local inventory ↵ | Diva Canto | 2009-12-21 | 1 | -2/+13 |
| | | | | | | | | server URL from NetworkServersInfo. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-20 | 2 | -3/+14 |
|\ \ | |/ | |||||
| * | * 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. | ||||
* | | Add cmSetWindlightSceneTargeted. Add restrictions on windlight script use. | CasperW | 2009-12-17 | 1 | -49/+78 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Make the HG map search recognize host names without ports. | Diva Canto | 2009-12-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Attempt at fixing mantis #4411. | Diva Canto | 2009-12-11 | 1 | -1/+1 |
| | |