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