aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | HG Friends working to some extent: friendships offered and accepted ↵Diva Canto2011-05-194-39/+553
|/ | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
* refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() ↵Justin Clark-Casey (justincc)2011-05-141-7/+8
| | | | instance methods since it didn't make sense to use anything other than the instance themselves.
* Minor doc change to see if this provokes a good panda buildJustin Clark-Casey (justincc)2011-05-141-2/+5
|
* When loading an OAR that doesn't have parcels, create a default parcelOren Hurvitz2011-05-143-12/+20
|
* Swapped the two restart command descriptions each otherMakopoppo2011-05-141-2/+2
|
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2011-05-133-6/+9
|\
| * Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto2011-05-121-0/+3
| |
| * Somewhat reverting the last commit. The viewer ignores 255's on tiles that ↵Diva Canto2011-05-101-3/+3
| | | | | | | | were previously on, so we need to send 254 (offline) explicitly. Also removing the +/-4 for HGMap, because it makes the map flicker.
| * Changed the Access flag on HGMap to 255 (does not exist) and clarified the ↵Diva Canto2011-05-092-2/+2
| | | | | | | | other value 254 too. Meanings taken from libomv.
| * Fixes gray tiles around +/-4 when user clicks on an empty tile. Affects ↵Diva Canto2011-05-092-2/+2
| | | | | | | | regions above 4096 primarily.
* | Fix the cert validation handler so that it will not block other parts ofMelanie2011-05-131-2/+10
|/ | | | the server doing ssl successfully.
* Fixes gray tiles on map search for viewers 1.Diva Canto2011-05-092-5/+9
|
* The map is seriously broken. This doesn't fix it, but at least provides one ↵Diva Canto2011-05-081-4/+4
| | | | more piece of data that seems to be required -- agent flags, which seem to be different in Viewer 2. WARNING: changes IClientAPI.
* Remove a spammy debug I left in. Disable TP cancel button at the pointMelanie2011-05-081-1/+2
| | | | of no return.
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2011-05-085-22/+89
|\