Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | As per the suggestion on the mailing list, added support for a OpenSim.xml ↵ | MW | 2008-06-26 | 1 | -2/+2 | |
| | | | | | | | config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that. Includes a OpenSim.Example.xml for reference (the default settings saved as a xml file). | |||||
* | Minor formatting cleanup. | Jeff Ames | 2008-06-25 | 1 | -7/+7 | |
| | ||||||
* | changed kickuser console command to use caseless compared substrings for ↵ | Dahlia Trimble | 2008-06-23 | 1 | -6/+2 | |
| | | | | first and last name parameters | |||||
* | Changed the kickuser command to use the new console RegisterCmd feature. | Dahlia Trimble | 2008-06-22 | 1 | -31/+33 | |
| | ||||||
* | Added an experimental "kickuser" console command to log off a user by name. | Dahlia Trimble | 2008-06-22 | 1 | -0/+31 | |
| | ||||||
* | Mantis#1580. Thank you kindly, Dmiles for a patch that: | Charles Krinke | 2008-06-21 | 1 | -15/+32 | |
| | | | | | | | solves an incorectly spliting and rejoining the passed in string[] cmdArgs and losing the double quoted separation of command arguments. | |||||
* | Mantis#1567. Thank you kindly, Dmiles for a patch that addresses: | Charles Krinke | 2008-06-18 | 1 | -1/+10 | |
| | | | | | | Add a .Trim() that was forgotten in a previous patch titled: [PATCH] Adds an API for for plugins to create new Console commands and Help | |||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-06-09 | 1 | -52/+53 | |
| | ||||||
* | Mantis#1499. Thank you kindly, DMiles for a patch that: | Charles Krinke | 2008-06-08 | 1 | -77/+132 | |
| | | | | | | | was incorrectly sending the command along with the args to the CommandDelegate help was getting lost on top of normal help & help was getting missed except in an exact match (and only returning the first) | |||||
* | Mantis#1495. Thank you kindly, Kinoc for: | Charles Krinke | 2008-06-07 | 1 | -1/+93 | |
| | | | | | | 0001495: [PATCH] Adds an API for for plugins to create new Console commands and Help | |||||
* | * Fix build break by eliminating remaining IScenePermissions references - ↵ | Justin Clarke Casey | 2008-06-01 | 1 | -2/+2 | |
| | | | | | | | | must remember to nant clean * Hook all server startups into base opensim server startup method | |||||
* | * Move log version printing up into BaseOpenSimServer | Justin Clarke Casey | 2008-06-01 | 1 | -5/+2 | |
| | ||||||
* | * Refactor: Split opensim background server into a separate class | Justin Clarke Casey | 2008-06-01 | 1 | -0/+680 | |