Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * minor: just a few formatting changes and log quietening | Justin Clarke Casey | 2009-01-29 | 1 | -4/+6 |
| | |||||
* | * refactor: drop AddXmlRpcHandler() from scene in favour of call via ↵ | Justin Clarke Casey | 2009-01-06 | 1 | -1/+2 |
| | | | | CommsManager | ||||
* | * Mjnor: Clarified comment to ensure that people are aware of how to end the ↵ | Teravus Ovares | 2009-01-06 | 1 | -1/+9 |
| | | | | recursive calls | ||||
* | * Kill an endless loop in the Instant Message delivery system | Teravus Ovares | 2009-01-06 | 1 | -0/+8 |
| | | | | | | | | * Must compare user region with previous calling of the same method to determine if we should look the user up. * The first time, the previous region handle will be 0, so therefore it'll use the cached version. * The second time, previousRegionHandle will be what we looked up on the first round * The third time, it'll say.. we tried to deliver it once with or without lookup, we tried to deliver it a second time with lookup, and failed both times so end! | ||||
* | * Add a method to allow friendship offers to a logged in client from an ↵ | Justin Clarke Casey | 2008-12-23 | 1 | -1/+1 |
| | | | | offline user directly from the server | ||||
* | 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. | ||||
* | minor: remove mono compiler warnings | Justin Clarke Casey | 2008-11-17 | 1 | -17/+17 |
| | |||||
* | commenting out unused variable. | Dr Scofield | 2008-11-17 | 1 | -2/+2 |
| | |||||
* | Correct prim counts for group land. Correct MessageTransferModule startup | Melanie Thielker | 2008-11-17 | 1 | -12/+9 |
| | |||||
* | Megapatch. Completely remove the multiparameter IM methods. Remove the insecure | Melanie Thielker | 2008-11-16 | 1 | -5/+3 |
| | | | | | | fromAgentSession field. | ||||
* | 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 | 1 | -0/+626 |
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) |