Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Group notices bug fix: use a new IM for each member of the group, otherwise ↵ | Diva Canto | 2013-08-05 | 1 | -2/+2 |
| | | | | the fields get messed up because the transfer is async | ||||
* | Groups: Better warning messages to the user. | Diva Canto | 2013-07-28 | 1 | -0/+4 |
| | |||||
* | Removed commented lines and useless debug message | Diva Canto | 2013-07-28 | 1 | -16/+0 |
| | |||||
* | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ↵ | Diva Canto | 2013-07-28 | 1 | -21/+6 |
| | | | | handler from both Groups modules in core, and replaced them with an operation on IGroupsModule. | ||||
* | This makes group search work (Groups V2). | Diva Canto | 2013-07-28 | 1 | -0/+4 |
| | |||||
* | Several major improvements to group (V2) chat. Specifically: handle ↵ | Diva Canto | 2013-07-27 | 1 | -4/+22 |
| | | | | | | 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. | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Groups V2: charge for group creation only after the group has been ↵ | Diva Canto | 2013-06-30 | 1 | -1/+4 |
| | | | | successfully created | ||||
* | 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! | ||||
* | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵ | Diva Canto | 2013-02-19 | 1 | -0/+1467 |
rest to Addons.Groups.dll. |