aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-11-12Revamp inventory transfer module, step 1. Inventory will now be saved ifMelanie Thielker1-99/+117
2008-11-09Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-09Reintroduce transactionID to the parameter list for SendInstantMessage.Melanie Thielker2-5/+5
2008-11-08* Ported InstantMessageModule to IClientCoreAdam Frisby1-6/+11
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby3-17/+17
2008-11-06- fixes comparison of struct against null (no no no)Dr Scofield4-39/+39
2008-11-04* Prevent texture sender thread termination from immediately crashing the simJustin Clarke Casey1-2/+0
2008-11-04* minor: doc and log message tweaking for wearablesJustin Clarke Casey1-4/+15
2008-11-04fix: ArchiveReadRequest.URIFetch stumbles over absent content length fieldDr Scofield1-0/+1
2008-11-03Small fix for a possible NRE in standalone mode, killing theHomer Horwitz1-2/+2