aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Friends/FriendsRequestHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-8/+9
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-17/+14
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵Justin Clark-Casey (justincc)1-2/+2
of OSHttpRequest/OSHttpResponse. This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation. This is also required to write regression tests that involve the HTTP layer. If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse.
2011-01-03Allow cross-scope friendships to work, and also allow other cross scope nameMelanie1-1/+1
resolution
2010-06-04Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵Diva Canto1-3/+10
avies are in different sims.
2010-03-01Friends rights under control.Diva Canto1-2/+8
2010-03-01More work on GrantRights. Still not right.Diva Canto1-1/+3
2010-02-28Friends connectors finished. Status notification working across the board. ↵Diva Canto1-2/+153
One last bug: friends online upon login are not being sent to the user.
2010-02-26* Friendship offers starting to work in the same sim. Not quite right yet.Diva Canto1-0/+134
* Added skeleton for out Connectors/Friends/FriendsSimConnector.cs * Moved request handler to its own file