aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-09Another database schema fix for crazy.onefang1-1/+1
2021-09-09What numbnuts thought UUIDs should be varchar(255)?onefang1-4/+4
2021-09-03Shorten the name field of os_groups_groups.onefang1-1/+1
2021-09-03os_groups UUIDs are 36 charcters, not 255 varchars.onefang1-4/+4
2021-09-03Change the database schemas for a few, might be able to create them now.onefang3-9/+9
Would have saved a lot of time if OpenSim didn't quietly fail these.
2021-09-03Make it GridUsers VERSION 1, coz there never was a VERSION 2.onefang1-1/+1
2021-09-03Fixup GridUser migrations to be like the others.onefang1-6/+1
2021-08-17MySQL default character set to utfmb4.onefang19-41/+41
Coz on one box they defaulted to utfmb3, which .NET doesn't support.
2020-09-09Bandaid for ghost users, check and remove them from Presence when they log on.onefang1-3/+12
Once again OOP proves it's worse that spaghetti, by cutting up the spaghetti and hiding it all over the kitchen. Note the commented out bits from GateKeeperService.cs, this stuff is checked TWICE, though this time is for HGers, or not.
2020-07-31Various database fixups.onefang20-76/+76
InnoDB -> MyISAM utf8 if not exists white space
2019-11-14work on previus 2 patchsUbitUmarov1-23/+1
2019-11-14Attempt to fix the issue where, when logging into the grid, the user ↵Terry1-1/+24
supplies a region name, but instead of going to the specific region, they are sent to a region "Like" the one specified. Signed-off-by: Terry <terry@digiworldz.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2019-10-29fix some mysql timestamps default valueUbitUmarov2-1/+7
2019-10-13groups v2: remove wrong filters on DB searchUbitUmarov1-1/+1
2019-08-26a few changes to db generic tablesUbitUmarov1-25/+58
2019-08-22Function for MYSQL joins.onefang1-0/+51
2019-08-17missing fileUbitUmarov1-0/+7
2019-08-17EstateAccess do fill the fields(mySQL only); fix the responseUbitUmarov1-7/+7
2019-08-15Bandaid for ghost users, check and remove them from Presence when they log on.onefang1-2/+11
Once again OOP proves it's worse that spaghetti, but cutting up the spaghetti and hiding it all over the kitchen. Note the commented out bits from GateKeeperService.cs, this stuff is checked TWICE, though this time is for HGers, or not.
2019-08-10set default value for timestand on groups v2 invites tableUbitUmarov1-0/+8
2019-08-07More account manager.onefang1-2/+6
Select with more parameters. Tables, with member accounts. Print the query values.
2019-08-07Swap out MySQLGenericHandler and swap in MySQLRaw.onefang2-353/+142
Smaller, simpler, works better.
2019-08-06Add a more direct MySQL handler.onefang1-0/+353
2019-05-19Various database fixups.onefang21-84/+78
InnoDB -> MyISAM utf8 if not exists white space
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang43-2520/+2114
2019-03-07don't read from dbs wrong sound flagsUbitUmarov1-1/+4
2019-01-21remove terraindata abstraction layer, since we only have heightmap typeUbitUmarov1-3/+3
2018-12-31Put the virtual decls back in, they're needed by the freshly donated ...Melanie1-2/+2
... XStorage module that creates the XML for the new viewer, anod more. It overrides them to know if new init XML needs to be cached.
2018-12-30add some persistence (mysql only)UbitUmarov2-4/+29
2018-11-18don't share SHA256CryptoServiceProvider (can be improved)UbitUmarov1-6/+3
2018-01-21cosmetics (or not)UbitUmarov1-14/+14
2018-01-13clean some modules apiUbitUmarov1-16/+0
2018-01-12fix some odd sql queries ap not in useUbitUmarov1-1/+1
2018-01-02fix/clean error messages on MySQLUserProfiles (profilesV2)UbitUmarov1-36/+18
2017-12-11 commit what i did so far for core mutes module, befere i lose itUbitUmarov2-0/+83
2017-11-14Donating the Avination Mute ModuleMelanie Thielker1-0/+16
This lived out-of-tree and therefore wasn't part of the big code drop. It's classic Avination, tied to MySQL and a direct database connection and I don't have the bandwidth to fix it to core methods. However, it has all the strange mute logic that OpenSim was missing and maybe someone can step up to make it work in an open grid context.
2017-05-07take more heavy work out of opened dbconn sectionsUbitUmarov1-14/+22
2017-05-06 oops closed too soonUbitUmarov1-82/+87
2017-05-06 a few more changes on mysqlUbitUmarov4-48/+60
2017-05-06 don't hold dbconn longer than necessartUbitUmarov1-21/+31
2017-05-06 another misplaced closeUbitUmarov1-21/+21
2017-05-06 build const strings a compile time...UbitUmarov1-201/+146
2017-05-06 GZipStream does have a CopyTo()UbitUmarov1-5/+5
2017-05-06 dispose some MemoryStreamsUbitUmarov1-6/+8
2017-05-06 fix a few wrong placement ( this is a test by the way )UbitUmarov1-7/+7
2017-05-06 fix wrong placementUbitUmarov1-2/+1
2017-05-06 MySQLConnector is not a MS productUbitUmarov12-14/+110
2017-05-04Change the engine of the groups table back to MyISAM, because MySQL 5.5 and ↵Diva Canto1-1/+1
older don't support full test search on InnoDB
2017-04-01 store the physics inertia override in SQliteUbitUmarov1-5/+2
2017-04-01 store the physics inertia override in Mysql and add it to serializer. run ↵UbitUmarov2-2/+21
prebuild is required