Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-07-11 | Mantis#1682. Revert temporarily, Sempuki's mono addins patch | Charles Krinke | 1 | -1/+2 | |
while he studies the issues in Windows a little bit. | |||||
2008-07-10 | Mantis#1682. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 1 | -2/+1 | |
Move control of Mono.Addins from source attributes to external XML files. This removes a lot of coupling of the source with Mono.Addins | |||||
2008-07-04 | Mantis#1647. Thank you very much, Sempuki for a patch that: | Charles Krinke | 1 | -10/+6 | |
Updates the previous module loader work. | |||||
2008-06-27 | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 1 | -18/+9 | |
Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders. | |||||
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 1 | -7/+7 | |
2008-06-01 | * Fix build break by eliminating remaining IScenePermissions references - ↵ | Justin Clarke Casey | 1 | -2/+2 | |
must remember to nant clean * Hook all server startups into base opensim server startup method | |||||
2008-05-31 | * Propogate OpenSimMain hack to stop mono-addins scanning warnings to the ↵ | Justin Clarke Casey | 1 | -0/+7 | |
grid managing * This hack just temporarily sends console output to /dev/null when we make the relevant addins calls, restoring it afterwards | |||||
2008-05-28 | let Grid Servers specify a connect string in their configuration. | Sean Dague | 1 | -1/+1 | |
2008-05-16 | * Minor: For no particularly good reason, make all console prompts conform ↵ | Justin Clarke Casey | 1 | -1/+1 | |
to the same prompt scheme | |||||
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-05-13 | * As part of the region registration process, the grid service now requests ↵ | Justin Clarke Casey | 1 | -5/+5 | |
the status of the region using the region http uri just passed in * If the status cannot be retrieved, then the region startup will terminate. * The aim of this is for earlier detection of situations where the region can send messages out but cannot accept incoming requests (often due to firewall issues) * This is currently an extremely simplistic check which completely trusts whatever http uri is given by the region * This contact may be problematic, though since the user service needs to be able to contact the region http uri, it doesn't seem unreasonable for the grid to have to be able to do so too at this stage * This change will require a prebuild | |||||
2008-05-12 | * Minor: Make some direct grid server console output into logged messages ↵ | Justin Clarke Casey | 1 | -7/+10 | |
instead | |||||
2008-05-09 | * Fix opensim region server shutdown. | Justin Clarke Casey | 1 | -1/+1 | |
2008-05-07 | * Move shutdown processing to base OpenSimServer, overriding the method ↵ | Justin Clarke Casey | 1 | -16/+5 | |
where appropriate * This also means that the command quit (as well as shutdown) will now close down grid servers (instead of only being in place for the region server) | |||||
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -32/+28 | |
2008-05-01 | * Cleaning code still. | Adam Frisby | 1 | -28/+32 | |
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -5/+2 | |
(this took a while to run). | |||||
2008-03-28 | * Refactored out common http handler operations | lbsa71 | 1 | -34/+27 | |
2008-03-25 | Minor formatting / svn properties cleanup. | Jeff Ames | 1 | -6/+5 | |
2008-03-24 | XmlRpcCommand refactoring | Johan Berntsson | 1 | -1/+1 | |
2008-03-24 | Added a plugin loader in GridServer | Johan Berntsson | 1 | -1/+33 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-03-12 | * made some privates protected | lbsa71 | 1 | -2/+2 | |
2008-03-12 | * Renamed Main.cs to GridServerBase.cs | lbsa71 | 1 | -2/+2 | |
2008-03-12 | * Refactored out exe bit out of Grid Server for great justice | lbsa71 | 1 | -54/+16 | |
2008-03-12 | * Refactored some internals in Grid Server Main | lbsa71 | 1 | -24/+21 | |
2008-03-12 | * Extracted RegionProfileData from Request | lbsa71 | 1 | -2/+1 | |
* Introduced ValidateNewRegion and ValidateOverwrite | |||||
2008-03-04 | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 1 | -0/+1 | |
support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim. | |||||
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -16/+14 | |
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-02-04 | * Rebase all current servers on common abstract BaseOpenSimServer class | Justin Clarke Casey | 1 | -19/+15 | |
* The immediate upshot is that "show uptime" from the console will now show uptime on all server types (user, asset, grid, etc) * DEV: This refactoring is far from complete - only just enough to makes the "show uptime" command common accross the servers. More is needed, but in this case it's somewhat like eating cabbage, which I prefer not to do all at once | |||||
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -4/+4 | |
* 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-06 | * A few more Message Server comms related updates | Teravus Ovares | 1 | -0/+5 | |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -2/+2 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-12-06 | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 1 | -1/+1 | |
2007-12-04 | * Fixed a whole bunch of console messages. | Adam Frisby | 1 | -3/+3 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -22/+15 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 1 | -2/+2 | |
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 | apply http://bug.opensecondlife.org/view.php?id=512 from chillken | Sean Dague | 1 | -1/+1 | |
which cleans up the verbose logic | |||||
2007-09-14 | Can now set the http ports that grid server and user server use. | MW | 1 | -1/+1 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-08-03 | Changes to prepare for future possible configuration of separate logdir, ↵ | Brian McBee | 1 | -2/+8 | |
configdir, datadir. | |||||
2007-07-24 | * Reduced a significant number of compiler warnings (back down to 9 for all ↵ | Adam Frisby | 1 | -1/+0 | |
projects combined, all 'never used' things) | |||||
2007-07-21 | Re-added the ability to set the database provider (dll) in the config file ↵ | MW | 1 | -1/+1 | |
for the userserver and gridserver. | |||||
2007-07-19 | *Moved XmlConfiguration to its own project | mingchen | 1 | -2/+2 | |
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated | |||||
2007-07-19 | * Removed yet more compiler warnings | Adam Frisby | 1 | -1/+0 | |
* Dropped old ILocalStorage storage engines. | |||||
2007-07-18 | *New Configuration System, much easier and less buggy compared to the ↵ | mingchen | 1 | -38/+4 | |
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :) | |||||
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -258/+258 | |
2007-07-05 | *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData) | mingchen | 1 | -0/+1 | |
*Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login *Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message | |||||
2007-07-04 | * Removed AssetHttpServer, using BaseHttpServer instead | lbsa71 | 1 | -19/+10 | |
* Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies |