profanity icon indicating copy to clipboard operation
profanity copied to clipboard

Ncurses based XMPP client

Results 109 profanity issues
Sort by recently updated
recently updated
newest added

Unfortunately, I don't have much details on how they happened, yet I can share stacktraces. Fresh install Likely roster autocomplete on empty roster. ```log #0 0x00007f928c29a25c in __pthread_kill_implementation () at...

bug

Currently Profanity sends notifications even if you are focused on the same chat window as the recipient message. It should account for whenever profanity is the focused window or not....

The library libsignal-protocol-c is not maintained. This commit will replace the dependency libsignal-protocol-c with libomemo-c. On 2025-02-07 a new version of protobuf-c has been uploaded to Debian. This new version...

cleanup

For the bug reported in #1938 there seems to be an issue of not grabbing the right time stamp. This is similar to the bug in #1190 of not grabbing...

The `prof_post_chat_message_display` hook is never invoked on the plugin side for chat history messages, only the `prof_pre_chat_message_display`hook seems to be invoked. ## debug In the plugin hooks I just put...

Currently profanity depends on gnupg for PGP (legacy PGP and OX). It would be nice to also allow the user to use a [SOP](https://www.openpgp.org/about/sop/) backend. This would maybe also speed...

feature
pgp

- [ ] I ran valgrind when using my new feature ### How to test the functionality * step 1 Launch profanity and connect to server. Verify it can be...

- [ ] I ran valgrind when using my new feature ### How to test the functionality * step 1 * step 2

tests

**Is your feature request related to a problem? Please describe.** It would be nice to be able to connect without STARTTLS, so [XEP-0368](https://xmpp.org/extensions/xep-0368.html) support. **Describe the solution you'd like** Implement...

depends-on-libstrophe

**Is your feature request related to a problem? Please describe.** *Issue 1: Incorrect colors* The [256 hard-coded colors](https://github.com/profanity-im/profanity/blob/5da079bbb24c737c1f3837e042fba6caacb16730/src/config/color.c#L73) contain errors. *Gold1* is `hsl(0, 100%, 50%)`, which is red. The [website](https://www.ditig.com/256-colors-cheat-sheet)...

feature