| Commit message (Expand) | Author | Files | Lines |
2011-12-05 | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-11-19 | Remove the "[LOCAL SIMULATION CONNECTOR]: Did not find region {0} for SendCre... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-11-19 | Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff... | Justin Clark-Casey (justincc) | 1 | -2/+1 |
2011-05-11 | This makes compression of fatpacks actually work. Previously they always fail... | Diva Canto | 1 | -3/+2 |
2011-05-11 | Revert "Functional improvement: close the stream. Non-functional: add debug m... | Diva Canto | 1 | -19/+2 |
2011-05-11 | One more debug message. Don't use this unless your name is nebadon. | Diva Canto | 1 | -0/+3 |
2011-05-11 | Functional improvement: close the stream. Non-functional: add debug messages ... | Diva Canto | 1 | -2/+19 |
2011-05-08 | Also compress the actual fatpacks | Melanie | 2 | -94/+171 |
2011-05-08 | Remove a spammy debug I left in. Disable TP cancel button at the point | Melanie | 1 | -1/+0 |
2011-05-08 | Enable compressed (gzip) fatpack transfers. | Melanie | 2 | -131/+191 |
2011-04-28 | Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t... | Diva Canto | 1 | -3/+6 |
2011-02-16 | Change the QUERYACCESS method to eliminate spurious access denied messages | Melanie | 1 | -2/+9 |
2011-02-08 | Comment previous debug | Diva Canto | 1 | -3/+3 |
2011-02-08 | XFF header again -- debug. | Diva Canto | 1 | -0/+5 |
2011-02-05 | Fix a typo in the QUERYACCESS method name | Melanie | 1 | -1/+1 |
2011-01-28 | Fix up QueryAccess to also check parcels | Melanie | 1 | -1/+8 |
2011-01-21 | remove some mono compiler warnings and unnecessary dictionary instantiations | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-01-17 | Account for some component along the way lower-casing the HTTP header keys. (... | Diva Canto | 1 | -13/+10 |
2011-01-17 | Brute force debug for XFF issue | Diva Canto | 1 | -0/+7 |
2011-01-17 | More debug messages to help track the XFF header problem. | Diva Canto | 1 | -0/+3 |
2011-01-09 | Improved debug messages to track what is going on with the XFF header | Diva Canto | 1 | -0/+2 |
2010-12-09 | Plumb a code path for the entity transfer module to ask a destination scene | Melanie | 1 | -0/+26 |
2010-12-07 | Added an exception handler on CreateObject handler, just in case there's an e... | Diva Canto | 1 | -20/+31 |
2010-11-16 | Change the way attachments are persisted. Editing a worn attachment will now | Melanie | 1 | -1/+6 |
2010-10-03 | Made the Gatekeeper proxy-able. | Diva Canto | 1 | -1/+21 |
2010-09-04 | Make User Agent Service and Login Service separable. | Diva Canto | 1 | -18/+1 |
2010-08-19 | Partial rewrite of client IP verification. Not completely finished yet, and u... | Diva Canto | 1 | -0/+20 |
2010-06-30 | Removed opportunity for exception in BaseHttpServer. (mantis #4825) | Diva Canto | 1 | -0/+4 |
2010-06-27 | Addresses mantis #4789. Not really a fix, because the event is harmless anywa... | Diva Canto | 1 | -1/+7 |
2010-05-27 | Comment noisy "CONNECTION DEBUGGING" messages, because they push more | Melanie Thielker | 1 | -7/+7 |
2010-05-27 | Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more" | Melanie | 1 | -7/+7 |
2010-05-27 | Comment noisy "CONNECTION DEBUGGING" messages, because they push more | Melanie Thielker | 1 | -7/+7 |
2010-03-15 | Get the local inner simulation service object to the handler so that there is... | Diva Canto | 1 | -0/+1 |
2010-01-17 | Agent gets there through the Gatekeeper, but still a few quirks to fix. | Diva Canto | 2 | -8/+36 |
2010-01-17 | HG agent transfers are starting to work. Gatekeeper handlers are missing. | Diva Canto | 1 | -6/+6 |
2010-01-13 | Take the verbose debug messages in AgentHandler out again. | Diva Canto | 1 | -6/+6 |
2010-01-13 | Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_... | Diva Canto | 1 | -7/+7 |
2010-01-13 | Several more buglets removed. | Diva Canto | 2 | -19/+28 |
2010-01-07 | * Finished SimulationServiceConnector | Diva Canto | 1 | -1/+1 |
2010-01-03 | Successfully logged into a grid. | Diva Canto | 1 | -0/+4 |
2010-01-03 | * Changed ISimulation interface to take a GridRegion as input arg instead of ... | Diva Canto | 4 | -205/+115 |
2009-12-31 | * Added the Login server handlers that were lost in yesterday's commit grief | Diva Canto | 1 | -8/+4 |
2009-12-31 | Simulation handlers (agents & objects) completed. | Diva Canto | 4 | -13/+544 |
2009-10-02 | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 1 | -1/+1 |
2009-09-29 | Fix loading modules with alternate configurations and ports into ROBUST. | Melanie | 1 | -1/+1 |
2009-09-29 | Fix loading modules with alternate configurations and ports into ROBUST. | Melanie | 1 | -1/+1 |
2009-08-30 | Remove another IAuthentificationInterface user | Melanie | 1 | -6/+7 |
2009-06-17 | Implementation of a simple authentication service + in connector in route to ... | diva | 1 | -1/+1 |
2009-06-14 | Pulled out HelloNeighbour into its own service, INeighbourService, which may ... | diva | 2 | -99/+3 |
2009-06-04 | Comment out unused variables / private fields to avoid compiler warnings. | Jeff Ames | 1 | -16/+14 |