Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 3 | -14/+9 |
| | | | | (this took a while to run). | ||||
* | * Fix a bug in the friends module that causes a friend not to appear online ↵ | Teravus Ovares | 2008-04-13 | 1 | -1/+16 |
| | | | | | | | | when they were. * A few things for testing. * This makes a modification to the region registration with the grid server so that the region can send it a chosen password to identify itself. It will not cause any errors, if either one are not updated. | ||||
* | * Discerned between AddProfile and UpdateProfile in region registration | lbsa71 | 2008-04-11 | 1 | -1/+11 |
| | | | | | :: Believe it or not, but INSERT/UPDATE is actually a better pattern than REPLACE, since, with INSERT/UPDATE you can catch erroneous UPDATES to non-INSERTed items as well as catch erroneous re-INSERTS. in 95% of the cases, you SHOULD have a clear INSERT context, and a clear and separate UPDATE context. If you think your case falls within the 5%, maybe you should re-evaluate your code. :: | ||||
* | changing more references to OpenSim.Data | Sean Dague | 2008-04-02 | 1 | -5/+5 |
| | |||||
* | * Refactored out common http handler operations | lbsa71 | 2008-03-28 | 1 | -34/+27 |
| | |||||
* | * Increase timeout for initial simulator login from 16 to 30 seconds | Justin Clarke Casey | 2008-03-26 | 1 | -21/+48 |
| | | | | | | * Comments, capitalization | ||||
* | Minor formatting / svn properties cleanup. | Jeff Ames | 2008-03-25 | 1 | -6/+5 |
| | |||||
* | XmlRpcCommand refactoring | Johan Berntsson | 2008-03-24 | 1 | -1/+1 |
| | |||||
* | Added a plugin loader in GridServer | Johan Berntsson | 2008-03-24 | 2 | -1/+74 |
| | |||||
* | Comment out an unused 'str' and add a WriteLine to use | Charles Krinke | 2008-03-21 | 1 | -1/+1 |
| | | | | | an "Exception e" with e.ToString() to eliminate 2 warnings. | ||||
* | Formatting cleanup. Minor refactoring. | Jeff Ames | 2008-03-18 | 1 | -56/+52 |
| | |||||
* | * Added the ability to type the partial name of a region in the start ↵ | Teravus Ovares | 2008-03-18 | 1 | -0/+25 |
| | | | | | | | location box and go to that region if it's there. If no close match was found, it sends you home. This is tested on mySQL. There's untested code on grids that are based on sqlite and MSSQL. The SQL statements *should* be right, but your results may very. * Ex, if you want to go to Wright Plaza, you simply need to type Wright Plaza in the start location in the client when you log-in. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 3 | -57/+53 |
| | |||||
* | Added copyright messages. Set svn:eol-style. Minor cleanup. | Jeff Ames | 2008-03-18 | 2 | -55/+82 |
| | |||||
* | * made some privates protected | lbsa71 | 2008-03-12 | 1 | -2/+2 |
| | |||||
* | * made GridManager class public | lbsa71 | 2008-03-12 | 1 | -1/+1 |
| | |||||
* | * Renamed Main.cs to GridServerBase.cs | lbsa71 | 2008-03-12 | 2 | -3/+3 |
| | |||||
* | * Refactored out exe bit out of Grid Server for great justice | lbsa71 | 2008-03-12 | 2 | -54/+44 |
| | |||||
* | * Refactored some internals in Grid Server Main | lbsa71 | 2008-03-12 | 1 | -24/+21 |
| | |||||
* | * Refactored out creation of LoginResponse | lbsa71 | 2008-03-12 | 1 | -114/+121 |
| | | | | | * Refactored out ErrorResponse | ||||
* | * Extracted RegionProfileData from Request | lbsa71 | 2008-03-12 | 2 | -131/+141 |
| | | | | | * Introduced ValidateNewRegion and ValidateOverwrite | ||||
* | * minor refactoring | lbsa71 | 2008-03-12 | 1 | -84/+82 |
| | |||||
* | * Applying patch from Mantis #607 - Grid Server crash. Thanks Diva. | Adam Frisby | 2008-03-11 | 1 | -10/+22 |
| | |||||
* | Cleaned up a couple compiler warnings. | Jeff Ames | 2008-03-04 | 1 | -2/+3 |
| | |||||
* | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 2008-03-04 | 2 | -4/+73 |
| | | | | 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. | ||||
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -3/+0 |
| | |||||
* | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 2008-02-19 | 1 | -12/+12 |
| | |||||
* | * Make RegionProfileData.RequestSimProfileData static | Justin Clarke Casey | 2008-02-18 | 1 | -0/+5 |
| | | | | | | * Minor documentation bits | ||||
* | Thank you very much, Diva for a patch to increase the | Charles Krinke | 2008-02-17 | 1 | -14/+24 |
| | | | | | grid server reliability. | ||||
* | * Took a stab at getting keys to work as intended | lbsa71 | 2008-02-14 | 1 | -2/+2 |
| | | | | | | | [Provided by openlifegrid.com] | ||||
* | * Added more debugging output to GridManager to pin down the key exchange ↵ | lbsa71 | 2008-02-14 | 1 | -3/+15 |
| | | | | | | | | | weirdness [Provided by openlifegrid.com] | ||||
* | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 2008-02-14 | 1 | -14/+14 |
| | | | | | | * 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. | ||||
* | * Added some more comprehensive log entries on region login. | lbsa71 | 2008-02-13 | 1 | -5/+23 |
| | | | | | | [Provided by openlifegrid.com] | ||||
* | * Minor guard for null case. | lbsa71 | 2008-02-13 | 1 | -2/+2 |
| | | | | | | [Provided by openlifegrid.com] | ||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 2 | -45/+44 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | * Rebase all current servers on common abstract BaseOpenSimServer class | Justin Clarke Casey | 2008-02-04 | 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 | ||||
* | Turn on fastMode for map block queries to grid server if and only if grid is ↵ | Brian McBee | 2008-02-02 | 1 | -0/+1 |
| | | | | running MYSQL as the data source. | ||||
* | Thank you very much daTwitch for your first contribution to the C# simulator. | Charles Krinke | 2008-02-02 | 1 | -0/+13 |
| | | | | | | This is the beginnings of support for storage of region owner in the MySQLManager table and the use of "owner_uuid". | ||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 3 | -11/+11 |
| | | | | | | | * 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. | ||||
* | * Made it so that if you don't specify a key, the defaults will not be assumed. | Adam Frisby | 2008-01-12 | 1 | -5/+6 |
| | | | | | * If you wish to turn off key authentication, set the values to "" (null) in the grid config, and do the same in clients. | ||||
* | * In the interests of making life difficult for everyone, the Grid Server ↵ | Adam Frisby | 2008-01-12 | 1 | -114/+127 |
| | | | | now actually checks your authentication keys rather than ignoring them. | ||||
* | * Adding More to the MessageServer classes. | Teravus Ovares | 2008-01-07 | 1 | -0/+2 |
| | | | | | * Don't forget to prebuild | ||||
* | * A few more Message Server comms related updates | Teravus Ovares | 2008-01-06 | 2 | -1/+67 |
| | |||||
* | Added code to gridserver to prevent new region from connecting at X,Y ↵ | Brian McBee | 2008-01-06 | 1 | -112/+128 |
| | | | | location already used by an existing region. | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 3 | -11/+12 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | Clean up the region initialization GridServer messages a bit. | Charles Krinke | 2007-12-23 | 1 | -6/+8 |
| | |||||
* | Simplify GridServer mainmap log messages. | Charles Krinke | 2007-12-23 | 1 | -5/+6 |
| | |||||
* | * Added a configuration parameter on the Grid Server to disallow forceful ↵ | Teravus Ovares | 2007-12-20 | 1 | -0/+2 |
| | | | | | | | banlists. * Added a way for Grid based configuration parameters to (generally used in overriding functionality) to get to the regions on Registration. | ||||
* | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵ | Jeff Ames | 2007-12-20 | 1 | -6/+6 |
| | | | | Works with LibSL rev>1532 | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 3 | -5/+5 |
| | | | | notice of doom |