Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-12-03 | change misleading login = http://127.0.0.1:9000/ in GridInfoService in ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
Robust.ini.example to 8002 | |||||
2011-11-19 | Enable v2/v3 map tile url setting on robust as default in config | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This is necessary to see map tiles on v2/v3 viewers and appears to work fine | |||||
2011-10-24 | Add optional getauthinfo and setauthinfo authentication service calls. | Justin Clark-Casey (justincc) | 1 | -0/+8 | |
These are disabled by default, as before. Please only turn these on in secure grids, since they allow the same facilities as the existing SetPassword call (also disabled by default) These facilities can be helpful when integrating external systems, in addition to the existing option of adapting an IAuthenticationService or using WebLoginKey | |||||
2011-10-19 | Add option to allow remote http calls to setpassword in the ↵ | Justin Clark-Casey (justincc) | 1 | -2/+6 | |
AuthenticationService. This is switched on by setting AllowSetPassword = true in the [AuthenticationService] section of Robust.ini or Robust.HG.ini Default is false as before. | |||||
2011-10-19 | Allow an http call to set account details if AllowSetAccount = true in ↵ | Justin Clark-Casey (justincc) | 1 | -1/+4 | |
[UserAccountService]. As before, default is false to not allow these calls. | |||||
2011-10-18 | Provide an option to allow remote calls to the CreateUser method on the ↵ | Justin Clark-Casey (justincc) | 1 | -1/+5 | |
UserAccountService Default is false, as before. Enabling AllowCreateUser in [UserAccountService] for ROBUST allows avatars to be created via an http call, with viewer 2 appropriate bits and pieces. Only Ruths can be created at present. Please don't rely on the config since at some point CreateUser will be moved to a separate co-ordinating service. | |||||
2011-09-16 | On standalone, by default create the necessary minimum body parts and ↵ | Justin Clark-Casey (justincc) | 1 | -0/+8 | |
clothes necessary to display a viewer 2 avatar, as implemented in c4efb97d This is controlled by the CreateDefaultAvatarEntries switch in the [UserAccountService] section of config-include/Stnadalone.ini This is left as false in grid mode | |||||
2011-08-22 | minor: Add explanative text for the new currency parameter. Convert some ↵ | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
tabs to spaces | |||||
2011-08-14 | Added optional Login Service parameter "Currency" to be able to change the ↵ | Snoopy Pfeffer | 1 | -0/+2 | |
currency name shown in the viewer. | |||||
2011-06-15 | Added missing config var for map image service. | Diva Canto | 1 | -0/+3 | |
2011-06-13 | V2 map now working in grids too. WARNING: A few visible configuration ↵ | Diva Canto | 1 | -3/+6 | |
variables added in order for this to work. See .ini.example changes | |||||
2011-06-02 | minor: add ini.example doc to hint that the server address in ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
[FreeswitchService] must be reachable by viewers | |||||
2011-05-05 | Adding ssl support | BlueWall | 1 | -0/+21 | |
Adding ssl support for "Out of Band" applications such as the remote admin module or Robust services | |||||
2011-04-27 | Thank you Snoopy for a patch that adds some filtering to client versions ↵ | Diva Canto | 1 | -0/+17 | |
allowed at login and HG-login times. NOTE: additional (optional) configuration variables in [LoginService] and [GatekeeperService]. See .examples. | |||||
2011-04-27 | Change default ini.example port used by Freeswitch in grid settings to 8004. | Justin Clark-Casey (justincc) | 1 | -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. | |||||
2011-04-27 | adjust freeswitch grid connector to port 8003 to agree with the default 8003 ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
used in OpenSim.ini.example Adjusting to 8003 seems sensible since this service doesn't need to be exposed to viewers. | |||||
2011-04-19 | Clean up freeswitch config to what is currently required. Add explanation ↵ | Justin Clark-Casey (justincc) | 1 | -10/+28 | |
to config parameters. Clean up some log messages. | |||||
2010-12-09 | Make configs consistent, as per mantos #5258 | Diva Canto | 1 | -6/+4 | |
2010-11-21 | Finish the standalone mode freeswitch work and add config examples | Melanie | 1 | -2/+2 | |
2010-11-21 | Correct an error in Robust.ini.example | Melanie | 1 | -1/+1 | |
2010-11-21 | Start implementing Freeswitch in ROBUST | Melanie | 1 | -0/+13 | |
2010-11-05 | Delete existing presences for a user ID when they log in again. | Melanie | 1 | -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. | |||||
2010-10-04 | Formatting cleanup. | Jeff Ames | 1 | -4/+3 | |
2010-10-03 | Made the Gatekeeper proxy-able. | Diva Canto | 1 | -0/+3 | |
2010-08-26 | Deleted Check4096 from Robust.ini.example | Diva Canto | 1 | -2/+1 | |
2010-08-20 | Make some small corrections to ini.example file changes. These are not ↵ | Justin Clark-Casey (justincc) | 1 | -10/+6 | |
functional changes. | |||||
2010-08-20 | Robust.ini.example and Robust.HG.ini.example default: corrected comment ↵ | Ai Austin | 1 | -11/+14 | |
about realm for UserAccountService to state default is useraccount, and include default realm commented out in every case | |||||
2010-07-02 | Add MapTileURL to robust to supply the url needed by snowglobe | Melanie | 1 | -0/+3 | |
2010-06-12 | Added Old Guids=true to all MySql connection strings. | Diva Canto | 1 | -1/+1 | |
2010-05-09 | Implement the "delete" path for assets. Adds a new option to allow remote ↵ | Melanie | 1 | -0/+1 | |
asset deletion in robust handler. | |||||
2010-05-07 | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 1 | -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. | |||||
2010-05-05 | * Fixes Library bugs in grid mode. Partly a missing check and partly a ↵ | Diva Canto | 1 | -1/+1 | |
missing configuration. * Made previous Robust config changes consistent in Robust.HG.ini.example | |||||
2010-05-05 | Add a XMLRPC method to remotely set the login level for the LLLoginService. | Melanie Thielker | 1 | -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. | |||||
2010-05-02 | Switched everything to XInventory by default. The old Inventory is still ↵ | Diva Canto | 1 | -5/+4 | |
there for now, in case bugs pop up with XInventory. | |||||
2010-04-22 | Renamed OpenSim.Server.exe to Robust.exe and corresponding .ini's and config. | Diva Canto | 1 | -0/+0 | |
2010-03-02 | * Better debug message on login problems. | Diva Canto | 1 | -0/+46 | |
* Moved GridInfoService config to OpenSim.Server.ini | |||||
2010-02-26 | * Friends out connector completed. Grid login retrieves friends correctly. | Diva Canto | 1 | -1/+5 | |
* Added friends configs to grid .inis | |||||
2010-02-25 | Added server-side Friends in connector. Untested. | Diva Canto | 1 | -0/+1 | |
2010-02-22 | Deleted duplicate [GridService] section. | Diva Canto | 1 | -14/+0 | |
2010-01-31 | * Simplified the configuration by having [DatabaseService] in it | Diva Canto | 1 | -19/+5 | |
* Fixed configuration issue for HGInventoryServerInConnector * Corrected typos in debug messages | |||||
2010-01-31 | * More config cleanup | Diva Canto | 1 | -3/+0 | |
* 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-31 | Can't comment [Network] even if it's not used. | Diva Canto | 1 | -2/+2 | |
2010-01-31 | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵ | Diva Canto | 1 | -32/+7 | |
lots of other obsolete configs. | |||||
2010-01-29 | Works for grid login. | Diva Canto | 1 | -2/+3 | |
2010-01-28 | Fixed broken dll name. | Diva Canto | 1 | -1/+1 | |
2010-01-28 | Config for grid login. Untested. | Diva Canto | 1 | -1/+30 | |
2010-01-19 | Add 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 Canto | 1 | -2/+3 | |
* Updated grid configs | |||||
2010-01-13 | Make use of Fallback regions when the desired start region is having problems. | Diva Canto | 1 | -2/+2 | |
2010-01-13 | LL Login now uses default regions if the desired start location is not found. | Diva Canto | 1 | -0/+5 | |