aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-05* Four more warnings bite the dust.Adam Frisby1-1/+2
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames1-0/+27
2008-02-26* Added base thread pool based presence informing to the message server. Teravus Ovares2-26/+86
* Not ready yet for use.
2008-02-26* More Message server stuff. Still not ready.Teravus Ovares2-27/+78
2008-02-25* Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares2-13/+128
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-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.
2008-02-07Update version numbers to 0.5Jeff Ames1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames2-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.
2008-02-04* Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey1-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
2008-01-20* Added hooks for logout to all IUserService and all that implement it.Teravus Ovares1-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>
2008-01-15* Mother of all commits:Adam Frisby1-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.
2008-01-08* Added the files for work units for the purpose of sending out updates to ↵Teravus Ovares3-0/+78
regions.
2008-01-08* Added more methods to MessageServiceTeravus Ovares1-49/+161
2008-01-08* Switched over to RegionProfileData from using RegionInfo because ↵Teravus Ovares2-22/+64
RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method.
2008-01-07* Message Server stuff.Teravus Ovares1-11/+11
2008-01-07* More message server methodsTeravus Ovares2-2/+104
2008-01-07* Adding More to the MessageServer classes.Teravus Ovares2-0/+273
* Don't forget to prebuild
2008-01-06* A few more Message Server comms related updatesTeravus Ovares1-7/+1
2008-01-06* Added some userserver glue for communications with the message server Teravus Ovares1-74/+14
* Added some code for the message server, fixed a few references and starting to flesh it out.
2008-01-06Set svn:eol-style.Jeff Ames1-225/+225
2008-01-05* Added shell Messaging Server. Don't run the MessagingServer yet or you ↵Teravus Ovares1-0/+226
might end up with problems later.