| Commit message (Expand) | Author | Age | Files | Lines |
* | * refactor: Make some direct IClientAPI calls go through the dialog module in... | Justin Clarke Casey | 2009-01-07 | 1 | -1/+11 |
* | * Move general alert code to DialogModule. | Justin Clarke Casey | 2009-01-07 | 1 | -0/+15 |
* | * refactor: Establish DialogModule, move some alert code from Scene to here | Justin Clarke Casey | 2009-01-07 | 1 | -0/+83 |
* | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 2009-01-06 | 4 | -40/+28 |
* | * refactor: drop AddXmlRpcHandler() from scene in favour of call via CommsMan... | Justin Clarke Casey | 2009-01-06 | 3 | -11/+14 |
* | * Mjnor: Clarified comment to ensure that people are aware of how to end the ... | Teravus Ovares | 2009-01-06 | 1 | -1/+9 |
* | * Kill an endless loop in the Instant Message delivery system | Teravus Ovares | 2009-01-06 | 1 | -0/+8 |
* | Use correct name for friendship offer. Fixes Mantis #2959. | Homer Horwitz | 2009-01-05 | 1 | -0/+2 |
* | * Remove IGesturesModules since it won't be very helpful without a client mes... | Justin Clarke Casey | 2008-12-23 | 1 | -3/+1 |
* | * Add a method to allow friendship offers to a logged in client from an offli... | Justin Clarke Casey | 2008-12-23 | 2 | -5/+24 |
* | * refactor: Make gestures module register its own events too | Justin Clarke Casey | 2008-12-22 | 1 | -0/+9 |
* | * Refactor: Move some code into separate methods in FriendsModule | Justin Clarke Casey | 2008-12-22 | 1 | -49/+83 |
* | Fix date format of the birthdates to conform to what the client expects | Melanie Thielker | 2008-12-22 | 1 | -1/+2 |
* | * refactor: Move tree code out into a separate module | Justin Clarke Casey | 2008-12-19 | 1 | -1/+1 |
* | * refactor: move gestures code out from Scene into its own module | Justin Clarke Casey | 2008-12-18 | 1 | -0/+97 |
* | * minor: Remove unused AppearanceTableMapper as pointed out by jonc in http:/... | Justin Clarke Casey | 2008-12-17 | 1 | -0/+1 |
* | * Simply friends code by only sending notifications to a newly logged on user... | Justin Clarke Casey | 2008-12-17 | 1 | -20/+23 |
* | * Implement 'Save Object Back to My Inventory'. On the Linden client this is... | Justin Clarke Casey | 2008-12-17 | 1 | -2/+15 |
* | Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc... | diva | 2008-12-15 | 1 | -0/+9 |
* | Adds the "Send Teleport" module | Melanie Thielker | 2008-12-14 | 1 | -0/+174 |
* | * minor: Downgrade friends module 'client logging out' notice from error to d... | Justin Clarke Casey | 2008-12-12 | 1 | -1/+1 |
* | * Enable agent to agent transfer of inventory folders | Justin Clarke Casey | 2008-12-09 | 1 | -5/+0 |
* | * minor: Take out some of the test log output I accidentally left in a couple... | Justin Clarke Casey | 2008-12-04 | 1 | -1/+1 |
* | * Put in the code necessary to allow inventory transfer of whole folders (and... | Justin Clarke Casey | 2008-12-04 | 1 | -35/+92 |
* | Make a couple log4net instances static readonly. | Jeff Ames | 2008-12-03 | 1 | -1/+1 |
* | * minor: A few tiny bits of documentation and log message cleanup before star... | Justin Clarke Casey | 2008-12-01 | 1 | -1/+1 |
* | Added local lookup before we ask the messaging server. | Homer Horwitz | 2008-11-26 | 1 | -6/+26 |
* | Next step of the PresenceModule. Still not complete; local optimizations and the | Homer Horwitz | 2008-11-25 | 1 | -33/+101 |
* | WIP: Adding a few things to PresenceModule. Not quite finished yet. | Homer Horwitz | 2008-11-24 | 1 | -2/+83 |
* | - Evaluate config only once | Homer Horwitz | 2008-11-24 | 1 | -21/+35 |
* | Plumb in the presence notifications and region shutdown/restart messages | Melanie Thielker | 2008-11-23 | 1 | -9/+15 |
* | Add error handling to catch the WebExceptions thrown if you have | Melanie Thielker | 2008-11-23 | 1 | -23/+48 |
* | Adding root agent position messages to the message server | Melanie Thielker | 2008-11-22 | 1 | -0/+42 |
* | Add root agent tracking to presence module | Melanie Thielker | 2008-11-22 | 1 | -5/+17 |
* | Next step in the presence module - some core plumbing included at | Melanie Thielker | 2008-11-22 | 1 | -0/+18 |
* | Increase IRC login timeout to 25 - it was 10 which was causing reconnect loop... | Dahlia Trimble | 2008-11-22 | 1 | -1/+1 |
* | Adding region up/down notifications to the PresenceModule. Messaging | Melanie Thielker | 2008-11-22 | 1 | -0/+42 |
* | Check in the presence module skeleton | Melanie Thielker | 2008-11-22 | 1 | -0/+100 |
* | Enclose the inter-region IM sending in a try-catch for now to find possibly m... | Homer Horwitz | 2008-11-22 | 1 | -178/+188 |
* | - Add a warning if the agent data of the destination of an IM isn't found | Homer Horwitz | 2008-11-22 | 1 | -0/+6 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-22 | 1 | -1/+1 |
* | - No need to build a list of regions and then only the first one. | Homer Horwitz | 2008-11-21 | 1 | -2/+4 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-21 | 1 | -1/+1 |
* | Prevent a null reference when giving items. | Melanie Thielker | 2008-11-21 | 1 | -0/+6 |
* | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2008-11-19 | 1 | -0/+1 |
* | Patch from jhurliman. Fixing the texture decoding issues in progressive | Melanie Thielker | 2008-11-18 | 1 | -1/+0 |
* | Add a few comments | Melanie Thielker | 2008-11-17 | 1 | -7/+13 |
* | minor: remove mono compiler warnings | Justin Clarke Casey | 2008-11-17 | 2 | -18/+18 |
* | commenting out unused variable. | Dr Scofield | 2008-11-17 | 1 | -2/+2 |
* | Use the message transfer module to pass items across the grid via the profile | Melanie Thielker | 2008-11-17 | 1 | -9/+16 |