| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit 832cc685138b2244529f10b54b373c34adb4a633.
|
|
|
|
|
| |
* Make these use existing constants rather than hardcoding
* These will probably go away soon anyway once all services are under ROBUST
|
|
|
|
| |
LICENSE.txt.
|
| |
|
|
|
|
|
|
|
| |
* Moved the constants out into a separate DefaultConfig
* Pulled configMember up
* Some minor CCC
|
| |
|
|
|
|
| |
(!) on linux - reverting until we can investigate further.
|
|
|
|
| |
common baseclass for backend configs.
|
|
|
|
| |
authorized clients using capabilities. Provided keys are verified with the designated authority. The added code is only executed for clients following HGLoginAuth procedure or similar. It does not remove any existing behavior.
|
|
|
|
|
|
| |
* these are not used
|
|
|
|
|
|
| |
* This will not affect existing configurations where the configuration question has already been answered
|
|
|
|
| |
configuration
|
|
|
|
|
|
|
| |
SessionId lookup to the user server. As this ties a inventory server to one userserver/grid.
doing the look up is still enabled by default.
|
|
|
|
|
|
| |
* This is to match all the other grid servers
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
configs. This works with sqlite and nhibernate backends, and
stays with default seperate ini files for mysql and mssql until
someone writes those.
|
|
|
|
| |
(this took a while to run).
|
| |
|
| |
|
|
|
|
|
|
| |
Changed LogBase to ConsoleBase, which handles console I/O.
This is mostly an in-place conversion, so lots of refactoring can still be done.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
default value. This is useful when the server is running by itself and a new region request is added without sufficient information
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|