Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore overload mode accidentally disabled in a prior commit. Add a new | Melanie | 2014-04-25 | 3 | -2/+18 |
| | | | | | | config option, LogOverloads, to log when a thread pool overload occurs. This option defaults to "True" because the logging data is useful for diagnosing threading issues. | ||||
* | Adjust permissions to work hand in hand with what the viewer believes they are. | Melanie | 2014-04-25 | 1 | -7/+7 |
| | | | | This fixes the issue of "Show in Search" seeming resetting at random. | ||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-04-24 | 10 | -299/+280 |
|\ | |||||
| * | Revert "When linking a Hypergrid region, set the region's flags on the ↵ | Oren Hurvitz | 2014-04-24 | 1 | -4/+4 |
| | | | | | | | | | | | | in-memory GridRegion immediately." This reverts commit 463d0b2f8f0cd5f02c14391b763680b23c16e438. | ||||
| * | When linking a Hypergrid region, set the region's flags on the in-memory ↵ | Oren Hurvitz | 2014-04-24 | 1 | -8/+4 |
| | | | | | | | | | | | | GridRegion immediately. (When using llTeleportAgent() this *specific* object is used for the teleport, so it should have the correct flags.) | ||||
| * | - Created a standard function to send XML-RPC requests, which logs them like ↵ | Oren Hurvitz | 2014-04-24 | 4 | -139/+146 |
| | | | | | | | | | | | | | | we do for other types of HTTP activity. - Changed OpenProfileClient to use the new XML-RPC sending function - Improved logging in WebUtil | ||||
| * | Changed how UserProfile performs a fallback call using the OpenProfile API, ↵ | Oren Hurvitz | 2014-04-24 | 1 | -30/+37 |
| | | | | | | | | because now JsonRpcRequest() returns an error result instead of throwing an exception | ||||
| * | Refactored: moved OpenProfileClient to a location where it can be used by ↵ | Oren Hurvitz | 2014-04-24 | 3 | -1/+4 |
| | | | | | | | | both the Simulators and Robust | ||||
| * | When sending JSON-RPC calls (for UserProfile), use WebUtil instead of ↵ | Oren Hurvitz | 2014-04-24 | 5 | -126/+94 |
| | | | | | | | | constructing the HTTP requests manually. This allows the calls to be logged when using "debug http all 6". | ||||
* | | Fixes a long-standing bug related to god-mode change ownership of objects ↵ | Diva Canto | 2014-04-24 | 2 | -4/+6 |
|/ | | | | permissive, where the permissions of the children prims' inventory items were not changed. As a consequence, we couldn't control some of the objects imported via HG and OARs even in god mode. | ||||
* | Fixed: hypergrid-linking stopped accepting the following format: ↵ | Oren Hurvitz | 2014-04-24 | 1 | -11/+21 |
| | | | | | | "http://grid.example.com" (without a region name) Fixes http://opensimulator.org/mantis/view.php?id=7128 | ||||
* | Removed unused CsharpSqlite DLLs | Oren Hurvitz | 2014-04-24 | 4 | -0/+0 |
| | |||||
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2014-04-24 | 2 | -7/+29 |
|\ | |||||
| * | Show Group name when land is group-owned | Dev Random | 2014-04-23 | 1 | -7/+28 |
| | | |||||
| * | Add Dev Random to CONTRIBUTORS.txt, thanks for the patches! | Michael Cerquoni | 2014-04-23 | 1 | -0/+1 |
| | | |||||
* | | Apply logging flag to a spammy message that may have been overlooked. | Melanie | 2014-04-24 | 1 | -1/+1 |
|/ | | | | No one needs to see every thread launch..... | ||||
* | minor: Remove unused System.Linq reference and use ParcelFlags.None instead ↵ | Justin Clark-Casey (justincc) | 2014-04-23 | 1 | -2/+1 |
| | | | | of 0 from previous commit cb1f28 | ||||
* | Prevent sending Land Properties for unprivileged users | Dev Random | 2014-04-23 | 1 | -5/+8 |
| | |||||
* | Fix regression test break on previous commit 328bc3b | Justin Clark-Casey (justincc) | 2014-04-23 | 1 | -15/+16 |
| | |||||
* | Adjust avatar sit positioning on a target to pretty much exactly match that ↵ | Justin Clark-Casey (justincc) | 2014-04-23 | 1 | -14/+26 |
| | | | | | | | | | | of the LL grid. This uses an offset of 0.05 on the up vector of the sit orientation, after extensive analysis on http://opensimulator.org/mantis/view.php?id=7096 and https://wiki.secondlife.com/wiki/Talk:LlSitTarget This supersedes the previous adjustment in 5b73b9c4 which had been wrongly applied. The maximum change is about 0.1 with a maximum height avatar. This patch is all Aleric's work - I am applying manually in order to add these additional notes | ||||
* | Dynamic textures shouldn't be saved in the assets service (only in the ↵ | Oren Hurvitz | 2014-04-23 | 1 | -2/+2 |
| | | | | simulator cache) | ||||
* | Hypergrid: don't send Local assets to other grids | Oren Hurvitz | 2014-04-23 | 1 | -35/+34 |
| | | | | This commit also contains other changes, but they're all just for clarity. The only actual behavior change is to avoid Posting local assets. | ||||
* | Removed references to Community.CsharpSqlite*.dll. This eliminates some ↵ | Oren Hurvitz | 2014-04-23 | 1 | -2/+0 |
| | | | | warnings, and SQLite still works. | ||||
* | Removed GetUserInventory(). It wasn't being used, and was creating warnings ↵ | Oren Hurvitz | 2014-04-23 | 13 | -293/+2 |
| | | | | because it's Obsolete. | ||||
* | Eliminated 'Obsolete' warning: don't call do-nothing function ↵ | Oren Hurvitz | 2014-04-23 | 1 | -1/+0 |
| | | | | SetPreviousAppearance() | ||||
* | Eliminated many warnings | Oren Hurvitz | 2014-04-23 | 48 | -77/+101 |
| | |||||
* | Workaround for SRAS: if Store Asset returns 'null' then assume the asset ↵ | Oren Hurvitz | 2014-04-23 | 1 | -0/+7 |
| | | | | already exists, and this isn't an error | ||||
* | Changed table 'im_offline' to use UTF8 characters. This fixes a problem with ↵ | Oren Hurvitz | 2014-04-23 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | Offline IM V2 (only relevant to MySQL). This fixes http://opensimulator.org/mantis/view.php?id=7123 Users that use MySQL should change their MySQL configuration to support UTF8. In the config file /etc/my.cnf (Linux) or my.ini (Windows), add these settings: [mysqld] character-set-server=utf8 [client] default-character-set=utf8 And then restart MySQL (on Linux: "sudo service mysqld restart"). | ||||
* | Reverting test change to cause another email | Melanie | 2014-04-23 | 1 | -1/+0 |
| | |||||
* | Test commit to trigger a mailing list update | Melanie | 2014-04-23 | 1 | -0/+1 |
| | |||||
* | Fixed KeyframeMotion to work with very slow movement. | Oren Hurvitz | 2014-04-22 | 1 | -25/+33 |
| | | | | | | Previously, if the movement speed was below 0.05/sec then it didn't work correctly. Fixes http://opensimulator.org/mantis/view.php?id=7117 | ||||
* | Changed the maximum asset name and description lengths to constants. Also, ↵ | Oren Hurvitz | 2014-04-22 | 7 | -20/+25 |
| | | | | pre-truncate the description of dynamic textures. | ||||
* | Fixed: when a user logged-in, sometimes he didn't get notified of the Online ↵ | Oren Hurvitz | 2014-04-21 | 2 | -2/+24 |
| | | | | | | | | status of friends, so they continued to appear Offline. This happened because these notifications (the UDP packets) can only be sent to Root Agents. But the notifications were done in OnClientLogin(), at which point the client is still a Child Agent. Since a FireAndForget is used, it became a race condition as to whether the packets would be sent before or after the client became a Root Agent. To fix this, we now only send the notifications once the client becomes a Root Agent for the first time. | ||||
* | Better error handling when retrieving offline IMs | Oren Hurvitz | 2014-04-21 | 1 | -2/+7 |
| | |||||
* | Removed an attempt to set a user's presence to "Region 0" when they HG ↵ | Oren Hurvitz | 2014-04-21 | 1 | -3/+0 |
| | | | | | | teleport to another grid. a) This shouldn't have been done because at that point the user is still logged-in to the current grid. b) It's not necessary because the user will soon be logged-out completely. c) And it didn't even work because the MySQL database layer prevents setting the region to 0. | ||||
* | Better logging in PresenceService, to help diagnose presence problems. | Oren Hurvitz | 2014-04-21 | 3 | -29/+83 |
| | |||||
* | Add 'lillith_xue' to list of CONTRIBUTORS.TXT | Robert Adams | 2014-04-21 | 1 | -5/+6 |
| | | | | Removed references to 'Intel' as the contributors are no independent. | ||||
* | Possible solution for #7120 and #7051 | lillith_xue | 2014-04-21 | 1 | -23/+32 |
| | | | | Signed-off-by: Robert Adams <misterblue@misterblue.com> | ||||
* | Better error-handling when storing assets: recognize that 'null' is an error ↵ | Oren Hurvitz | 2014-04-20 | 4 | -25/+21 |
| | | | | value | ||||
* | Stopped setting the Service URL "GatekeeperURI" on users' accounts. It isn't ↵ | Oren Hurvitz | 2014-04-20 | 2 | -2/+0 |
| | | | | actually used. | ||||
* | Fixed: when any avatar changed his Active Group, it was set as the active ↵ | Oren Hurvitz | 2014-04-20 | 1 | -10/+13 |
| | | | | group for *all* the avatars in the scene (not permanently) | ||||
* | Fixed: once a user has rezzed an object, they could then duplicate it as ↵ | Oren Hurvitz | 2014-04-20 | 1 | -3/+5 |
| | | | | much as they wanted even if the parcel's permissions had since been changed to disallow rezzing | ||||
* | Fixed: if a user belonged to the parcel's group then he was allowed to rez ↵ | Oren Hurvitz | 2014-04-20 | 1 | -16/+16 |
| | | | | object in the parcel even if the flag "Create Objects by Group" was disabled | ||||
* | Fixed: the parcel flag "Allow Scripts from Group" should only check if the ↵ | Oren Hurvitz | 2014-04-20 | 4 | -31/+25 |
| | | | | | | parcel has a Group set; it doesn't have to be *deeded* to the group Also some cleanup of the use of Group ID's (with no change to functionality). | ||||
* | Catch empty url error | BlueWall | 2014-04-19 | 1 | -0/+3 |
| | |||||
* | In teleports, when sending the Source region, set its ServerURI to the ↵ | Oren Hurvitz | 2014-04-13 | 2 | -2/+7 |
| | | | | Gatekeeper URI (which is used with Regions); not the Home URI (which is used with Users) | ||||
* | Better error checking when creating hyperlinks: a) Reject invalid strings; ↵ | Oren Hurvitz | 2014-04-13 | 1 | -17/+36 |
| | | | | | | b) Default port is 80, not 0 The change of default port may fix http://opensimulator.org/mantis/view.php?id=7108 , where a user was able to create a Hyperlink to OSGrid from inside OSGrid. | ||||
* | BulletSim: reduce the terrain collison margin to be the same as other | Robert Adams | 2014-04-12 | 3 | -4/+11 |
| | | | | | | | | objects in the world. This was originally changed in an attempt to make vehicles work better but the effect was not that large and it causes avatars to float above the terrain. | ||||
* | Refactor: Rename GetOtherSetting to GetSetting and make SetOtherSetting private | Melanie | 2014-04-12 | 1 | -6/+6 |
| | |||||
* | Remove the old XML format parsing. Now additional region params can just be | Melanie | 2014-04-12 | 9 | -1238/+8 |
| | | | | | added as they are already exposed through an API when using Nini. That will remove the need to always edit RegioInfo just to add a region based setting. |