| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
for replaceable Groups Service Connectors.
|
|
|
|
|
|
| |
the ball rolling on replacable modules. No user functionality yet
|
|
|
|
|
| |
* "luke, use the sed"
|
|
|
|
| |
LICENSE.txt.
|
|
|
|
|
|
| |
NOT enabled.
|
|
|
|
|
|
|
| |
debug mode.
Fixes Mantis #3609
|
|
|
|
|
|
| |
* Fix XmlRpcGroupData.XmlRpcCall() to correctly handle response
|
| |
|
|
|
|
|
|
|
| |
already is).
- Make sure it really is Close()d when the configuration isn't sane.
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
spamming somewhat
|
|
Added is a patch that adds a rough Groups implementation. This patch allows
the creation, adding and maintaining Groups, Roles and Members. Work has begun
on a very naive implementation of messaging, and minimal support for notifications
{no attachments yet}. Proposals are not yet supported, but are on the to-do list.
This implementation is not active by default, and must be configured in
OpenSim.ini to become active.
|