aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Friends/FriendsSimConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵Diva Canto2010-06-041-1/+8
| | | | avies are in different sims.
* Change an exception reporting to include the stack trace. "e.Message" justMelanie2010-05-181-1/+1
| | | | _won't_ do. Might look more elegant, but it's too little information.
* Friends rights under control.Diva Canto2010-03-011-1/+3
|
* Friends connectors finished. Status notification working across the board. ↵Diva Canto2010-02-281-9/+103
| | | | One last bug: friends online upon login are not being sent to the user.
* Status notification (online/offline) working for same sim.Diva Canto2010-02-271-0/+5
|
* * Friendship offers starting to work in the same sim. Not quite right yet.Diva Canto2010-02-261-0/+66
* Added skeleton for out Connectors/Friends/FriendsSimConnector.cs * Moved request handler to its own file