Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add workaround for compiler warning | Michael Vetter | 2020-02-14 | 1 | -1/+1 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1265 | ||||
* | Update my Copyright to 2020 | Michael Vetter | 2020-01-03 | 1 | -1/+1 |
| | |||||
* | Add workaround for stupid compiler warning | Michael Vetter | 2019-12-19 | 1 | -1/+1 |
| | | | | Makes travis builds for TW, Debian and Arch fail. | ||||
* | Add /occupants color command | Michael Vetter | 2019-12-19 | 1 | -4/+18 |
| | | | | | | | | `/occupants color on|off` to enable or disable XEP-0392 also for the MUC occupants. Regards https://github.com/profanity-im/profanity/issues/1191 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Add myself to copyright | Michael Vetter | 2019-06-17 | 1 | -0/+1 |
| | | | | Like discussed with James. | ||||
* | Add occupants char | Michael Vetter | 2019-05-02 | 1 | -0/+5 |
| | | | | | | | `/occupants char` now sets a character that is displayed before the nick in MUCs. Similar like `/roster char` is displaying a char for the roster. Regards #690 | ||||
* | Fix formatting for privileges on | Michael Vetter | 2019-04-24 | 1 | -0/+4 |
| | | | | | `/privileges on` lists `Moderator`, `Visitor` etc. Formatting was wrong here. Printing privilige followed by nickaname in the same line. | ||||
* | Occupantswin: handle newline correctly | Michael Vetter | 2019-04-24 | 1 | -6/+6 |
| | |||||
* | Add occupants wrap option | Michael Vetter | 2019-04-24 | 1 | -2/+6 |
| | | | | | | | Wrapping for the occupants panel like already exists for the roster panel. See `/occupants wrap on`. Regards https://github.com/boothj5/profanity/issues/690 | ||||
* | Put occupants update into own function | Michael Vetter | 2019-04-23 | 1 | -0/+17 |
| | |||||
* | Add occupants header char | Michael Vetter | 2019-04-23 | 1 | -4/+31 |
| | | | | | | | | `/occupants header char` now sets a character that is displayed before the role (moderator, visitor..) in a room. Similar to `/roster header char` is displaying a char for the roster. Regards https://github.com/boothj5/profanity/issues/690 | ||||
* | Adjust jid for occupants indent | Michael Vetter | 2019-04-20 | 1 | -3/+11 |
| | | | | Indent the jid one more space than nick. | ||||
* | Allow setting occupants indent outside of MUC | Michael Vetter | 2019-04-20 | 1 | -2/+0 |
| | | | | And when not connected. | ||||
* | Add /occupants indent command | Michael Vetter | 2019-04-18 | 1 | -1/+12 |
| | | | | | | | | Roster has a `/roster contact indent` option. Now we have the same for occupants. So contacts in roster and in MUC can have configurable indentation. Regards https://github.com/boothj5/profanity/issues/690 | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Added word wrap to roster panel | James Booth | 2015-11-22 | 1 | -6/+6 |
| | |||||
* | Pass wrap boolean to win_sub_print() | James Booth | 2015-11-22 | 1 | -6/+6 |
| | |||||
* | Renamed subwin functions | James Booth | 2015-11-22 | 1 | -6/+6 |
| | |||||
* | Added /roster indent contact | James Booth | 2015-11-21 | 1 | -6/+6 |
| | |||||
* | Applied coding style to src/ui/ | James Booth | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | Moved ui/windows -> window_list | James Booth | 2015-06-15 | 1 | -2/+2 |
| | |||||
* | Added option to show jids in occupants panel | James Booth | 2015-04-12 | 1 | -5/+12 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -8/+2 |
| | |||||
* | Use class instead of base pointer | James Booth | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Refactored all window recipients and types | James Booth | 2014-12-20 | 1 | -1/+1 |
| | | | | Tests need fixing | ||||
* | Tidy occupantswin.c | James Booth | 2014-12-16 | 1 | -40/+19 |
| | |||||
* | Added occupantswin.c | James Booth | 2014-12-16 | 1 | -0/+147 |