aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-04Warnings--onefang1-1/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-60/+326
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-52/+355
2012-11-17Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)1-4/+0
2012-09-29Get rid of some unnecessary casts in RemoteAdminPlugin.Justin Clark-Casey (justincc)1-5/+5
2012-09-22Remove deprecated parameters for region_id.Michelle Argus1-74/+0
2012-09-14Support multi-region OAR filesOren Hurvitz1-0/+7
2012-02-03Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer1-2/+2
2012-01-06Allow RemoteAdmin to deal with all the different kinds of region id parameter...Justin Clark-Casey (justincc)1-215/+191
2011-12-19addresses mantis #5827nebadon1-1/+1
2011-12-08Remove a left over log outputMelanie1-2/+1
2011-12-07Remove warning in admin_save_oar xmlrpc method where noassets == true was com...Justin Clark-Casey (justincc)1-1/+1
2011-12-07Have admin_load_heighmap and admin_save_heightmap xmlrpcadmin methods return ...Justin Clark-Casey (justincc)1-2/+2
2011-12-07Refactor RemoteAdminPlugin so that every xmlrpc method calls a common block o...Justin Clark-Casey (justincc)1-1711/+1370
2011-12-07Implement XMLRPCAdmin command admin_teleport_agent.Justin Clark-Casey (justincc)1-0/+113
2011-10-21RemoteAdmin - Added optional terrain loading on region create using parameter...Michelle Argus1-21/+41
2011-10-08Remove the inconsistently applied now pointless FailIfRemoteAdminDisabled() c...Justin Clark-Casey (justincc)1-39/+1
2011-10-08replace List used by m_accessIP in RemoteAdminPlugin with the more efficient ...Justin Clark-Casey (justincc)1-5/+4
2011-10-08Add option to allow only explicitly listed IPs to access RemoteAdmin facilities.Justin Clark-Casey (justincc)1-124/+116
2011-10-04When creating a new user on the comand line, give the option of allowing a UU...Justin Clark-Casey (justincc)1-1/+1
2011-10-04Turn off keepalives when commands are specifiedMic Bowman1-1/+1
2011-10-01Add ability to pass in the permissions option (perm) to save oar via RemoteAdminJustin Clark-Casey (justincc)1-1/+8
2011-09-16Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan1-4/+13
2011-09-09Added a check to the CreateRegion method of the RemoteAdmin module that the s...Kevin Houlihan1-0/+13
2011-07-02Add profile, merge, noassets and skip-assets options for loading/saving oars ...Justin Clark-Casey (justincc)1-2/+39
2011-04-17Mantis #5442: Add admin_save_heightmapMelanie1-0/+56
2011-04-15Make remote admin error messages more helpful on windows.Justin Clark-Casey (justincc)1-88/+73
2011-04-15Thanks Snoopy for a patch that allows setting of perms on items given to new ...BlueWall1-1/+34
2010-11-25Change all restarting to use the restart module. Remove hardcoded behaviorMelanie1-5/+12
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-1/+5
2010-11-08Formatting cleanup.Jeff Ames1-1/+1
2010-11-03Change the default of the new bind_ip_address RemoteAdmin option to 0.0.0.0Melanie1-1/+1
2010-11-03Admin Server can now bind to a private ip addressmores1-1/+3
2010-10-30READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie1-10/+8
2010-10-21First attempt to get multiple attachments working to support viewer2.Master ScienceSim1-4/+4
2010-10-20Major refactoring of appearance handling.Master ScienceSim1-18/+10
2010-10-15Made OARs use the new serialization procedure. (TPs/crossings still on the ol...Diva Canto1-1/+1
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-6/+6
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)1-12/+11
2010-09-03In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ra...Justin Clark-Casey (justincc)1-5/+25
2010-08-13Updated the create_region command in the RemoteAdmin plugin to properly suppo...randomhuman1-27/+65
2010-08-01Renamed variables in RemoteAdmin plugin to be closer to the coding standards.randomhuman1-472/+473
2010-08-01Changed all method names in the RemoteAdmin plugin to use the correct capital...randomhuman1-30/+30
2010-06-13Fox my changes to radminMelanie1-2/+2
2010-06-13Thank you, Snoopy2, for a patch to fix RemoteAdmin. Committed with the followingMelanie1-341/+608
2010-05-18Allow remote admin to be used on a different port from the main region portMelanie Thielker1-2/+3
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto1-3/+3
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-1/+1
2010-04-05* May fix mantis #4603.Diva Canto1-1/+3
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1