aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Four more warnings bite the dust.Adam Frisby2008-03-051-1/+2
|
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-041-0/+27
|
* * Added base thread pool based presence informing to the message server. Teravus Ovares2008-02-262-26/+86
| | | | | * Not ready yet for use.
* * More Message server stuff. Still not ready.Teravus Ovares2008-02-262-27/+78
|
* * Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares2008-02-252-13/+128
|
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-1/+1
| | | | | | * 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.
* Update version numbers to 0.5Jeff Ames2008-02-071-1/+1
|
* Converted logging to use log4net.Jeff Ames2008-02-052-29/+23
| | | | | | 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
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-201-1/+1
| | | | | | | * Added a Logout message with a name on the console * Added a *fixme* message to figure out why the current agent session is null * After updating you may notice that there's a login <user> and also a logout<user>
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
| | | | | | | * 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.
* * Added the files for work units for the purpose of sending out updates to ↵Teravus Ovares2008-01-083-0/+78
| | | | regions.
* * Added more methods to MessageServiceTeravus Ovares2008-01-081-49/+161
|
* * Switched over to RegionProfileData from using RegionInfo because ↵Teravus Ovares2008-01-082-22/+64
| | | | | | | RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method.
* * Message Server stuff.Teravus Ovares2008-01-071-11/+11
|
* * More message server methodsTeravus Ovares2008-01-072-2/+104
|
* * Adding More to the MessageServer classes.Teravus Ovares2008-01-072-0/+273
| | | | | * Don't forget to prebuild
* * 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.