Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More on group chat: only root agents should subscribe to OnInstantMessage, ↵ | Diva Canto | 2013-07-27 | 1 | -1/+14 | |
| | | | | or else they'll see an echo of their own messages after teleporting. | |||||
* | More bug fixes on group chat | Diva Canto | 2013-07-27 | 1 | -15/+19 | |
| | ||||||
* | Several major improvements to group (V2) chat. Specifically: handle ↵ | Diva Canto | 2013-07-27 | 6 | -191/+292 | |
| | | | | | | join/drop appropriately, invitechatboxes. The major departure from flotsam is to send only one message per destination region, as opposed to one message per group member. This reduces messaging considerably in large groups that have clusters of members in certain regions. | |||||
* | Trying to decrease the lag on group chat. (Groups V2 only) | Diva Canto | 2013-07-26 | 1 | -16/+24 | |
| | ||||||
* | Decreased the time of group cache to 1 min, because it was getting on my ↵ | Diva Canto | 2013-07-24 | 1 | -1/+1 | |
| | | | | nerves that it takes so long to let go of old info. | |||||
* | Improvement of fetching name in groups | Diva Canto | 2013-07-23 | 1 | -11/+10 | |
| | ||||||
* | minor: remove some mono compiler warnings in new groups code | Justin Clark-Casey (justincc) | 2013-07-08 | 4 | -8/+1 | |
| | ||||||
* | Add "show caps stats by user" and "show caps stats by cap" console commands ↵ | Justin Clark-Casey (justincc) | 2013-07-08 | 2 | -2/+2 | |
| | | | | | | | | | to print various counts of capability invocation by user and by cap This currently prints caps requests received and handled, so that overload of received compared to handled or deadlock can be detected. This involves making BaseStreamHandler and BaseOutputStream record the ints, which means inheritors should subclass ProcessRequest() instead of Handle() However, existing inheriting classes overriding Handle() will still work, albeit without stats recording. "show caps" becomes "show caps list" to disambiguate between show caps commands | |||||
* | Groups V2: charge for group creation only after the group has been ↵ | Diva Canto | 2013-06-30 | 1 | -1/+4 | |
| | | | | successfully created | |||||
* | More on mantis #6666 -- Groups V2 remote connector. | Diva Canto | 2013-06-09 | 1 | -7/+4 | |
| | ||||||
* | Groups V2 -- fix mantis #6666 | Diva Canto | 2013-06-08 | 1 | -0/+3 | |
| | ||||||
* | Mantis #6620 (removed debug message) | Diva Canto | 2013-06-07 | 1 | -1/+1 | |
| | ||||||
* | Update the money framework to allow sending the new style linden "serverside ↵ | Melanie | 2013-05-25 | 1 | -1/+1 | |
| | | | | | | is now viewerside" messages regarding currency This will require all money modules to be refactored! | |||||
* | Groups: Improve error handling on remote connector. | Diva Canto | 2013-05-13 | 1 | -4/+9 | |
| | ||||||
* | Fixes mantis #6636 -- Groups | Diva Canto | 2013-05-13 | 2 | -1/+7 | |
| | ||||||
* | Groups: make some methods protected. | Diva Canto | 2013-04-25 | 1 | -7/+7 | |
| | ||||||
* | Switched to using the other Util function with a default value. | Diva Canto | 2013-02-27 | 1 | -1/+2 | |
| | ||||||
* | Moved the HG default variables out of [Startup] and into their own section ↵ | Diva Canto | 2013-02-27 | 1 | -1/+1 | |
| | | | | [Hypergrid] in *Common.ini.example. Backwards compatible for now. | |||||
* | Mantis #6552 -- stricter error (crash) if server URL is malformed. | Diva Canto | 2013-02-25 | 1 | -5/+2 | |
| | ||||||
* | Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵ | Diva Canto | 2013-02-25 | 4 | -3/+16 | |
| | | | | roles cache. | |||||
* | Added new Util function for reading config vars that's more generic than the ↵ | Diva Canto | 2013-02-22 | 1 | -1/+1 | |
| | | | | one I added yesterday -- this is for helping move config vars out of [Startup] | |||||
* | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵ | Diva Canto | 2013-02-21 | 1 | -4/+4 | |
| | | | | default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency. | |||||
* | Updated AssemblyInfo.cs for Groups and OfflineIM to 0.7.6.*. Removed ↵ | Diva Canto | 2013-02-19 | 1 | -2/+1 | |
| | | | | AssemblyFileVersionNumber too. | |||||
* | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵ | Diva Canto | 2013-02-19 | 17 | -0/+8712 | |
rest to Addons.Groups.dll. |