Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-01-05 | Removed ModuleName because its like that and thats the way it is (according ↵ | Tedd Hansen | 1 | -5/+0 | |
to Mono) | |||||
2008-01-05 | Implicit interface definitions (maybe Mono won't crash?) | Tedd Hansen | 1 | -1/+1 | |
2008-01-05 | Added ModuleName to /OpenSim/StartUp modules + debug messages during startup | Tedd Hansen | 1 | -0/+6 | |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -40/+38 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-21 | *RemoteAdminPlugin can now be password protected. Add the password in the ↵ | mingchen | 1 | -70/+101 | |
INI under [RemoteAdmin] with the name access_password *Removed a few more unneeded exceptions in land that has been fixed | |||||
2007-12-19 | Misc. cleanup: | Jeff Ames | 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 | |||||
2007-12-11 | added copyright notices | Jeff Ames | 1 | -0/+28 | |
2007-12-04 | keeping opensim safe for children -- made some namespace references less ↵ | Jeff Ames | 1 | -1/+1 | |
explicit | |||||
2007-12-04 | * Added SSL Support to HttpListener | Adam Frisby | 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. | |||||
2007-12-03 | Added another .ini file error catch to the RemoteAdminPlugin Initialise method. | MW | 1 | -12/+16 | |
2007-12-03 | * Added a XMLRPC Restart command to RemoteAdminPlugin | Adam Frisby | 1 | -0/+28 | |
2007-12-03 | * Added XMLRPC Broadcast Alert method. | Adam Frisby | 1 | -2/+20 | |
* Renamed a few console messages to match the new "RADMIN" tag for remote-admin stuff. | |||||
2007-12-03 | set svn:eol-style | Jeff Ames | 1 | -138/+138 | |
2007-12-03 | * Moved XMLRPC Controller to a Application Plugin. Requires testing. | Adam Frisby | 1 | -122/+139 | |
2007-12-03 | * Applied a few commits left on my laptop to OpenSimController. | Adam Frisby | 1 | -9/+11 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -40/+28 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 1 | -3/+3 | |
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway. | |||||
2007-10-25 | fix line endings | Sean Dague | 1 | -132/+132 | |
2007-10-25 | * Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries ↵ | Adam Frisby | 1 | -0/+132 | |
to be sent to the core application. * Disabled by default, but has two functions so far -- shutdown (timed or now), and create-region. * Added SendGeneralAlert function to SceneManager allowing all-user alerts to be sent from OpenSimMain. |