| Commit message (Expand) | Author | Age | Files | Lines |
* | Saving estate state is really slow (relatively) and it gets | Mic Bowman | 2012-05-10 | 1 | -2/+3 |
* | Changed save oar and save iar parameter -p|--profile to -h|--home, including ... | Snoopy Pfeffer | 2012-02-03 | 1 | -2/+2 |
* | Allow RemoteAdmin to deal with all the different kinds of region id parameter... | Justin Clark-Casey (justincc) | 2012-01-06 | 1 | -215/+191 |
* | addresses mantis #5827 | nebadon | 2011-12-19 | 1 | -1/+1 |
* | Remove a left over log output | Melanie | 2011-12-08 | 1 | -2/+1 |
* | Remove warning in admin_save_oar xmlrpc method where noassets == true was com... | Justin Clark-Casey (justincc) | 2011-12-07 | 1 | -1/+1 |
* | Have admin_load_heighmap and admin_save_heightmap xmlrpcadmin methods return ... | Justin Clark-Casey (justincc) | 2011-12-07 | 1 | -2/+2 |
* | Refactor RemoteAdminPlugin so that every xmlrpc method calls a common block o... | Justin Clark-Casey (justincc) | 2011-12-07 | 1 | -1711/+1370 |
* | Implement XMLRPCAdmin command admin_teleport_agent. | Justin Clark-Casey (justincc) | 2011-12-07 | 1 | -0/+113 |
* | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ... | Justin Clark-Casey (justincc) | 2011-12-05 | 4 | -15/+15 |
* | Rename ForEachAvatar back to ForEachScenePresence. The other changes | Dan Lake | 2011-11-03 | 1 | -1/+1 |
* | Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to | Dan Lake | 2011-11-03 | 1 | -1/+1 |
* | RemoteAdmin - Added optional terrain loading on region create using parameter... | Michelle Argus | 2011-10-21 | 1 | -21/+41 |
* | Slightly change log message in LoadRegionsPlugin | Justin Clark-Casey (justincc) | 2011-10-19 | 1 | -1/+1 |
* | Region-UUID - can not be zero-uuid | Pixel Tomsen | 2011-10-19 | 1 | -1/+13 |
* | Remove the inconsistently applied now pointless FailIfRemoteAdminDisabled() c... | Justin Clark-Casey (justincc) | 2011-10-08 | 1 | -39/+1 |
* | replace List used by m_accessIP in RemoteAdminPlugin with the more efficient ... | Justin Clark-Casey (justincc) | 2011-10-08 | 1 | -5/+4 |
* | Add option to allow only explicitly listed IPs to access RemoteAdmin facilities. | Justin Clark-Casey (justincc) | 2011-10-08 | 1 | -124/+116 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2011-10-04 | 1 | -1/+1 |
|\ |
|
| * | Turn off keepalives when commands are specified | Mic Bowman | 2011-10-04 | 1 | -1/+1 |
* | | When creating a new user on the comand line, give the option of allowing a UU... | Justin Clark-Casey (justincc) | 2011-10-04 | 1 | -1/+1 |
|/ |
|
* | Add ability to pass in the permissions option (perm) to save oar via RemoteAdmin | Justin Clark-Casey (justincc) | 2011-10-01 | 1 | -1/+8 |
* | Removed uncalled region load method. | Kevin Houlihan | 2011-09-24 | 1 | -30/+0 |
* | Reinstate option to land an npc when it reaches a target. | Justin Clark-Casey (justincc) | 2011-09-22 | 1 | -1/+1 |
* | Reattaching a region was failing if the estate name had not changed (issue 50... | Kevin Houlihan | 2011-09-16 | 1 | -4/+13 |
* | Added a check to the CreateRegion method of the RemoteAdmin module that the s... | Kevin Houlihan | 2011-09-09 | 1 | -0/+13 |
* | early code to allow scripts to force npcs not to fly when moving to target | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -1/+1 |
* | refactor: rename the move to position methods to move to target to be consist... | Justin Clark-Casey (justincc) | 2011-08-03 | 1 | -1/+1 |
* | get rid of vestigal move to parameters | Justin Clark-Casey (justincc) | 2011-08-03 | 1 | -2/+2 |
* | Partially fix autopilot/go here | Justin Clark-Casey (justincc) | 2011-08-02 | 1 | -1/+1 |
* | Get rid of AvatarAppearance.Owner to simplify the code. | Justin Clark-Casey (justincc) | 2011-08-02 | 1 | -7/+7 |
* | Add profile, merge, noassets and skip-assets options for loading/saving oars ... | Justin Clark-Casey (justincc) | 2011-07-02 | 1 | -2/+39 |
* | Mantis #5442: Add admin_save_heightmap | Melanie | 2011-04-17 | 1 | -0/+56 |
* | Make remote admin error messages more helpful on windows. | Justin Clark-Casey (justincc) | 2011-04-15 | 1 | -88/+73 |
* | Thanks Snoopy for a patch that allows setting of perms on items given to new ... | BlueWall | 2011-04-15 | 1 | -1/+34 |
* | minor: make it clearer in the log where we're loading region config files and... | Justin Clark-Casey (justincc) | 2011-03-25 | 1 | -15/+13 |
* | Thanks Kevin Cozens for a patch that: | BlueWall | 2011-03-17 | 1 | -3/+3 |
* | Fix bug where "My estate" name was always used even if the user entered a dif... | Justin Clark-Casey (justincc) | 2011-02-12 | 1 | -0/+2 |
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-02-04 | 2 | -5/+5 |
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-12-04 | 1 | -55/+45 |
|\ |
|
| * | refactor some common code in RegionModulesControllerPlugin | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -55/+45 |
* | | Convert the agent asset transactions module to a new style module. | Melanie | 2010-12-04 | 1 | -2/+2 |
|/ |
|
* | Change all restarting to use the restart module. Remove hardcoded behavior | Melanie | 2010-11-25 | 1 | -5/+12 |
* | Added creator info across the board -- TaskInventoryItems and InventoryItems ... | Diva Canto | 2010-11-21 | 2 | -1/+6 |
* | Formatting cleanup. | Jeff Ames | 2010-11-08 | 1 | -1/+1 |
* | Change the default of the new bind_ip_address RemoteAdmin option to 0.0.0.0 | Melanie | 2010-11-03 | 1 | -1/+1 |
* | Admin Server can now bind to a private ip address | mores | 2010-11-03 | 1 | -1/+3 |
* | READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE. | Melanie | 2010-10-30 | 2 | -11/+12 |
* | First attempt to get multiple attachments working to support viewer2. | Master ScienceSim | 2010-10-21 | 2 | -19/+14 |
* | Major refactoring of appearance handling. | Master ScienceSim | 2010-10-20 | 1 | -18/+10 |