Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment out login parameters debug output accidentally included with c4b2d24 | Justin Clark-Casey (justincc) | 2012-03-22 | 1 | -11/+13 |
| | |||||
* | Add llGiveInventory() test from object to object where both objects are ↵ | Justin Clark-Casey (justincc) | 2012-03-22 | 2 | -1/+12 |
| | | | | owned by the same user. | ||||
* | LLLoginHandlers now supports both password & web login | SignpostMarv Martin | 2011-03-26 | 1 | -4/+15 |
| | | | | Signed-off-by: SignpostMarv Martin <me@signpostmarv.name> | ||||
* | Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵ | Diva Canto | 2010-10-03 | 1 | -3/+16 |
| | | | | client ip address to agent circuit data, so that it's always there. | ||||
* | Added XFF header processing. Untested, for lack of proxy. | Diva Canto | 2010-09-03 | 2 | -2/+15 |
| | |||||
* | Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵ | Diva Canto | 2010-06-04 | 1 | -1/+1 |
| | | | | avies are in different sims. | ||||
* | Plumb the viewer version string through into AgentCircuitData. Now all that | Melanie Thielker | 2010-05-05 | 1 | -2/+2 |
| | | | | | | is left os to figure out what black magic turns AgentCircuitData into AgentData and then copy that into the ScenePresence, where m_Viewer is already added with this commit and waits for the data. | ||||
* | Add a XMLRPC method to remotely set the login level for the LLLoginService. | Melanie Thielker | 2010-05-05 | 2 | -0/+38 |
| | | | | | | 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. | ||||
* | Allow a client to pass a scope id to log into in the login XML / LLSD | Melanie | 2010-04-27 | 1 | -2/+10 |
| | |||||
* | The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵ | Diva Canto | 2010-01-01 | 1 | -1/+2 |
| | | | | obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible. | ||||
* | Yes! First test of new login service done still in 2009! Bombs in auth, ↵ | Diva Canto | 2009-12-31 | 1 | -1/+2 |
| | | | | | | because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR! | ||||
* | A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵ | Diva Canto | 2009-12-31 | 1 | -2/+12 |
| | | | | Almost done... | ||||
* | * Added the Login server handlers that were lost in yesterday's commit grief | Diva Canto | 2009-12-31 | 2 | -0/+232 |
* More beef to the LLLoginService * Better design for handling local simulation service |