Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Patch from otakup0pe to help freeswitch play nice with complex existing ↵ | Teravus Ovares | 2009-07-17 | 3 | -140/+160 |
| | | | | | | | | freeswitch configurations. * Thanks! fixes mantis #3899 | ||||
* | * Workaround for a bug in Vivox Server r2978, whereby ↵ | Adam Frisby | 2009-07-12 | 1 | -2/+18 |
| | | | | channel-search.channels.count returns 0 instead of the actual channel count. Should not affect more recent versions of Vivox where this issue has been fixed. | ||||
* | * More Vivox Fiddling | Adam Frisby | 2009-07-12 | 1 | -1/+5 |
| | |||||
* | * Patch for previous revision. | Adam Frisby | 2009-07-12 | 1 | -4/+1 |
| | |||||
* | * More VivoxModule debugging. | Adam Frisby | 2009-07-12 | 1 | -2/+20 |
| | |||||
* | * Added some noisy debug information to VivoxModule to try debug why ↵ | Adam Frisby | 2009-07-12 | 1 | -2/+9 |
| | | | | GetChannel fails on LBSA/Zaius Plaza. | ||||
* | fixing missing ReplacableInterface | Dr Scofield | 2009-07-11 | 1 | -2/+7 |
| | |||||
* | From: Dr Scofield <hud@zurich.ibm.com> & Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-07-11 | 1 | -0/+1301 |
| | | | | | | | | | | | this commit finally adds the VivoxVoiceModule: it supports positional as well as conference call type voice (currently only per region server), region and parcel voice, speaker indication (LL client family), direct avtar-to-avatar voice chat. NOTE: you need to obtain an customer admin account from Vivox to be able to use this module --- DON'T ask me about how to about an admin account, i've NO clue, we just wrote this code. | ||||
* | fixing warning re ReplacableInterface() | Dr Scofield | 2009-07-11 | 1 | -1/+1 |
| | |||||
* | Committing the interface change and the addition to the modules to get | Melanie Thielker | 2009-07-10 | 4 | -0/+20 |
| | | | | | | the ball rolling on replacable modules. No user functionality yet | ||||
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 3 | -10/+10 |
| | | | | | | Change all uses of the HttpServer properties to use the new singleton | ||||
* | From: Rob Smart <SMARTROB@uk.ibm.com> | Sean Dague | 2009-06-19 | 2 | -8/+13 |
| | | | | | Makes an avatars personal voice indicator work with Freeswitch (though not other avatars indicators) | ||||
* | * Corrected CAPS namespaces | Arthur Valadares | 2009-06-18 | 3 | -4/+4 |
| | | | | | * "luke, use the sed" | ||||
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 4 | -10/+10 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 12 | -12/+12 |
| | | | | LICENSE.txt. | ||||
* | dropping attendee list keeping from Concierge, relying on | Dr Scofield | 2009-05-25 | 1 | -87/+26 |
| | | | | | Scene.GetAvatars() instead now. [test #487] | ||||
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 2009-05-23 | 2 | -2/+3 |
| | | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient) | ||||
* | converting Chat module and Concierge module to new style region modules | Dr Scofield | 2009-05-22 | 1 | -23/+55 |
| | |||||
* | changing IRCBridgeModule to new region module scheme | Dr Scofield | 2009-05-22 | 1 | -74/+47 |
| | |||||
* | Remove all messages from the groups module that would be output when it is | Melanie Thielker | 2009-05-14 | 2 | -11/+4 |
| | | | | | | NOT enabled. | ||||
* | Remove a misleading event that was only used internally | Melanie Thielker | 2009-05-14 | 1 | -1/+0 |
| | |||||
* | Add more group notify glue | Melanie Thielker | 2009-05-12 | 1 | -0/+7 |
| | |||||
* | Paving the way for syncing group permissions across a grid | Melanie Thielker | 2009-05-12 | 1 | -0/+1 |
| | |||||
* | Prevent normal (Text) IM from being logged by the group message module in | Melanie Thielker | 2009-05-09 | 1 | -1/+2 |
| | | | | | | | debug mode. Fixes Mantis #3609 | ||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 2009-05-04 | 1 | -5/+2 |
| | |||||
* | Thank you kindly, MCortez for a patch that solves: | Charles Krinke | 2009-05-02 | 1 | -1/+18 |
| | | | | | | | | | Different people using Hippo 0.5.1 report that trying to send group instant messages crashes the viewer (Hippo 0.5.1). This is the case even for empty groups or if all group members are online. | ||||
* | Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-04-29 | 3 | -156/+280 |
| | | | | | | | | | The attached patch provides the necessary infrastructure to support security and authentication features of the xmlrpc server. * Read/Write keys for accessing a Group's xmlrpc service. * Requiring user session verification for write operations. | ||||
* | * Correct log message format | Justin Clarke Casey | 2009-04-29 | 3 | -95/+95 |
| | | | | | | * Fix XmlRpcGroupData.XmlRpcCall() to correctly handle response | ||||
* | * Add test to check temp profile creation on iar load | Justin Clarke Casey | 2009-04-29 | 1 | -4/+1 |
| | |||||
* | * Apply further groups xmlrpc to stop an exception in the exception handler | Justin Clarke Casey | 2009-04-29 | 1 | -30/+17 |
| | | | | | | * Thanks mcortez | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3557 | Justin Clarke Casey | 2009-04-29 | 1 | -1/+19 |
| | | | | | | | * Stops XmlRpcGroups crashing client sessions if there is an XMLRPC failure * Thanks mcortez | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3554 | Justin Clarke Casey | 2009-04-29 | 1 | -1/+1 |
| | | | | | | | * Stop converting serviceURL to all lower case. * Thanks mcortez | ||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-29 | 2 | -4/+4 |
| | |||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-27 | 3 | -122/+90 |
| | |||||
* | - Setting groups-messaging module to by disabled by default (groups module ↵ | Homer Horwitz | 2009-04-26 | 1 | -3/+3 |
| | | | | | | | already is). - Make sure it really is Close()d when the configuration isn't sane. | ||||
* | Thank you, mcortez, for a patch to fix group notice delivery | Melanie Thielker | 2009-04-26 | 1 | -3/+3 |
| | |||||
* | Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-04-25 | 3 | -505/+795 |
| | | | | | | | | | | The attached patch fixes a few problems that people were having with the Messaging provided by the XmlRpcGroups optional module, namely: * Fixes 2x echo in group messaging * Fixes problems with cross instance, non-neighbor, messaging | ||||
* | * More debug warning message removal in the FreeSwitchVoiceModule | Teravus Ovares | 2009-04-25 | 1 | -21/+275 |
| | |||||
* | Update svn properties, add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-24 | 2 | -17/+4 |
| | |||||
* | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-23 | 1 | -14/+27 |
| | | | | | | | | | | | | | | | | | | | | Some other IRC timing wrinkles showed up: [1] If connect processing blocked in socket activation, then the watch dog saw the session as connected, and eventually tried to ping, but because the socket create was still blocked, it barfed on a null reference. This then drove reconnect. Changed the watchdog handler so that it only tries to ping connections that are connected and not pending. [2] If the socket creation actually fails, then the connect and pending flags were reset. This resulted in the connection being retried at the earliest possible opportunity. The longer login-timeout is preferrable, so the status flags are not reset, and the failed login is eventually timed out. [3] The Inter-connection interval is primed so that the first session can connect without delay. | ||||
* | * Fix another crash bug in the FreeSwitchVoiceModule | Teravus Ovares | 2009-04-23 | 2 | -1/+3 |
| | |||||
* | * Tweaking the dialstring so the sip_contact_user variable is set to the ↵ | Teravus Ovares | 2009-04-23 | 2 | -6/+10 |
| | | | | dialed user. This stops the client from complaining and might be useful later. Resolves the 'unable to parse id from mod_sofia@ip:port' message. | ||||
* | * minor: remove some compiler warnings | Justin Clarke Casey | 2009-04-22 | 1 | -31/+31 |
| | |||||
* | more cleanup | Dr Scofield | 2009-04-22 | 3 | -66/+60 |
| | |||||
* | further cleanup (lower casing non-public vars and local vars) | Dr Scofield | 2009-04-22 | 1 | -179/+173 |
| | |||||
* | cleaning up, fixing warnings | Dr Scofield | 2009-04-22 | 4 | -63/+48 |
| | |||||
* | * Some tweaks to the FreeSwitchModule to allow a well known hostname and ↵ | Teravus Ovares | 2009-04-22 | 2 | -9/+26 |
| | | | | | | | | avoid a double // in a path which causes account verification to fail * The change shouldn't affect anyone who has it working currently and makes it a ton easier for everyone else to get it working. * Handle a case when there's no Event-Calling-Function but it's obviously a REGISTER method | ||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-22 | 5 | -80/+79 |
| | |||||
* | Thank you kindly, MCortez, for a patch that: | Charles Krinke | 2009-04-21 | 3 | -330/+217 |
| | | | | | | | | | | | * Refactors the xmlrpc calls to a single location to make it easier to debug and include alternative xmlrpc call mechanisms * Includes an alternative xmlrpc call mechanism that sets HTTP Keep-Alive to false which solves nearly all System.Net exceptions on some windows environments |