aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Friends (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-10/+10
2012-07-25Rename 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-24Add online/offline indicator to "friends show" region console command.Justin Clark-Casey (justincc)1-3/+14
Improve output table formatting.
2012-03-30minor: remove some now unneeded code from FriendsCommandsModuleJustin Clark-Casey (justincc)1-55/+0
2012-03-30Make 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-30refactor: 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