aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the internal flotsam asset cache defaults match ↵Justin Clark-Casey (justincc)2011-06-111-29/+35
| | | | | | | | | config-include/FlotsamCache.ini.example. Enable the flotsam console commands even if FlotsamCache.ini isn't present. For the most part, defaults are made to match those already in FlotsamCache.ini.example. The one exception is that the 48 hour file timeout from the code is used instead of the 0 hours that was in the example file. This can be tweaked if necessary. Most importantly, the default cache directory is now ./assetcache (as in FlotsamCache.ini.example) rather than ./FlotsamAssetCache (as was the internal code default). Therefore, if you were using flotasm without using the config file, then please rename your cache directory or start using the ini file and change the default there if you want to keep using your existing cache.
* Save the sun's position in OARsOren Hurvitz2011-06-102-0/+5
|
* New method for resetting the map on HG: do it only once upon changing grids, ↵Diva Canto2011-06-102-33/+59
| | | | and reset only exactly the map blocks that had regions in them. WARNING: this fetches all the regions from the Grid service, so there is a chance that this is a really bad idea in large grids. Pushing it for testing.
* The map breakage is actually at 2048!Diva Canto2011-06-091-3/+3
|
* Change the name of the newest command to "show names" so that it doesn't ↵Diva Canto2011-06-091-2/+2
| | | | conflict with the existing "show users"
* Consistency fix on the last commit.Diva Canto2011-06-081-1/+1
|
* Fixed a compilation problem. Also added a lengthy comment on the Map hack, ↵Diva Canto2011-06-082-37/+49
| | | | so that it never goes unnoticed again.
* Reverting the [HG]MapModule to its buggy behavior above 4096. Ppl seem to ↵Diva Canto2011-06-081-5/+15
| | | | | | | | prefer the color blue, and I have given up trying to make things work above 4096. Revert "Improved reuse on the WorldMap/WorldMapModule.cs" This reverts commit d473d9975e70366d0fd16276c9bafd5ec269dcd9.
* Fixed "Unknown User" listed as creator/owner on prims created with the Build ↵Diva Canto2011-06-081-8/+66
| | | | button by foreign visitors. Added command to the UserManagementModule to list all the known bindings between user UUIDs and their names: show user-names.
* This hopefully fixes all issues with online/offline notifications across ↵Diva Canto2011-06-072-3/+10
| | | | grids. http://opensimulator.org/mantis/view.php?id=5528
* This fixes the crash reported in ↵Diva Canto2011-06-071-3/+5
| | | | http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
* More on the hunt for the slow down on HGFriendsModule. - Don't requests the ↵Diva Canto2011-06-061-48/+71
| | | | online friends on foreign grids. If this works, there's another way of getting that info.
* Moved the Mono Addins declaration of the HGFriendsModule to where the one ↵Diva Canto2011-06-062-1/+1
| | | | for FriendModule is -- CoreModulePlugin.addin.xml (trying to hunt down the slowness reported by Nebadon related to HGFriends)
* This should make offline IMs work again. It should work for incoming foreign ↵Diva Canto2011-06-061-1/+4
| | | | IMs where the local recipient is offline. I can't test any of this, because I don't run an offline IM server.
* Narrow down the exception catching to exactly the exception of interest. ↵Diva Canto2011-06-051-1/+1
| | | | This may decrease the time of processing prims with broken user data.
* Fix give inventory tests to use different users rather than (accidentally) ↵Justin Clark-Casey (justincc)2011-06-041-4/+15
| | | | the same user. Extend TestGiveInventoryItem() to test giving back the same item.
* insert an InventoryArchiveUtils.FindItemsByPath() to return multiple items ↵Justin Clark-Casey (justincc)2011-06-042-11/+37
| | | | rather than just the first one
* create TestGetInventoryItem()Justin Clark-Casey (justincc)2011-06-041-13/+7
|
* Added prefix HG to the name of the landmark item in inventory, as a soft ↵Diva Canto2011-06-032-4/+11
| | | | reminder that the landmark belongs to a place in another grid. People can change the name, but that's their decision.
* oopsDiva Canto2011-06-031-1/+1
|
* HG Landmarks now working.Diva Canto2011-06-033-2/+82
|
* HG Landmarks being created. WARNING: new config var under ↵Diva Canto2011-06-032-2/+20
| | | | [HGInventoryAccessModule], Gatekeeper.
* Moved CreateNewInventoryItem to the InventoryAccessModule in preparation for ↵Diva Canto2011-06-031-1/+78
| | | | supporting HG landmarks.
* Bug fix on HG IM.Diva Canto2011-06-021-2/+6
|
* [Profiles] --> [Profile]Diva Canto2011-06-011-2/+2
|
* Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)2011-05-311-1/+2
| | | | | If we don't do this then viewer 2.8 crashes. Resolves http://opensimulator.org/mantis/view.php?id=5510
* HGWorldMap: don't send map blocks of hyperlinks that are farther than 4096 ↵Diva Canto2011-05-301-4/+24
| | | | cells from the current region.
* Improved reuse on the WorldMap/WorldMapModule.csDiva Canto2011-05-301-15/+5
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2011-05-274-5/+257
|\
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-05-271-1/+4
| |\
| * | HG lures working! Friends can offer friends HG teleports via the profile. ↵Diva Canto2011-05-274-5/+257
| | | | | | | | | | | | WARNING: additional configuration for HG inis -- see *Common.ini.example
* | | Make sure culture is en-US when saving archive related xml.Justin Clark-Casey (justincc)2011-05-271-0/+4
| |/ |/| | | | | This might resolve http://opensimulator.org/mantis/view.php?id=5475
* | When saving an iar, don't chase down link asset IDs (since these points to ↵Justin Clark-Casey (justincc)2011-05-271-1/+4
|/ | | | | | other items rather than real assets) This bug had no practical effect other than to make "save iar" misreport the number of missing assets
* HG inventory transfers over the profile working.Diva Canto2011-05-271-2/+9
|
* Added a BasicProfilemodule so that the profile-based actions (like give ↵Diva Canto2011-05-271-0/+173
| | | | inventory, etc) work. This is just a mock profile, the same for all users, and with no DB backend behind it -- meaning that nothing will be saved. For serious profiles, use 3rd party implementations.
* Commented a few extra debug messages.Diva Canto2011-05-261-2/+2
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-05-266-57/+290
|\
| * Add --noassets option for "save iar"Justin Clark-Casey (justincc)2011-05-264-19/+146
| | | | | | | | | | | | | | | | Like "save oar", this saves an iar without assets This can be useful for backup when you know the required assets will still be present (e.g. you're backing up the assets db separately). This also bumps the iar format version to 0.3 and 1.2 respectively. 0.3 is backward compatible with previous opensim versions 1.2 is used if the --profile switch is specified. It is only compatible with 0.7.1 presently.
| * Bump OAR file format version up to 0.7 for this development cycle.Justin Clark-Casey (justincc)2011-05-261-2/+2
| | | | | | | | | | This adds a <assets_included>true|false</assets_included> element to the oar control file, though this is not used on reloading at this time. This addition is backward compatible with previous opensim releases
| * Add a --noassets option to "save oar".Justin Clark-Casey (justincc)2011-05-263-37/+143
| | | | | | | | | | This switch stops any assets being saved in the oar. This can be useful if you're using OAR to backup regions and you know you'll always have the original asset database available.
* | HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto2011-05-261-0/+74
| | | | | | | | looked back in source user's User Agent service.
* | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto2011-05-251-0/+268
| | | | | | | | testing.
* | Added necessary code to drop inventory on hg friends using the profile ↵Diva Canto2011-05-243-7/+59
| | | | | | | | window, but can't test because this mechanism doesn't seem to work without a profile service.
* | HG friends: Status notifications working. Also initial logins get the online ↵Diva Canto2011-05-233-48/+209
| | | | | | | | friends in other grids.
* | More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto2011-05-222-107/+212
| | | | | | | | security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back.
* | Fixed permissions bug related to friends in PermissionsModule. Added ↵Diva Canto2011-05-213-223/+180
| | | | | | | | FriendsData[] GetFriends(string principalID) to IFriendsData and FriendInfo[] GetFriends(string PrincipalID) to IFriendsService. Refactored some more in the FriendsModule. Made client get notification of local friends permissions upon HGLogin. HG Friends object permissions work.
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-05-2110-30/+20
|\ \ | |/
| * Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just ↵Justin Clark-Casey (justincc)2011-05-2110-10/+0
| | | | | | | | OpenSim.Tests.Common instead
| * rename UserInventoryTestsUtils -> UserInventoryHelpers for consistencyJustin Clark-Casey (justincc)2011-05-211-4/+4
| |
| * rename UserProfileTestUtils to UserAccountHelpers to be consistent with ↵Justin Clark-Casey (justincc)2011-05-214-16/+16
| | | | | | | | other test helper names