UbitUmarov
f5883d8ce6
revert introduction of some in arguments
2022-10-23 21:00:56 +01:00
UbitUmarov
d27516ac01
cosmetics
2022-10-22 22:51:55 +01:00
UbitUmarov
fddb3761a0
use some shared char arrays on string split
2022-10-19 01:38:25 +01:00
UbitUmarov
0df9802aa3
use 'in' on PollService event args
2022-10-16 17:36:17 +01:00
UbitUmarov
990831c373
add back local console hack
2022-10-02 11:22:04 +01:00
UbitUmarov
5ea28ff530
a few more changes to console; revert a change possible only needed on future .net, at lest we did live without it till now (for real now)
2022-09-30 11:47:44 +01:00
UbitUmarov
086fcc7ff7
mantis 9025: reduce latency a bit
2022-09-18 20:38:36 +01:00
UbitUmarov
87ba2d7b43
a few changes to local console; add pooling of Console.KeyAvailable instead of waiting on keyread, that has treading issues. Thanks ALicia for some ideas on this
2022-09-18 05:21:07 +01:00
UbitUmarov
fbbcc1edd7
== string.Empty is .Lenght == 0
2022-01-13 20:31:52 +00:00
UbitUmarov
df29d687ae
write a newline at end
2020-09-30 03:05:11 +01:00
UbitUmarov
69e12f537f
test: try handle cntr-c another way
2020-09-30 02:28:40 +01:00
UbitUmarov
aafc6579a1
remove end slash from most URLs we send to viewers
2020-05-10 21:14:52 +01:00
UbitUmarov
1e8e59e635
also override Output(string format) on remoteConsole
2020-05-02 18:31:02 +01:00
UbitUmarov
715c7a4825
fix localconsole so viewer one can display things
2020-04-30 00:47:53 +01:00
UbitUmarov
fefcda52f5
use concurrentdic on pollhandlers, simplify a bit
2020-04-23 16:04:54 +01:00
UbitUmarov
bf2e0f7737
oops, dont ask things twice
2019-10-24 17:30:24 +01:00
UbitUmarov
be6080c3c8
partial revert console Prompt code to fix it
2019-10-24 17:07:59 +01:00
UbitUmarov
b98ad6c53c
remove some useless NULL arguments
2019-10-22 12:23:19 +01:00
UbitUmarov
7939974d92
try to fix console AGAIN
2019-10-22 11:55:27 +01:00
UbitUmarov
43b56eaf08
make Console Promt(..) compatible with rest of code, again
2019-09-21 16:59:41 +01:00
UbitUmarov
b046ccebf2
make Console Output(..) compatible with rest of code, again
2019-09-21 16:35:38 +01:00
Melanie
584df2ab38
Fix console outputting raw format strings
2019-08-25 23:07:14 +01:00
Melanie
110644c23a
Make ReadConfig a general features of consoles, rather than type dependent
2019-08-21 21:23:54 +01:00
Melanie
7e136c67fd
Call SetServer on consoles reflectively to avoid having type checks in places where it tends to be forgotten to update them.
2019-08-21 21:15:58 +01:00
Melanie
0fd17c08ae
Massive console refactor. Greatly simplify interface.
2019-08-20 23:28:59 +01:00
UbitUmarov
81fb1b008f
http reusecontext is obsolete
2018-07-14 21:51:43 +01:00
UbitUmarov
8ed4bee521
mantis 8333: kept idea but my own code. With ini setting ConsoleHistoryTimeStamp set to true, the console history file will have timestamps. Im lazy date is in en-us culture for now. (robust also)
2018-07-14 00:46:47 +01:00
UbitUmarov
4381f16e18
keepalive is default
2018-01-30 08:15:42 +00:00
UbitUmarov
254b26a7d5
fix merge
2017-01-05 19:32:57 +00:00
Melanie Thielker
b16abc8166
Massive tab and trailing space cleanup
2017-01-05 19:07:37 +00:00
UbitUmarov
08dee3fa34
fix pool parameters for httptests
2016-11-19 15:46:47 +00:00
Melanie Thielker
28f7d429fc
REST console v2. This is an incompatible protocol change. It degrades gracefully.
2016-11-19 02:28:31 +00:00
Diva Canto
ab12a14279
Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global replace anymore.
2016-02-21 11:14:02 -08:00
UbitUmarov
759789bc45
change console main help to match master
2015-09-24 02:07:30 +01:00
UbitUmarov
cdaed11387
at last we can login and see objects ( friends is dead and disable in
...
scenepresence)
2015-09-03 18:39:08 +01:00
UbitUmarov
371c9dd2af
bad merge?
2015-09-01 14:54:35 +01:00
Diva Canto
da32512ea4
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*")
2015-04-29 18:47:17 -07:00
dahlia
8b13e4e731
Revert "Allow a console command to give blank arguments ("") without the parser failing, e.g. login text """
...
This reverts commit 129cc49eb4 .
It was causing the "alert" console command to fail.
2015-03-14 14:24:55 -07:00
Justin Clark-Casey (justincc)
129cc49eb4
Allow a console command to give blank arguments ("") without the parser failing, e.g. login text ""
...
Relates to http://opensimulator.org/mantis/view.php?id=7489
2015-03-11 22:42:14 +00:00
Jak Daniels
bde60cc92e
Add persistent command history in console
...
Signed-off-by: BlueWall <jamesh@bluewallgroup.com >
2014-09-23 10:36:00 -04:00
Justin Clark-Casey (justincc)
f6f7585ec5
Add a "debug scene set child-repri <double>" command that allows child 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-29 00:13:29 +01:00
Justin Clark-Casey (justincc)
9be935ac6d
Add ICommands.HasCommand() method so that we can detect whether a command has already been registered without needing to also run it
2014-07-18 22:27:39 +01:00
Justin Clark-Casey (justincc)
5450b1b024
Change assembly versions to 0.8.1
2014-06-17 18:37:15 +01:00
Justin Clark-Casey (justincc)
f55e153636
Compile the regex that extract categories for colourization just once rather than on every single log.
...
Compiling every time is unnecessary since Regex is thread-safe.
2014-05-23 21:09:48 +01:00
Justin Clark-Casey (justincc)
fbcb76383d
Allow console output to be multiline by making colourization regex RegexOptions.SingleLine
2014-05-23 20:57:50 +01:00
Justin Clark-Casey (justincc)
f0411dc128
minor: Use Vector2.Zero constant and only set in condition branch where it was missing in TryParseConsole2DVector(). xbuild still compiles.
2014-04-30 21:50:18 +01:00
BlueWall
44f533d95a
Assign value to 'vector' to fix building under xbuild and Monodevelop
2014-04-30 15:45:00 -04:00
Justin Clark-Casey (justincc)
253110293a
Add "terrain show" console command which outputs terrain height for a given region co-ordinate.
...
For debug purposes.
2014-04-30 18:04:47 +01:00
Oren Hurvitz
998d7009a6
Eliminated many warnings
2014-04-23 16:37:36 +03:00
Justin Clark-Casey (justincc)
aa2fb1ec25
minor: Increase size of parcel name field in "land show" console command output. Construct table using CDT rather than string formats
2014-03-06 00:40:24 +00:00