aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change default ini.example port used by Freeswitch in grid settings to 8004.Justin Clark-Casey (justincc)2011-04-271-1/+1
| | | | This is to facilitate running Freeswitch in a separate ROBUST shell, as on grid setups there can be quite a lot of traffic flowing between FreeSWITCH and ROBUST. However, running in a spearate shell is not mandatory.
* adjust freeswitch grid connector to port 8003 to agree with the default 8003 ↵Justin Clark-Casey (justincc)2011-04-271-1/+1
| | | | | | used in OpenSim.ini.example Adjusting to 8003 seems sensible since this service doesn't need to be exposed to viewers.
* Clean up freeswitch config to what is currently required. Add explanation ↵Justin Clark-Casey (justincc)2011-04-191-10/+28
| | | | to config parameters. Clean up some log messages.
* Make configs consistent, as per mantos #5258Diva Canto2010-12-091-6/+4
|
* Finish the standalone mode freeswitch work and add config examplesMelanie2010-11-211-2/+2
|
* Correct an error in Robust.ini.exampleMelanie2010-11-211-1/+1
|
* Start implementing Freeswitch in ROBUSTMelanie2010-11-211-0/+13
|
* Delete existing presences for a user ID when they log in again.Melanie2010-11-051-0/+3
| | | | | | | WARNING!!! This changes a default. The old default is to allow multiple presences, the new default disables this. As the feature currently has no users, this should not present any difficulty and will alleviate the presence issues somewhat.
* Formatting cleanup.Jeff Ames2010-10-041-4/+3
|
* Made the Gatekeeper proxy-able.Diva Canto2010-10-031-0/+3
|
* Deleted Check4096 from Robust.ini.exampleDiva Canto2010-08-261-2/+1
|
* Make some small corrections to ini.example file changes. These are not ↵Justin Clark-Casey (justincc)2010-08-201-10/+6
| | | | functional changes.
* Robust.ini.example and Robust.HG.ini.example default: corrected comment ↵Ai Austin2010-08-201-11/+14
| | | | about realm for UserAccountService to state default is useraccount, and include default realm commented out in every case
* Add MapTileURL to robust to supply the url needed by snowglobeMelanie2010-07-021-0/+3
|
* Added Old Guids=true to all MySql connection strings.Diva Canto2010-06-121-1/+1
|
* Implement the "delete" path for assets. Adds a new option to allow remote ↵Melanie2010-05-091-0/+1
| | | | asset deletion in robust handler.
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-1/+6
| | | | | | 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.
* * Fixes Library bugs in grid mode. Partly a missing check and partly a ↵Diva Canto2010-05-051-1/+1
| | | | | | missing configuration. * Made previous Robust config changes consistent in Robust.HG.ini.example
* Add a XMLRPC method to remotely set the login level for the LLLoginService.Melanie Thielker2010-05-051-0/+1
| | | | | | This requires a special XMLRPC call, which has to supply the credentials of a god user (User level >= 200). Disabled by default. Also Adds a configuration option to set the initial permitted login level.
* Switched everything to XInventory by default. The old Inventory is still ↵Diva Canto2010-05-021-5/+4
| | | | there for now, in case bugs pop up with XInventory.
* Renamed OpenSim.Server.exe to Robust.exe and corresponding .ini's and config.Diva Canto2010-04-221-0/+175