aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-06Added Check4096 config var under [GridService], at the request of many. ↵Diva Canto1-0/+2
Changed the iteration that Marck had on the Hyperlinker. ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example.
2010-08-03Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, ↵Diva Canto1-0/+1
but it clears up the circular dependency issue between Gatekeeper and UserAgents that had made me resort to in-process remote calls, which, in turn, were hitting bugs down there somewhere in mono. NOTE: CONFIGURATION CHANGE IN ROBUST.HG.INI.EXAMPLE !!!###!!!
2010-07-15Fixes mantis #4872. Port for GridInfo was wrong in Robust.HG.ini.exampleDiva Canto1-1/+1
2010-06-29This is RC2. *** Changed the MySql driver back to the old one.*** Removed ↵Diva Canto1-1/+1
Old Guids from connection strings. Merged master onto this branch.
2010-06-28Fixes mantis #4815 and #4812Diva Canto1-0/+4
2010-06-18Change Opensim.Servers.exe comment at top of Robust.HG.ini to Robust.exeJustin Clark-Casey1-1/+1
This addresses http://opensimulator.org/mantis/view.php?id=4772 Thanks to aiaustin for pointing this out
2010-06-18Change Opensim.Servers.exe comment at top of Robust.HG.ini to Robust.exeJustin Clark-Casey1-1/+1
This addresses http://opensimulator.org/mantis/view.php?id=4772 Thanks to aiaustin for pointing this out
2010-06-14Typo corrected in Robust.HG.ini.exampleDiva Canto1-4/+4
2010-06-12Added Old Guids=true to all MySql connection strings.Diva Canto1-1/+1
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-2/+7
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
2010-05-05* Fixes Library bugs in grid mode. Partly a missing check and partly a ↵Diva Canto1-0/+2
missing configuration. * Made previous Robust config changes consistent in Robust.HG.ini.example
2010-05-02Switched everything to XInventory by default. The old Inventory is still ↵Diva Canto1-5/+4
there for now, in case bugs pop up with XInventory.
2010-04-22Renamed OpenSim.Server.exe to Robust.exe and corresponding .ini's and config.Diva Canto1-0/+0
2010-03-02* Better debug message on login problems.Diva Canto1-0/+47
* Moved GridInfoService config to OpenSim.Server.ini
2010-02-26* Friends out connector completed. Grid login retrieves friends correctly.Diva Canto1-1/+5
* Added friends configs to grid .inis
2010-02-25Added server-side Friends in connector. Untested.Diva Canto1-0/+1
2010-02-02Removed useless config.Diva Canto1-1/+0
2010-02-02Removed useless config.Diva Canto1-1/+0
2010-01-31* Simplified the configuration by having [DatabaseService] in itDiva Canto1-20/+5
* Fixed configuration issue for HGInventoryServerInConnector * Corrected typos in debug messages
2010-01-31In HG, add asset service handlers to 8002, to make it even easier.Diva Canto1-3/+3
2010-01-31* More config cleanupDiva Canto1-16/+47
* Added different ports (8002 and 8003) to the many services in OpenSim.Server.ini.example * Added a separate OpenSim.Server.HG.ini.example to make it easier to run
2010-01-31Can't comment [Network] even if it's not used.Diva Canto1-2/+2
2010-01-31Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto1-32/+7
lots of other obsolete configs.
2010-01-29Works for grid login.Diva Canto1-2/+3
2010-01-28Fixed broken dll name.Diva Canto1-1/+1
2010-01-28Config for grid login. Untested.Diva Canto1-1/+30
2010-01-19Add OpenSim.Server.ini.example documentation for the new AllowDuplicateNames ↵Justin Clark-Casey (justincc)1-0/+3
grid service setting
2010-01-18* Towards enabling hyperlinks at grid-level.Diva Canto1-2/+3
* Updated grid configs
2010-01-13Make use of Fallback regions when the desired start region is having problems.Diva Canto1-2/+2
2010-01-13LL Login now uses default regions if the desired start location is not found.Diva Canto1-0/+5
2010-01-13Bug fix in create user: create inventory was missing.Diva Canto1-0/+6
2010-01-12Fixed more appearance woes that showed up using remote connectors. ↵Diva Canto1-1/+9
Appearance is now being passed with AgentCircuitData, as it should be.
2010-01-11Add the option to reject duplicate region namesMelanie1-0/+1
2010-01-11Add the console port setting to ROBUST, tooMelanie1-0/+1
2010-01-10Moved GridInfo service from where it was to Handlers/GridDiva Canto1-1/+1
2010-01-10Fixed small inconsistency in config var name.Diva Canto1-1/+5
2010-01-10Moved OpenId authentication from user server to Server.Handlers.Authentication.Diva Canto1-2/+10
2010-01-03Successfully logged into a grid.Diva Canto1-33/+56
2009-10-15minor: Change commented out authentication service realm setting to "users" ↵Justin Clark-Casey (justincc)1-5/+5
to match defaults in code
2009-09-28Added GridService section to OpenSim.Server.ini.exampleDiva Canto1-1/+10
2009-09-06Change the loader to actually load the user service data moduleMelanie1-0/+10
2009-09-04Add the new AuthStore to migrations. Update OpenSim.Server.iniMelanie1-0/+15
2009-08-17Add the remote console parameters to the example fileMelanie1-0/+6
2009-08-04Update a misspelled nameMelanie1-1/+1
2009-08-04Update config examplesMelanie1-1/+1
2009-08-04Configuration examples for the freeswitch moduleMelanie1-1/+4
2009-07-07B.U.S.T. Implant #1. Add inventory services to B.U.S.T.Melanie Thielker1-2/+13
OpenSim.Server.exe now runs both asset and inventory services
2009-07-07Committing the basic universal server Technology (B.U.S.T.)Melanie Thielker1-0/+27
2009-05-18Rename OpenSim.Server.exe to OpenSim.Services.exe and the correspondingMelanie Thielker1-19/+0
ini to OpenSim.Services.ini.example, which makes soooo much more sense. Thanks, Adam!
2009-05-18This commit changes the way the new server works. There is no longer a serverMelanie Thielker1-0/+3
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!