Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-01-18 | Prune some of the excess logging for client logins. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
Didn't touch the appearance related stuff. | |||||
2010-10-22 | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 1 | -1/+28 | |
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | |||||
2010-10-22 | Revert "* additional serveruri cleanup" | Justin Clark-Casey (justincc) | 1 | -1/+28 | |
This reverts commit 19119d7705f8381a3c207d0e64a23243215a12b9. | |||||
2010-10-20 | * additional serveruri cleanup | Jonathan Freedman | 1 | -28/+1 | |
2010-10-03 | * additional serveruri cleanup | Jonathan Freedman | 1 | -28/+1 | |
2010-08-09 | Remove "Could not authorize your session into the region" message in favor | Melanie | 1 | -4/+0 | |
of sending back the actual error message provided by the sim. | |||||
2010-08-07 | Add search URL to Login Service | Melanie | 1 | -1/+17 | |
2010-07-03 | Fixes mantis #4835 | Diva Canto | 1 | -1/+1 | |
2010-07-02 | Add MapTileURL to robust to supply the url needed by snowglobe | Melanie | 1 | -1/+18 | |
2010-05-16 | Fixes mantis #4691 for real. This time I tested it, and it works. | Diva Canto | 1 | -1/+17 | |
2010-05-16 | Fixes mantis #4691 | Diva Canto | 1 | -1/+3 | |
2010-05-07 | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 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. | |||||
2010-03-11 | Changed some properties and methods from private to protected in ↵ | Mikko Pallari | 1 | -3/+3 | |
LLLoginResponse and LLLoginService so they could be inherited better. | |||||
2010-03-10 | Formatting cleanup. Add copyright notices. | Jeff Ames | 1 | -1/+1 | |
2010-03-01 | Change friends to handle offers as it was originally designed. This may | Melanie | 1 | -1/+2 | |
need to be changed in SQLite & MSSQL as well | |||||
2010-02-25 | List of friends now retrieved upon login. Configured and tested in ↵ | Diva Canto | 1 | -13/+13 | |
standalone only. | |||||
2010-01-01 | The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵ | Diva Canto | 1 | -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-01 | New LL login service is working! -- tested in standalone only. Things still ↵ | Diva Canto | 1 | -7/+11 | |
missing from response, namely Library and Friends. Appearance service is also missing. | |||||
2009-12-31 | A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵ | Diva Canto | 1 | -0/+225 | |
Almost done... | |||||
2009-12-31 | * Added the Login server handlers that were lost in yesterday's commit grief | Diva Canto | 1 | -2/+2 | |
* More beef to the LLLoginService * Better design for handling local simulation service | |||||
2009-12-30 | First pass at the new login service. Still incomplete, but doesn't disrupt ↵ | Diva Canto | 1 | -176/+93 | |
the existing code. | |||||
2009-07-04 | Fix previous commit | Melanie Thielker | 1 | -0/+1 | |
2009-07-04 | Add the new field agent_access_max. Without it being set to "A", viewers from | Melanie Thielker | 1 | -0/+9 | |
1.23 prevent the removal of underwear. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-05 | - moving banned check and public/private check to | Dr Scofield | 1 | -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-04 | DST setting wasn't transferred to client, leading to wrong time display. | Homer Horwitz | 1 | -1/+1 | |
2009-04-01 | Added AllowLoginWithoutInventory to LoginService, to be overwritten in ↵ | diva | 1 | -4/+5 | |
subclasses. Default is false. HGLoginAuthService sets it true. Better error handling dealing with inventory service faults. | |||||
2009-03-31 | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 1 | -812/+812 | |
2009-03-29 | Another bit of refactoring to try to make sense of ↵ | diva | 1 | -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-24 | Added the login region's http to the login response. | diva | 1 | -0/+8 | |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -2/+2 | |
2008-11-19 | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 1 | -63/+63 | |
libOMV. | |||||
2008-11-19 | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 1 | -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 patch | Justin Clarke Casey | 1 | -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-01 | Add a user server XMLRPC method to set the MOTD and the minimum GodLevel | Melanie Thielker | 1 | -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-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 1 | -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 Frisby | 1 | -1/+1 | |
protected. * Made several methods virtual to allow derivative overrides. * Minor cleanups. | |||||
2008-09-07 | * minor: just minor doc and tidy up | Justin Clarke Casey | 1 | -1/+1 | |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -16/+16 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-07-29 | Mantis#1849. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 1 | -2/+2 | |
- LLSDLoginMethod should error out in similar way to XMLRPC login for already logged in condition - Have LLSDLoginMethod mirror the sequence of the XMLRPC for easier side by side compare - Log messages report which process XML or LLSD generated them for easier debugging | |||||
2008-06-27 | dr scofield's warning safari: | Dr Scofield | 1 | -3/+3 | |
* commented out [Obsolete(....)] attributes where no replacement feature was available: if we want to attribute code that we think needs to be reworked, we should define a new attribute and use that instead (together with a little tool to retrieve all the attributed code then) * commenting out unused variables | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-05-14 | * Minor: Fussy little wording change on inventory service failure | Justin Clarke Casey | 1 | -1/+1 | |
2008-05-01 | * Breaking all the code, breaking all the code..! | Adam Frisby | 1 | -1/+1 | |
* Made a bunch more members static, removed some dead code, general cleaning. | |||||
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵ | Adam Frisby | 1 | -2/+2 | |
with namespaces. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -2/+3 | |
(this took a while to run). | |||||
2008-04-20 | * Remove user profile from cache when they log out from a region. | Justin Clarke Casey | 1 | -1/+1 | |
* A much more significant fix is required to clean up the cache when a user moves out of a region, but really better handling of delayed inventory cache updates needs to be written first, and possibly better affinity to cut down agent inventory requests when the move is between two regions hosted on the same server. | |||||
2008-04-20 | * Tweak inventory login failure message to point to the region owner as ↵ | Justin Clarke Casey | 1 | -2/+1 | |
first point of call rather than the grid owner | |||||
2008-04-15 | * Send a meaningful response to both the user server console and the client ↵ | Justin Clarke Casey | 1 | -0/+13 | |
if a login fails because the inventory service has failed. | |||||
2008-03-28 | Applied patch from mantis# 825, thanks A_Biondi | MW | 1 | -13/+26 | |