Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 256 colour info to /theme colours | Michael Vetter | 2019-08-23 | 1 | -0/+7 |
| | |||||
* | Add myself to copyright | Michael Vetter | 2019-06-17 | 1 | -0/+2 |
| | | | | Like discussed with James. | ||||
* | Merge pull request #1084 from jubalh/occupants-char | Michael Vetter | 2019-05-03 | 1 | -0/+6 |
|\ | | | | | Add occupants char | ||||
| * | Add occupants char | Michael Vetter | 2019-05-02 | 1 | -0/+6 |
| | | | | | | | | | | | | | | `/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 | ||||
* | | Check for new profanity version using new URL | Michael Vetter | 2019-05-03 | 1 | -1/+1 |
|/ | | | | Regards https://github.com/profanity-im/profanity/issues/1085 | ||||
* | Add occupants wrap option | Michael Vetter | 2019-04-24 | 1 | -0/+5 |
| | | | | | | | Wrapping for the occupants panel like already exists for the roster panel. See `/occupants wrap on`. Regards https://github.com/boothj5/profanity/issues/690 | ||||
* | Add occupants header char | Michael Vetter | 2019-04-23 | 1 | -0/+6 |
| | | | | | | | | `/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 | ||||
* | Fix indentation for time config | kaffeekanne | 2019-04-23 | 1 | -2/+2 |
| | |||||
* | Add /occupants indent command | Michael Vetter | 2019-04-18 | 1 | -0/+3 |
| | | | | | | | | 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 | ||||
* | Set correct year in copyright display | Michael Vetter | 2019-04-17 | 1 | -1/+1 |
| | | | | Fixes https://github.com/boothj5/profanity/issues/1069 | ||||
* | Add OMEMO policy | Paul Fariello | 2019-04-17 | 1 | -0/+4 |
| | | | | | | | | | | | | There is 3 policy: - manual: OMEMO session are only started manually - automatic: OMEMO session are only started if they have been started manually before - always: OMEMO session are always started unless they have been ended manually before Closes #1040 and fixes #1052 | ||||
* | Add OMEMO in prefs command | Paul Fariello | 2019-04-10 | 1 | -0/+24 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Splash logo improvements (#1022) | Raf Czlonka | 2018-11-21 | 1 | -7/+7 |
| | | | | | * Splash logo improvements * Use straight/flat, instead or rounded, outer edges on `o` and `a` | ||||
* | Rename mucconf wins into conf wins | Paul Fariello | 2018-09-05 | 1 | -5/+5 |
| | | | | Configuration windows are now being used by both muc and cmd. | ||||
* | Add max tab length to statusbar | James Booth | 2018-03-11 | 1 | -0/+7 |
| | |||||
* | WIP add self prefs for statusbar | James Booth | 2018-03-10 | 1 | -0/+8 |
| | |||||
* | Preference to show/hide tab number | James Booth | 2018-03-09 | 1 | -0/+5 |
| | |||||
* | Remove empty tabs | James Booth | 2018-03-09 | 1 | -15/+0 |
| | |||||
* | Add preferences for tab display | James Booth | 2018-03-09 | 1 | -1/+9 |
| | |||||
* | Add max tabs preference for statusbar | James Booth | 2018-03-08 | 1 | -1/+3 |
| | |||||
* | Add prefs for empty tabs and tab names | James Booth | 2018-03-08 | 1 | -0/+16 |
| | |||||
* | Show name in statusbar tabs WIP | James Booth | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | Do not colour room as joined when error joining | James Booth | 2018-03-07 | 1 | -7/+5 |
| | | | | fixes #984 | ||||
* | Add /rooms cache | James Booth | 2018-02-05 | 1 | -0/+11 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -2/+2 |
| | |||||
* | Add basic help search | James Booth | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -6/+6 |
| | |||||
* | Add theme option for time in a status bar | Lukasz Marcinowski | 2017-03-22 | 1 | -0/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -2/+2 |
| | |||||
* | Allow clearing account resource | James Booth | 2016-11-22 | 1 | -1/+3 |
| | | | | issue #880 | ||||
* | Added main.help.header theme option | Frank Zschockelt | 2016-10-29 | 1 | -9/+9 |
| | |||||
* | Remove cons_show_word | James Booth | 2016-10-16 | 1 | -7/+0 |
| | |||||
* | Remove cons_show_time | James Booth | 2016-10-16 | 1 | -7/+0 |
| | |||||
* | Use varargs in win_println_indent | James Booth | 2016-10-15 | 1 | -2/+2 |
| | |||||
* | Add win_append | James Booth | 2016-10-15 | 1 | -29/+28 |
| | |||||
* | Add win_appendln | James Booth | 2016-10-15 | 1 | -26/+26 |
| | |||||
* | Add win_print | James Booth | 2016-10-15 | 1 | -87/+96 |
| | |||||
* | Rename win_println -> win_println_indent | James Booth | 2016-10-15 | 1 | -1/+1 |
| | |||||
* | Use win_printf_line instead of win_println | James Booth | 2016-10-15 | 1 | -18/+18 |
| | |||||
* | Add ch arg to win_printf_line | James Booth | 2016-10-15 | 1 | -34/+34 |
| | |||||
* | Use THEME_DEFAULT | James Booth | 2016-10-14 | 1 | -36/+36 |
| | |||||
* | Add win_printf_line | James Booth | 2016-10-14 | 1 | -36/+36 |
| | |||||
* | Always use string format in win_printf | James Booth | 2016-10-12 | 1 | -13/+13 |
| | |||||
* | Remove win_print, use win_printf instead | James Booth | 2016-10-11 | 1 | -65/+58 |
| | |||||
* | Rename win_vprint -> win_printf | James Booth | 2016-10-11 | 1 | -50/+50 |
| | |||||
* | Allow vertical positioning of all windows | James Booth | 2016-09-23 | 1 | -5/+8 |
| | |||||
* | Rename /titlebar -> /wintitle | James Booth | 2016-09-22 | 1 | -8/+8 |
| | |||||
* | Add /inputwin top|bottom command | James Booth | 2016-09-19 | 1 | -0/+9 |
| | | | | closes #853 | ||||
* | Rename Bookmark->jid to Bookmark->barejid | James Booth | 2016-08-28 | 1 | -4/+4 |
| |