Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-15 | MAINT-7118 Swapping legacy people API with new cache | andreykproductengine | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-17 | Merge | Rider Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2016-01-15 | Merge VR | Rider Linden | |
2016-01-12 | MAINT-6041 Crash in LLGroupMgr::processGroupPropertiesReply | AndreyL ProductEngine | |
Added a Null check | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-27 | MAINT-5758 FIXED "Ban Member" from the group chatters list context menu | AndreyL ProductEngine | |
is greyed out once you have performed a ban, until you load the group members list from group info. | |||
2015-10-19 | Merge from viewer release. | Rider Linden | |
2015-09-18 | Set consistent terminology for yield/wait -> suspend for coroutines. | Rider Linden | |
2015-09-14 | MAINT-5507: Remove HTTPClient and related cruft. | Rider Linden | |
2015-08-25 | Merge | Rider Linden | |
2015-08-13 | MAINT-5219 FIXED "Ban Member" from the group chatters list context menu is ↵ | AndreyL ProductEngine | |
greyed out when you have the ability to manage the ban list | |||
2015-07-10 | Backed out changeset bab1000e1b2d: restore 'selfless' changes | Nat Goodspeed | |
2015-07-07 | Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5 | Rider Linden | |
2015-07-01 | MAINT-5351: Remove 'self' parameter from coroutine functions. | Nat Goodspeed | |
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested. | |||
2015-06-29 | MAINT-4952: Use IntrusivePtr for BufferArray,HttpHeaders,HttpOptions. | Nat Goodspeed | |
Specifically, change the ptr_t typedefs for these LLCore classes to use IntrusivePtr rather than directly using boost::intrusive_ptr. This allows us to use a simple ptr_t(raw ptr) constructor rather than having to remember to code ptr_t(raw ptr, false) everywhere. In fact, the latter form is now invalid: remove the now-extraneous 'false' constructor parameters. | |||
2015-06-04 | Default headers added. | Rider Linden | |
Group manager finished conversion. Outfit folders coverted. | |||
2015-06-08 | MAINT-5237 FIXED Everyone Roles are not allowed to view the member's list | AndreyL ProductEngine | |
but the Viewer claims that it is retrieving the member list | |||
2015-05-22 | Removed dead HTTP client adapter code | Rider Linden | |
Partial conversion of group manager clean up some debug code in web profiles. | |||
2015-02-18 | MAINT-4242 FIXED Just clear ban list before populating it with new data. | Mnikolenko ProductEngine | |
2014-07-17 | MAINT-4241 FIXED [Group Bans] Ban member(s) button is not greyed out for ↵ | andreykproductengine | |
banning group owners. Viewer gives message that you ejected group owner. | |||
2014-06-23 | MAINT-4182 Cleaning up | andreykproductengine | |
2014-06-19 | MAINT-4182 FIXED The group ban list always appears empty | andreykproductengine | |
2014-06-16 | viewer-release merge | Chris Baker | |
2014-05-19 | merge | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-06-04 | MAINT-3386 FIXED [vwr] Banned Agents list does not show newly-banned residents | andreykproductengine | |
2014-05-29 | MAINT-3351 FIXED Misleading failure message when user is successfully ↵ | maksymsproductengine | |
removed from a group's Owners role | |||
2014-03-12 | merge | Brad Payne (Vir Linden) | |
2014-03-12 | merge with release | Richard Linden | |
2014-02-18 | Pull in viewer-lion to lock down next release | simon | |
2014-02-14 | [MAINT-3555] Crash in LLPanel::~LLPanel() on shutdown | Baker Linden | |
- Added clear() after DeletePointer() call to hopfully fix this... | |||
2013-12-04 | MAINT-3351 FIXED Misleading failure message when user is successfully ↵ | maksymsproductengine | |
removed from a group's Owners role | |||
2014-05-08 | viewer-release merge (to 3.7.8) | Baker Linden | |
2014-04-08 | [GroupBan] [MAINT-3722] - Banning from 'banned agents' tab does not eject ↵ | Baker Linden | |
them from the group - Banning a resident from the "Banned Agents" tab should not properly eject them from the group. - Renamed "Banned Agents" to "Banned Residents". Updated tool tip as well. - You should now receive an eject notification when banning an agent from the "Banned Residents" tab. | |||
2014-03-11 | 3.7.4. merge | Baker Linden | |
2014-02-06 | [GroupBan] When adding "Manage Ban List" ability additionally grant ↵ | Baker Linden | |
requisite abilities - Viewer side implementation for MAINT-3467 complete | |||
2013-10-09 | [GroupBan] Minor fixes / Code review | Baker Linden | |
Reviewer: Richard Linden - Minor fixes from code review - Continue stubbing out ban_reason, or implement it (depending on how quickly I can do it, though stubbing out ban_reason will be sufficient, which it is now) - Fixed an issue where a ban list string in the actions tab wasn't showing up properly | |||
2013-10-02 | Enum typo, whoops! | Baker Linden | |
2013-10-02 | Attempting fix for TC build issue. | Baker Linden | |
2013-09-13 | - Added ban date to ban list ui | Baker Linden | |
- Code cleanup | |||
2013-09-09 | - Start of code cleanup | Baker Linden | |
- Added refresh button to ban list panel - Added an additional signal to LLNameListCtrl to indicate when the entire name cache is complete. | |||
2013-08-30 | - Got all major functionality working | Baker Linden | |
- Changed PUT and DEL to POST which accepts an enum for a create or delete | |||
2013-08-29 | Initial commit for GroupBan | Baker Linden | |
- Lots of crap isn't working as intended yet. | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-21 | merge | Brad Payne (Vir Linden) | |