Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * fix missing lock on XMLRPC GroupsModule | Teravus Ovares (Dan Olivares) | 2009-09-14 | 1 | -1/+4 |
| | |||||
* | warnings safari. | dr scofield (aka dirk husemann) | 2009-09-02 | 1 | -2/+2 |
| | |||||
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-08-21 | 1 | -1/+1 |
| | |||||
* | Apply http://opensimulator.org/mantis/view.php?id=3538 | Justin Clark-Casey (justincc) | 2009-08-17 | 2 | -4/+18 |
| | | | | | | Add ability to silence IRC relay of region joins and quits from certain users This is useful for admins who wish to remain hidden, or service bots. Thanks RemedyTomm | ||||
* | Replace the Replaceable modules name | Melanie | 2009-08-10 | 6 | -6/+6 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-08-09 | 3 | -5/+5 |
| | |||||
* | Patch from otakup0pe: | Melanie | 2009-08-08 | 3 | -34/+51 |
| | | | | | A better solution for making the FreeSwitch module cooperate with existing installations | ||||
* | This is the second part of the 'not crash on regionsize changes'. This ↵ | Teravus Ovares (Dan Olivares) | 2009-08-07 | 2 | -3/+3 |
| | | | | lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions. | ||||
* | Fixing comments re: INI file. | Michael Cortez | 2009-08-06 | 1 | -3/+3 |
| | |||||
* | Continue with renaming of Groups module components | Michael Cortez | 2009-08-05 | 3 | -27/+29 |
| | |||||
* | Fixes mono Add-In references for the OptionalModules add-in so that groups ↵ | Michael Cortez | 2009-08-05 | 3 | -0/+6 |
| | | | | doesn't throw errors, and so that the add-in is correctly reported as "OptionalModules" rather then as "SampleMoney" | ||||
* | Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵ | Michael Cortez | 2009-08-05 | 4 | -106/+201 |
| | | | | for replaceable Groups Service Connectors. | ||||
* | Revert the #3899 patch and it's two follow ups | Melanie | 2009-08-04 | 3 | -49/+32 |
| | |||||
* | If the FreeSwitch context is unset or "public", then accept any context. | Melanie | 2009-08-04 | 1 | -1/+1 |
| | | | | This restores the "out of the box" functionality. | ||||
* | Output the Freeswitch context received and the context set up in the | Melanie | 2009-08-04 | 1 | -1/+1 |
| | | | | debugging message so a mismatch can be corrected more easily | ||||
* | * Updates libOMV to version 0.7.0 | Teravus Ovares | 2009-07-25 | 2 | -4/+4 |
| | | | | | | | | * Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3855 | Justin Clarke Casey | 2009-07-24 | 1 | -24/+40 |
| | | | | | | | * Prevent session crashes when something goes wrong with group invite. * Thanks mcortez. | ||||
* | Formatting cleanup. | Jeff Ames | 2009-07-23 | 5 | -150/+147 |
| | |||||
* | Thank you, MarcelEdward, for a patch to add paying group join fees. | Melanie Thielker | 2009-07-21 | 1 | -1/+12 |
| | | | | | | | | Applied with changes (original patch would not compile) Whitespace changes removed Fixes Mantis #3926 | ||||
* | * 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 |