Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 |