OpenSimMirror/bin/config-include
Justin Clark-Casey (justincc) cccef2e56d Calculate the Daylight Savings Time information sent to the viewer based on US Pacific Standard Time rather than whatever timezone the login server is set to.
This is because the viewer doesn't receive a timezone from the server but bases its displays on Pacific Standard Time.
However, it still expects to receive notification from the server as to whether or not Daylight Savings Time for PST is in operation.
This commit introduces a new DSTZone setting in the [LoginService] config setting that accepts a list of timezone names valid across different platforms to calculate Pacific DST.
If you need the old behaviour of calculating DST based on the local timezone of the server running the login service, then please override DSTZone with "local".
A mailing list announcement will be made later.
Thanks to Olivier Van Helden and Gudule Lapointe for determining this behaviour and providing this patch.
From http://opensimulator.org/mantis/view.php?id=5972
2012-05-04 19:21:43 +01:00
..
storage Remove the SQLite legacy adaptor. This is no longer needed now that the main adaptor works on Mac OS X. 2011-04-07 23:20:04 +01:00
CenomeCache.ini.example
FlotsamCache.ini.example make changes to FlotsamCache.ini.example as noted in mantis #5960 2012-04-12 18:27:14 -07:00
Grid.ini Region access control! Region operators can now specify things like DisallowForeigners (means what it says) and DisallowResidents (means that only admins and managers can get into the region). This puts the never-completed AuthorizationService to good use. Note that I didn't implement a grid-wide Authorization service; this service implementation is done entirely locally on the simulator. This can be changed as usual by pluging in a different AuthorizationServicesConnector. 2012-03-17 10:00:11 -07:00
GridCommon.ini.example
GridHypergrid.ini
HyperSimianGrid.ini
SimianGrid.ini
Standalone.ini Calculate the Daylight Savings Time information sent to the viewer based on US Pacific Standard Time rather than whatever timezone the login server is set to. 2012-05-04 19:21:43 +01:00
StandaloneCommon.ini.example
StandaloneHypergrid.ini