Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -6/+6 |
| | | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | ||||
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -6/+6 |
| | |||||
* | * This update enables grid wide presence updates. | Teravus Ovares | 2008-06-02 | 1 | -3/+3 |
| | | | | | | | * 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. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -11/+11 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -36/+34 |
| | |||||
* | * Cleaning code still. | Adam Frisby | 2008-05-01 | 1 | -34/+36 |
| | |||||
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 1 | -2/+2 |
| | | | | | * Made a bunch more members static, removed some dead code, general cleaning. | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -9/+6 |
| | | | | (this took a while to run). | ||||
* | * Make it easier to follow logins on the user server by changing and tidying ↵ | Justin Clarke Casey | 2008-04-15 | 1 | -7/+7 |
| | | | | up log messages | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+26 |
| | |||||
* | * More Message server stuff. Still not ready. | Teravus Ovares | 2008-02-26 | 1 | -13/+84 |
| | |||||
* | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 2008-02-25 | 1 | -1/+9 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -10/+6 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | * Adding More to the MessageServer classes. | Teravus Ovares | 2008-01-07 | 1 | -0/+27 |
| | | | | | * Don't forget to prebuild | ||||
* | * A few more Message Server comms related updates | Teravus Ovares | 2008-01-06 | 1 | -2/+2 |
| | |||||
* | * Added some userserver glue for communications with the message server | Teravus Ovares | 2008-01-06 | 1 | -0/+157 |
* Added some code for the message server, fixed a few references and starting to flesh it out. |