aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-09Use F1 instead of ? as the in command help key.onefang1-1/+1
"?" was a silly choice, what if you wanted to use it in a command? Alas this doesn't seem to work, but at least you can type "?" now.
2020-09-09Remove useless executable bit that Windows adds.onefang7-0/+0
2020-09-08Move various paths out of the bin directory.onefang1-2/+2
2019-10-24oops, dont ask things twiceUbitUmarov1-3/+1
2019-10-24partial revert console Prompt code to fix itUbitUmarov1-3/+26
2019-10-22remove some useless NULL argumentsUbitUmarov1-10/+10
2019-10-22try to fix console AGAINUbitUmarov5-12/+110
2019-09-21make Console Promt(..) compatible with rest of code, againUbitUmarov2-1/+18
2019-09-21make Console Output(..) compatible with rest of code, againUbitUmarov3-4/+9
2019-08-25Fix console outputting raw format stringsMelanie1-3/+5
2019-08-21Make ReadConfig a general features of consoles, rather than type dependentMelanie3-1/+9
2019-08-21Call SetServer on consoles reflectively to avoid having type checks in ↵Melanie1-0/+2
places where it tends to be forgotten to update them.
2019-08-20Massive console refactor. Greatly simplify interface.Melanie5-103/+48
2019-07-04Use F1 instead of ? as the in command help key.onefang1-1/+1
"?" was a silly choice, what if you wanted to use it in a command? Alas this doesn't seem to work, but at least you can type "?" now.
2019-05-19Remove useless executable bit that Windows adds.onefang2-0/+0
2019-05-19Move cache, config, logs out of tree, and various related clean ups.onefang1-2/+2
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang8-106/+315
2018-07-14http reusecontext is obsoleteUbitUmarov1-1/+0
2018-07-14mantis 8333: kept idea but my own code. With ini setting ↵UbitUmarov1-2/+23
ConsoleHistoryTimeStamp set to true, the console history file will have timestamps. Im lazy date is in en-us culture for now. (robust also)
2018-01-30keepalive is defaultUbitUmarov1-1/+0
2017-01-05Massive tab and trailing space cleanupMelanie Thielker6-248/+248
2016-11-19fix pool parameters for httptestsUbitUmarov1-1/+1
2016-11-19REST console v2. This is an incompatible protocol change. It degrades ↵Melanie Thielker1-56/+265
gracefully.
2016-11-07Fix file execute permissions, coz Windows.David Walter Seikel2-0/+0
2016-11-07More caches directory fixes, including moving console history there.David Walter Seikel1-1/+1
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel7-43/+320
2016-07-17add a Drop method to PollService Event handlers, Drop requests on ↵UbitUmarov1-1/+10
connections known to be lost or delay event check if they are sending a response
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto1-1/+1
replace anymore.
2015-09-24 change console main help to match masterUbitUmarov1-13/+8
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov1-1/+1
scenepresence)
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto1-1/+1
AssemblyVersion("0.8.2.*")
2015-03-14Revert "Allow a console command to give blank arguments ("") without the ↵dahlia1-5/+2
parser failing, e.g. login text """ This reverts commit 129cc49eb4d2f43cdda3804447f84bd3df397ff1. It was causing the "alert" console command to fail.
2015-03-11Allow a console command to give blank arguments ("") without the parser ↵Justin Clark-Casey (justincc)1-2/+5
failing, e.g. login text "" Relates to http://opensimulator.org/mantis/view.php?id=7489
2014-09-23Add persistent command history in consoleJak Daniels1-2/+56
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2014-07-29Add a "debug scene set child-repri <double>" command that allows child ↵Justin Clark-Casey (justincc)1-2/+42
reprioritization distance to be changed on the fly. This governs when child agent position changes are sent to neighbouring regions. Corresponding config parameter is ChildReprioritizationDistance in [InterestManagement] in OpenSim.ini For test purposes.
2014-07-18Add ICommands.HasCommand() method so that we can detect whether a command ↵Justin Clark-Casey (justincc)2-15/+32
has already been registered without needing to also run it
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-05-23Compile the regex that extract categories for colourization just once rather ↵Justin Clark-Casey (justincc)1-5/+7
than on every single log. Compiling every time is unnecessary since Regex is thread-safe.
2014-05-23Allow console output to be multiline by making colourization regex ↵Justin Clark-Casey (justincc)1-1/+1
RegexOptions.SingleLine
2014-04-30minor: Use Vector2.Zero constant and only set in condition branch where it ↵Justin Clark-Casey (justincc)1-1/+2
was missing in TryParseConsole2DVector(). xbuild still compiles.
2014-04-30Assign value to 'vector' to fix building under xbuild and MonodevelopBlueWall1-0/+1
2014-04-30Add "terrain show" console command which outputs terrain height for a given ↵Justin Clark-Casey (justincc)1-13/+65
region co-ordinate. For debug purposes.
2014-04-23Eliminated many warningsOren Hurvitz1-0/+2
2014-03-06minor: Increase size of parcel name field in "land show" console command ↵Justin Clark-Casey (justincc)1-1/+6
output. Construct table using CDT rather than string formats
2014-03-05Add UUID and ready status (whether region has finished starting up) to "show ↵Justin Clark-Casey (justincc)1-0/+43
regions" console output.
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-08-19Make it possible to disconnected a specified number of bots via the pCampbot ↵Justin Clark-Casey (justincc)1-2/+27
console command "disconnect [<n>]" Bots disconnected are ascending from last in numeric order. Temporarily no way to reconnect bots.
2013-08-05Make it possible to switch whether we serialize osd requests per endpoint or ↵Justin Clark-Casey (justincc)1-1/+21
not, either via config (SerializeOSDRequests in [Network]) or via the "debug comms set" console command. For debug purposes to assess what impact this has on network response in a heavy test environment.
2013-07-15Add request received/handling stats for caps which are served by http poll ↵Justin Clark-Casey (justincc)1-1/+1
handlers. This adds explicit cap poll handler supporting to the Caps classes rather than relying on callers to do the complicated coding. Other refactoring was required to get logic into the right places to support this.
2013-06-07Adding Avination's PollService to round out the HTTP inventory changesMelanie1-2/+2