| Commit message (Expand) | Author | Files | Lines |
2011-10-08 | Remove the inconsistently applied now pointless FailIfRemoteAdminDisabled() c... | Justin Clark-Casey (justincc) | 1 | -39/+1 |
2011-10-08 | replace List used by m_accessIP in RemoteAdminPlugin with the more efficient ... | Justin Clark-Casey (justincc) | 1 | -5/+4 |
2011-10-08 | Add option to allow only explicitly listed IPs to access RemoteAdmin facilities. | Justin Clark-Casey (justincc) | 1 | -124/+116 |
2011-10-04 | When creating a new user on the comand line, give the option of allowing a UU... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-10-04 | Turn off keepalives when commands are specified | Mic Bowman | 1 | -1/+1 |
2011-10-01 | Add ability to pass in the permissions option (perm) to save oar via RemoteAdmin | Justin Clark-Casey (justincc) | 1 | -1/+8 |
2011-09-24 | Removed uncalled region load method. | Kevin Houlihan | 1 | -30/+0 |
2011-09-22 | Reinstate option to land an npc when it reaches a target. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-09-16 | Reattaching a region was failing if the estate name had not changed (issue 50... | Kevin Houlihan | 1 | -4/+13 |
2011-09-09 | Added a check to the CreateRegion method of the RemoteAdmin module that the s... | Kevin Houlihan | 1 | -0/+13 |
2011-08-10 | early code to allow scripts to force npcs not to fly when moving to target | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-08-03 | refactor: rename the move to position methods to move to target to be consist... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-08-03 | get rid of vestigal move to parameters | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-08-02 | Partially fix autopilot/go here | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-08-02 | Get rid of AvatarAppearance.Owner to simplify the code. | Justin Clark-Casey (justincc) | 1 | -7/+7 |
2011-07-02 | Add profile, merge, noassets and skip-assets options for loading/saving oars ... | Justin Clark-Casey (justincc) | 1 | -2/+39 |
2011-04-17 | Mantis #5442: Add admin_save_heightmap | Melanie | 1 | -0/+56 |
2011-04-15 | Make remote admin error messages more helpful on windows. | Justin Clark-Casey (justincc) | 1 | -88/+73 |
2011-04-15 | Thanks Snoopy for a patch that allows setting of perms on items given to new ... | BlueWall | 1 | -1/+34 |
2011-03-25 | minor: make it clearer in the log where we're loading region config files and... | Justin Clark-Casey (justincc) | 1 | -15/+13 |
2011-03-17 | Thanks Kevin Cozens for a patch that: | BlueWall | 1 | -3/+3 |
2011-02-12 | Fix bug where "My estate" name was always used even if the user entered a dif... | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2011-02-04 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2 | -5/+5 |
2010-12-04 | Convert the agent asset transactions module to a new style module. | Melanie | 1 | -2/+2 |
2010-12-04 | refactor some common code in RegionModulesControllerPlugin | Justin Clark-Casey (justincc) | 1 | -55/+45 |
2010-11-25 | Change all restarting to use the restart module. Remove hardcoded behavior | Melanie | 1 | -5/+12 |
2010-11-21 | Added creator info across the board -- TaskInventoryItems and InventoryItems ... | Diva Canto | 2 | -1/+6 |
2010-11-08 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2010-11-03 | Change the default of the new bind_ip_address RemoteAdmin option to 0.0.0.0 | Melanie | 1 | -1/+1 |
2010-11-03 | Admin Server can now bind to a private ip address | mores | 1 | -1/+3 |
2010-10-30 | READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE. | Melanie | 2 | -11/+12 |
2010-10-21 | First attempt to get multiple attachments working to support viewer2. | Master ScienceSim | 2 | -19/+14 |
2010-10-20 | Major refactoring of appearance handling. | Master ScienceSim | 1 | -18/+10 |
2010-10-15 | Made OARs use the new serialization procedure. (TPs/crossings still on the ol... | Diva Canto | 1 | -1/+1 |
2010-09-12 | * Added ISimulationDataService and IEstateDataService | John Hurliman | 1 | -6/+6 |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2010-09-04 | Move code that allows llGiveInvetory() to move item into appropriate system f... | Justin Clark-Casey (justincc) | 1 | -12/+11 |
2010-09-03 | In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ra... | Justin Clark-Casey (justincc) | 1 | -5/+25 |
2010-08-13 | Updated the create_region command in the RemoteAdmin plugin to properly suppo... | randomhuman | 2 | -27/+67 |
2010-08-01 | Renamed variables in RemoteAdmin plugin to be closer to the coding standards. | randomhuman | 1 | -472/+473 |
2010-08-01 | Changed all method names in the RemoteAdmin plugin to use the correct capital... | randomhuman | 1 | -30/+30 |
2010-06-13 | Fox my changes to radmin | Melanie | 1 | -2/+2 |
2010-06-13 | Thank you, Snoopy2, for a patch to fix RemoteAdmin. Committed with the following | Melanie | 1 | -341/+608 |
2010-05-28 | comment out large chunks of appearance/inventory region access services to el... | Justin Clark-Casey (justincc) | 2 | -660/+656 |
2010-05-18 | Allow remote admin to be used on a different port from the main region port | Melanie Thielker | 1 | -2/+3 |
2010-05-08 | More cleaning on presence. Friends online/offline works again. | Diva Canto | 1 | -3/+3 |
2010-05-07 | GridUserService in place. Replaces the contrived concept of storing user's ho... | Diva Canto | 1 | -1/+1 |
2010-04-05 | * May fix mantis #4603. | Diva Canto | 1 | -1/+3 |
2010-03-19 | Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA... | Dan Lake | 3 | -22/+18 |
2010-02-22 | Changed asset CreatorID to a string | John Hurliman | 3 | -4/+4 |