Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-07-25 | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This better reflects the long-term purpose of that project and matches Monitoring modules. | |||||
2012-04-24 | Add online/offline indicator to "friends show" region console command. | Justin Clark-Casey (justincc) | 1 | -3/+14 | |
Improve output table formatting. | |||||
2012-03-30 | minor: remove some now unneeded code from FriendsCommandsModule | Justin Clark-Casey (justincc) | 1 | -55/+0 | |
2012-03-30 | Make default "show friends" console command show friends fetched from the ↵ | Justin Clark-Casey (justincc) | 1 | -4/+83 | |
friends service. There is no a --cache option which will show friends from the local cache if available. | |||||
2012-03-30 | refactor: Move "friends show cache" console command out into separate ↵ | Justin Clark-Casey (justincc) | 1 | -0/+165 | |
FriendsCommandsModule. Expose required methods on IFriendsModule. Rename GetFriends() -> GetFriendsFromCache() for self-documentation |