Diva Canto
|
cb80d8a29c
UserManagementModule: search the local cache for names too.
|
12 years ago |
Diva Canto
|
48577af325
More module cleanup: removed the CoreModules.Framework modules directives out of .addin.xml.
|
12 years ago |
Justin Clark-Casey (justincc)
|
d87813a194
Finally fix build break by allowing UserManagementModule (which constructs a packet directly) to reference OpenSim.Region.ClientStack.LindenUDP.
|
12 years ago |
Diva Canto
|
80133f9ebe
Show the user's home url too on the console command.
|
12 years ago |
Justin Clark-Casey (justincc)
|
12d3ea3029
Add "friends show cache <first-name> <last-name>" command for debugging purposes.
|
12 years ago |
Diva Canto
|
d08ad6459a
HG Friends: allow the establishment of HG friendships without requiring co-presence in the same sim. Using avatar picker, users can now search for names such as "[email protected]:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY.
|
12 years ago |
Diva Canto
|
d1256536b5
Added GetUUID(first, last) on UserAgentsService so that we can finally make direct user connections.
|
12 years ago |
Diva Canto
|
7dfa0309c6
More on HG access control. This commit splits the UserManagementModule into the Basic one and the HG one, so that we can do everything that needs to be done for HG ACLs to work without interfering with the vanilla opensim. For the moment, it finds foreign users who have left a trace in the region, e.g. an object. This makes it possible to ban/IM/etc these users using the regular avatar picker. TODO: contact the UAS directly given a name of the form First.Last @foo.com.
|
12 years ago |
Diva Canto
|
1a4fdd2666
Moved HandleAvatarPickerRequest from the generic Scene.PacketHandlers to the UserManagementModule where it belongs. No functional changes.
|
12 years ago |
Justin Clark-Casey (justincc)
|
749c3fef8a
Change "help" to display categories/module list then "help <category/module>" to display commands in a category.
|
12 years ago |
Bo Iwu
|
02d6b033d0
Fix improper code formatting introduced in 6214e6a217cf
|
13 years ago |
BlueWall
|
c5594e839e
Undo some prior work
|
13 years ago |
Diva Canto
|
cadd645076
Renamed one var and deleted commented code. No functional changes.
|
13 years ago |
Bo Iwu
|
6214e6a217
Allow update of stored entries within User Management Module-this is needed for proper work of HG friends.
|
13 years ago |
BlueWall
|
6941058824
Profile Updates
|
13 years ago |
Diva Canto
|
571efeddb2
Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region Scenes and Modules. Changed existing modules to use it instead of assuming that foreign = null account.
|
13 years ago |
Justin Clark-Casey (justincc)
|
9488b235d1
Fix the build break
|
13 years ago |
Justin Clark-Casey (justincc)
|
33b1e385ec
Look up a homeURL only when it's not null, in addition to not being string.Empty
|
13 years ago |
Justin Clark-Casey (justincc)
|
92dff85afb
Enable log message to tell us what type of url is being requested from a user's homeurl
|
13 years ago |
Justin Clark-Casey (justincc)
|
aea547cd11
fix build break on UserManagementModule.
|
13 years ago |
Justin Clark-Casey (justincc)
|
5b9fe4497d
Do proper locking of UserManagementModule.m_UserCache when getting.
|
13 years ago |
Justin Clark-Casey (justincc)
|
de28c9cd24
Stop the UserManagementModule logging every user it adds for now
|
13 years ago |
Justin Clark-Casey (justincc)
|
d7a516d885
Add temporary debugging in HGInventoryBroker and RemoveXInventoryServiceConnector
|
13 years ago |
Justin Clark-Casey (justincc)
|
c9e6b7bd10
Stop NPC's getting hypergrid like names in some circumstances.
|
13 years ago |
Justin Clark-Casey (justincc)
|
22f25fae38
Hack around with the NPC module to get osNpcCreate() partially working again.
|
13 years ago |
Diva Canto
|
e3e1f6308d
Change the name of the newest command to "show names" so that it doesn't conflict with the existing "show users"
|
13 years ago |
Diva Canto
|
80fc607d75
Fixed "Unknown User" listed as creator/owner on prims created with the Build button by foreign visitors. Added command to the UserManagementModule to list all the known bindings between user UUIDs and their names: show user-names.
|
13 years ago |
Diva Canto
|
6861606b6d
Narrow down the exception catching to exactly the exception of interest. This may decrease the time of processing prims with broken user data.
|
13 years ago |
Diva Canto
|
0d29f73916
Commented a few extra debug messages.
|
13 years ago |
Diva Canto
|
e19031849e
Added necessary code to drop inventory on hg friends using the profile window, but can't test because this mechanism doesn't seem to work without a profile service.
|
13 years ago |