Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-06-13 | Revert "Add a few more debug messages to diagnose problems in OSGrid's proxy ↵ | Diva Canto | 1 | -5/+0 | |
use" This reverts commit 2d2414adcfcf50ba1398f889c0ca301b3409e317. | |||||
2016-06-13 | Add a few more debug messages to diagnose problems in OSGrid's proxy use | Diva Canto | 1 | -0/+5 | |
2015-11-23 | revert previus commit | UbitUmarov | 1 | -4/+10 | |
2015-11-23 | remove libomv detection/log from llLoginService | UbitUmarov | 1 | -10/+4 | |
2014-10-24 | TEST**** wingridproxy detection at grid login. Untested possible not | UbitUmarov | 1 | -3/+8 | |
very reliable. Adds some load even on region servers because of code at BaseHttpServer. | |||||
2013-10-07 | * Added a Basic DOS protection container/base object for the most common ↵ | teravus | 2 | -1/+25 | |
HTTP Server handlers. XMLRPC Handler, GenericHttpHandler and <Various>StreamHandler * Applied the XmlRpcBasicDOSProtector.cs to the login service as both an example, and good practice. * Applied the BaseStreamHandlerBasicDOSProtector.cs to the friends service as an example of the DOS Protector on StreamHandlers * Added CircularBuffer, used for CPU and Memory friendly rate monitoring. * DosProtector has 2 states, 1. Just Check for blocked users and check general velocity, 2. Track velocity per user, It only jumps to 2 if it's getting a lot of requests, and state 1 is about as resource friendly as if it wasn't even there. | |||||
2013-10-04 | * Added a unique and interesting WebSocket grid login processor by hijacking ↵ | teravus | 2 | -0/+57 | |
the LLSD login code. This sends the data through the normal login channels and spits out a JSON object back that mimics the login response. Feel free to comment on the best way to set this up as a config option. | |||||
2013-05-13 | Fixed mantis #6609 -- LoadPlugin error messages on Robust. | Diva Canto | 1 | -2/+7 | |
2012-03-22 | Comment out login parameters debug output accidentally included with c4b2d24 | Justin Clark-Casey (justincc) | 1 | -11/+13 | |
2012-03-22 | Add llGiveInventory() test from object to object where both objects are ↵ | Justin Clark-Casey (justincc) | 2 | -1/+12 | |
owned by the same user. | |||||
2011-03-26 | LLLoginHandlers now supports both password & web login | SignpostMarv Martin | 1 | -4/+15 | |
Signed-off-by: SignpostMarv Martin <me@signpostmarv.name> | |||||
2010-10-03 | Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵ | Diva Canto | 1 | -3/+16 | |
client ip address to agent circuit data, so that it's always there. | |||||
2010-09-03 | Added XFF header processing. Untested, for lack of proxy. | Diva Canto | 2 | -2/+15 | |
2010-06-04 | Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵ | Diva Canto | 1 | -1/+1 | |
avies are in different sims. | |||||
2010-05-06 | Plumb the viewer version string through into AgentCircuitData. Now all that | Melanie Thielker | 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. | |||||
2010-05-05 | Plumb the viewer version string through into AgentCircuitData. Now all that | Melanie Thielker | 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. | |||||
2010-05-05 | Add a XMLRPC method to remotely set the login level for the LLLoginService. | Melanie Thielker | 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. | |||||
2010-05-05 | Add a XMLRPC method to remotely set the login level for the LLLoginService. | Melanie Thielker | 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. | |||||
2010-04-27 | Allow a client to pass a scope id to log into in the login XML / LLSD | Melanie | 1 | -2/+10 | |
2010-01-01 | The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵ | Diva Canto | 1 | -1/+2 | |
obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible. | |||||
2009-12-31 | Yes! First test of new login service done still in 2009! Bombs in auth, ↵ | Diva Canto | 1 | -1/+2 | |
because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR! | |||||
2009-12-31 | A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵ | Diva Canto | 1 | -2/+12 | |
Almost done... | |||||
2009-12-31 | * Added the Login server handlers that were lost in yesterday's commit grief | Diva Canto | 2 | -0/+232 | |
* More beef to the LLLoginService * Better design for handling local simulation service |