aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/SimianGrid/SimianFriendsServiceConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-4/+4
* More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-221-1/+6
* Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-211-3/+15
* HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-191-1/+1
* * Run SimianGrid session updates asynchronously instead of from the main hear...John Hurliman2010-09-091-3/+0
* Friends works differently, it' snot even a region module at all, but a connectorMelanie2010-09-051-16/+1
* Make SimianFriendsServiceConnector initialize like the other connectors and g...John Hurliman2010-09-031-22/+19
* Change the SimianGrid connector log messages to start with "[SIMIAN " to avoi...John Hurliman2010-03-261-6/+6
* * Fixing the SimianGrid friend connector enabled detection since the friends ...John Hurliman2010-03-161-1/+9
* Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectorsJohn Hurliman2010-03-151-1/+1
* * Added a better check to the SimianGrid connectors to test if they are enabl...John Hurliman2010-03-121-12/+15
* Fixing the previous patch to work correctly with standalone modeJohn Hurliman2010-03-121-4/+4
* Fixed SimianGrid connectors to gracefully exit if the required config section...John Hurliman2010-03-121-5/+5
* Simplify database setup and remove migration problems by moving all sqlite co...Justin Clark-Casey (justincc)2010-03-121-1/+1
* Adding the SimianGrid connectorsJohn Hurliman2010-03-111-0/+229