Justin Clark-Casey (justincc)
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
hace 12 años |
Melanie
|
a9a24062a5
Plug a security hole in the inventory service
|
hace 13 años |
Melanie
|
75644e0f6e
Prevent activation and deactivation of gestures from clobbering the slam
|
hace 14 años |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
hace 14 años |
AlexRa
|
deae030145
Some more corrections after MySQL connector update
|
hace 14 años |
AlexRa
|
8a0c5d14d4
All (?) MySQL stores fixed to use DBGuid.FromDB()
|
hace 14 años |
AlexRa
|
8b75302a1e
Just a bit of spellchecking in the comments
|
hace 14 años |
Master ScienceSim
|
e1b5c61247
Updated MySQL connection management to use the MySQL connection pooling. This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way.
|
hace 14 años |
OpenSim Master
|
3e697ad57e
* Fixed the Cable Beach inventory server to save the CreatorID as well as properly handling null item names and descriptions * Fixed the MySQL reader to safely handle null values in string columns that can be null
|
hace 15 años |
Jeff Ames
|
70d5b1c34c
Formatting cleanup. Add copyright headers.
|
hace 15 años |
Melanie
|
0d9591bf35
Prevent the creation of duplicate inventory folders in the case of a login
|
hace 15 años |
Adam Frisby
|
963cf25813
* Implements OSSL function: osGetSimulatorMemory - returns the current amount of memory allocated to the simulator process (Moderate Threat Level).
|
hace 15 años |
Adam Frisby
|
b516fe67a0
* Implements SQL Rollback support to Inventory Service for quicker backup restoration.
|
hace 15 años |
Adam Frisby
|
4973c057eb
* Adds a modicum of additional checking to the Inventory Service (MySQL only)
|
hace 15 años |
John Hurliman
|
6309fcc5b4
Reverting the memory leak patch for MySQL. Problems have been reported with the grid server after running for several hours
|
hace 15 años |
John Hurliman
|
29a4614529
* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset Local member in MySQLAssetData
|
hace 15 años |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
hace 15 años |
Jeff Ames
|
82c888fc6c
Add copyright headers. Formatting cleanup. Fix a compiler warning.
|
hace 15 años |
Kunnis
|
d2e5380cb2
* Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra parameter from MySQL/MySQLInventoryData.cs * Fixed a bug in SQLite/SQLiteAssetData.cs that was causing a NRE when updating an asset. * Improved the BasicAssetTest.cs to do full create/update/get testing * Improved the BasicInventoryTest.cs to do full create/update/get of both a folder and an item * Moved the null ref tests to the start of the PropertyCompareConstraint.cs, so that it doesn't throw when passing in a null item
|
hace 15 años |
Kunnis
|
23d478f2fa
Adding in Reflection-based testing, to ensure that all properties are covered.
|
hace 15 años |
Justin Clarke Casey
|
c3bb9ec42c
* Apply asset and inventory name and description bound checks to MySQL
|
hace 15 años |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
Sean Dague
|
3485b2b1c3
now that creatorID is no longer a strict UUID, and the column can still be NULL,
|
hace 15 años |
Justin Clarke Casey
|
f3c7298fc5
* Make it possible to store creator strings in user inventory items as well as UUIDs
|
hace 15 años |
Melanie Thielker
|
412112acba
Committing partial work on passing folders across instances. This may crash.
|
hace 15 años |
Melanie Thielker
|
9b82b52096
MYSQL Only: Make items given while offline appear in inventory without
|
hace 15 años |
Melanie Thielker
|
1121a214b9
Add a QueryItem method to the inventory subsystem. Currently implemented for
|
hace 15 años |
lbsa71
|
801da4346a
* optimized usings.
|
hace 15 años |
Melanie Thielker
|
d66f3993de
Add group permissions to agent inventory.
|
hace 16 años |
Sean Dague
|
cc5ccfb315
make inventory item listing more robust. It turns out that a bad item
|
hace 16 años |