aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types/NetworkServersInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-94/+0
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-26Added method to create default config file in region server(OpenSim) ↵Tleiades Hax1-1/+1
following along the same priciples as in the other servers.
2007-10-15* Applied Chillken patch #419: consolidate_ports-r2096-3.patch - ↵lbsa711-7/+9
consolidated port number defaults. Thankx Chillken!
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa711-4/+1
Tleiades patch 444 and 445.
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-1/+4
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-17*Moved network_servers_info.xml into OpenSim.ini under [Network]mingchen1-61/+15
2007-08-06* SimpleApp works again:lbsa711-6/+16
* NetworkServersInfo settable without config file * DefaultHomeLoc throws if getted before setted * Removed nonsensical sandbox distinction * Refactored default config file creation * Some more small refactorings on shapes
2007-07-20* Fixed an config issue (log not initialized in RegionInfo config)lbsa711-0/+5
* Added LineInfo stacktrace parser to LogBase (not used yet though)
2007-07-19*Handler Functions can now refuse an object as invalid by returning false, ↵mingchen1-12/+14
thus forcing the user to re-enter the data *Added TYPE_STRING_NOT_EMPTY that requires some sort of text to be entered *Added another parameter to addConfigurationOption called use_default_no_prompt that will not ask via the console a configuration option; it will use whatever is in the config file. If nothing is in the config file for that option, it will force itself to use default
2007-07-18*New Configuration System, much easier and less buggy compared to the ↵mingchen1-157/+59
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)
2007-07-16changed to native line ending encodingSean Dague1-219/+219
2007-07-15* Fixed bug where UserServer SendKey would not be saved in configuration.Adam Frisby1-1/+1
2007-07-13Changed simpleApp to use basic physics.MW1-2/+2
Done some work of fixing primitive/SceneObject copying. Set DefaultHome region to 1000,1000.
2007-07-03*Fixed storage issue as noted in last commit of the OGS1 GridServermingchen1-1/+1
*Reverted the default remote grid server port back to 8001 (from a port change to debug a previous issue)
2007-07-03*Removed GridInfo class as it has been previously replaced with the much ↵mingchen1-1/+1
better NetworkServersInfo class *Got the GridServer in OGS1 to go through with registering the region, but the actual storage of the region isnt working right now. **After this is fixed, grid mode should work!
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-15/+14
* added some licensing info
2007-06-28*Master User is now set upmingchen1-0/+39
*Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml