aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-19* refactor: Move tree code out into a separate moduleJustin Clarke Casey1-1/+1
2008-12-18* refactor: move gestures code out from Scene into its own moduleJustin Clarke Casey1-0/+97
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-15Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc...diva1-0/+9
2008-12-14Adds the "Send Teleport" moduleMelanie Thielker1-0/+174
2008-12-12* minor: Downgrade friends module 'client logging out' notice from error to d...Justin Clarke Casey1-1/+1
2008-12-09* Enable agent to agent transfer of inventory foldersJustin Clarke Casey1-5/+0
2008-12-04* minor: Take out some of the test log output I accidentally left in a couple...Justin Clarke Casey1-1/+1
2008-12-04* Put in the code necessary to allow inventory transfer of whole folders (and...Justin Clarke Casey1-35/+92
2008-12-03Make a couple log4net instances static readonly.Jeff Ames1-1/+1
2008-12-01* minor: A few tiny bits of documentation and log message cleanup before star...Justin Clarke Casey1-1/+1
2008-11-26Added local lookup before we ask the messaging server.Homer Horwitz1-6/+26
2008-11-25Next step of the PresenceModule. Still not complete; local optimizations and theHomer Horwitz1-33/+101
2008-11-24WIP: Adding a few things to PresenceModule. Not quite finished yet.Homer Horwitz1-2/+83
2008-11-24- Evaluate config only onceHomer Horwitz1-21/+35
2008-11-23Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker1-9/+15
2008-11-23Add error handling to catch the WebExceptions thrown if you haveMelanie Thielker1-23/+48
2008-11-22Adding root agent position messages to the message serverMelanie Thielker1-0/+42
2008-11-22Add root agent tracking to presence moduleMelanie Thielker1-5/+17
2008-11-22Next step in the presence module - some core plumbing included atMelanie Thielker1-0/+18
2008-11-22Increase IRC login timeout to 25 - it was 10 which was causing reconnect loop...Dahlia Trimble1-1/+1
2008-11-22Adding region up/down notifications to the PresenceModule. MessagingMelanie Thielker1-0/+42
2008-11-22Check in the presence module skeletonMelanie Thielker1-0/+100
2008-11-22Enclose the inter-region IM sending in a try-catch for now to find possibly m...Homer Horwitz1-178/+188
2008-11-22- Add a warning if the agent data of the destination of an IM isn't foundHomer Horwitz1-0/+6
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-21Prevent a null reference when giving items.Melanie Thielker1-0/+6
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-17Add a few commentsMelanie Thielker1-7/+13
2008-11-17minor: remove mono compiler warningsJustin Clarke Casey2-18/+18
2008-11-17commenting out unused variable.Dr Scofield1-2/+2
2008-11-17Use the message transfer module to pass items across the grid via the profileMelanie Thielker1-9/+16
2008-11-17Correct prim counts for group land. Correct MessageTransferModule startupMelanie Thielker1-12/+9
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 Thielker5-148/+114
2008-11-16First step tidy-up of IM packing/unpacking/repackingMelanie Thielker1-11/+18
2008-11-16GridIMs don't have a (sending) client, which led to a NRE on access.Homer Horwitz1-1/+2
2008-11-16Add MessageTransferModule interface to all scenes, not only the firstMelanie Thielker1-1/+1
2008-11-16Fix 2 bugs in the message transfer module, thanks, Homer Horwitz!Melanie Thielker1-2/+2
2008-11-16Introduces the message transfer module. It splits the transfer mechanics offMelanie Thielker4-658/+722
2008-11-15Hack to temporarily fix friends-handling. This will be redone as soon asHomer Horwitz1-2/+2
2008-11-15Update svn properties, minor formatting cleanup.Jeff Ames1-18/+2
2008-11-14From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield4-110/+129
2008-11-14Some changes to the money module to allow a more flexible system ofMelanie Thielker1-7/+12
2008-11-13From: awebb@us.ibm.comSean Dague1-1/+1