aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usingslbsa712007-12-271-40/+38
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* *RemoteAdminPlugin can now be password protected. Add the password in the ↵mingchen2007-12-211-70/+101
| | | | | | | INI under [RemoteAdmin] with the name access_password *Removed a few more unneeded exceptions in land that has been fixed
* Misc. cleanup:Jeff Ames2007-12-191-2/+2
| | | | | | | * added Util.Clip(value, min, max) * modified asset cache's numPackets calculation to use max packet size (600) instead of 1000 * removed a few magic numbers
* added copyright noticesJeff Ames2007-12-111-0/+28
|
* keeping opensim safe for children -- made some namespace references less ↵Jeff Ames2007-12-041-1/+1
| | | | explicit
* * Added SSL Support to HttpListenerAdam Frisby2007-12-041-16/+19
| | | | | | | * Added SSL Option to User Server to allow logins to be done via SSL. * Added sane handling for when Remote Admin Plugin configuration is not found * Added some performance boosts to an area of libTerrain which was highlighted in profiling.
* Added another .ini file error catch to the RemoteAdminPlugin Initialise method.MW2007-12-031-12/+16
|
* * Added a XMLRPC Restart command to RemoteAdminPluginAdam Frisby2007-12-031-0/+28
|
* * Added XMLRPC Broadcast Alert method.Adam Frisby2007-12-031-2/+20
| | | | | * Renamed a few console messages to match the new "RADMIN" tag for remote-admin stuff.
* set svn:eol-styleJeff Ames2007-12-031-138/+138
|
* * Moved XMLRPC Controller to a Application Plugin. Requires testing.Adam Frisby2007-12-031-0/+139