| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2012-11-22 | 2 | -139/+13 |
|\ |
|
| * | Factor out command script code. | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -39/+0 |
| * | Make "config show/set/get/save" console commands available on all servers | Justin Clark-Casey (justincc) | 2012-11-22 | 2 | -15/+6 |
| * | Factor out common pid file creation and removal code. | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -22/+3 |
| * | Make "set log level" command available across all servers | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -1/+0 |
| * | Make "show info" command available across all servers | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -42/+1 |
| * | Factor out common registration of "show uptime" command | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -5/+2 |
| * | factor out common HandleShow code for "show uptime" | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -16/+2 |
* | | Merge branch 'master' into careminster | Melanie | 2012-11-22 | 1 | -23/+4 |
|\ \
| |/ |
|
| * | refactor: Factor out copy/pasted server uptime report code | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -23/+4 |
* | | Merge branch 'master' into careminster | Melanie | 2012-11-22 | 2 | -3/+122 |
|\ \
| |/ |
|
| * | If an asset POST does not contain well-formed XML, return a 400 (Bad Request)... | Justin Clark-Casey (justincc) | 2012-11-22 | 2 | -3/+38 |
| * | Add regression test for a good request made to the asset service post handler. | Justin Clark-Casey (justincc) | 2012-11-21 | 1 | -0/+84 |
* | | Merge branch 'master' into careminster | Melanie | 2012-11-17 | 1 | -0/+33 |
|\ \
| |/ |
|
| * | The last few AssemblyInfos. Finished! | Diva Canto | 2012-11-14 | 1 | -0/+33 |
* | | Merge branch 'master' into careminster | Melanie | 2012-11-15 | 2 | -0/+66 |
|\ \
| |/ |
|
| * | Added AssemblyInfos in the OpenSim.Server namespace dlls. | Diva Canto | 2012-11-14 | 2 | -0/+66 |
* | | Merge branch 'master' into careminster | Melanie | 2012-11-03 | 2 | -8/+56 |
|\ \
| |/ |
|
| * | Add [AssetService] AllowRemoteDeleteAllTypes (default false). | Justin Clark-Casey (justincc) | 2012-11-02 | 2 | -15/+52 |
| * | Move check to allow only deletion of maptiles up to AssetServerDeleteHandler ... | Justin Clark-Casey (justincc) | 2012-11-02 | 1 | -3/+14 |
* | | Merge branch 'master' into careminster | Melanie | 2012-10-26 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Get "save oar" and "save iar" to tell you in a more friendly manner if the fi... | Justin Clark-Casey (justincc) | 2012-10-24 | 1 | -0/+3 |
* | | Merge branch 'master' into careminster | Melanie | 2012-10-12 | 1 | -2/+20 |
|\ \
| |/ |
|
| * | Fix build break | Melanie | 2012-10-08 | 1 | -1/+1 |
| * | Add a ServiceList section to Robust .ini to get rid of the long string | Melanie | 2012-10-08 | 1 | -0/+18 |
| * | Allow other whitespace characters than spaces in Robust connection string | Melanie | 2012-10-08 | 1 | -2/+2 |
* | | Merge branch 'avination' into careminster | Melanie | 2012-09-27 | 1 | -1/+9 |
|\ \ |
|
| * | | Make agent creation at destination asynchronous. Failures here are pretty | Melanie | 2012-09-16 | 1 | -1/+9 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-09-16 | 1 | -0/+18 |
|\ \ \
| | |/
| |/| |
|
| * | | Don't store the unnecessary VERSIONMIN. VERSIONMAX, METHOD or UserID (present... | Justin Clark-Casey (justincc) | 2012-09-14 | 1 | -0/+18 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-09-07 | 1 | -0/+41 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | pasting in show uptime code | SignpostMarv | 2012-09-06 | 1 | -0/+41 |
* | | Merge branch 'master' into careminster | Melanie | 2012-07-13 | 9 | -74/+61 |
|\ \
| |/ |
|
| * | Rather than instantiating a UTF8 encoding everywhere when we want to supress ... | Justin Clark-Casey (justincc) | 2012-07-13 | 9 | -74/+61 |
* | | Merge branch 'master' into careminster | Melanie | 2012-07-12 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c... | Justin Clark-Casey (justincc) | 2012-07-11 | 1 | -4/+4 |
* | | Merge branch 'avination' into careminster | Melanie | 2012-07-11 | 1 | -1/+14 |
|\ \ |
|
| * | | Address map lag issue seen with non-avination viewers | Melanie | 2012-07-08 | 1 | -1/+14 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-07-01 | 2 | -51/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2012-06-30 | 1 | -3/+1 |
| * | | Removing unused handling of incoming create object by userID and itemID only. | Justin Clark-Casey (justincc) | 2012-06-30 | 1 | -48/+0 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-15 | 2 | -82/+31 |
|\ \ \
| |/ / |
|
| * | | Make the "debug http" command available for robust as well as the simulator. ... | Justin Clark-Casey (justincc) | 2012-06-15 | 2 | -74/+30 |
| * | | Add main instance to internal MainServer.m_Servers list to simplify internal ... | Justin Clark-Casey (justincc) | 2012-06-15 | 1 | -10/+3 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-05-27 | 2 | -5/+8 |
|\ \ \
| |/ / |
|
| * | | In remote QueryAccess, also receive the actual status (true|false) instead of... | Justin Clark-Casey (justincc) | 2012-05-25 | 1 | -2/+5 |
| * | | Make ISimulationScene.GetScene() used the more efficient region id for lookup... | Justin Clark-Casey (justincc) | 2012-05-24 | 2 | -3/+3 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-05-10 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Escape and unescape xml element names if necessary in ServerUtils.BuildXmlDat... | Justin Clark-Casey (justincc) | 2012-05-09 | 1 | -3/+3 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-05-05 | 4 | -4/+7 |
|\ \ \
| |/ / |
|