aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/MessageService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-14More formatting cleanup.Jeff Ames1-1/+1
2008-05-01* Rolled back a few changes.Adam Frisby1-76/+75
2008-05-01* Cleaning code still.Adam Frisby1-75/+76
2008-05-01* Assorted spring cleanings.Adam Frisby1-0/+1
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-8/+6
(this took a while to run).
2008-04-02changing more references to OpenSim.DataSean Dague1-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-68/+39
2008-02-26* Added base thread pool based presence informing to the message server. Teravus Ovares1-26/+27
* Not ready yet for use.
2008-02-26* More Message server stuff. Still not ready.Teravus Ovares1-26/+77
2008-02-25* Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares1-1/+103
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-05Converted logging to use log4net.Jeff Ames1-9/+7
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-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-08* Added the files for work units for the purpose of sending out updates to ↵Teravus Ovares1-0/+4
regions.
2008-01-08* Added more methods to MessageServiceTeravus Ovares1-49/+161
2008-01-08* Switched over to RegionProfileData from using RegionInfo because ↵Teravus Ovares1-21/+60
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 Ovares1-2/+103
2008-01-07* Adding More to the MessageServer classes.Teravus Ovares1-0/+224
* Don't forget to prebuild