aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-07* Move general alert code to DialogModule.Justin Clarke Casey1-0/+15
2009-01-07* refactor: Establish DialogModule, move some alert code from Scene to hereJustin Clarke Casey1-0/+83
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey4-40/+28
2009-01-06* refactor: drop AddXmlRpcHandler() from scene in favour of call via CommsMan...Justin Clarke Casey3-11/+14
2009-01-06* Mjnor: Clarified comment to ensure that people are aware of how to end the ...Teravus Ovares1-1/+9
2009-01-06* Kill an endless loop in the Instant Message delivery systemTeravus Ovares1-0/+8
2009-01-05Use correct name for friendship offer. Fixes Mantis #2959.Homer Horwitz1-0/+2
2008-12-23* Remove IGesturesModules since it won't be very helpful without a client mes...Justin Clarke Casey1-3/+1
2008-12-23* Add a method to allow friendship offers to a logged in client from an offli...Justin Clarke Casey2-5/+24
2008-12-22* refactor: Make gestures module register its own events tooJustin Clarke Casey1-0/+9
2008-12-22* Refactor: Move some code into separate methods in FriendsModuleJustin Clarke Casey1-49/+83
2008-12-22Fix date format of the birthdates to conform to what the client expectsMelanie Thielker1-1/+2
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