MW
|
58f3fa71c2
Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service.
|
16 years ago |
Charles Krinke
|
f2ec151328
Mantis#2340. Thank you kindly, Sacha Magne for a patch that:
|
16 years ago |
Justin Clarke Casey
|
170cb935cd
* refactor: make shutdown a template method in the same manner as startup, for consistency's sake
|
16 years ago |
Justin Clarke Casey
|
70124a3213
* refactor: make startup a template method
|
16 years ago |
Melanie Thielker
|
8963522aab
Mantis #2314
|
16 years ago |
Melanie Thielker
|
fecbb2febd
Add a user server XMLRPC method to set the MOTD and the minimum GodLevel
|
16 years ago |
Justin Clarke Casey
|
d0aabcb186
* Add "reset user password" command to user server
|
16 years ago |
Justin Clarke Casey
|
9170361bee
* Complete refactoring accidentally left unfinished so that all server help requests flow through the ShowHelp() method
|
16 years ago |
Melanie Thielker
|
9e545c9984
Mantis #2133
|
16 years ago |
Teravus Ovares
|
7d89e12293
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
|
16 years ago |
Justin Clarke Casey
|
3faadb3f5c
* minor: Tiny doc addition to trigger another build that hopefully won't fail
|
16 years ago |
Adam Frisby
|
618ccd4ebc
* Ditto, UserServer/Main.cs
|
16 years ago |
Justin Clarke Casey
|
4a475ca2be
* minor: refactor thread report into a method that returns a string rather than displays information directly
|
16 years ago |
Teravus Ovares
|
2912aafe25
* This commit incorporates the heart of the OpenGridProtocol patch that is currently on Forge in a nice, friendly modular format.
|
16 years ago |
Jeff Ames
|
6ef9d4da90
Formatting cleanup.
|
16 years ago |
Justin Clarke Casey
|
992b04a23e
* Move GridInfoService into Framework.Communications and eliminate Common.Communications for now (since this was the only class in that project)
|
16 years ago |
Melanie Thielker
|
0a18d544c5
Mantis #1936
|
16 years ago |
Justin Clarke Casey
|
0fd2bde111
* minor: remove unused grid send/receive keys from user server configuration
|
16 years ago |
Dr Scofield
|
03efaff60e
moving GridInfo application plugin into a common standalone/grid
|
16 years ago |
Justin Clarke Casey
|
918c0a4826
* refactor: move remaining user service -> inventory service OGS1 calls into the specific inter service class
|
16 years ago |
Justin Clarke Casey
|
77297ed6cc
* Separate out OGS1 calls used between services (rather than from region to services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1
|
16 years ago |
Justin Clarke Casey
|
29e8fcd13c
* minor: Rename IInterGridInventoryServices since it's inter service rather than inter grid
|
16 years ago |
Johan Berntsson
|
344c9caeb6
thanks lulurun for a security patch that blocks unathorized access to the inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service)
|
16 years ago |
Justin Clarke Casey
|
b2b5675bd4
* refactor: move new inventory service call by user server to OGS1 with all the other service calls
|
16 years ago |
MW
|
9a5a7b2614
Added option to userserver config, to be able disable/enable the LLSD Login support. As far as I know, the LLSD login method is currently only used by libsl based clients/bots. So could be useful to be able to disable this if a grid comes under a griefing attack from libsl bots.
|
16 years ago |
Teravus Ovares
|
e0b821f875
* This enables grid-wide instant messaging in a peer to peer with tracker style way over XMLRPC.
|
16 years ago |
Justin Clarke Casey
|
15d41c2fc2
* Fix build break by eliminating remaining IScenePermissions references - must remember to nant clean
|
16 years ago |
Teravus Ovares
|
febe78d062
* Implements UserServer logoff in a few situations
|
16 years ago |
Sean Dague
|
a5fb011041
in theory implement the backend of appearance for grid.
|
16 years ago |
Justin Clarke Casey
|
6812de9af2
* Minor: For no particularly good reason, make all console prompts conform to the same prompt scheme
|
16 years ago |