Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added local lookup before we ask the messaging server. | Homer Horwitz | 2008-11-26 | 1 | -6/+26 |
| | | | | | Still not tested. May contain bugs. | ||||
* | Next step of the PresenceModule. Still not complete; local optimizations and the | Homer Horwitz | 2008-11-25 | 1 | -33/+101 |
| | | | | | | messaging server changes are still missing. Completely untested. May contain bugs. | ||||
* | 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 |
| | | | | | - Fixed some locking issues | ||||
* | Plumb in the presence notifications and region shutdown/restart messages | Melanie Thielker | 2008-11-23 | 1 | -9/+15 |
| | | | | | | | | | from the presence module to the message server, through the user server and on into the database. This should fix the "Already logged in" issue that grids see after a sim crashes, or a user crashes out of a sim. Not yet a 100% solution for friends, but getting there. | ||||
* | Add error handling to catch the WebExceptions thrown if you have | Melanie Thielker | 2008-11-23 | 1 | -23/+48 |
| | | | | | | no messaging server | ||||
* | 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 |
| | | | | | | no extra cost | ||||
* | Increase IRC login timeout to 25 - it was 10 which was causing reconnect ↵ | Dahlia Trimble | 2008-11-22 | 1 | -1/+1 |
| | | | | loops on slow responding servers. | ||||
* | Adding region up/down notifications to the PresenceModule. Messaging | Melanie Thielker | 2008-11-22 | 1 | -0/+42 |
| | | | | | | Server portion remains to be implemented | ||||
* | 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 ↵ | Homer Horwitz | 2008-11-22 | 1 | -178/+188 |
| | | | | missed exceptions. | ||||
* | - Add a warning if the agent data of the destination of an IM isn't found | Homer Horwitz | 2008-11-22 | 1 | -0/+6 |
| | | | | | | - Add a warning if the region info of the region the user is in isn't found - Remove one possibility for a silently dropped IM. | ||||
* | 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 |
| | | | | | | | | - 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. | ||||
* | 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 |
| | | | | | | | | | 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 | ||||
* | Patch from jhurliman. Fixing the texture decoding issues in progressive | Melanie Thielker | 2008-11-18 | 1 | -1/+0 |
| | | | | | | texture sending. Grain of salt not included. | ||||
* | 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 |
| | |||||
* | Correct prim counts for group land. Correct MessageTransferModule startup | Melanie Thielker | 2008-11-17 | 1 | -12/+9 |
| | |||||
* | Fix friends again. Friends-handling is now stateless and, thanks to | Homer Horwitz | 2008-11-16 | 1 | -263/+135 |
| | | | | | | MessageTransferModule, much easier to understand (I hope). | ||||
* | Megapatch. Completely remove the multiparameter IM methods. Remove the insecure | Melanie Thielker | 2008-11-16 | 5 | -148/+114 |
| | | | | | | fromAgentSession field. | ||||
* | First step tidy-up of IM packing/unpacking/repacking | Melanie Thielker | 2008-11-16 | 1 | -11/+18 |
| | |||||
* | GridIMs don't have a (sending) client, which led to a NRE on access. | Homer Horwitz | 2008-11-16 | 1 | -1/+2 |
| | | | | | | Doesn't use client now in that case. | ||||
* | Add MessageTransferModule interface to all scenes, not only the first | Melanie Thielker | 2008-11-16 | 1 | -1/+1 |
| | |||||
* | Fix 2 bugs in the message transfer module, thanks, Homer Horwitz! | Melanie Thielker | 2008-11-16 | 1 | -2/+2 |
| | |||||
* | Introduces the message transfer module. It splits the transfer mechanics off | Melanie Thielker | 2008-11-16 | 4 | -658/+722 |
| | | | | | | | | 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) | ||||
* | Hack to temporarily fix friends-handling. This will be redone as soon as | Homer Horwitz | 2008-11-15 | 1 | -2/+2 |
| | | | | | | | | Melanie's CommunicationModule is in. Please note: imSession is a transaction-ID, *not* the agent's session. | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-15 | 1 | -18/+2 |
| | |||||
* | From: Alan Webb (alan_webb@us.ibm.com) | Dr Scofield | 2008-11-14 | 4 | -110/+129 |
| | | | | | | | | Fixed the IRC code so that it deals with regions coming and going. | ||||
* | Some changes to the money module to allow a more flexible system of | Melanie Thielker | 2008-11-14 | 1 | -7/+12 |
| | | | | | | applying charges | ||||
* | From: awebb@us.ibm.com | Sean Dague | 2008-11-13 | 1 | -1/+1 |
| | | | | | | Fix the long-standing "lost clothing" bug by making AvatarFactory a non shared module (which it should have been all along). | ||||
* | Revamp inventory transfer module, step 1. Inventory will now be saved if | Melanie Thielker | 2008-11-12 | 1 | -99/+117 |
| | | | | | | | | destination user is offline/out of range. No more eternal cache is needed for tracking IDs. Code cleanup. Removed some casts from IScene to Scene. Decline now properly places item in trash rather than deleting it outright. | ||||
* | Update svn properties. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | Reintroduce transactionID to the parameter list for SendInstantMessage. | Melanie Thielker | 2008-11-09 | 2 | -5/+5 |
| | | | | | | | It is required by group IM and also for a proper implementation of item give, group notice attachments and offline IM. | ||||
* | * Ported InstantMessageModule to IClientCore | Adam Frisby | 2008-11-08 | 1 | -6/+11 |
| | | | | | * See http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#InstantMessageModule.cs | ||||
* | * Added IClientIM to IClientCore interfaces | Adam Frisby | 2008-11-08 | 3 | -17/+17 |
| | | | | | | * Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.* | ||||
* | - fixes comparison of struct against null (no no no) | Dr Scofield | 2008-11-06 | 4 | -39/+39 |
| | | | | | | | | | | - fixes IRCBridgeModule's XmlRpc method really paying attention to region parameter - cleans up indentation in IRCBridge code - fixes ConciergeModule exception on client logout | ||||
* | * Prevent texture sender thread termination from immediately crashing the sim | Justin Clarke Casey | 2008-11-04 | 1 | -2/+0 |
| | |||||
* | * minor: doc and log message tweaking for wearables | Justin Clarke Casey | 2008-11-04 | 1 | -4/+15 |
| | |||||
* | fix: ArchiveReadRequest.URIFetch stumbles over absent content length field | Dr Scofield | 2008-11-04 | 1 | -0/+1 |
| | | | | | | fix: region parameter in IRCBridgeModule XmlRpc was check for presence but not actually used... | ||||
* | Small fix for a possible NRE in standalone mode, killing the | Homer Horwitz | 2008-11-03 | 1 | -2/+2 |
| | | | | | | client-thread. Will hopefully fix Mantis#2536. | ||||
* | * mionr: correct CONTRIBUTORS file for Plugh | Justin Clarke Casey | 2008-11-03 | 1 | -2/+2 |
| | |||||
* | * minor: fussy little change to put colons in some log output | Justin Clarke Casey | 2008-11-03 | 1 | -12/+12 |
| | |||||
* | * minor: don't need to null check config source in clientstack settings ↵ | Justin Clarke Casey | 2008-11-03 | 1 | -1/+0 |
| | | | | since this is always non null |