aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Null (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Remove useless executable bit that Windows adds.onefang1-0/+0
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang7-38/+67
2016-11-07Fix file execute permissions, coz Windows.David Walter Seikel1-0/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel6-34/+81
2013-01-04Added locking in NullRegionData.Oren Hurvitz1-20/+44
2012-12-09Restrict IPresenceData.VerifyAgentBlueWall1-8/+3
2012-12-08Add agent verification to PresenceBlueWall1-0/+13
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2-0/+157
2012-11-13Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't hav...Diva Canto1-1/+1
2012-10-09Disambiguate use of RegionFlags in NullRegionDataJustin Clark-Casey (justincc)1-0/+1
2012-08-15Add a skeleton for a name value storage associated with regionsMelanie1-0/+13
2012-05-23Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen1-0/+18
2012-05-23Format cleanupBlueWall1-2/+2
2012-03-30Lock NullFriendsData.m_Data for consistency and against concurrent read/writeJustin Clark-Casey (justincc)1-30/+39
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2-2/+30
2011-12-03Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)1-9/+31
2011-11-14Add test for adding a friend whilst onlineJustin Clark-Casey (justincc)1-1/+9
2011-09-20Null simulation data must return a non-null region settings or other parts of...Dan Lake1-2/+4
2011-09-16Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan1-0/+5
2011-09-09Fix unit tests from RegionSettings commitJustin Clark-Casey (justincc)1-0/+4
2011-08-31minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2011-08-11minor: a little bit of log message correction/commenting outJustin Clark-Casey (justincc)1-1/+1
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto1-1/+6
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto1-1/+6
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto1-2/+2
2011-04-12minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-3/+3
2011-04-04* Bugfix - Compile NullEstateData implement public List<int> IEstateDataStore...Teravus Ovares (Dan Olivares)1-0/+10
2011-04-04Updates NullStorage plugin.Mic Bowman2-0/+140
2011-03-09Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta...Justin Clark-Casey (justincc)1-14/+51
2011-02-22GetRegion(s)ByName with SQLite behaves like it does with other databases.Marck1-10/+38
2010-11-03Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie1-0/+3
2010-09-12Add copyright headers.Jeff Ames1-1/+28
2010-09-11Changed all string references of "IRegionDataStore" to "ISimulationDataStore"John Hurliman1-1/+0
2010-09-11Fixed the naming mess around data connectors for simulation dataJohn Hurliman1-1/+1
2010-08-08Add distance sort for null, tooMelanie1-2/+5
2010-07-31White space from previous commit.Diva Canto1-29/+29
2010-07-31Implemented console command "show hyperlinks".Marck1-31/+30
2010-06-04get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu...Justin Clark-Casey (justincc)2-3/+2
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-3/+5
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-60/+2
2010-04-16Expose Delete at IUserAccountData interface. It was there already. No changes...Diva Canto1-0/+21
2010-04-06Added NullInventoryData for unit tests and quick try-outs of the services in ...Diva Canto1-0/+193
2010-03-31Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie1-1/+10
2010-03-26replace recent IModule.GetGroup() with better GetGroupRecord(string name)Justin Clark-Casey (justincc)1-2/+2
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-8/+8
2010-03-05Fix LocalPresenceServiceConnector test now that the hardcoded test data has b...Justin Clark-Casey (justincc)1-9/+0
2010-03-04minor: comment out a forgotton debug log lineJustin Clark-Casey (justincc)1-1/+1
2010-03-04remove test presence from NullPresenceData since this appears to stop existin...Justin Clark-Casey (justincc)1-9/+42
2010-02-28Added FriendsData to both Null storage and SQLite. Untested.Diva Canto1-0/+92
2010-02-21Small bug fixes for making tests work.Diva Canto1-8/+12