Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-09 | Use F1 instead of ? as the in command help key. | onefang | 1 | -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-09 | Remove useless executable bit that Windows adds. | onefang | 7 | -0/+0 | |
2020-09-08 | Move various paths out of the bin directory. | onefang | 1 | -2/+2 | |
2019-10-24 | oops, dont ask things twice | UbitUmarov | 1 | -3/+1 | |
2019-10-24 | partial revert console Prompt code to fix it | UbitUmarov | 1 | -3/+26 | |
2019-10-22 | remove some useless NULL arguments | UbitUmarov | 1 | -10/+10 | |
2019-10-22 | try to fix console AGAIN | UbitUmarov | 5 | -12/+110 | |
2019-09-21 | make Console Promt(..) compatible with rest of code, again | UbitUmarov | 2 | -1/+18 | |
2019-09-21 | make Console Output(..) compatible with rest of code, again | UbitUmarov | 3 | -4/+9 | |
2019-08-25 | Fix console outputting raw format strings | Melanie | 1 | -3/+5 | |
2019-08-21 | Make ReadConfig a general features of consoles, rather than type dependent | Melanie | 3 | -1/+9 | |
2019-08-21 | Call SetServer on consoles reflectively to avoid having type checks in ↵ | Melanie | 1 | -0/+2 | |
places where it tends to be forgotten to update them. | |||||
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 5 | -103/+48 | |
2019-07-04 | Use F1 instead of ? as the in command help key. | onefang | 1 | -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-19 | Remove useless executable bit that Windows adds. | onefang | 2 | -0/+0 | |
2019-05-19 | Move cache, config, logs out of tree, and various related clean ups. | onefang | 1 | -2/+2 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 8 | -106/+315 | |
2018-07-14 | http reusecontext is obsolete | UbitUmarov | 1 | -1/+0 | |
2018-07-14 | mantis 8333: kept idea but my own code. With ini setting ↵ | UbitUmarov | 1 | -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-30 | keepalive is default | UbitUmarov | 1 | -1/+0 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 6 | -248/+248 | |
2016-11-19 | fix pool parameters for httptests | UbitUmarov | 1 | -1/+1 | |
2016-11-19 | REST console v2. This is an incompatible protocol change. It degrades ↵ | Melanie Thielker | 1 | -56/+265 | |
gracefully. | |||||
2016-11-07 | Fix file execute permissions, coz Windows. | David Walter Seikel | 2 | -0/+0 | |
2016-11-07 | More caches directory fixes, including moving console history there. | David Walter Seikel | 1 | -1/+1 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 7 | -43/+320 | |
2016-07-17 | add a Drop method to PollService Event handlers, Drop requests on ↵ | UbitUmarov | 1 | -1/+10 | |
connections known to be lost or delay event check if they are sending a response | |||||
2016-02-21 | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 1 | -1/+1 | |
replace anymore. | |||||
2015-09-24 | change console main help to match master | UbitUmarov | 1 | -13/+8 | |
2015-09-03 | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 1 | -1/+1 | |
scenepresence) | |||||
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 1 | -1/+1 | |
AssemblyVersion("0.8.2.*") | |||||
2015-03-14 | Revert "Allow a console command to give blank arguments ("") without the ↵ | dahlia | 1 | -5/+2 | |
parser failing, e.g. login text """ This reverts commit 129cc49eb4d2f43cdda3804447f84bd3df397ff1. It was causing the "alert" console command to fail. | |||||
2015-03-11 | Allow 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-23 | Add persistent command history in console | Jak Daniels | 1 | -2/+56 | |
Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2014-07-29 | Add 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-18 | Add 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-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2014-05-23 | Compile 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-23 | Allow console output to be multiline by making colourization regex ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
RegexOptions.SingleLine | |||||
2014-04-30 | minor: 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-30 | Assign value to 'vector' to fix building under xbuild and Monodevelop | BlueWall | 1 | -0/+1 | |
2014-04-30 | Add "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-23 | Eliminated many warnings | Oren Hurvitz | 1 | -0/+2 | |
2014-03-06 | minor: 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-05 | Add UUID and ready status (whether region has finished starting up) to "show ↵ | Justin Clark-Casey (justincc) | 1 | -0/+43 | |
regions" console output. | |||||
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-08-19 | Make 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-05 | Make 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-15 | Add 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-07 | Adding Avination's PollService to round out the HTTP inventory changes | Melanie | 1 | -2/+2 | |