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