aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Friends/FriendsRequestHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-8/+9
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-17/+14
|
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵Justin Clark-Casey (justincc)2011-12-051-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.
* Allow cross-scope friendships to work, and also allow other cross scope nameMelanie2011-01-031-1/+1
| | | | resolution
* Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵Diva Canto2010-06-041-3/+10
| | | | avies are in different sims.
* Friends rights under control.Diva Canto2010-03-011-2/+8
|
* More work on GrantRights. Still not right.Diva Canto2010-03-011-1/+3
|
* Friends connectors finished. Status notification working across the board. ↵Diva Canto2010-02-281-2/+153
| | | | One last bug: friends online upon login are not being sent to the user.
* * Friendship offers starting to work in the same sim. Not quite right yet.Diva Canto2010-02-261-0/+134
* Added skeleton for out Connectors/Friends/FriendsSimConnector.cs * Moved request handler to its own file