aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Friends (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1003/+0
NOTHING has been deleted or moved off to forge at this point. what has happened is that OpenSim.Region.Environment.Modules has been split in two: - OpenSim.Region.CoreModules: all those modules that are either directly or indirectly referenced from other OpenSim packages, or that provide functionality that the OpenSim developer community considers core functionality: CoreModules/Agent/AssetTransaction CoreModules/Agent/Capabilities CoreModules/Agent/TextureDownload CoreModules/Agent/TextureSender CoreModules/Agent/TextureSender/Tests CoreModules/Agent/Xfer CoreModules/Avatar/AvatarFactory CoreModules/Avatar/Chat/ChatModule CoreModules/Avatar/Combat CoreModules/Avatar/Currency/SampleMoney CoreModules/Avatar/Dialog CoreModules/Avatar/Friends CoreModules/Avatar/Gestures CoreModules/Avatar/Groups CoreModules/Avatar/InstantMessage CoreModules/Avatar/Inventory CoreModules/Avatar/Inventory/Archiver CoreModules/Avatar/Inventory/Transfer CoreModules/Avatar/Lure CoreModules/Avatar/ObjectCaps CoreModules/Avatar/Profiles CoreModules/Communications/Local CoreModules/Communications/REST CoreModules/Framework/EventQueue CoreModules/Framework/InterfaceCommander CoreModules/Hypergrid CoreModules/InterGrid CoreModules/Scripting/DynamicTexture CoreModules/Scripting/EMailModules CoreModules/Scripting/HttpRequest CoreModules/Scripting/LoadImageURL CoreModules/Scripting/VectorRender CoreModules/Scripting/WorldComm CoreModules/Scripting/XMLRPC CoreModules/World/Archiver CoreModules/World/Archiver/Tests CoreModules/World/Estate CoreModules/World/Land CoreModules/World/Permissions CoreModules/World/Serialiser CoreModules/World/Sound CoreModules/World/Sun CoreModules/World/Terrain CoreModules/World/Terrain/DefaultEffects CoreModules/World/Terrain/DefaultEffects/bin CoreModules/World/Terrain/DefaultEffects/bin/Debug CoreModules/World/Terrain/Effects CoreModules/World/Terrain/FileLoaders CoreModules/World/Terrain/FloodBrushes CoreModules/World/Terrain/PaintBrushes CoreModules/World/Terrain/Tests CoreModules/World/Vegetation CoreModules/World/Wind CoreModules/World/WorldMap - OpenSim.Region.OptionalModules: all those modules that are not core modules: OptionalModules/Avatar/Chat/IRC-stuff OptionalModules/Avatar/Concierge OptionalModules/Avatar/Voice/AsterixVoice OptionalModules/Avatar/Voice/SIPVoice OptionalModules/ContentManagementSystem OptionalModules/Grid/Interregion OptionalModules/Python OptionalModules/SvnSerialiser OptionalModules/World/NPC OptionalModules/World/TreePopulator
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+2
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
2009-02-02* Small tweak to move name replacement in friendship offer since server side ↵Justin Clarke Casey1-10/+13
requests don't want the lookup
2009-01-19* Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares1-39/+34
* Updates LibOMV to r2362
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 ↵Justin Clarke Casey1-0/+4
friend to be terminated could not be found
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
- Mantis #2655
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 ↵Justin Clarke Casey1-2/+2
CommsManager
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 ↵Justin Clarke Casey1-4/+23
offline user directly from the server
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 ↵Justin Clarke Casey1-0/+1
http://opensimulator.org/mantis/view.php?id=2843
2008-12-17* Simply friends code by only sending notifications to a newly logged on ↵Justin Clarke Casey1-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).
2008-12-17* Implement 'Save Object Back to My Inventory'. On the Linden client this ↵Justin Clarke Casey1-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.
2008-12-12* minor: Downgrade friends module 'client logging out' notice from error to ↵Justin Clarke Casey1-1/+1
debug
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
- 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.
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
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
2008-11-18Patch from jhurliman. Fixing the texture decoding issues in progressiveMelanie Thielker1-1/+0
texture sending. Grain of salt not included.
2008-11-16Fix friends again. Friends-handling is now stateless and, thanks toHomer Horwitz1-263/+135
MessageTransferModule, much easier to understand (I hope).
2008-11-16Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker1-76/+82
fromAgentSession field.
2008-11-16Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker1-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)
2008-11-03Small fix for a possible NRE in standalone mode, killing theHomer Horwitz1-2/+2
client-thread. Will hopefully fix Mantis#2536.
2008-11-02- Add Util.isUUIDHomer Horwitz1-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.
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
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.
2008-11-01Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker1-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.
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
* 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.
2008-08-18Formatting cleanup.Jeff Ames1-3/+3
2008-06-27dr scofield's continuing warnings safari:Dr Scofield1-1/+1
* code caught lingering around with no real purpose other than causing warnings will be taken down.
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
* 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.
2008-05-16Formatting cleanup.Jeff Ames1-10/+10
2008-05-14* Refactored OutPacket and FirstName/LastName out of Friends Module.Teravus Ovares1-27/+13
2008-05-14* Added the same catch on the 2nd place that objects fail to lock.Teravus Ovares1-0/+7
2008-05-14* Applying Melanie's FriendList related crash patch. She discovered that ↵Teravus Ovares1-1/+8
.NET throws a different error then mono does. Thanks Melanie!
2008-05-01* Rolled back a few changes.Adam Frisby1-17/+17
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-17/+17
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-500/+500
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-84/+81
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ↵Adam Frisby1-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.