Robert Adams
|
4fb3d314b8
Fix casting error for float type INI file parameter parsing.
|
před 10 roky |
Justin Clark-Casey (justincc)
|
b5ef585069
Merge branch 'justincc-master'
|
před 11 roky |
Oren Hurvitz
|
bc0ff5e7d4
Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that.
|
před 11 roky |
Robert Adams
|
d9848943a9
Add routines in Util.cs for conversion of region handles to region
|
před 11 roky |
Justin Clark-Casey (justincc)
|
431156f6c4
minor simplification of some unix date functions in Util. No functional change.
|
před 11 roky |
Justin Clark-Casey (justincc)
|
4035badd20
Add experimental "show grid users online" console command to show grid users online from a standalone/robust instance.
|
před 11 roky |
Kevin Cozens
|
64216b34a4
Fixed error in BuildFakeParcelID() which was detected by regression tests.
|
před 11 roky |
Dan Lake
|
ae997fffee
Merge branch 'master' of git://opensimulator.org/git/opensim
|
před 11 roky |
Dan Lake
|
6572847518
Added MinPoolThreads to ini [Startup] section to control SmartThreadPool.
|
před 11 roky |
Justin Clark-Casey (justincc)
|
077be8b496
Fix what apepars to be a bug in DoubleQueue<T>.Enqueue(Queue<T> q, T data) where the q parmater is ignored and everyghig is always placed on m_lowQueue.
|
před 11 roky |
Diva Canto
|
60325f81d8
This might address the following observed exception:
|
před 11 roky |
Justin Clark-Casey (justincc)
|
44e9849ed1
Fix regression where llHTTPRequests which did not get an OK response returned 499 and the exception message in the http_response event rather than the actual response code and body.
|
před 11 roky |
Justin Clark-Casey (justincc)
|
b7c9dee033
refactor: Move existing code to generate report information on the threadpool to the ServerBase rather than being in Util
|
před 11 roky |
Justin Clark-Casey (justincc)
|
c0a00cd7fd
Fix bug where no threadpool data would be displayed in the "show threads" command if threadpool type was QueueUserWorkItem (Unsafe worked as expected)
|
před 11 roky |
Melanie
|
a7dbafb0e3
Port Avination's inventory send throttling
|
před 11 roky |
Justin Clark-Casey (justincc)
|
06ab168897
To further help with tracking down the apperance of too much "Unknown User" in chatlogs, etc. temporarily change each instance of this in OpenSimulator so we can identify where it's coming from
|
před 11 roky |
Justin Clark-Casey (justincc)
|
206fb306a7
Update SmartThreadPool to latest version 2.2.3 with a major and minor change.
|
před 11 roky |
Melanie
|
5f4c4df227
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
|
před 11 roky |
Justin Clark-Casey (justincc)
|
39a0928052
minor: Remove some mono compiler warnings in OpenSim.Framework.dll
|
před 11 roky |
Justin Clark-Casey (justincc)
|
d0cb4fc326
Move map related settings from [Startup] to a new [Map] section in OpenSim.ini
|
před 11 roky |
Diva Canto
|
0e8289cd00
Added new Util function for reading config vars that's more generic than the one I added yesterday -- this is for helping move config vars out of [Startup]
|
před 11 roky |
Diva Canto
|
e515cdddec
Simplification of HG configs: HomeURI and GatekeeperURI now are defined as default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency.
|
před 11 roky |
Dan Lake
|
df37738ce7
WebStats will now use actual logfile as specified in OpenSim.exe.config rather than hardcoded ./OpenSim.log. This allows for rotating logs and other file appender types
|
před 11 roky |
Oren Hurvitz
|
b77da5039e
Assign the SmartThreadPool name in the constructor
|
před 12 roky |
Robert Adams
|
caad1edabf
Add utility function to clamp a vector to a maximum magnitude.
|
před 11 roky |
Oren Hurvitz
|
1b826b4877
Allow registering regions whose names are equivalent under LIKE but not truly equal
|
před 12 roky |
Justin Clark-Casey (justincc)
|
bc9a7ba0d6
minor: Assign names to the different SmartThreadPools for debugging purposes.
|
před 12 roky |
Justin Clark-Casey (justincc)
|
416244051d
refactor: call Util.InitThreadPool() if we are initializing an uninitialized pool on first use rather than constructing it ourselves.
|
před 12 roky |
Robert Adams
|
3e3c168987
Add helper routine Util.InRange()
|
před 12 roky |
Robert Adams
|
21dc5f4a1a
Add stack dump function that takes an alternate printer outter. I've found that log4net can be slowish so, if one is generating A LOT of debug output, alternate printers are better
|
před 12 roky |