Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 5 | -13/+148 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-05-31 | 5 | -1725/+1725 |
| | |||||
* | * Adds MRM scripting commands, World.Objects.Create(Vector3 position) and ↵ | Adam Frisby | 2009-05-31 | 2 | -0/+22 |
| | | | | World.Objects.Create(Vector3 position, Quaternion rotation). These rez a 'default box' object at the specified coordinates, and return the associated IObject. | ||||
* | Fix IRCd init check for config section | Mike Mazur | 2009-05-31 | 1 | -3/+3 |
| | | | | | | | | | The IRCStackModule used Nini.Config.ConfigCollection.Contains() to determine whether the "IRCd" section was present in the config. This ConfigCollection, however, stores an ArrayList of IConfig objects, not strings, so calling Contains("IRCd") always returns false since "IRCd" is a string, not an IConfig object. | ||||
* | * Tweaks to /WHO listings. | Adam Frisby | 2009-05-30 | 1 | -9/+23 |
| | |||||
* | * You are likely to be eaten by a grue. | Adam Frisby | 2009-05-30 | 2 | -61/+162 |
| | | | | | * Enable with [IRCd] Enabled=true (will listen on port 6666). | ||||
* | * More Tweaks | Adam Frisby | 2009-05-30 | 3 | -9/+44 |
| | |||||
* | * More IRCClientView fiddling. Now implements IClientAPI & IClientCore. | Adam Frisby | 2009-05-30 | 3 | -182/+245 |
| | |||||
* | * May partially implement a C# IRCd & IRCClientStack. | Adam Frisby | 2009-05-30 | 3 | -0/+1487 |
| | |||||
* | * Adds World.Audio.* to MRM | Adam Frisby | 2009-05-29 | 3 | -1/+48 |
| | | | | | * This includes methods such as PlaySound which take a Position as an argument, allowing you to trigger sounds arbitrarily across the scene without needing a parent object in the position. | ||||
* | * Protip: When you click 'make public' in resharper, note to save before ↵ | Adam Frisby | 2009-05-29 | 1 | -1/+1 |
| | | | | committing. | ||||
* | * Implements Sound on Objects for IObject in MRM | Adam Frisby | 2009-05-29 | 3 | -1/+29 |
| | | | | | | * Method: IObject.Sound.Play(UUID sound, double volume) * More feature-packed API to come soon. (I want a World.Sound with arbitrary positioning) | ||||
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 1 | -3/+3 |
| | |||||
* | 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 | 2 | -23/+56 |
| | |||||
* | changing IRCBridgeModule to new region module scheme | Dr Scofield | 2009-05-22 | 2 | -75/+49 |
| | |||||
* | Send the owner name, not the client name on SendDialog. | Homer Horwitz | 2009-05-16 | 1 | -1/+1 |
| | | | | | | This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661. | ||||
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵ | diva | 2009-05-15 | 1 | -2/+2 |
| | | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now | ||||
* | 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 |
| | |||||
* | * Adds additional check to MRM rezzing - the host object must be created by ↵ | Adam Frisby | 2009-05-12 | 1 | -1/+3 |
| | | | | the sim owner, not just owned by it. | ||||
* | * Adds ScenePresence.TeleportWithMomentum - same as .Teleport, but preserves ↵ | Adam Frisby | 2009-05-12 | 1 | -1/+1 |
| | | | | velocity. | ||||
* | 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 | 2 | -0/+5 |
| | |||||
* | * Applies Mantis #3630 - Adds support for outside MRM initialisation, makes ↵ | Adam Frisby | 2009-05-12 | 13 | -18/+32 |
| | | | | MRMModule compatible with the Visual Studio MRMLoader ( http://forge.opensimulator.org/gf/project/mrmloader/ ) | ||||
* | * Code to make MRM debugging easier. | Adam Frisby | 2009-05-09 | 2 | -1/+6 |
| | |||||
* | 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 | ||||
* | * break out 'xml2' deserialization from sog | Justin Clarke Casey | 2009-05-08 | 4 | -43/+9 |
| | |||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 2 | -0/+2 |
| | |||||
* | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 2009-05-04 | 1 | -5/+2 |
| | |||||
* | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 2009-05-04 | 1 | -0/+4 |
| | | | | | | | appear to be too slow to be useful, or fail too fire. I may remove the timers as a consequence if this. | ||||
* | 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, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 2009-04-30 | 1 | -1/+1 |
| | | | | | | | | avatar updates into a single packet. Applied with changes. Fixes Mantis #3136 | ||||
* | 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 | 6 | -127/+149 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-04-27 | 3 | -90/+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 |
| | |||||
* | * Implements Microthreading for MRM scripting. | Adam Frisby | 2009-04-24 | 7 | -2/+162 |
| | | | | | | | | | | * This is achieved through two new keywords "microthreaded" and "relax". example: public microthreaded void MyFunc(...) { ... relax; ... } | ||||
* | 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. |