Justin Clark-Casey (justincc)
|
9363d4c784
Use ToString() on uuids returned in PGSQLUserProfilesData.GetUserImageAssets(). These are Guids rather than strings so casting to string generates a casting exception.
|
10 years ago |
Justin Clark-Casey (justincc)
|
02f2352ad5
Fix PGSQLUserProfilesData.GetUserPreferences error when no usersettings yet exist by inserting missing ID parameter.
|
10 years ago |
Justin Clark-Casey (justincc)
|
71d73777d9
Revert "Remove quotes from column selection in PGSQLUserProfilesData.UpdateAvatarProperties()"
|
10 years ago |
Justin Clark-Casey (justincc)
|
8f37a61912
Revert "Remove quotes from column selection in PGSQLUserProfilesData.UpdateAvatarInterests()"
|
10 years ago |
Justin Clark-Casey (justincc)
|
39989eda3b
Revert "Remove quotes from column selection in PGSQLUserProfilesData.GetUserImageAssets()"
|
10 years ago |
Justin Clark-Casey (justincc)
|
38f2b89248
Revert "Remove misstaken quotes from column selection in PGSQLUserProfilesData.GetUserAppData()"
|
10 years ago |
Justin Clark-Casey (justincc)
|
f9d2121bcf
Revert "Remove quotes from column selection in PGSQLUserProfilesData.SetUserAppData()"
|
10 years ago |
Justin Clark-Casey (justincc)
|
24695dc05b
Fix PGSQLUserProfilesData.UpdateUserPreferences() imviaemail and visible casts. These should be left as bools, not converted to strings.
|
10 years ago |
Justin Clark-Casey (justincc)
|
46e8a99526
Change PGSQLUserProfilesData.UpdateUserPreferences() to directly pass the UUID to the uuid parameter instead of its ToString()
|
10 years ago |
Justin Clark-Casey (justincc)
|
492d49eb08
Fix MySQL and PGSQL *UserProfilesData.GetUserAppData() calls to correctly set the UserId parameter instead of the non-existing Id parameter when writing a record because none yet exists.
|
10 years ago |
Justin Clark-Casey (justincc)
|
59c0df962a
Remove quotes from column selection in PGSQLUserProfilesData.SetUserAppData()
|
10 years ago |
Justin Clark-Casey (justincc)
|
55ae9a7d10
Remove extraneous colon when setting TagId parameter in PGSQLUserProfilesData.GetUserAppData()
|
10 years ago |
Justin Clark-Casey (justincc)
|
55e081548c
Fix bug where gathering the clientstack..OutgoingPacketsQueuedCount stat would fail with a casting exception for scenes with NPCs
|
10 years ago |
Justin Clark-Casey (justincc)
|
0794a40378
Remove misstaken quotes from column selection in PGSQLUserProfilesData.GetUserAppData()
|
10 years ago |
Justin Clark-Casey (justincc)
|
bd9539c2a7
Remove quotes from column selection in PGSQLUserProfilesData.GetUserImageAssets()
|
10 years ago |
Justin Clark-Casey (justincc)
|
f31feef6c1
Remove quotes from column selection in PGSQLUserProfilesData.UpdateAvatarInterests()
|
10 years ago |
Justin Clark-Casey (justincc)
|
fdecf4f610
Remove quotes from column selection in PGSQLUserProfilesData.UpdateAvatarProperties()
|
10 years ago |
Justin Clark-Casey (justincc)
|
0cc75a0a3c
Remove quotes from column selection in PGSQLUserProfilesData.GetAvatarNotes()
|
10 years ago |
Justin Clark-Casey (justincc)
|
b38a552fd6
Remove quotes from field selection in PGSQLUserProfilesData.GetAvatarPicks()
|
10 years ago |
Justin Clark-Casey (justincc)
|
43b094f549
minor: correct two exception messages in PGSQLUserProfilesData where I copy/pasted AgentInterestsUpdate twice
|
10 years ago |
Justin Clark-Casey (justincc)
|
02dcfcf537
Remove the locking in PGSQLUserProfilesData which was buggy (Lock object wasn't set!) and is unnecessary.
|
10 years ago |
Justin Clark-Casey (justincc)
|
0c31eb0a5d
Add the missing deleted and re-added JobEngine class from the previous commit 8e1e8a0
|
10 years ago |
Justin Clark-Casey (justincc)
|
8e1e8a0920
Make the performance controlling job processing threads introduced in conference code use a generic JobEngine class rather than 4 slightly different copy/pasted versions.
|
10 years ago |
Diva Canto
|
2fd252f5a9
SimulatorFeatures: the viewer also takes GridName in OpenSim extras. Added that (plus GridURL, in case viewers want to use it too) to the GridService that gives out that info to simulators.
|
10 years ago |
Diva Canto
|
20b34135cb
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
10 years ago |
Diva Canto
|
e2dd15625f
Added GetDisplayNames capability. For now, we don't actually use display names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others.
|
10 years ago |
Justin Clark-Casey (justincc)
|
38590a4fad
Get PGSQL UserProfilesData to log the exception trace for debugging rather than just the exception message.
|
10 years ago |
Justin Clark-Casey (justincc)
|
dbd500db42
minor: Add event name to existing debug output when a script event fails with an exception. To aid debugging.
|
10 years ago |
Justin Clark-Casey (justincc)
|
801a86ca03
When inspecting a script or notecard, also try to look up any assets embedded therein.
|
10 years ago |
Justin Clark-Casey (justincc)
|
08606ae409
Make the IteratingUuidGatherer the only UuidGatherer.
|
10 years ago |