aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/Main.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * This update enables grid wide presence updates.Teravus Ovares2008-06-021-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 Casey2008-06-011-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 Casey2008-05-161-1/+1
| | | | to the same prompt scheme
* Formatting cleanup.Jeff Ames2008-05-161-5/+5
|
* * Fix opensim region server shutdown.Justin Clarke Casey2008-05-091-1/+1
|
* * Move shutdown processing to base OpenSimServer, overriding the method ↵Justin Clarke Casey2008-05-071-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 Frisby2008-05-011-41/+37
|
* * Cleaning code still.Adam Frisby2008-05-011-37/+41
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-4/+5
| | | | (this took a while to run).
* * Refactored out common http handler operationslbsa712008-03-281-8/+5
|
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* * Four more warnings bite the dust.Adam Frisby2008-03-051-1/+2
|
* * More Message server stuff. Still not ready.Teravus Ovares2008-02-261-1/+1
|
* * Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares2008-02-251-12/+25
|
* Update version numbers to 0.5Jeff Ames2008-02-071-1/+1
|
* Converted logging to use log4net.Jeff Ames2008-02-051-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 classJustin Clarke Casey2008-02-041-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 updatesTeravus Ovares2008-01-061-7/+1
|
* * Added some userserver glue for communications with the message server Teravus Ovares2008-01-061-74/+14
| | | | | * Added some code for the message server, fixed a few references and starting to flesh it out.
* Set svn:eol-style.Jeff Ames2008-01-061-225/+225
|
* * Added shell Messaging Server. Don't run the MessagingServer yet or you ↵Teravus Ovares2008-01-051-0/+226
might end up with problems later.