Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-02-26 | * More Message server stuff. Still not ready. | Teravus Ovares | 1 | -3/+9 | |
2008-02-25 | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 1 | -1/+8 | |
2008-02-22 | * Moved all events except gridcomms and regioncomms over to Event Delegate ↵ | Teravus Ovares | 1 | -2/+5 | |
instances to prevent event race conditions | |||||
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-02-18 | * Output XmlRpc error message if user server gets a fault response from the ↵ | Justin Clarke Casey | 1 | -2/+9 | |
region server on login * This will make it more obvious if one accidentally starts one's region server in standalone rather than grid mode but then tries to login to a grid (as I am wont to do) * We are now sending back a fault code (-32601) if no xmlrpc method is found rather than an ordinary message | |||||
2008-02-18 | * Make RegionProfileData.RequestSimProfileData static | Justin Clarke Casey | 1 | -11/+13 | |
* Minor documentation bits | |||||
2008-02-14 | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 1 | -5/+5 | |
* Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon. | |||||
2008-02-07 | Shorten root inventory create folder message. | Charles Krinke | 1 | -2/+1 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -21/+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-02-04 | Refactor only: serve stats objects directly through StatsManager singleton | Justin Clarke Casey | 1 | -2/+2 | |
2008-01-25 | * Add very basic initial login stats to the user server | Justin Clarke Casey | 1 | -3/+5 | |
* Typing 'stats' on the command line will given total number of successful logins today and yesterday * A little bit more to come, probably * Refactoring will follow next | |||||
2008-01-06 | * Added some userserver glue for communications with the message server | Teravus Ovares | 1 | -0/+9 | |
* Added some code for the message server, fixed a few references and starting to flesh it out. | |||||
2007-12-31 | Standard library folders can now be configued in the xml in ↵ | Justin Clarke Casey | 1 | -2/+5 | |
inventory/OpenSimLibrary - no hardcoded changes are required. For some reason, all the folders are currently showing up as texture folders, even though they are configured with the same types as the agent inventory folders. This should be resolved soon. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -33/+32 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-20 | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵ | Jeff Ames | 1 | -4/+4 | |
Works with LibSL rev>1532 | |||||
2007-12-16 | More subtle message tuning of log messages. | Charles Krinke | 1 | -1/+1 | |
2007-12-16 | A bit more tuning of UserServer messages. | Charles Krinke | 1 | -6/+8 | |
2007-12-16 | Comment out an unneeded "Home Location" message. | Charles Krinke | 1 | -1/+2 | |
2007-12-16 | Improve UserServer login messages for logging. | Charles Krinke | 1 | -4/+8 | |
2007-12-15 | * Make inventory operations sync rather than async. This is to alleviate ↵ | Justin Clarke Casey | 1 | -5/+9 | |
race conditions such as that in mantis #190 * Make inventory messages more verbose. Hopefully they aren't now too verbose * This may resolve some grid instability but it's likely there's much more out there. | |||||
2007-12-14 | * Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST ↵ | Teravus Ovares | 1 | -6/+6 | |
calls | |||||
2007-12-08 | This patch fixes mantis 105. Basically, it stops the index exception when | Sean Dague | 1 | -7/+27 | |
no root folder is found and it makes the user server wait longer for the inventory server to do its work. From Justin Casey (IBM) | |||||
2007-12-06 | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 1 | -2/+2 | |
2007-12-05 | Some refactoring of the RestObjectPoster (and related classes). | MW | 1 | -2/+2 | |
2007-12-04 | * Fixed a whole bunch of console messages. | Adam Frisby | 1 | -8/+8 | |
2007-12-04 | * Removed 12 compiler warnings. | Adam Frisby | 1 | -1/+1 | |
2007-12-02 | Some refactoring , mainly on Inventory code. | MW | 1 | -2/+2 | |
2007-12-01 | On login, if a set of inventory folders doesn't exist for the user then a ↵ | MW | 1 | -1/+9 | |
new set is created in the inventory database. Most likely still better to use some other script to populate the inventory database instead of relaying on this. | |||||
2007-12-01 | Initial working Grid Inventory server. Only been tested on a very small ↵ | MW | 1 | -0/+50 | |
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-25 | Added new configuration item to User Server: X and Y of region to send user ↵ | Brian McBee | 1 | -61/+124 | |
to if their logon region is down. Known good region, sort of. | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -18/+21 | |
* 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-19 | get rid of all the ^M line endings | Sean Dague | 1 | -1/+1 | |
2007-10-17 | Renamed SimProfileData to RegionProfileData | Tleiades Hax | 1 | -2/+2 | |
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -0/+29 | |
2007-10-13 | Change 3 UserServer login messages from writeline to MainLog to help ↵ | Charles Krinke | 1 | -3/+5 | |
diagnose failed grid logins. | |||||
2007-10-12 | I broke the build and am reverting until I can get the MainLog call proper. | Charles Krinke | 1 | -7/+7 | |
2007-10-12 | Turn a few of the writelines into mainlog entries so failed logins can be ↵ | Charles Krinke | 1 | -7/+7 | |
more easily analyzed. | |||||
2007-10-05 | getting all our line endings consistant again | Sean Dague | 1 | -96/+96 | |
2007-10-05 | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵ | lbsa71 | 1 | -13/+13 | |
of things. Reverting 2056. | |||||
2007-10-05 | * UserProfileData meets code conventions | lbsa71 | 1 | -13/+13 | |
2007-10-05 | == The "right name and place" commit == | lbsa71 | 1 | -80/+81 | |
* Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure | |||||
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵ | lbsa71 | 1 | -22/+17 | |
Tleiades patch 444 and 445. | |||||
2007-09-27 | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 1 | -17/+22 | |
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423) | |||||
2007-09-24 | * Now login swallows WebException.Timeout; (thanks cfk!) | lbsa71 | 1 | -3/+18 | |
(we should really implement some nearby/default known-up algorithm here) | |||||
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -80/+80 | |
2007-08-13 | oops , guess I should include the new files next time | MW | 1 | -0/+80 | |