Diva Canto
|
f29bd8036d
A slight improvement on name fetching -- using the local name cache, since it exists.
|
15 years ago |
Diva Canto
|
c146f2c8c4
Use the cache, Luke!
|
15 years ago |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
Diva Canto
|
68e40a87ca
Poof! on LocalBackend. CommsManager.GridServices deleted.
|
15 years ago |
Diva Canto
|
5d2a157e64
First pass at cleaning up old OGS1 and Local Inventory: removed everything-inventory in CommsManager, which wasn't actively used anymore.
|
15 years ago |
Melanie Thielker
|
c310fb11f4
Remove all references to HttpServer from CommsManager (all incarnations)
|
15 years ago |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
Melanie Thielker
|
23d902be42
Remove the old asset cache and local services and the configurations for them
|
15 years ago |
Melanie Thielker
|
acfb5051cd
Intermediate commit. WILL NOT COMPILE!
|
15 years ago |
Justin Clarke Casey
|
342126b7b9
* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some service initialization into CommsManager
|
15 years ago |
Justin Clarke Casey
|
bd2180d9af
* refactor: Create IHttpServer interface instead of accessing BaseHttpServer via CommunicationsManager directly
|
15 years ago |
MW
|
171015f65f
Moved Linden protocol login handling to modules in OpenSim.Client.Linden. There are two region modules in there LLStandaloneLoginModule (for standalone mode) and LLProxyLoginModule (for grid mode which just handles incoming expect_user and logoff_user messages from the remote login server)
|
15 years ago |
diva
|
33330297d6
THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all.
|
15 years ago |
diva
|
e725e485fa
This moves the 2 friends-related interregion messages out of OGS1 and into the FriendsModule. No functional changes. Those messages were sent over XMLRPC, and that's how it continues to be for now. Just moving this couple of interregion messages out of OGS1, in preparation for the big shlep ahead.
|
15 years ago |
lbsa71
|
801da4346a
* optimized usings.
|
15 years ago |
Sean Dague
|
8088802c21
From Alan Webb <[email protected]>
|
15 years ago |
Justin Clarke Casey
|
5f9ccd486f
* test: Extend take object test to finally check that the object made it into user inventory and that it was removed from the scene
|
16 years ago |
Justin Clarke Casey
|
18974b7766
* refactor: rename UserServiceAdmin to UserAdminService
|
16 years ago |
Justin Clarke Casey
|
63851f1441
* refactor: move ResetUserPassword into UserServiceAdmin
|
16 years ago |
Justin Clarke Casey
|
0862627b34
* refactor: move CreateUser into UserServiceAdmin
|
16 years ago |
Justin Clarke Casey
|
7c6c776ff7
* test: Add the ability to add a plugin directory to the user and inventory services in order to extend unit tests for user and inventory information
|
16 years ago |
Charles Krinke
|
02fd7751d9
Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:
|
16 years ago |
Homer Horwitz
|
38e8853e57
Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,
|
16 years ago |
Dr Scofield
|
b91857b8f7
Adding AddXmlRpcHandler(name, method, bool) to selectively disable
|
16 years ago |
Teravus Ovares
|
17be1b736d
* In Standalone, add a persistant account for the OGP user.
|
16 years ago |
Justin Clarke Casey
|
5fb7b485b2
* Only allow logins on standalone when the sim has completed it's initial startup (script startup doesn't count here)
|
16 years ago |
Justin Clarke Casey
|
ddaa90d270
* refactor: collapse UpdateUserProfileProperties() into existing UpdateUserProfile
|
16 years ago |
Justin Clarke Casey
|
c2ee263999
* refactor: Break out IUserServiceAdmin out of IUserService since admin methods don't need to be implemented on Grid hosted region servers
|
16 years ago |
Justin Clarke Casey
|
6d289c3ae0
* Add "reset user password" command to standalone region console
|
16 years ago |
Justin Clarke Casey
|
52a4c4d82f
* Check in first part of http://opensimulator.org/mantis/view.php?id=2073
|
16 years ago |