| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(XInventory and Assets).
|
|
|
|
|
|
|
|
|
|
|
| |
<category/module>" to display commands in a category.
This is to deal with the hundred lines of command splurge when one previously typed "help"
Modelled somewhat on the mysql console
One can still type help <command> to get per command help at any point.
Categories capitalized to avoid conflict with the all-lowercase commands (except for commander system, as of yet).
Does not affect command parsing or any other aspects of the console apart from the help system.
Backwards compatible with existing modules.
|
|
|
|
|
|
| |
service command be "show asset" instead of "show digest" this time.
Last time I accidnetally just changed the usage message.
|
| |
|
| |
|
|
|
|
|
|
| |
harmonise the same commands on the simulator side.
No functional change.
|
|
|
|
| |
capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs.
|
|
|
|
| |
asset deletion in robust handler.
|
|
|
|
| |
Make all current modules support the configuration name option
|
|
|
|
| |
LICENSE.txt.
|
|
|
|
| |
grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection.
|
|
|
|
|
|
|
|
|
|
| |
exe for each function, rather each function is a connector and the server ini
loads them. If you like your multiple processes, use -inifile with the server.
Otherwise, you get one server process that serves all configured funcions, see
example .ini. The new exe is OpenSim.Server.exe. Clean your bin, loads of names
have changed!
|
|
the handlers out of the asset server context into a generic scope.
|