aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Base/ServerUtils.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix loading modules with alternate configurations and ports into ROBUST.Melanie2009-09-291-1/+3
| | | | Make all current modules support the configuration name option
* Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+1
|
* Added test GridClient, which allowed me to remove a few bugs out of the new ↵Diva Canto2009-09-241-1/+3
| | | | code.
* Adding the deserializer for server form/xml repliesMelanie2009-09-191-0/+42
|
* Adding Xml serialization of Dictionary<string, object> where objectMelanie2009-09-191-0/+72
| | | | | is either another Dictionary<string, object> or a value that is convertible to a string.
* Implement plain password authentication partway. Tested, but no userMelanie2009-09-041-1/+28
| | | | functionality yet.
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-3/+10
| | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Added OpenSim.Server.Handlers.Tests projectlbsa712009-05-271-5/+3
| | | | | | * Added AssetServerGetHandlerTests - not really wired up yet; more to come. * Ignored some gens
* * Re-enable save oar test by loading asset data plugins from test mock classJustin Clarke Casey2009-05-181-0/+7
| | | | | | * Actually spit out the exception caught by the plugin loader - not much point having plugins throw exceptions if we are just going to ignore them
* Nonowrking intermadiate commit,, DO NOT USEMelanie Thielker2009-05-181-0/+148