aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fixed "Unknown User" listed as creator/owner on prims created with the Build ...Diva Canto2011-06-081-8/+66
| | * This hopefully fixes all issues with online/offline notifications across grid...Diva Canto2011-06-072-3/+10
| | * This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto2011-06-071-3/+5
| | * More on the hunt for the slow down on HGFriendsModule. - Don't requests the o...Diva Canto2011-06-061-48/+71
| | * Moved the Mono Addins declaration of the HGFriendsModule to where the one for...Diva Canto2011-06-062-1/+1
| | * This should make offline IMs work again. It should work for incoming foreign ...Diva Canto2011-06-061-1/+4
| | * Narrow down the exception catching to exactly the exception of interest. This...Diva Canto2011-06-051-1/+1
| | * Fix give inventory tests to use different users rather than (accidentally) th...Justin Clark-Casey (justincc)2011-06-041-4/+15
| | * insert an InventoryArchiveUtils.FindItemsByPath() to return multiple items ra...Justin Clark-Casey (justincc)2011-06-042-11/+37
| | * 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 remi...Diva Canto2011-06-032-4/+11
| | * 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 [HGInventoryAccessM...Diva Canto2011-06-032-2/+20
| | * Moved CreateNewInventoryItem to the InventoryAccessModule in preparation for ...Diva Canto2011-06-031-1/+78
| | * 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
| | * HGWorldMap: don't send map blocks of hyperlinks that are farther than 4096 ce...Diva Canto2011-05-301-4/+24
| | * 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. WAR...Diva Canto2011-05-274-5/+257
| | * | | Make sure culture is en-US when saving archive related xml.Justin Clark-Casey (justincc)2011-05-271-0/+4
| | | |/ | | |/|
| | * | When saving an iar, don't chase down link asset IDs (since these points to ot...Justin Clark-Casey (justincc)2011-05-271-1/+4
| | |/
| | * HG inventory transfers over the profile working.Diva Canto2011-05-271-2/+9
| | * Added a BasicProfilemodule so that the profile-based actions (like give inven...Diva Canto2011-05-271-0/+173
| | * 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
| | |\
| | * | HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto2011-05-261-0/+74
| | * | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto2011-05-251-0/+268
| | * | Added necessary code to drop inventory on hg friends using the profile window...Diva Canto2011-05-243-7/+59
| | * | HG friends: Status notifications working. Also initial logins get the online ...Diva Canto2011-05-233-48/+209
| | * | More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-222-107/+212
| | * | Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-213-223/+180
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-05-2110-30/+20
| | |\ \
| | * | | HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-194-39/+553
* | | | | Add some flags to control content in search betterMelanie2011-06-202-1/+5
|/ / / /
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-276-57/+290
|\ \ \ \ | | |_|/ | |/| |
| * | | Add --noassets option for "save iar"Justin Clark-Casey (justincc)2011-05-264-19/+146
| * | | Bump OAR file format version up to 0.7 for this development cycle.Justin Clark-Casey (justincc)2011-05-261-2/+2
| * | | Add a --noassets option to "save oar".Justin Clark-Casey (justincc)2011-05-263-37/+143
| | |/ | |/|
* | | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Tom2011-05-2610-30/+20
|\ \ \
| * \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-05-2210-30/+20
| |\ \ \ | | |/ /
| | * | Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-2110-10/+0
| | * | rename UserInventoryTestsUtils -> UserInventoryHelpers for consistencyJustin Clark-Casey (justincc)2011-05-211-4/+4
| | * | rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)2011-05-214-16/+16
| | |/
* | | Some additional protection, it seems that responsedata needs to be locked, bu...Tom2011-05-261-2/+13
|/ /
* | Also fix the locking of url.requests and tidy the locks in generalTom2011-05-171-23/+31
* | Lock m_requestMap properly to prevent some nasty access errors and the result...Tom2011-05-171-30/+51