Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-08-21 | Fix the user and password defaults int he remote console setup | Melanie | 1 | -2/+2 | |
2009-08-19 | Graft the REST console onto the message server as well. What a dirty hack! | Melanie | 1 | -1/+15 | |
Works the same as the others. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-04-17 | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 1 | -6/+6 | |
2009-04-17 | * Some more work on refactoring configs; | lbsa71 | 1 | -23/+20 | |
* Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC | |||||
2009-04-16 | * Since that was seemingly an false alarm, reverting the revert. | lbsa71 | 1 | -1/+1 | |
2009-04-16 | * bizarrely, two reports that that last commit broke script engine startup ↵ | lbsa71 | 1 | -1/+1 | |
(!) on linux - reverting until we can investigate further. | |||||
2009-04-16 | * Started arduous config refactoring task with babystep introduction of ↵ | lbsa71 | 1 | -1/+1 | |
common baseclass for backend configs. | |||||
2008-08-09 | * Remove warnings | Justin Clarke Casey | 1 | -3/+0 | |
2008-06-13 | Update svn properties, clean up formatting, refactor out duplicate ↵ | Jeff Ames | 1 | -2/+2 | |
hard-coded port numbers. | |||||
2008-06-06 | * Fixes incorrect message server startup prompt | Teravus Ovares | 1 | -1/+1 | |
2008-06-02 | * Fixed default ports on the MessagingServer config. | Teravus Ovares | 1 | -2/+2 | |
2008-06-02 | * This update enables grid wide presence updates. | Teravus Ovares | 1 | -0/+9 | |
* You'll need to start-up the MessageingServer and set it up. It sets up like any of the other grid servers. * All user presence data is kept in memory for speed, while the agent is online. That means if you shutdown the messaging server or the messaging server crashes, it forgets who's online/offline. * Occasionally the region-cache will get stale if regions move around a lot. if it gets stale, run clear-cache on the messaging server console to clear the region cache. | |||||
2008-04-29 | * Spring cleaning. | Adam Frisby | 1 | -33/+27 | |
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -4/+1 | |
(this took a while to run). | |||||
2008-04-02 | changing more references to OpenSim.Data | Sean Dague | 1 | -1/+1 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+27 | |
2008-02-25 | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 1 | -0/+6 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -0/+1 | |
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-15 | * Mother of all commits: | Adam Frisby | 1 | -9/+9 | |
* 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/+21 | |
2008-01-06 | * Added some userserver glue for communications with the message server | Teravus Ovares | 1 | -20/+35 | |
* Added some code for the message server, fixed a few references and starting to flesh it out. | |||||
2008-01-04 | *Added ability to skip any use of the console when configuring and assume ↵ | mingchen | 1 | -1/+1 | |
default value. This is useful when the server is running by itself and a new region request is added without sufficient information | |||||
2007-12-11 | added copyright notices | Jeff Ames | 1 | -0/+28 | |
2007-12-06 | Fixed conversation bug in InventoryConfig | MW | 1 | -1/+1 | |
2007-12-06 | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 1 | -2/+2 | |
2007-12-01 | Initial working Grid Inventory server. Only been tested on a very small ↵ | MW | 1 | -1/+1 | |
grid, so likely to have problems on a larger grid with more people? To use , both the user server and Inventory server need to be running this latest revision. (older regions should be able to still be used, just the user won't have inventory on them). Also and HERE IS THE BIG BREAK ISSUE, currently, so that the initial inventory details for a user are added to the inventory db , you need to recreate the accounts using the user server "create user" feature. It should be quite easy to manual populate the inventory database instead but I someone else will need to look into that) Also I've only tested using SQLite as the database provider, there is a Mysql inventory provider but I don't know if it works (SQLite is set as default, so you will need to change it in the inventory server config.xml) | |||||
2007-11-01 | * Diuerse beavtificatems | lbsa71 | 1 | -18/+24 | |
2007-10-31 | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. | lbsa71 | 1 | -0/+0 | |
2007-10-31 | set svn:eol-style | Jeff Ames | 1 | -67/+67 | |
2007-10-30 | Step one on the long march towards grid based inventory. Introduction of an ↵ | Tleiades Hax | 1 | -0/+67 | |
InevntoryServer |