| Commit message (Expand) | Author | Files | Lines |
2020-03-18 | Log ROBUST reading config files, just like regions do. | onefang | 1 | -0/+1 |
2019-08-31 | typo-- | onefang | 1 | -1/+1 |
2019-08-25 | Now with favicons. | onefang | 1 | -5/+5 |
2019-08-22 | More stats, and an actual stats web page. | onefang | 1 | -3/+34 |
2019-08-21 | Disable the account manager for now, and anything else HTTPS related. | onefang | 1 | -18/+74 |
2019-08-18 | Optimise account name validation. | onefang | 1 | -7/+6 |
2019-08-18 | TODO++ | onefang | 1 | -0/+3 |
2019-08-18 | Various additions to the web account manager. | onefang | 1 | -108/+406 |
2019-08-17 | Implement HEAD in our simple web server. | onefang | 1 | -2/+11 |
2019-08-17 | VArious additions to account manager. | onefang | 1 | -19/+83 |
2019-08-17 | Simple web server gets HTTPS. | onefang | 1 | -1/+14 |
2019-08-13 | Beef up the web server a bit. | onefang | 1 | -0/+37 |
2019-08-11 | WebServerInConnector -> WebServerConnector | onefang | 1 | -2/+2 |
2019-08-08 | Various clean ups. | onefang | 1 | -69/+44 |
2019-08-07 | More account manager. | onefang | 1 | -9/+56 |
2019-08-07 | Testing MySQLRaw's SELECT. | onefang | 1 | -0/+11 |
2019-08-07 | Swap out MySQLGenericHandler and swap in MySQLRaw. | onefang | 1 | -9/+10 |
2019-08-07 | The beginnings of an account management web page. | onefang | 1 | -24/+183 |
2019-08-06 | Maybe now we can properly count locals and hypergridders on the web page? | onefang | 1 | -7/+4 |
2019-08-06 | Add actual grid stats to the web page. | onefang | 1 | -8/+40 |
2019-08-05 | ROBUST now reports INITIALIZATION COMPLETE FOR ROBUST. | onefang | 1 | -0/+2 |
2019-08-05 | More basic web server. | onefang | 1 | -7/+46 |
2019-08-04 | Add a basic generic web server, and a login page, plus stubs for the other ba... | onefang | 1 | -0/+107 |
2019-08-02 | Another attempt at sorting out the auto group chicken and egg problems. | onefang | 1 | -1/+2 |
2019-07-04 | Properly combine Robust.ini path. | onefang | 1 | -1/+1 |
2019-05-19 | Move cache, config, logs out of tree, and various related clean ups. | onefang | 2 | -7/+2 |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 54 | -412/+1348 |
2019-05-19 | Stop it from not stopping. | root | 1 | -2/+3 |
2016-11-07 | More caches directory fixes, including moving console history there. | David Walter Seikel | 1 | -2/+2 |
2016-11-05 | More config path fixes. | David Walter Seikel | 1 | -2/+2 |
2016-11-04 | Attempt to move everything writable, and the configs, out of the bin directory. | David Walter Seikel | 1 | -1/+1 |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 57 | -702/+2653 |
2013-01-25 | Print full stacktrace from plugin loading failure to help determine what went... | Justin Clark-Casey (justincc) | 1 | -2/+5 |
2012-12-13 | Fix formatting | BlueWall | 1 | -21/+24 |
2012-12-13 | Fix module pathname handling for Windows | BlueWall (James Hughes) | 1 | -16/+22 |
2012-12-11 | Hide some console output when initializing addin repository | BlueWall | 1 | -0/+27 |
2012-12-07 | Prebuild fix | BlueWall | 1 | -1/+1 |
2012-11-22 | Factor out command script code. | Justin Clark-Casey (justincc) | 1 | -39/+0 |
2012-11-22 | Make "config show/set/get/save" console commands available on all servers | Justin Clark-Casey (justincc) | 2 | -15/+6 |
2012-11-22 | Factor out common pid file creation and removal code. | Justin Clark-Casey (justincc) | 1 | -22/+3 |
2012-11-22 | Make "set log level" command available across all servers | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2012-11-22 | Make "show info" command available across all servers | Justin Clark-Casey (justincc) | 1 | -42/+1 |
2012-11-22 | Factor out common registration of "show uptime" command | Justin Clark-Casey (justincc) | 1 | -5/+2 |
2012-11-22 | factor out common HandleShow code for "show uptime" | Justin Clark-Casey (justincc) | 1 | -16/+2 |
2012-11-22 | refactor: Factor out copy/pasted server uptime report code | Justin Clark-Casey (justincc) | 1 | -23/+4 |
2012-11-22 | If an asset POST does not contain well-formed XML, return a 400 (Bad Request)... | Justin Clark-Casey (justincc) | 2 | -3/+38 |
2012-11-21 | Add regression test for a good request made to the asset service post handler. | Justin Clark-Casey (justincc) | 1 | -0/+84 |
2012-11-14 | The last few AssemblyInfos. Finished! | Diva Canto | 1 | -0/+33 |
2012-11-14 | Added AssemblyInfos in the OpenSim.Server namespace dlls. | Diva Canto | 2 | -0/+66 |
2012-11-02 | Add [AssetService] AllowRemoteDeleteAllTypes (default false). | Justin Clark-Casey (justincc) | 2 | -15/+52 |