Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-02-18 | More exception checks and crash hints | Tedd Hansen | 1 | -1/+1 | |
If no scriptengine is specified then don't try to load any. | |||||
2008-02-11 | From: Ansgar Schmidt <ANSI@de.ibm.com> | Sean Dague | 1 | -0/+48 | |
Here is a patch for Revision 3380. This patch adds the feature of loading XML prim specification via XML-RPC call on a given island. Call with Islandname and XMLPrim Filename. | |||||
2008-02-07 | Update version numbers to 0.5 | Jeff Ames | 2 | -3/+3 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 3 | -17/+21 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-01-29 | * Patch from Ansi (IBM) | Justin Clarke Casey | 1 | -2/+54 | |
* Allows the creation of a user via the RemoteAdminPlugin. * Many thanks! | |||||
2008-01-15 | * Mother of all commits: | Adam Frisby | 2 | -8/+36 | |
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | |||||
2008-01-12 | * For your enjoyment, some RAdmin improvements, namely a new LoadHeightmap ↵ | Adam Frisby | 1 | -0/+39 | |
method. | |||||
2008-01-05 | Removed ModuleName because its like that and thats the way it is (according ↵ | Tedd Hansen | 2 | -9/+0 | |
to Mono) | |||||
2008-01-05 | Implicit interface definitions (maybe Mono won't crash?) | Tedd Hansen | 2 | -2/+2 | |
2008-01-05 | Added ModuleName to /OpenSim/StartUp modules + debug messages during startup | Tedd Hansen | 2 | -0/+10 | |
2008-01-05 | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 1 | -2/+2 | |
Some debug info for startup added to find bugs. ++ | |||||
2007-12-27 | * Optimized usings | lbsa71 | 3 | -69/+63 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-23 | Some log fixing for the LoadRegionsPlugin | Justin Clarke Casey | 1 | -8/+8 | |
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 | 2 | -1/+57 | |
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 | * Removed VS added directory. | Adam Frisby | 2 | -63/+0 | |
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 | 3 | -201/+201 | |
2007-12-03 | * Moved XMLRPC Controller to a Application Plugin. Requires testing. | Adam Frisby | 3 | -0/+202 | |
2007-11-25 | * Added the ability to restart your individual sims from within them using ↵ | Teravus Ovares | 1 | -1/+28 | |
the estate tools. * The sims properly restart, however they don't yet notify the existing avatars that they are up. To see the sim again, you'll need to log-out and back in until I can figure out how to get the proper data to the sims and to the avatar so they reconnect again. | |||||
2007-11-15 | * Added MySQLDataStore (adapted from MonoSqlite | lbsa71 | 1 | -2/+2 | |
* Made startup a little bit more forgiving on dll load * Minor renamings and musings | |||||
2007-11-04 | Added forgotten ApplicationPlugins directory and moved the load region code ↵ | MW | 2 | -0/+94 | |
out to a plugin. To make opensim search for the new plugin, you will need to delete the "addin-db-000" and "addins" sub directories in bin if you have them. |