Melanie
|
bfddd75ca8
Refactor. Instantiate sim status handlers in opensim base, not in a plugin
|
15 gadi atpakaļ |
Melanie
|
e966e51b89
Add a console_port setting to let the rest console use a different port
|
15 gadi atpakaļ |
Melanie
|
81d5a4b6d8
Remove "login disable", "login enable" and "login status" commands.
|
15 gadi atpakaļ |
Diva Canto
|
7cb66de2e0
* Moved command reset password from OpenSim to UserAccountService.
|
15 gadi atpakaļ |
Diva Canto
|
96ecdcf9c5
* Added SetPassword to IAuthenticationService.
|
15 gadi atpakaļ |
dahlia
|
e987e85c0c
add agent position to output of "show users" console command
|
15 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
a4d2a97bc6
minor: remove some mono compiler warnings, add --merge load oar switch to help information
|
15 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
88ead9ee63
pass all command parameters to load/save oar, not just the filename
|
15 gadi atpakaļ |
Melanie
|
c17359fea5
Adding changes to previous patch to make it fit into core better
|
15 gadi atpakaļ |
Fredo Chaplin
|
bff0d75e0f
patch kill by UUID
|
15 gadi atpakaļ |
John Hurliman
|
0b1726b524
Removing the ClientManager reference from IScene and hiding it entirely inside Scene as an implementation detail. This will reduce programming error and make it easier to refactor the avatar vs client vs presence mess later on
|
15 gadi atpakaļ |
John Hurliman
|
b2ed348aa2
Implemented a Watchdog class. Do not manually create Thread objects anymore, use Watchdog.StartThread(). While your thread is running call Watchdog.UpdateThread(). When it is shutting down call Watchdog.RemoveThread(). Most of the threads in OpenSim have been updated
|
15 gadi atpakaļ |
John Hurliman
|
2f394b7e7e
* Allow SmartThreadPool to be initialized without setting max stack size (like the original implementation)
|
15 gadi atpakaļ |
Melanie
|
b35fbe1f98
Merge branch 'melanie_test' into prioritization
|
15 gadi atpakaļ |
John Hurliman
|
32ccd5bb40
* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to Util.FireAndForget()
|
15 gadi atpakaļ |
Melanie
|
8ce4fd7234
Reduce the default pool threads to 15 (from 30) and the minimum from 5 to 2
|
15 gadi atpakaļ |
Melanie
|
8a336c6860
Add MaxPoolThreads in startup to limit the size of the thread pool used
|
15 gadi atpakaļ |
Melanie
|
26863c04a5
Change "config save" to "config save <filename>", which is mandatory.
|
15 gadi atpakaļ |
John Hurliman
|
1e9e9df0b3
* Switched to a plain lock for the ClientManager collections and protected the TryGetValues with try/catch instead of a lock
|
15 gadi atpakaļ |
John Hurliman
|
25878d6828
* Added the "show connections" command to print out all of the currently tracked IClientAPIs
|
15 gadi atpakaļ |
Melanie
|
31d8cec0f8
Merge branch 'master' into diva-textures
|
15 gadi atpakaļ |
Melanie
|
67fefdb5a0
Remove predecode-j2k and it's assoaciated logic
|
15 gadi atpakaļ |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 gadi atpakaļ |
Melanie
|
94aa7e677c
Change command help text to show .ini in place of .xml when creating regions
|
15 gadi atpakaļ |
Diva Canto
|
5757afe766
First pass at the heart surgery for grid services. Compiles and runs minimally. A few bugs to catch now.
|
15 gadi atpakaļ |
Diva Canto
|
902279f0fd
Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the scene itself but SceneCommunicationService, for now. Beginning to clear the code from using Region.Communications. grid stuff.
|
15 gadi atpakaļ |
Melanie
|
496b368334
Add a using() block around the timer script
|
15 gadi atpakaļ |
Diva Canto
|
5bf288745d
De-hardcode default home locations on create user (standalone).
|
15 gadi atpakaļ |
Melanie
|
3d7bb7567c
Add the ability to use -console=rest to the region server. User
|
15 gadi atpakaļ |
Teravus Ovares (Dan Olivares)
|
b47e405420
* minor: Comments
|
15 gadi atpakaļ |