aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-10Fix a bug where estate not found would result in a dummy estate record with e...Diva Canto1-2/+9
2014-05-15Escape find string in MySQL core groups pluginJustin Clark-Casey (justincc)1-1/+1
2014-04-24When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz1-5/+0
2014-04-23Eliminated many warningsOren Hurvitz2-2/+2
2014-04-23Changed table 'im_offline' to use UTF8 characters. This fixes a problem with ...Oren Hurvitz1-1/+9
2014-04-22Changed the maximum asset name and description lengths to constants. Also, pr...Oren Hurvitz2-8/+8
2014-04-21Better logging in PresenceService, to help diagnose presence problems.Oren Hurvitz1-1/+9
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2-43/+39
2014-03-24Fixed updating usersettings in the databaseOren Hurvitz1-2/+2
2014-03-24Don't show hidden groups in search resultsOren Hurvitz1-3/+3
2014-03-18Fix a bug in previous commit 01520bb where I accidentally saved OtherCleanTim...Justin Clark-Casey (justincc)1-1/+1
2014-03-18Save and load dwell parcel stat in MySQL DB adaptor. Field in table already ...Justin Clark-Casey (justincc)1-3/+4
2014-01-28Repair database routines so they properly return null when asked forRobert Adams1-1/+5
2014-01-16In the offline message table, store the sender.Oren Hurvitz1-1/+11
2013-12-16Fix issue with editing notes for other avatarsBlueWall1-0/+4
2013-12-16Populate user preferences with UserAccount email if it is present, else retur...BlueWall1-6/+10
2013-12-06Add support for user preferences (im via email)BlueWall2-21/+28
2013-12-05Stop writing partner id to record when updating profile data. This should be ...BlueWall1-2/+0
2013-11-01varregion: push TerrainData implementation up and down the database storage s...Robert Adams1-21/+11
2013-10-07varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams1-30/+17
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-09-28Remove time based terrain storage in SQLite so revision number can be usedRobert Adams1-3/+4
2013-09-25Remove time based terrain storage in SQLite so revision number can be usedRobert Adams1-3/+4
2013-09-22Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2-5/+34
2013-09-02Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)1-0/+5
2013-07-28This makes group search work (Groups V2).Diva Canto1-1/+1
2013-07-14Cleanup old hg sessions (older than 2 days)Diva Canto2-0/+11
2013-07-14HG UAS: Moved hg-session data from memory to DB storage. This makes it so tha...Diva Canto2-0/+87
2013-07-04HG Friends: migration #3 is failing on some installations of MySql. Setting t...Diva Canto1-1/+1
2013-07-02Fix SQL statementDiva Canto1-1/+1
2013-07-02Really make it call the method with the query interfaceDiva Canto1-1/+1
2013-07-02This should have a strong effect on the Unknown User issue mantis #6625Diva Canto1-2/+5
2013-06-28In XAssetService, on a delete asset request also delete the asset in any chai...Justin Clark-Casey (justincc)1-0/+2
2013-06-27Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)1-1/+1
2013-06-12* This fixes having to select and deselect prim to get keyframemotion to star...teravus1-2/+0
2013-06-06Database persistence for keyframes. Contains a Migration.Melanie2-4/+32
2013-05-31Adding standard OpenSim header to source filesBlueWall1-0/+27
2013-05-31Fill in fields with default values on profile creationBlueWall1-2/+48
2013-05-30UserProfilesBlueWall2-0/+1106
2013-05-11Send up the part missing from the Avination Estate commit.Melanie1-0/+6
2013-04-28Fix wrong sql statement in offline im.Diva Canto1-5/+2
2013-04-25Recover a lost "virtual". Downstream projects need this.Diva Canto1-1/+1
2013-04-10minor: Make exceptions thrown by MySQLAssetData more consistent.Justin Clark-Casey (justincc)1-10/+19
2013-03-15Change the table and field names of XAssetService mysql db tables to be capit...Justin Clark-Casey (justincc)2-62/+60
2013-03-15Implement access time updates on assets for XAssetService.Justin Clark-Casey (justincc)1-38/+57
2013-02-27Add more information to warnings logged when asset names and descriptions hav...Justin Clark-Casey (justincc)2-4/+12
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-19First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res...Diva Canto2-0/+599
2013-02-19Offline IM: moved the Data and MySQL bits to the corresponding places in core...Diva Canto2-0/+86
2013-02-18I need these for OfflineIM and Groups.Diva Canto1-0/+60