aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Expand)AuthorAgeFilesLines
* When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz2014-04-241-5/+0
* Eliminated many warningsOren Hurvitz2014-04-232-2/+2
* 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-222-8/+8
* Better logging in PresenceService, to help diagnose presence problems.Oren Hurvitz2014-04-211-1/+9
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-022-43/+39
* 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
* Repair database routines so they properly return null when asked forRobert Adams2014-01-281-1/+5
* Merge branch 'master' into varregionRobert Adams2014-01-191-1/+11
|\
| * Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-161-1/+11
| |\
| | * In the offline message table, store the sender.Oren Hurvitz2014-01-161-1/+11
* | | Merge branch 'master' into varregionRobert Adams2013-12-172-27/+42
|\ \ \ | |/ /
| * | 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-161-6/+10
| |/
| * Add support for user preferences (im via email)BlueWall2013-12-062-21/+28
* | Merge branch 'master' into varregionRobert Adams2013-12-051-2/+0
|\ \ | |/
| * Stop writing partner id to record when updating profile data. This should be ...BlueWall2013-12-051-2/+0
* | varregion: push TerrainData implementation up and down the database storage s...Robert Adams2013-11-011-21/+11
* | Merge branch 'master' into varregionRobert Adams2013-10-071-1/+1
|\ \ | |/
| * Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
* | varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams2013-10-071-30/+17
* | Remove time based terrain storage in SQLite so revision number can be usedRobert Adams2013-09-281-3/+4
|/
* Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2013-09-222-5/+34
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2013-09-021-0/+5
* This makes group search work (Groups V2).Diva Canto2013-07-281-1/+1
* Cleanup old hg sessions (older than 2 days)Diva Canto2013-07-142-0/+11
* HG UAS: Moved hg-session data from memory to DB storage. This makes it so tha...Diva Canto2013-07-142-0/+87
* HG Friends: migration #3 is failing on some installations of MySql. Setting t...Diva Canto2013-07-041-1/+1
* Fix SQL statementDiva Canto2013-07-021-1/+1
* Really make it call the method with the query interfaceDiva Canto2013-07-021-1/+1
* This should have a strong effect on the Unknown User issue mantis #6625Diva Canto2013-07-021-2/+5
* In XAssetService, on a delete asset request also delete the asset in any chai...Justin Clark-Casey (justincc)2013-06-281-0/+2
* Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)2013-06-271-1/+1
* * This fixes having to select and deselect prim to get keyframemotion to star...teravus2013-06-121-2/+0
* Database persistence for keyframes. Contains a Migration.Melanie2013-06-062-4/+32
* Adding standard OpenSim header to source filesBlueWall2013-05-311-0/+27
* Fill in fields with default values on profile creationBlueWall2013-05-311-2/+48
* UserProfilesBlueWall2013-05-302-0/+1106
* Send up the part missing from the Avination Estate commit.Melanie2013-05-111-0/+6
* Fix wrong sql statement in offline im.Diva Canto2013-04-281-5/+2
* Recover a lost "virtual". Downstream projects need this.Diva Canto2013-04-251-1/+1
* minor: Make exceptions thrown by MySQLAssetData more consistent.Justin Clark-Casey (justincc)2013-04-101-10/+19
* Change the table and field names of XAssetService mysql db tables to be capit...Justin Clark-Casey (justincc)2013-03-152-62/+60
* Implement access time updates on assets for XAssetService.Justin Clark-Casey (justincc)2013-03-151-38/+57
* Add more information to warnings logged when asset names and descriptions hav...Justin Clark-Casey (justincc)2013-02-272-4/+12
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
* First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res...Diva Canto2013-02-192-0/+599