aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Friends (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Small tweak to move name replacement in friendship offer since server side ↵Justin Clarke Casey2009-02-021-10/+13
| | | | requests don't want the lookup
* * Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares2009-01-191-39/+34
| | | | | * Updates LibOMV to r2362
* * minor: Change around more debugging messagesJustin Clarke Casey2009-01-141-1/+1
|
* * minor: Stop friendship termination crashing the client thread if the ↵Justin Clarke Casey2009-01-131-0/+4
| | | | friend to be terminated could not be found
* Revert progressive texture patch from r8001 until issues can be addressedDahlia Trimble2009-01-101-34/+39
|
* Thanks jhurliman for a patch that implements progressive texture downloading ↵Dahlia Trimble2009-01-101-1/+0
| | | | - Mantis #2655
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-061-7/+3
|
* * refactor: drop AddXmlRpcHandler() from scene in favour of call via ↵Justin Clarke Casey2009-01-061-2/+2
| | | | CommsManager
* Use correct name for friendship offer. Fixes Mantis #2959.Homer Horwitz2009-01-051-0/+2
|
* * Add a method to allow friendship offers to a logged in client from an ↵Justin Clarke Casey2008-12-231-4/+23
| | | | offline user directly from the server
* * Refactor: Move some code into separate methods in FriendsModuleJustin Clarke Casey2008-12-221-49/+83
|
* * minor: Remove unused AppearanceTableMapper as pointed out by jonc in ↵Justin Clarke Casey2008-12-171-0/+1
| | | | http://opensimulator.org/mantis/view.php?id=2843
* * Simply friends code by only sending notifications to a newly logged on ↵Justin Clarke Casey2008-12-171-20/+23
| | | | | | | | user for other users who are online. * No need to send offline notifications since the client assumes this (and future clients should be able to do the same).
* * Implement 'Save Object Back to My Inventory'. On the Linden client this ↵Justin Clarke Casey2008-12-171-2/+15
| | | | | | | | | is in the Tools menu available when editing an object * This facility allows you to save changes to an object that you've rezzed into a region back into their original inventory item without having to take a copy of the rezzed object.
* * minor: Downgrade friends module 'client logging out' notice from error to ↵Justin Clarke Casey2008-12-121-1/+1
| | | | debug
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-221-1/+1
|
* - No need to build a list of regions and then only the first one.Homer Horwitz2008-11-211-2/+4
| | | | | | | | - I first did lock on m_scenes for that access, but as m_scenes (currently) is only changed in Initialise (and locked there), and PostInitialise is called after the calls to Initialise, there shouldn't be a need to lock here. - Trying out git-svn dcommit. Hope this works.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-211-1/+1
|
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-0/+1
| | | | | | | | | release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
* Patch from jhurliman. Fixing the texture decoding issues in progressiveMelanie Thielker2008-11-181-1/+0
| | | | | | texture sending. Grain of salt not included.
* Fix friends again. Friends-handling is now stateless and, thanks toHomer Horwitz2008-11-161-263/+135
| | | | | | MessageTransferModule, much easier to understand (I hope).
* Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker2008-11-161-76/+82
| | | | | | fromAgentSession field.
* Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker2008-11-161-20/+38
| | | | | | | | the IM module and makes it into a module of it's own, which can be used by all other modules. Removes some ugly hacks. Refer to the IM module to see how it's used. Also fixes the persistence issue (Mantis #2598)
* Small fix for a possible NRE in standalone mode, killing theHomer Horwitz2008-11-031-2/+2
| | | | | | client-thread. Will hopefully fix Mantis#2536.
* - Add Util.isUUIDHomer Horwitz2008-11-021-0/+4
| | | | | | | - Add tests for Util.isUUID - First part of the fix for protocol interoperability between viewer 1.20 and 1.21 for friend offers.
* Update svn properties, formatting cleanup.Jeff Ames2008-11-021-13/+13
|
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-420/+717
| | | | | | | | | | | | | | on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs.
* Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker2008-11-011-2/+5
| | | | | | | | | | with the old Grid Instant Message over OGS1. Refactor the EventManager to be independent of the rigid module structure design imposed by the current implementation. Message routing is now done in the destination module rather than in the event manager. This way, more or less granular solutions are possible without core changes.
* Added calling cards. Fixes Mantis#2409 and part of #1515.Homer Horwitz2008-10-191-7/+117
|
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-53/+53
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Formatting cleanup.Jeff Ames2008-08-181-3/+3
|
* dr scofield's continuing warnings safari:Dr Scofield2008-06-271-1/+1
| | | | | | | * code caught lingering around with no real purpose other than causing warnings will be taken down.
* * This should fix presence issues.Teravus Ovares2008-06-031-2/+7
|
* * This update enables grid wide presence updates.Teravus Ovares2008-06-021-10/+122
| | | | | | | * You'll need to start-up the MessageingServer and set it up. It sets up like any of the other grid servers. * All user presence data is kept in memory for speed, while the agent is online. That means if you shutdown the messaging server or the messaging server crashes, it forgets who's online/offline. * Occasionally the region-cache will get stale if regions move around a lot. if it gets stale, run clear-cache on the messaging server console to clear the region cache.
* Formatting cleanup.Jeff Ames2008-05-161-10/+10
|
* * Refactored OutPacket and FirstName/LastName out of Friends Module.Teravus Ovares2008-05-141-27/+13
|
* * Added the same catch on the 2nd place that objects fail to lock.Teravus Ovares2008-05-141-0/+7
|
* * Applying Melanie's FriendList related crash patch. She discovered that ↵Teravus Ovares2008-05-141-1/+8
| | | | .NET throws a different error then mono does. Thanks Melanie!
* * Rolled back a few changes.Adam Frisby2008-05-011-17/+17
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-17/+17
| | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-011-500/+500
|
* * Cruft removal step #1. Cleaning Modules directory.Adam Frisby2008-04-301-84/+81
|
* * Refactored Environment/Modules directory - modules now reside in their own ↵Adam Frisby2008-04-301-0/+504
directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file.