Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -1/+1 |
| | |||||
* | * This update enables grid wide presence updates. | Teravus Ovares | 2008-06-02 | 1 | -0/+22 |
| | | | | | | | * 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. | ||||
* | * Fix build break by eliminating remaining IScenePermissions references - ↵ | Justin Clarke Casey | 2008-06-01 | 1 | -1/+3 |
| | | | | | | | | must remember to nant clean * Hook all server startups into base opensim server startup method | ||||
* | * Minor: For no particularly good reason, make all console prompts conform ↵ | Justin Clarke Casey | 2008-05-16 | 1 | -1/+1 |
| | | | | to the same prompt scheme | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -5/+5 |
| | |||||
* | * Fix opensim region server shutdown. | Justin Clarke Casey | 2008-05-09 | 1 | -1/+1 |
| | |||||
* | * Move shutdown processing to base OpenSimServer, overriding the method ↵ | Justin Clarke Casey | 2008-05-07 | 1 | -20/+4 |
| | | | | | | | | where appropriate * This also means that the command quit (as well as shutdown) will now close down grid servers (instead of only being in place for the region server) | ||||
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -41/+37 |
| | |||||
* | * Cleaning code still. | Adam Frisby | 2008-05-01 | 1 | -37/+41 |
| | |||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -4/+5 |
| | | | | (this took a while to run). | ||||
* | * Refactored out common http handler operations | lbsa71 | 2008-03-28 | 1 | -8/+5 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
| | |||||
* | * Four more warnings bite the dust. | Adam Frisby | 2008-03-05 | 1 | -1/+2 |
| | |||||
* | * More Message server stuff. Still not ready. | Teravus Ovares | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 2008-02-25 | 1 | -12/+25 |
| | |||||
* | Update version numbers to 0.5 | Jeff Ames | 2008-02-07 | 1 | -1/+1 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -20/+16 |
| | | | | | | 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 | -13/+14 |
| | | | | | | | * 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 | ||||
* | * A few more Message Server comms related updates | Teravus Ovares | 2008-01-06 | 1 | -7/+1 |
| | |||||
* | * Added some userserver glue for communications with the message server | Teravus Ovares | 2008-01-06 | 1 | -74/+14 |
| | | | | | * Added some code for the message server, fixed a few references and starting to flesh it out. | ||||
* | Set svn:eol-style. | Jeff Ames | 2008-01-06 | 1 | -225/+225 |
| | |||||
* | * Added shell Messaging Server. Don't run the MessagingServer yet or you ↵ | Teravus Ovares | 2008-01-05 | 1 | -0/+226 |
might end up with problems later. |