Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a real_id field to the login response if impersonation is used. The wrapper | Melanie | 2012-08-15 | 1 | -1/+12 |
| | | | | script needs this for proper logging. | ||||
* | Merge branch 'master' into careminster | Melanie | 2012-05-05 | 1 | -2/+41 |
|\ | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/WebUtil.cs OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs | ||||
| * | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2012-05-04 | 1 | -1/+1 |
| | | |||||
| * | Calculate the Daylight Savings Time information sent to the viewer based on ↵ | Justin Clark-Casey (justincc) | 2012-05-04 | 1 | -2/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-04-25 | 1 | -13/+18 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs | ||||
| * | Go back to always using the local timezone for now - not all machines have ↵ | Justin Clark-Casey (justincc) | 2012-04-24 | 1 | -13/+18 |
| | | | | | | | | | | | | US/Pacific or Olsen Amercia/Los_Angeles and this introduces variability that the server operator cannot control Please see http://opensimulator.org/mantis/view.php?id=5972 soon for more comments. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2012-04-24 | 1 | -1/+20 |
|\ \ | |/ | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Warp3DMap/MapImageModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | ||||
| * | minor: formatting changes to top of LLLoginResponse.SetDefaultValues(), ↵ | Justin Clark-Casey (justincc) | 2012-04-24 | 1 | -1/+6 |
| | | | | | | | | chiefly some break up of the long line. | ||||
| * | DST settings to match client default Pacific Time (mantis #5972) | Olivier van Helden and Gudule Lapointe (Speculoos.net) | 2012-04-24 | 1 | -1/+15 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2012-03-04 | 1 | -1/+37 |
|\ \ | |/ | | | | | | | Conflicts: OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs | ||||
| * | V3 Support | BlueWall | 2012-02-22 | 1 | -1/+19 |
| | | | | | | | | The V3 webapps need SSO capability and use OpenID. We need to send both our OpenID server url and a token for the user in the login response. | ||||
| * | V3 Support: | BlueWall | 2012-02-21 | 1 | -1/+19 |
| | | | | | | | | This starts V3 support by adding a profile server url to the login response. This requires viewer support - which is also being worked on. | ||||
* | | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 1 | -1/+18 |
|\ \ | |/ | |||||
| * | Added optional Login Service parameter "Currency" to be able to change the ↵ | Snoopy Pfeffer | 2011-08-14 | 1 | -1/+18 |
| | | | | | | | | currency name shown in the viewer. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-06-09 | 1 | -1/+13 |
|\ \ | |/ | |||||
| * | More on HG Friends. Added Delete(string, string) across the board. Added ↵ | Diva Canto | 2011-05-22 | 1 | -1/+1 |
| | | | | | | | | security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back. | ||||
| * | HG Friends working to some extent: friendships offered and accepted ↵ | Diva Canto | 2011-05-19 | 1 | -1/+13 |
| | | | | | | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-05-05 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll | Diva Canto | 2011-04-30 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-01-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Prune some of the excess logging for client logins. | Justin Clark-Casey (justincc) | 2011-01-18 | 1 | -1/+1 |
| | | | | | | | | Didn't touch the appearance related stuff. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-12-06 | 1 | -28/+1 |
|\ \ | |/ | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-23 | 1 | -1/+28 |
|\ \ | |||||
| * | | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -1/+28 |
| |/ | | | | | | | | | This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | ||||
| * | * additional serveruri cleanup | Jonathan Freedman | 2010-10-03 | 1 | -28/+1 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-10-21 | 1 | -28/+1 |
|\ \ | |||||
| * | | * additional serveruri cleanup | Jonathan Freedman | 2010-10-20 | 1 | -28/+1 |
| |/ | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-09 | 1 | -4/+0 |
|\ \ | |/ | |||||
| * | Remove "Could not authorize your session into the region" message in favor | Melanie | 2010-08-09 | 1 | -4/+0 |
| | | | | | | | | of sending back the actual error message provided by the sim. | ||||
| * | Add search URL to Login Service | Melanie | 2010-08-07 | 1 | -1/+17 |
| | | |||||
* | | Add search URL to Login Service | Melanie | 2010-08-07 | 1 | -1/+17 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-04 | 1 | -2/+19 |
|\ \ | |/ | |||||
| * | Fixes mantis #4835 | Diva Canto | 2010-07-03 | 1 | -1/+1 |
| | | |||||
| * | Add MapTileURL to robust to supply the url needed by snowglobe | Melanie | 2010-07-02 | 1 | -1/+18 |
| | | |||||
* | | Stop IGridService from throwing a fatal exception when an IPEndPoint cannot ↵ | Tom Grimshaw | 2010-05-29 | 1 | -0/+1 |
| | | | | | | | | be resolved, and add some handlers to deal with this cleanly; a condition was observed on OSGrid where a neighbouring region with an invalid (unresolveable) hostname would prevent a region from starting. This is bad. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-16 | 1 | -1/+19 |
|\ \ | |/ | |||||
| * | Fixes mantis #4691 for real. This time I tested it, and it works. | Diva Canto | 2010-05-16 | 1 | -1/+17 |
| | | |||||
| * | Fixes mantis #4691 | Diva Canto | 2010-05-16 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-08 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 2010-05-07 | 1 | -2/+2 |
| | | | | | | | | | | | | 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. | ||||
* | | Treat a UserLevel of -1 as an unverified account and refer them to their | Melanie | 2010-04-30 | 1 | -0/+5 |
|/ | | | | activation email. | ||||
* | Changed some properties and methods from private to protected in ↵ | Mikko Pallari | 2010-03-11 | 1 | -3/+3 |
| | | | | LLLoginResponse and LLLoginService so they could be inherited better. | ||||
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Change friends to handle offers as it was originally designed. This may | Melanie | 2010-03-01 | 1 | -1/+2 |
| | | | | need to be changed in SQLite & MSSQL as well | ||||
* | List of friends now retrieved upon login. Configured and tested in ↵ | Diva Canto | 2010-02-25 | 1 | -13/+13 |
| | | | | standalone only. | ||||
* | The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵ | Diva Canto | 2010-01-01 | 1 | -16/+18 |
| | | | | obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible. | ||||
* | New LL login service is working! -- tested in standalone only. Things still ↵ | Diva Canto | 2010-01-01 | 1 | -7/+11 |
| | | | | missing from response, namely Library and Friends. Appearance service is also missing. | ||||
* | A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵ | Diva Canto | 2009-12-31 | 1 | -0/+225 |
| | | | | Almost done... | ||||
* | * Added the Login server handlers that were lost in yesterday's commit grief | Diva Canto | 2009-12-31 | 1 | -2/+2 |
| | | | | | * More beef to the LLLoginService * Better design for handling local simulation service | ||||
* | First pass at the new login service. Still incomplete, but doesn't disrupt ↵ | Diva Canto | 2009-12-30 | 1 | -0/+740 |
the existing code. |