Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display mood preferences | Michael Vetter | 2022-06-22 | 1 | -0/+11 |
| | |||||
* | Reset buffer correctly | Michael Vetter | 2022-06-15 | 1 | -5/+3 |
| | |||||
* | remove memset in cons_show_qrcode | swirl | 2022-06-15 | 1 | -1/+1 |
| | | | | Signed-off-by: swirl <swurl@swurl.xyz> | ||||
* | remove VLAs in OMEMO QR Code function | swirl | 2022-06-14 | 1 | -7/+15 |
| | | | | | | Removes the use of VLAs in favor of calloc Signed-off-by: swirl <swurl@swurl.xyz> | ||||
* | Use our omemo sid/fingerprint in qr code | Michael Vetter | 2022-05-31 | 1 | -1/+1 |
| | | | | | | | Current clients sid/fingerprint will be shown in following format: `xmpp:<user@server>?omemo-sid-<numerical-sid>=<omemo-fingerprint-hex-string>` Fix https://github.com/profanity-im/profanity/issues/1320 | ||||
* | Add command help for omemo qrcode | Michael Vetter | 2022-05-30 | 1 | -0/+2 |
| | |||||
* | Reverse QR code colors and add padding | swirl | 2022-05-30 | 1 | -7/+19 |
| | | | | | | | All QR scanners should be able to recognize this, as it is now the correct color with some padding to prevent blending. Signed-off-by: swirl <swurl@swurl.xyz> | ||||
* | implement working OMEMO QR code | swirl | 2022-05-30 | 1 | -7/+6 |
| | | | | | | | | TODO: We need to find a way to switch the colors of the QR code, so that more QR readers can detect it, without "blending" the edges of the QR code with the surrounding terminal window. Signed-off-by: swirl <swurl@swurl.xyz> | ||||
* | Add basic qrcode functions | Michael Vetter | 2022-05-30 | 1 | -0/+34 |
| | |||||
* | Update copyright year | Michael Vetter | 2022-05-09 | 1 | -2/+2 |
| | |||||
* | ox: show ox preferences | Michael Vetter | 2022-05-05 | 1 | -0/+25 |
| | |||||
* | Add support for offline MUC notifications | Stefan Ott | 2022-04-23 | 1 | -0/+5 |
| | |||||
* | a tad more `const`-correctness | Steffen Jaeckel | 2022-03-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
* | auto-format | Steffen Jaeckel | 2022-02-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> | ||||
* | Allow utf8 in occupants header char | Michael Vetter | 2021-10-22 | 1 | -4/+6 |
| | |||||
* | Allow utf8 in occupants char | Michael Vetter | 2021-10-22 | 1 | -6/+8 |
| | |||||
* | Allow utf8 in roster room private char | Michael Vetter | 2021-10-22 | 1 | -3/+5 |
| | |||||
* | Allow utf8 in roster rooms char | Michael Vetter | 2021-10-22 | 1 | -4/+6 |
| | |||||
* | Allow utf8 in roster private char | Michael Vetter | 2021-10-22 | 1 | -3/+5 |
| | |||||
* | Allow utf8 in roster resource char | Michael Vetter | 2021-10-22 | 1 | -4/+6 |
| | |||||
* | Allow utf8 in roster contact char | Michael Vetter | 2021-10-22 | 1 | -7/+10 |
| | |||||
* | Allow utf8 in roster header char | Michael Vetter | 2021-10-21 | 1 | -2/+3 |
| | | | | | | | | | This and the following commits should make a couple of more configs allow utf8 chars so people can use their weird icons :-) We did the same for the otr/omemo/pgp indicators at: https://github.com/profanity-im/profanity/commit/1f8b1eb740391941e79e1004ad041f8178a2b674 https://github.com/profanity-im/profanity/commit/5cf6ee1bc6d0b99b01891bc455a657bf022a72b0 | ||||
* | Format code correctly | Michael Vetter | 2021-10-05 | 1 | -3/+6 |
| | |||||
* | Add more keybindings to /help navigation | Michael Vetter | 2021-09-15 | 1 | -2/+5 |
| | |||||
* | Add option to only allow messages from jids in roster | Michael Vetter | 2021-07-01 | 1 | -0/+10 |
| | | | | | | | `/silence on` will throw away all messages (type: chat, normal) that come from jids that are not in the roster. Implement https://github.com/profanity-im/profanity/issues/955 | ||||
* | Fix /disco info contact address header | Michael Vetter | 2021-06-30 | 1 | -3/+5 |
| | | | | | Only display server contact information heading when we have actual addresses. | ||||
* | Adjust contact addresses output to the rest of disco info | Michael Vetter | 2021-06-30 | 1 | -2/+3 |
| | | | | Format the output of cons_show_disco_contact_information() so that it matches cons_show_disco_info(). | ||||
* | XEP-0157: Print all available addresses | Michael Vetter | 2021-06-30 | 1 | -3/+8 |
| | |||||
* | XEP-0157: Print contact addresses | Michael Vetter | 2021-06-30 | 1 | -0/+14 |
| | |||||
* | Print editor command in /executable overview | Michael Vetter | 2021-06-10 | 1 | -0/+4 |
| | |||||
* | Add command to show single bookmark details | Michael Vetter | 2021-06-09 | 1 | -0/+28 |
| | | | | | | | `/bookmark list` lists all bookmarks with its details. `/bookmark list <jid>` shows the details of a single bookmark. Implement https://github.com/profanity-im/profanity/issues/1558 | ||||
* | Attention flag for groupchats | DebXWoody | 2021-05-29 | 1 | -0/+20 |
| | | | | Attention flag for groupchat and display the windows via "/wins attention" | ||||
* | Have separate settings for intype | Michael Vetter | 2021-05-08 | 1 | -2/+7 |
| | | | | | | | | | | Old: `/intype on|of` Typing information is printed in console and titlebar. New: `/intype titlebar|console on|off` Typing information can be configured in more detail. Regards https://github.com/profanity-im/profanity/issues/1516 | ||||
* | Add config.h in files were it was missing | Michael Vetter | 2021-03-26 | 1 | -0/+2 |
| | | | | Related to https://github.com/profanity-im/profanity/issues/1512 | ||||
* | MUC: Show offline members in sidebar | Thorben Günther | 2021-03-08 | 1 | -0/+5 |
| | |||||
* | Add /mam command | Michael Vetter | 2021-01-28 | 1 | -0/+10 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/660 | ||||
* | Simplify console notification code | Michael Vetter | 2021-01-21 | 1 | -29/+15 |
| | | | | | | | Functions had some duplicate code: * cons_show_incoming_room_message() * cons_show_incoming_message() * cons_show_incoming_private_message() | ||||
* | Update copyright | Michael Vetter | 2021-01-08 | 1 | -2/+2 |
| | |||||
* | Fix various typos | Michael Vetter | 2020-12-10 | 1 | -4/+4 |
| | |||||
* | Remove scheme and filetype matching for url (save|open) | William Wennerström | 2020-12-08 | 1 | -3/+6 |
| | |||||
* | Fix segfault for urlopen[1] | William Wennerström | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Fix bad order of parameters for url save | William Wennerström | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Refactor for threaded external executable for built-in download methods | William Wennerström | 2020-12-03 | 1 | -2/+2 |
| | |||||
* | Run make format on rebase | William Wennerström | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | Remove /omemo sendfile | William Wennerström | 2020-11-16 | 1 | -7/+1 |
| | |||||
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 1 | -4/+2 |
| | | | | We require c99/gnu99 anyways. | ||||
* | Fix use-after-free which is introduced in cons_alert() | Dmitry Podgorny | 2020-10-09 | 1 | -1/+1 |
| | | | | | | Commit f12161f fixes memory leak, but introduces use-after-free issue. Allocate new memory for win_name with g_strdup() since it is freed with g_free() later. | ||||
* | Fix memleak in cons_alert() | Michael Vetter | 2020-10-07 | 1 | -0/+2 |
| | | | | Close https://github.com/profanity-im/profanity/issues/1427 | ||||
* | Basic support for building on NetBSD. | nia | 2020-09-04 | 1 | -0/+2 |
| | | | | | | - Add NetBSD as a recognized platform without -ldl. - Allow building with NetBSD libcurses instead of ncurses. - Portability to NetBSD sh - use POSIX '=' instead of '=='. | ||||
* | Setting: only write in console upon muc mention | Michael Vetter | 2020-07-10 | 1 | -0/+5 |
| | | | | | | `/console muc mention` additionally to `first|none|all`. Fix https://github.com/profanity-im/profanity/issues/1371 |