aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-09Use F1 instead of ? as the in command help key.onefang1-1/+1
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 places...Melanie1-0/+2
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
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 ConsoleHistoryTimeSt...UbitUmarov1-2/+23
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 gracefu...Melanie Thielker1-56/+265
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 connections...UbitUmarov1-1/+10
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto1-1/+1
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
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-03-14Revert "Allow a console command to give blank arguments ("") without the pars...dahlia1-5/+2
2015-03-11Allow a console command to give blank arguments ("") without the parser faili...Justin Clark-Casey (justincc)1-2/+5
2014-09-23Add persistent command history in consoleJak Daniels1-2/+56
2014-07-29Add a "debug scene set child-repri <double>" command that allows child reprio...Justin Clark-Casey (justincc)1-2/+42
2014-07-18Add ICommands.HasCommand() method so that we can detect whether a command has...Justin Clark-Casey (justincc)2-15/+32
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
2014-05-23Allow console output to be multiline by making colourization regex RegexOptio...Justin Clark-Casey (justincc)1-1/+1
2014-04-30minor: Use Vector2.Zero constant and only set in condition branch where it wa...Justin Clark-Casey (justincc)1-1/+2
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 r...Justin Clark-Casey (justincc)1-13/+65
2014-04-23Eliminated many warningsOren Hurvitz1-0/+2
2014-03-06minor: Increase size of parcel name field in "land show" console command outp...Justin Clark-Casey (justincc)1-1/+6
2014-03-05Add UUID and ready status (whether region has finished starting up) to "show ...Justin Clark-Casey (justincc)1-0/+43
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
2013-08-05Make it possible to switch whether we serialize osd requests per endpoint or ...Justin Clark-Casey (justincc)1-1/+21
2013-07-15Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)1-1/+1
2013-06-07Adding Avination's PollService to round out the HTTP inventory changesMelanie1-2/+2