aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/UserConfig.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-08-21Fix the user and password defaults int he remote console setupMelanie1-2/+2
2009-08-19Add rest console support to the user server. Will ask new questions atMelanie1-0/+14
startup. To use, run it normally once, answering the questions, then run again with -console=rest. Also now supports -console=basic for a console that reads stdin
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-04-17* Moved the DefaultConfig settings into already-existing ConfigSettingslbsa711-7/+7
2009-04-17* Some more work on refactoring configs;lbsa711-28/+25
* Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC
2009-04-16* Since that was seemingly an false alarm, reverting the revert.lbsa711-1/+1
2009-04-16* bizarrely, two reports that that last commit broke script engine startup ↵lbsa711-1/+1
(!) on linux - reverting until we can investigate further.
2009-04-16* Started arduous config refactoring task with babystep introduction of ↵lbsa711-1/+1
common baseclass for backend configs.
2009-03-27Added the hg login procedure to the user server.diva1-2/+30
2009-02-12* optimized usings.lbsa711-1/+2
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey1-1/+10
* This allows configuration of the assetset and library control file paths to be other than ./inventory/Libraries.xml and ./assets/AssetSets.xml * This is controlled via the LibrariesXMLFile and AssetSetsXMLFile configuration settings in [StandAlone] in OpenSim.ini (in standalone) and via the user and asset config xml files for grid mode * Thanks to SirKimba for the patch
2008-10-06Mantis#2340. Thank you kindly, Sacha Magne for a patch that:Charles Krinke1-2/+11
adding default_loginLevel in USerServer.xml to set a default login level to acces to the grid. Fixing one bug in login_reset
2008-08-09* Reinstate grid receive and send keys to user server configJustin Clarke Casey1-0/+12
* Looks like these weren't so unused after all - oops! * Remove message from grid server config
2008-08-09* minor: oops, forgot the code that actually ends up eliminating the unused ↵Justin Clarke Casey1-12/+0
configuration elements from the last checkin
2008-07-29* Refactored some heavily duplicated RequestSimProfileData functionslbsa711-6/+19
* Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues.
2008-07-27* Added safeguard to ensure valid inventoryserver uri.lbsa711-3/+16
2008-07-08small console message change related to last revisionMW1-1/+1
2008-07-08Added option to userserver config, to be able disable/enable the LLSD Login ↵MW1-0/+7
support. As far as I know, the LLSD login method is currently only used by libsl based clients/bots. So could be useful to be able to disable this if a grid comes under a griefing attack from libsl bots.
2008-06-02* This update enables grid wide presence updates.Teravus Ovares1-0/+4
* You'll need to start-up the MessageingServer and set it up. It sets up like any of the other grid servers. * All user presence data is kept in memory for speed, while the agent is online. That means if you shutdown the messaging server or the messaging server crashes, it forgets who's online/offline. * Occasionally the region-cache will get stale if regions move around a lot. if it gets stale, run clear-cache on the messaging server console to clear the region cache.
2008-05-02plumb in connection string to the user database paths. mysql and mssqlSean Dague1-0/+6
just ignore this for now, but it lets us get connect strings to sqlite and nhibernate.
2008-04-29* Spring cleaning.Adam Frisby1-15/+11
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-1/+0
(this took a while to run).
2008-04-02changing more references to OpenSim.DataSean Dague1-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-0/+1
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2008-01-15* Mother of all commits:Adam Frisby1-6/+8
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
2008-01-04*Added ability to skip any use of the console when configuring and assume ↵mingchen1-1/+1
default value. This is useful when the server is running by itself and a new region request is added without sufficient information
2007-12-27* Optimized usingslbsa711-5/+6
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-1/+1
2007-12-04* Added SSL Support to HttpListenerAdam Frisby1-0/+7
* Added SSL Option to User Server to allow logins to be done via SSL. * Added sane handling for when Remote Admin Plugin configuration is not found * Added some performance boosts to an area of libTerrain which was highlighted in profiling.
2007-12-01Initial working Grid Inventory server. Only been tested on a very small ↵MW1-0/+10
grid, so likely to have problems on a larger grid with more people? To use , both the user server and Inventory server need to be running this latest revision. (older regions should be able to still be used, just the user won't have inventory on them). Also and HERE IS THE BIG BREAK ISSUE, currently, so that the initial inventory details for a user are added to the inventory db , you need to recreate the accounts using the user server "create user" feature. It should be quite easy to manual populate the inventory database instead but I someone else will need to look into that) Also I've only tested using SQLite as the database provider, there is a Mysql inventory provider but I don't know if it works (SQLite is set as default, so you will need to change it in the inventory server config.xml)
2007-11-25Added new configuration item to User Server: X and Y of region to send user ↵Brian McBee1-0/+12
to if their logon region is down. Known good region, sort of.
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-31set svn:eol-styleJeff Ames1-102/+102
2007-10-30* Optimized usingslbsa711-19/+24
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-98/+98
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-15* Applied Chillken patch #419: consolidate_ports-r2096-3.patch - ↵lbsa711-4/+4
consolidated port number defaults. Thankx Chillken!
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa711-11/+0
Tleiades patch 444 and 445.
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-0/+11
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
2007-09-14Can now set the http ports that grid server and user server use. MW1-1/+9
2007-07-30mass update of files to have native line endingsSean Dague1-62/+62
2007-07-21Re-added the ability to set the database provider (dll) in the config file ↵MW1-1/+6
for the userserver and gridserver.
2007-07-19*Handler Functions can now refuse an object as invalid by returning false, ↵mingchen1-6/+8
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-0/+55
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)