about summary refs log tree commit diff stats
path: root/src/ui/console.c
Commit message (Collapse)AuthorAgeFilesLines
* xep-0308: create setting to toggle lmcMichael Vetter2020-02-101-1/+8
| | | | and print settings if only `/correction` is run.
* xep-0308: add `correction` autocompletionMichael Vetter2020-02-101-0/+6
|
* XEP-0092: Add configuration option to choose whether to send OS nameMichael Vetter2020-01-241-0/+10
| | | | | `/os on|off` now let's one choose whether to include the OS name once `/software` (XEP-0092) is ran on us.
* Add option to display MUC name or JID in titlebarMichael Vetter2020-01-231-0/+4
| | | | Add `/titlebar use [name|jid]`.
* Print `roster rooms use` in info pageMichael Vetter2020-01-231-0/+4
|
* Update my Copyright to 2020Michael Vetter2020-01-031-2/+2
|
* Adjust /color configuration outputMichael Vetter2019-12-201-9/+9
| | | | Fix https://github.com/profanity-im/profanity/issues/1243
* Add /occupants color commandMichael Vetter2019-12-191-2/+8
| | | | | | | | `/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 /roster color commandMichael Vetter2019-12-191-0/+6
| | | | | | | `/roster color on|off` to enable or disable XEP-0392 also for the roster. Regards https://github.com/profanity-im/profanity/issues/1191
* Handle case where color.nick is not setMichael Vetter2019-12-121-0/+5
| | | | | Fixes a segfault if color.nick was never set but we want to print it's value.
* Implement Color Vision Deficiencies settingMichael Vetter2019-12-121-2/+11
| | | | | | Implement settings for redgreen and blue blindness. Regards https://github.com/profanity-im/profanity/issues/1191
* Add initial support for XEP-0392Michael Vetter2019-12-091-0/+9
| | | | | | | | | | | | | | The last 3 commits added basic support. Thanks @aaptel! This commit adds basic settings interface to use it. See `/color on|off`. We still have to enable settings for color blindness. And maybe another setting to decide whether to color the occupantslist/roster with the same algo. Regards https://github.com/profanity-im/profanity/issues/1191
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Merge /chlog and /grlog commands into /loggingMichael Vetter2019-11-121-11/+6
| | | | | | | Instead of `/chlog on` we now have `/logging chat on`. Instead of `/grlog on` we now have `/logging group on`. Fix https://github.com/profanity-im/profanity/issues/1224
* Merge /invite, /invites and /decline commandsMichael Vetter2019-11-051-1/+1
| | | | | | | | | | `/invite <contact>` became `/invite send <contact>. `/invites` became `/invite list`. `/decline` became `/invite decline`. Accept is still done via `/join`. Regards https://github.com/profanity-im/profanity/issues/1116
* Add `/titlebar show presence` commandMichael Vetter2019-11-051-0/+6
| | | | | | | Additionally to `/presence titlebar on` we now allow the setting via /titlebar show|hide presence` since it's about the titlebar. Regards https://github.com/profanity-im/profanity/issues/1116
* Display resource information in `/titlebar`Michael Vetter2019-11-051-0/+6
|
* Move /encwarn command into /titlebarMichael Vetter2019-11-051-15/+12
| | | | | | Instead of `/encwarn on|off` we now have `/titlebar show|hide encwarn`. Regards https://github.com/profanity-im/profanity/issues/1116
* Add option to hilight unread rooms in /wins commandMichael Vetter2019-10-121-1/+5
| | | | | | | In the theme we can now set `cmd.wins.unread` to hvae a special color for the lines of the `/wins` output that have unread messages. Fix https://github.com/profanity-im/profanity/issues/895
* Add coloring of statusbar.current tab in viewDaniel Lublin2019-09-241-0/+1
| | | | | | | | | | | | | | This theme color applies to the tab title text of the statusbar tab that is currently shown. The (somewhat confusingly named) `statusbar.active` theme color now applies to all other tabs (before, it applied to all tabs). Coloring of a tab that is highlighted/has new messages is done as before using the `statusbar.new` theme color. The default color is set to `cyan`, and thus causes no visible change for users -- until modified.
* Print history color in theme propertiesMichael Vetter2019-09-111-0/+1
| | | | Also print `main.text.history` setting when `/theme properties' is run.
* Hardcode James email adress in info messageMichael Vetter2019-08-241-1/+1
| | | | Dont rely on PACKAGE_BUGREPORT being James' mail.
* Add 256 colour info to /theme coloursMichael Vetter2019-08-231-0/+7
|
* Add myself to copyrightMichael Vetter2019-06-171-0/+2
| | | | Like discussed with James.
* Merge pull request #1084 from jubalh/occupants-charMichael Vetter2019-05-031-0/+6
|\ | | | | Add occupants char
| * Add occupants charMichael Vetter2019-05-021-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 URLMichael Vetter2019-05-031-1/+1
|/ | | | Regards https://github.com/profanity-im/profanity/issues/1085
* Add occupants wrap optionMichael Vetter2019-04-241-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 charMichael Vetter2019-04-231-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 configkaffeekanne2019-04-231-2/+2
|
* Add /occupants indent commandMichael Vetter2019-04-181-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 displayMichael Vetter2019-04-171-1/+1
| | | | Fixes https://github.com/boothj5/profanity/issues/1069
* Add OMEMO policyPaul Fariello2019-04-171-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 commandPaul Fariello2019-04-101-0/+24
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Splash logo improvements (#1022)Raf Czlonka2018-11-211-7/+7
| | | | | * Splash logo improvements * Use straight/flat, instead or rounded, outer edges on `o` and `a`
* Rename mucconf wins into conf winsPaul Fariello2018-09-051-5/+5
| | | | Configuration windows are now being used by both muc and cmd.
* Add max tab length to statusbarJames Booth2018-03-111-0/+7
|
* WIP add self prefs for statusbarJames Booth2018-03-101-0/+8
|
* Preference to show/hide tab numberJames Booth2018-03-091-0/+5
|
* Remove empty tabsJames Booth2018-03-091-15/+0
|
* Add preferences for tab displayJames Booth2018-03-091-1/+9
|
* Add max tabs preference for statusbarJames Booth2018-03-081-1/+3
|
* Add prefs for empty tabs and tab namesJames Booth2018-03-081-0/+16
|
* Show name in statusbar tabs WIPJames Booth2018-03-081-1/+1
|
* Do not colour room as joined when error joiningJames Booth2018-03-071-7/+5
| | | | fixes #984
* Add /rooms cacheJames Booth2018-02-051-0/+11
|
* Update copyrightJames Booth2018-01-211-2/+2
|
* Add basic help searchJames Booth2017-04-061-1/+1
|
* Allow previous autocompletion with shift tabJames Booth2017-04-011-6/+6
|