aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-06-131-1/+0
|\
| * Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)2012-06-131-1/+0
* | Merge branch 'avination' into careminsterMelanie2012-06-061-6/+30
|\ \
| * | When regions are set to shut down the instance, always send notifications toMelanie2012-06-031-6/+30
* | | Merge branch 'avination'Melanie2012-05-291-4/+13
|\ \ \ | |/ /
| * | If a region is not found on a simulator, make the health query returnMelanie2012-05-281-4/+13
* | | Merge branch 'master' into careminsterMelanie2012-05-101-2/+3
|\ \ \ | |/ / |/| / | |/
| * Saving estate state is really slow (relatively) and it getsMic Bowman2012-05-101-2/+3
* | Merge branch 'master' into careminsterMelanie2012-02-041-2/+2
|\ \ | |/
| * Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer2012-02-031-2/+2
* | Add the ability to abort a pending restart using the viewer UI or aMelanie2012-01-281-1/+19
* | Merge branch 'master' into careminsterMelanie2012-01-061-210/+190
|\ \ | |/
| * Allow RemoteAdmin to deal with all the different kinds of region id parameter...Justin Clark-Casey (justincc)2012-01-061-215/+191
* | Merge branch 'master' into careminsterMelanie2011-12-191-1/+1
|\ \ | |/
| * addresses mantis #5827nebadon2011-12-191-1/+1
| * Remove a left over log outputMelanie2011-12-081-2/+1
* | Remove spammy log messages when querying sim healthMelanie2011-12-121-8/+0
* | Remove superfluous try blockMelanie2011-12-081-27/+14
* | Merge branch 'master' into bigmergeMelanie2011-12-081-3/+3
|\ \ | |/
| * Remove warning in admin_save_oar xmlrpc method where noassets == true was com...Justin Clark-Casey (justincc)2011-12-071-1/+1
| * Have admin_load_heighmap and admin_save_heightmap xmlrpcadmin methods return ...Justin Clark-Casey (justincc)2011-12-071-2/+2
| * Refactor RemoteAdminPlugin so that every xmlrpc method calls a common block o...Justin Clark-Casey (justincc)2011-12-071-1711/+1370
* | Adapt to justincc's remote admin refactorMelanie2011-12-081-1744/+1394
* | Merge commit 'eda770e978c09c756d15ba62dbbf6ee34a61b2f5' into bigmergeMelanie2011-12-081-0/+113
|\ \ | |/
| * Implement XMLRPCAdmin command admin_teleport_agent.Justin Clark-Casey (justincc)2011-12-071-0/+113
* | Merge branch 'master' into bigmergeMelanie2011-12-054-15/+15
|\ \ | |/
| * Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2011-12-054-15/+15
* | Merge branch 'master' into bigmergeMelanie2011-11-041-1/+1
|\ \ | |/
| * Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake2011-11-031-1/+1
| * Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake2011-11-031-1/+1
* | Merge commit 'a1f05a289dd845edb7e3d163b84ceecc85374427' into bigmergeMelanie2011-10-251-21/+41
|\ \ | |/
| * RemoteAdmin - Added optional terrain loading on region create using parameter...Michelle Argus2011-10-211-21/+41
* | Merge commit 'fe484ab331871e1419ee78afefca7c8856e2dfb4' into bigmergeMelanie2011-10-251-1/+1
|\ \ | |/
| * Slightly change log message in LoadRegionsPluginJustin Clark-Casey (justincc)2011-10-191-1/+1
* | Merge commit '178b8d0926a53d82f54d60c088f36c7bad13dc87' into bigmergeMelanie2011-10-251-1/+13
|\ \ | |/
| * Region-UUID - can not be zero-uuidPixel Tomsen2011-10-191-1/+13
* | Merge commit '29660fe175ef3b49ff649a26bd9bcf4c9eb7c6dd' into bigmergeMelanie2011-10-121-39/+1
|\ \ | |/
| * Remove the inconsistently applied now pointless FailIfRemoteAdminDisabled() c...Justin Clark-Casey (justincc)2011-10-081-39/+1
* | Merge commit '71d29decc87952790b3f5264ad4a29da171b1689' into bigmergeMelanie2011-10-121-5/+5
|\ \ | |/
| * replace List used by m_accessIP in RemoteAdminPlugin with the more efficient ...Justin Clark-Casey (justincc)2011-10-081-5/+4
* | Merge commit '4073cd6ced525cb36e4335e79e3f94ad4872b263' into bigmergeMelanie2011-10-121-124/+116
|\ \ | |/
| * Add option to allow only explicitly listed IPs to access RemoteAdmin facilities.Justin Clark-Casey (justincc)2011-10-081-124/+116
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2011-10-041-1/+1
| |\
* | \ Merge commit 'b907a66f394b279d3ca2b1ac620bc7bb13cc6dd2' into bigmergeMelanie2011-10-121-1/+1
|\ \ \ | |/ /
| * | When creating a new user on the comand line, give the option of allowing a UU...Justin Clark-Casey (justincc)2011-10-041-1/+1
* | | Merge commit 'b229a72a5fb929d4886117f39ed6bd17a6d56aef' into bigmergeMelanie2011-10-121-1/+1
|\ \ \ | | |/ | |/|
| * | Turn off keepalives when commands are specifiedMic Bowman2011-10-041-1/+1
| |/
* | Merge commit 'a1875ec7600758087f6c06ccaf625507362e215c' into bigmergeMelanie2011-10-111-1/+8
|\ \ | |/
| * Add ability to pass in the permissions option (perm) to save oar via RemoteAdminJustin Clark-Casey (justincc)2011-10-011-1/+8
* | Merge commit 'e789ab659c8a35a32f4edfc8f79f367b9a993721' into bigmergeMelanie2011-10-111-30/+0
|\ \ | |/