Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed ModuleName because its like that and thats the way it is (according ↵ | Tedd Hansen | 2008-01-05 | 1 | -5/+0 |
| | | | | to Mono) | ||||
* | Implicit interface definitions (maybe Mono won't crash?) | Tedd Hansen | 2008-01-05 | 1 | -1/+1 |
| | |||||
* | Added ModuleName to /OpenSim/StartUp modules + debug messages during startup | Tedd Hansen | 2008-01-05 | 1 | -0/+6 |
| | |||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -40/+38 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | *RemoteAdminPlugin can now be password protected. Add the password in the ↵ | mingchen | 2007-12-21 | 1 | -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 Ames | 2007-12-19 | 1 | -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 notices | Jeff Ames | 2007-12-11 | 1 | -0/+28 |
| | |||||
* | keeping opensim safe for children -- made some namespace references less ↵ | Jeff Ames | 2007-12-04 | 1 | -1/+1 |
| | | | | explicit | ||||
* | * Added SSL Support to HttpListener | Adam Frisby | 2007-12-04 | 1 | -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. | MW | 2007-12-03 | 1 | -12/+16 |
| | |||||
* | * Added a XMLRPC Restart command to RemoteAdminPlugin | Adam Frisby | 2007-12-03 | 1 | -0/+28 |
| | |||||
* | * Added XMLRPC Broadcast Alert method. | Adam Frisby | 2007-12-03 | 1 | -2/+20 |
| | | | | | * Renamed a few console messages to match the new "RADMIN" tag for remote-admin stuff. | ||||
* | set svn:eol-style | Jeff Ames | 2007-12-03 | 1 | -138/+138 |
| | |||||
* | * Moved XMLRPC Controller to a Application Plugin. Requires testing. | Adam Frisby | 2007-12-03 | 1 | -0/+139 |