Justin Clark-Casey (justincc)
|
e6cb7b4764
|
Lock m_classifiedCache and m_classifiedInterest dictionary reads in UserProfileModule since in the presence of writes these are not thread-safe operations.
Simplified locking to m_classifiedCache only since r/w of both dictionaries always occurs together
|
2013-06-15 00:52:57 +01:00 |
|
Justin Clark-Casey (justincc)
|
42b0c68eab
|
Correct build break in previous commit 9c530d7
|
2013-06-15 00:46:55 +01:00 |
|
Justin Clark-Casey (justincc)
|
9c530d725f
|
refactor: In UserProfileModule, change classifiedCache and classifiedInterest to m_classifiedCache and m_classifiedInterest
This is the coding standard name style for private fields.
|
2013-06-15 00:41:02 +01:00 |
|
BlueWall
|
75e4af9d39
|
Catch exception triggered by incoming avatars using legacy profiles
|
2013-06-08 11:00:05 -04:00 |
|
BlueWall
|
1cb1245d84
|
SQLite support for UserProfiles
|
2013-06-07 20:14:39 -04:00 |
|
BlueWall
|
e449950030
|
Prevent processing for Npc
|
2013-06-05 18:42:15 -04:00 |
|
BlueWall
|
10572b78f8
|
Remove a couple of orphaned lines
|
2013-06-05 15:10:53 -04:00 |
|
BlueWall
|
b4f472c4fa
|
Make locking more uniform
|
2013-06-05 15:08:25 -04:00 |
|
BlueWall
|
ba2f13db63
|
Adding back the BasicProfileModule
|
2013-05-31 21:19:15 -04:00 |
|
BlueWall
|
328883700a
|
UserProfiles
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
|
2013-05-30 17:59:18 -04:00 |
|