aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-04-301-5/+0
|\
| * minor: remove some mono compiler warnings in ServicesServerBaseJustin Clark-Casey (justincc)2013-04-291-5/+0
* | Merge branch 'master' into careminsterMelanie2013-04-291-0/+1
|\ \ | |/
| * Better error reportingDiva Canto2013-04-271-0/+1
* | Merge branch 'master' into careminsterMelanie2013-03-153-15/+12
|\ \ | |/
| * minor: log an error rather than info if a connector fails to load.Justin Clark-Casey (justincc)2013-03-151-1/+1
| * minor: Make logged message in ServerUtils more consistent.Justin Clark-Casey (justincc)2013-03-151-10/+10
| * Log same environment information to Robust log as is already done for simulat...Justin Clark-Casey (justincc)2013-03-141-4/+1
* | Merge branch 'master' into careminsterMelanie2013-03-011-0/+4
|\ \ | |/
| * minor: Log location in which simulator/robust was started.Justin Clark-Casey (justincc)2013-02-281-0/+4
* | Merge branch 'master' into careminsterMelanie2013-02-281-1/+2
|\ \ | |/
| * Switched to using the other Util function with a default value.Diva Canto2013-02-271-1/+2
| * Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto2013-02-271-1/+1
* | Merge branch 'master' into careminsterMelanie2013-02-231-1/+1
|\ \ | |/
| * Added new Util function for reading config vars that's more generic than the ...Diva Canto2013-02-221-1/+1
* | Merge branch 'master' into careminsterMelanie2013-02-223-11/+13
|\ \ | |/
| * Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto2013-02-211-9/+11
| * Deleted all AssemblyFileVersion directivesDiva Canto2013-02-192-2/+2
* | Merge branch 'master' into careminsterMelanie2013-02-053-3/+3
|\ \ | |/
| * Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-053-3/+3
* | Merge commit 'f54b398540698e6e09022fe77b6405624b532f5c' into careminsterMelanie2013-01-161-2/+5
|\ \ | |/
| * Print full stacktrace from plugin loading failure to help determine what went...Justin Clark-Casey (justincc)2013-01-151-2/+5
* | Merge branch 'master' into careminsterMelanie2012-12-161-10/+46
|\ \ | |/
| * Fix formattingBlueWall2012-12-131-21/+24
| * Fix module pathname handling for WindowsBlueWall (James Hughes)2012-12-131-16/+22
| * Hide some console output when initializing addin repositoryBlueWall2012-12-111-0/+27
* | Merge branch 'master' into careminsterMelanie2012-12-095-1/+608
|\ \ | |/
| * Prebuild fixBlueWall2012-12-071-1/+1
| * Merge branch 'master' into connector_pluginBlueWall2012-11-259-172/+296
| |\
| * | Move PluginManagerBlueWall2012-10-194-564/+16
| * | Add logging to help track sequence of eventsBlueWall2012-10-111-0/+2
| * | Implement plugin unloadingBlueWall2012-10-102-4/+16
| * | Fix registry issueBlueWall2012-10-091-1/+7
| * | missed some conflict markupBlueWall2012-10-091-1/+0
| * | Merge branch 'master' into connector_pluginBlueWall2012-10-091-2/+21
| |\ \
| * | | Added parts to manage repositories and plugin managementBlueWall2012-10-065-0/+1028
| * | | Add modular configuration for Robust connectorsBlueWall2012-10-033-0/+107
* | | | Merge branch 'master' into careminsterMelanie2012-11-222-139/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | Factor out command script code.Justin Clark-Casey (justincc)2012-11-221-39/+0
| * | | Make "config show/set/get/save" console commands available on all serversJustin Clark-Casey (justincc)2012-11-222-15/+6
| * | | Factor out common pid file creation and removal code.Justin Clark-Casey (justincc)2012-11-221-22/+3
| * | | Make "set log level" command available across all serversJustin Clark-Casey (justincc)2012-11-221-1/+0
| * | | Make "show info" command available across all serversJustin Clark-Casey (justincc)2012-11-221-42/+1
| * | | Factor out common registration of "show uptime" commandJustin Clark-Casey (justincc)2012-11-221-5/+2
| * | | factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)2012-11-221-16/+2
* | | | Merge branch 'master' into careminsterMelanie2012-11-221-23/+4
|\ \ \ \ | |/ / /
| * | | refactor: Factor out copy/pasted server uptime report codeJustin Clark-Casey (justincc)2012-11-221-23/+4
* | | | Merge branch 'master' into careminsterMelanie2012-11-222-3/+122
|\ \ \ \ | |/ / /
| * | | If an asset POST does not contain well-formed XML, return a 400 (Bad Request)...Justin Clark-Casey (justincc)2012-11-222-3/+38
| * | | Add regression test for a good request made to the asset service post handler.Justin Clark-Casey (justincc)2012-11-211-0/+84