aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-2/+2
2009-06-21Suppress exception dump when informing friends in another region about loginMelanie Thielker1-0/+9
2009-06-19When a shared module hooks OnClientClosed, it has no way of findingMelanie Thielker1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby1-2/+3
2009-05-10Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker1-8/+8
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-1/+1
2009-03-29Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker1-3/+5
2009-02-20This moves the 2 friends-related interregion messages out of OGS1 and into th...diva1-2/+94
2009-02-13* Quieten down log messages from the Friends moduleJustin Clarke Casey1-7/+7
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-13/+13
2009-02-12* optimized usings.lbsa711-14/+13
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+2
2009-02-02* Small tweak to move name replacement in friendship offer since server side ...Justin Clarke Casey1-10/+13
2009-01-19* Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares1-39/+34
2009-01-14* minor: Change around more debugging messagesJustin Clarke Casey1-1/+1
2009-01-13* minor: Stop friendship termination crashing the client thread if the friend...Justin Clarke Casey1-0/+4
2009-01-10Revert progressive texture patch from r8001 until issues can be addressedDahlia Trimble1-34/+39
2009-01-10Thanks jhurliman for a patch that implements progressive texture downloading ...Dahlia Trimble1-1/+0
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-7/+3
2009-01-06* refactor: drop AddXmlRpcHandler() from scene in favour of call via CommsMan...Justin Clarke Casey1-2/+2
2009-01-05Use correct name for friendship offer. Fixes Mantis #2959.Homer Horwitz1-0/+2
2008-12-23* Add a method to allow friendship offers to a logged in client from an offli...Justin Clarke Casey1-4/+23
2008-12-22* Refactor: Move some code into separate methods in FriendsModuleJustin Clarke Casey1-49/+83
2008-12-17* minor: Remove unused AppearanceTableMapper as pointed out by jonc in http:/...Justin Clarke Casey1-0/+1
2008-12-17* Simply friends code by only sending notifications to a newly logged on user...Justin Clarke Casey1-20/+23
2008-12-17* Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey1-2/+15
2008-12-12* minor: Downgrade friends module 'client logging out' notice from error to d...Justin Clarke Casey1-1/+1
2008-11-22Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-11-21- No need to build a list of regions and then only the first one.Homer Horwitz1-2/+4
2008-11-21Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-0/+1
2008-11-18Patch from jhurliman. Fixing the texture decoding issues in progressiveMelanie Thielker1-1/+0
2008-11-16Fix friends again. Friends-handling is now stateless and, thanks toHomer Horwitz1-263/+135
2008-11-16Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker1-76/+82
2008-11-16Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker1-20/+38
2008-11-03Small fix for a possible NRE in standalone mode, killing theHomer Horwitz1-2/+2
2008-11-02- Add Util.isUUIDHomer Horwitz1-0/+4
2008-11-02Update svn properties, formatting cleanup.Jeff Ames1-13/+13
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-420/+717
2008-11-01Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker1-2/+5
2008-10-19Added calling cards. Fixes Mantis#2409 and part of #1515.Homer Horwitz1-7/+117
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-53/+53
2008-08-18Formatting cleanup.Jeff Ames1-3/+3
2008-06-27dr scofield's continuing warnings safari:Dr Scofield1-1/+1
2008-06-03* This should fix presence issues.Teravus Ovares1-2/+7
2008-06-02* This update enables grid wide presence updates.Teravus Ovares1-10/+122
2008-05-16Formatting cleanup.Jeff Ames1-10/+10
2008-05-14* Refactored OutPacket and FirstName/LastName out of Friends Module.Teravus Ovares1-27/+13