aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation (follow)
Commit message (Expand)AuthorAgeFilesLines
* seems to compile ( tests comented out)UbitUmarov2015-09-021-23/+2
* bad merge?UbitUmarov2015-09-011-0/+39
|\
| * add more of the v03 checks and homeURL. Sending side only for nowUbitUmarov2015-08-261-2/+14
| * Fix content type checking to confirm to newer core versionsMelanie Thielker2015-03-101-1/+1
| * Fix a string formatMelanie Thielker2014-09-241-1/+1
| * make CreateAgent sync for logins, async for other casesUbitUmarov2014-09-241-13/+18
| * coment out stack trace at newUserConnection, add log msh at createAgentUbitUmarov2014-09-241-2/+3
| * TEST do createAgent sync, forcing grid services and other regions to waitUbitUmarov2014-09-241-2/+7
| * Merge branch 'master' into careminsterMelanie2013-07-181-88/+17
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-06-231-27/+50
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-05-161-1/+1
| |\ \ \
| * | | | Make agent creation at destination asynchronous. Failures here are prettyMelanie2012-09-161-1/+9
| * | | | Merge branch 'master' into careminsterMelanie2012-07-011-48/+0
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-05-272-5/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-03-141-7/+12
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-02-231-3/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into bigmergeMelanie2011-12-051-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into bigmergeMelanie2011-11-191-4/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-05-131-0/+2
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Also compress the actual fatpacksMelanie2011-05-082-94/+171
| * | | | | | | | | | | Remove a spammy debug I left in. Disable TP cancel button at the pointMelanie2011-05-081-1/+0
| * | | | | | | | | | | Enable compressed (gzip) fatpack transfers.Melanie2011-05-082-131/+191
| * | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-301-3/+6
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-01-181-4/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ 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
| * | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-09-051-18/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-08-211-0/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-06-301-1/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | More plumbing on agent statesMelanie Thielker2015-08-201-0/+6
* | | | | | | | | | | | | | | | | | | | | Partial plumbing for the agent stateful module features negotiationMelanie Thielker2015-08-201-1/+12
* | | | | | | | | | | | | | | | | | | | | Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-251-1/+2
* | | | | | | | | | | | | | | | | | | | | Close streams immediately when we finish using themOren Hurvitz2014-07-211-11/+43
* | | | | | | | | | | | | | | | | | | | | Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2014-06-061-1/+5
* | | | | | | | | | | | | | | | | | | | | Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2014-05-191-1/+5
* | | | | | | | | | | | | | | | | | | | | Please note: older simulators (0.7.6) still send the info about gzip in Conte...Diva Canto2014-05-041-2/+2
* | | | | | | | | | | | | | | | | | | | | In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-091-3/+20
* | | | | | | | | | | | | | | | | | | | | When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz2014-04-071-2/+6
* | | | | | | | | | | | | | | | | | | | | Use the "X-Content-Encoding" header to indicate gzipped data, because old Ope...Oren Hurvitz2014-03-251-2/+2
* | | | | | | | | | | | | | | | | | | | | Use the "Content-Encoding" header to indicate gzipped streamsOren Hurvitz2014-03-251-11/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Change the auth token to be the user's sessionid.Diva Canto2013-07-141-1/+4