aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginResponse.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-11/+28
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-8/+75
2012-05-04minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2012-05-04Calculate the Daylight Savings Time information sent to the viewer based on ↵Justin Clark-Casey (justincc)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
2012-04-24Go back to always using the local timezone for now - not all machines have ↵Justin Clark-Casey (justincc)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.
2012-04-24minor: formatting changes to top of LLLoginResponse.SetDefaultValues(), ↵Justin Clark-Casey (justincc)1-1/+6
chiefly some break up of the long line.
2012-04-24DST settings to match client default Pacific Time (mantis #5972)Olivier van Helden and Gudule Lapointe (Speculoos.net)1-1/+15
2012-02-22V3 SupportBlueWall1-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.
2012-02-21V3 Support:BlueWall1-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.
2011-08-14Added optional Login Service parameter "Currency" to be able to change the ↵Snoopy Pfeffer1-1/+18
currency name shown in the viewer.
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto1-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.
2011-05-19HG Friends working to some extent: friendships offered and accepted ↵Diva Canto1-1/+13
correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
2011-04-30Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dllDiva Canto1-1/+0
2011-01-18Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)1-1/+1
Didn't touch the appearance related stuff.
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-1/+28
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
2010-10-22Revert "* additional serveruri cleanup"Justin Clark-Casey (justincc)1-1/+28
This reverts commit 19119d7705f8381a3c207d0e64a23243215a12b9.
2010-10-20* additional serveruri cleanupJonathan Freedman1-28/+1
2010-10-03* additional serveruri cleanupJonathan Freedman1-28/+1
2010-08-09Remove "Could not authorize your session into the region" message in favorMelanie1-4/+0
of sending back the actual error message provided by the sim.
2010-08-07Add search URL to Login ServiceMelanie1-1/+17
2010-07-03Fixes mantis #4835Diva Canto1-1/+1
2010-07-02Add MapTileURL to robust to supply the url needed by snowglobeMelanie1-1/+18
2010-05-16Fixes mantis #4691 for real. This time I tested it, and it works.Diva Canto1-1/+17
2010-05-16Fixes mantis #4691Diva Canto1-1/+3
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-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.
2010-03-11Changed some properties and methods from private to protected in ↵Mikko Pallari1-3/+3
LLLoginResponse and LLLoginService so they could be inherited better.
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-01Change friends to handle offers as it was originally designed. This mayMelanie1-1/+2
need to be changed in SQLite & MSSQL as well
2010-02-25List of friends now retrieved upon login. Configured and tested in ↵Diva Canto1-13/+13
standalone only.
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto1-16/+18
obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
2010-01-01New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto1-7/+11
missing from response, namely Library and Friends. Appearance service is also missing.
2009-12-31A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵Diva Canto1-0/+225
Almost done...
2009-12-31* Added the Login server handlers that were lost in yesterday's commit griefDiva Canto1-2/+2
* More beef to the LLLoginService * Better design for handling local simulation service
2009-12-30First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto1-176/+93
the existing code.
2009-07-04Fix previous commitMelanie Thielker1-0/+1
2009-07-04Add the new field agent_access_max. Without it being set to "A", viewers fromMelanie Thielker1-0/+9
1.23 prevent the removal of underwear.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-05- moving banned check and public/private check toDr Scofield1-1/+1
Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region
2009-04-04DST setting wasn't transferred to client, leading to wrong time display.Homer Horwitz1-1/+1
2009-04-01Added AllowLoginWithoutInventory to LoginService, to be overwritten in ↵diva1-4/+5
subclasses. Default is false. HGLoginAuthService sets it true. Better error handling dealing with inventory service faults.
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-812/+812
2009-03-29Another bit of refactoring to try to make sense of ↵diva1-812/+812
OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files.
2009-03-24Added the login region's http to the login response.diva1-0/+8
2009-02-12* optimized usings.lbsa711-2/+2
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-63/+63
libOMV.
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-63/+63
release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-63/+63
* Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly
2008-10-01Add a user server XMLRPC method to set the MOTD and the minimum GodLevelMelanie Thielker1-0/+16
required to log in. set_login_params accepts avatar_uuid and password of a user with god level 200 or more, and allows setting either or both the login_motd or login_level
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz1-2/+10
Active gestures are sent as part of the login-response. Added fetchActiveGestures to SQLite and MySQL; added an empty one for MSSQL and NHibernate. Using the empty ones won't cause errors, but doesn't provide persistence either, of course.
2008-09-14* Converted a number of methods within the login processes from private to ↵Adam Frisby1-1/+1
protected. * Made several methods virtual to allow derivative overrides. * Minor cleanups.