aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable compressed (gzip) fatpack transfers.Melanie2011-05-082-131/+191
* Merge branch 'master' into careminster-presence-refactorMelanie2011-04-301-3/+6
|\
| * Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-281-3/+6
| * Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-2/+9
* | Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-2/+9
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-121-0/+5
|\ \ | |/
| * Comment previous debugDiva Canto2011-02-081-3/+3
| * XFF header again -- debug.Diva Canto2011-02-081-0/+5
| * Fix a typo in the QUERYACCESS method nameMelanie2011-02-051-1/+1
| * Fix up QueryAccess to also check parcelsMelanie2011-01-281-1/+8
* | Fix up QueryAccess to also check parcelsMelanie2011-01-281-1/+8
* | Make bans work for teleport. Now teleport will complete block if the userMelanie2011-01-271-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-231-1/+1
|\ \ | |/
| * remove some mono compiler warnings and unnecessary dictionary instantiationsJustin Clark-Casey (justincc)2011-01-211-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-181-4/+13
|\ \ | |/
| * Account for some component along the way lower-casing the HTTP header keys. (...Diva Canto2011-01-171-13/+10
| * Brute force debug for XFF issueDiva Canto2011-01-171-0/+7
| * More debug messages to help track the XFF header problem.Diva Canto2011-01-171-0/+3
| * Improved debug messages to track what is going on with the XFF headerDiva Canto2011-01-091-0/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-091-20/+31
|\ \ | |/
| * Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+26
| * Added an exception handler on CreateObject handler, just in case there's an e...Diva Canto2010-12-071-20/+31
| * Change the way attachments are persisted. Editing a worn attachment will nowMelanie2010-11-161-1/+6
* | Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+26
* | Change the way attachments are persisted. Editing a worn attachment will nowMelanie2010-11-161-1/+6
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-041-1/+21
|\ \ | |/
| * Made the Gatekeeper proxy-able.Diva Canto2010-10-031-1/+21
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-051-18/+1
|\ \ | |/
| * Make User Agent Service and Login Service separable.Diva Canto2010-09-041-18/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-211-0/+20
|\ \ | |/
| * Partial rewrite of client IP verification. Not completely finished yet, and u...Diva Canto2010-08-191-0/+20
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-301-1/+11
|\ \ | |/
| * Removed opportunity for exception in BaseHttpServer. (mantis #4825)Diva Canto2010-06-301-0/+4
| * Addresses mantis #4789. Not really a fix, because the event is harmless anywa...Diva Canto2010-06-271-1/+7
| * Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-7/+7
| * Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie2010-05-271-7/+7
| * Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-7/+7
* | Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-7/+7
* | Fix to the scenario where we send an agent to a neighbouring sim (via telepor...Tom Grimshaw2010-05-181-0/+23
|/
* Get the local inner simulation service object to the handler so that there is...Diva Canto2010-03-151-0/+1
* Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2010-01-172-8/+36
* HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto2010-01-171-6/+6
* Take the verbose debug messages in AgentHandler out again.Diva Canto2010-01-131-6/+6
* Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_...Diva Canto2010-01-131-7/+7
* Several more buglets removed.Diva Canto2010-01-132-19/+28
* * Finished SimulationServiceConnectorDiva Canto2010-01-071-1/+1
* Successfully logged into a grid.Diva Canto2010-01-031-0/+4
* * Changed ISimulation interface to take a GridRegion as input arg instead of ...Diva Canto2010-01-034-205/+115
* * Added the Login server handlers that were lost in yesterday's commit griefDiva Canto2009-12-311-8/+4
* Simulation handlers (agents & objects) completed.Diva Canto2009-12-314-13/+544