Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-01-20 | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 1 | -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 Frisby | 1 | -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 Ovares | 3 | -0/+78 | |
regions. | |||||
2008-01-08 | * Added more methods to MessageService | Teravus Ovares | 1 | -49/+161 | |
2008-01-08 | * Switched over to RegionProfileData from using RegionInfo because ↵ | Teravus Ovares | 2 | -22/+64 | |
RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method. | |||||
2008-01-07 | * Message Server stuff. | Teravus Ovares | 1 | -11/+11 | |
2008-01-07 | * More message server methods | Teravus Ovares | 2 | -2/+104 | |
2008-01-07 | * Adding More to the MessageServer classes. | Teravus Ovares | 2 | -0/+273 | |
* Don't forget to prebuild | |||||
2008-01-06 | * A few more Message Server comms related updates | Teravus Ovares | 1 | -7/+1 | |
2008-01-06 | * Added some userserver glue for communications with the message server | Teravus Ovares | 1 | -74/+14 | |
* Added some code for the message server, fixed a few references and starting to flesh it out. | |||||
2008-01-06 | Set svn:eol-style. | Jeff Ames | 1 | -225/+225 | |
2008-01-05 | * Added shell Messaging Server. Don't run the MessagingServer yet or you ↵ | Teravus Ovares | 1 | -0/+226 | |
might end up with problems later. |