aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add code to GridService to check for overlapping of varregionsRobert Adams2014-08-021-2/+2
* fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni2014-08-021-2/+2
* Fix a bug where estate not found would result in a dummy estate record with e...Diva Canto2014-06-101-2/+9
* Moved these two estate-related interfaces to the projects where they belong.Diva Canto2014-06-101-0/+120
* Change Assembly verson of OpenSim.Data.PGSQL.dll to 0.8.0.* to match all othe...Justin Clark-Casey (justincc)2014-05-271-1/+1
* minor: eliminate now unnecessary string.Format in postgresql RetrieveGroups m...Justin Clark-Casey (justincc)2014-05-151-1/+1
* Escape find string in PgSQL core groups pluginJustin Clark-Casey (justincc)2014-05-152-3/+25
* Escape find string in MySQL core groups pluginJustin Clark-Casey (justincc)2014-05-151-1/+1
* When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz2014-04-242-11/+0
* Eliminated many warningsOren Hurvitz2014-04-237-9/+8
* Changed table 'im_offline' to use UTF8 characters. This fixes a problem with ...Oren Hurvitz2014-04-231-1/+9
* Changed the maximum asset name and description lengths to constants. Also, pr...Oren Hurvitz2014-04-225-20/+20
* Better logging in PresenceService, to help diagnose presence problems.Oren Hurvitz2014-04-212-4/+20
* Fix the presence info caching used in llRequestAgentData(), which was complet...Justin Clark-Casey (justincc)2014-04-111-1/+1
* Fixed AssetsExist in SQLiteOren Hurvitz2014-04-021-2/+2
* Made the SQLite unit tests work on Windows (sqlite3.dll wasn't being loaded)Oren Hurvitz2014-04-021-0/+3
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-0210-83/+166
* Fix MSSQLInventoryHandler.IncreementFolderVersion where sql accidentally used...Justin Clark-Casey (justincc)2014-03-261-1/+1
* minor: remove compiler warning from NullEstateDataJustin Clark-Casey (justincc)2014-03-261-1/+1
* Add MSSQL EstateStore.migrations VERSION 10 transaction to add AllowLandMark,...Justin Clark-Casey (justincc)2014-03-261-0/+8
* Fix extra physics params MSSQL migration (version 39).Justin Clark-Casey (justincc)2014-03-261-5/+5
* Fixed updating usersettings in the databaseOren Hurvitz2014-03-241-2/+2
* Don't show hidden groups in search resultsOren Hurvitz2014-03-241-3/+3
* Fix a bug in previous commit 01520bb where I accidentally saved OtherCleanTim...Justin Clark-Casey (justincc)2014-03-181-1/+1
* Save and load dwell parcel stat in MySQL DB adaptor. Field in table already ...Justin Clark-Casey (justincc)2014-03-181-3/+4
* Add regression test for sending group notices via xmlrpc groups connector.Justin Clark-Casey (justincc)2014-03-072-25/+68
* Repair database routines so they properly return null when asked forRobert Adams2014-01-285-4/+21
* Merge branch 'master' into varregionRobert Adams2014-01-192-2/+13
|\
| * Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-162-2/+13
| |\
| | * In the offline message table, store the sender.Oren Hurvitz2014-01-162-2/+13
* | | Merge branch 'master' into varregionRobert Adams2013-12-177-42/+163
|\ \ \ | |/ /
| * | Fix issue with editing notes for other avatarsBlueWall2013-12-161-0/+4
| * | Populate user preferences with UserAccount email if it is present, else retur...BlueWall2013-12-162-7/+12
| |/
| * Add support for user preferences (im via email)BlueWall2013-12-067-36/+148
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-4/+4
* | Merge branch 'master' into varregionRobert Adams2013-12-054-7/+1
|\ \ | |/
| * Adding profile partners fix to SQLite and PgSQL driversBlueWall2013-12-052-4/+0
| * Stop writing partner id to record when updating profile data. This should be ...BlueWall2013-12-051-2/+0
| * Reversing back to the row["ColumnName"] case field name. http://opensimulator...Fernando Oliveira2013-12-061-1/+1
* | Merge branch 'master' into varregionRobert Adams2013-12-011-2/+2
|\ \ | |/
| * Corrected case to get columns from Regions table from PostgreSQL http://opens...Fernando Oliveira2013-11-251-2/+2
* | Merge branch 'master' into varregionRobert Adams2013-11-241-4/+5
|\ \ | |/
| * Fixed the update StoreRegionWindlightSettings() wasn't updating regionwindlig...Fernando Oliveira2013-11-221-4/+5
* | varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-081-2/+2
* | varregion: remove unused terrain serialization code in SQLite and PGSQL modulesRobert Adams2013-11-042-40/+0
* | varregion: push TerrainData implementation up and down the database storage s...Robert Adams2013-11-015-95/+97
* | Merge branch 'master' into varregionRobert Adams2013-10-283-1/+59
|\ \ | |/
| * Corrected estateID to EstateID on getEstates function at PGSQLEstateData.csFernando Oliveira2013-10-161-1/+1
| * * One More thing, add an appdomain data element to ensure that we don't dupli...Fernando Oliveira2013-10-162-4/+15
| * * Fixes mantis mantis 0006803 [PGSQL] - Simulator crashes - Mono.Security.dll...Fernando Oliveira2013-10-162-0/+47