Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Include xmpp.h to cafile.c | Michael Vetter | 2022-06-28 | 1 | -0/+1 | |
* | | Include common.h and xmpp.h in editor.c | Michael Vetter | 2022-06-28 | 1 | -0/+2 | |
* | | Include xmpp.h in bookmark_ignore.c | Michael Vetter | 2022-06-28 | 1 | -0/+2 | |
* | | Include xmpp and message header to database.c | Michael Vetter | 2022-06-28 | 1 | -0/+2 | |
* | | Split log.c into log.c and chatlog.c | Michael Vetter | 2022-06-28 | 8 | -490/+590 | |
* | | Fix formatting | Michael Vetter | 2022-06-22 | 1 | -1/+1 | |
* | | Add autocompletion for `/log level` | Michael Vetter | 2022-06-22 | 1 | -0/+13 | |
* | | Display log level information in preferences | Michael Vetter | 2022-06-22 | 3 | -0/+22 | |
* | | Rename _log_string_from_level to _log_abbreviation_string_from_level | Michael Vetter | 2022-06-22 | 1 | -3/+4 | |
* | | Correct default log maxsize in help | Michael Vetter | 2022-06-22 | 1 | -1/+1 | |
* | | Let user change log level while running | Michael Vetter | 2022-06-22 | 3 | -4/+17 | |
* | | Display mood preferences | Michael Vetter | 2022-06-22 | 5 | -3/+15 | |
* | | Make mood display optional | Michael Vetter | 2022-06-22 | 6 | -3/+26 | |
* | | Fix build without omemo | MarcoPolo-PasTonMolo | 2022-06-17 | 1 | -0/+2 | |
* | | Don't forget encryption status for OX and PGP. | MarcoPolo-PasTonMolo | 2022-06-17 | 6 | -21/+133 | |
|/ | ||||||
* | Improve cmd argument parser | MarcoPolo-PasTonMolo | 2022-06-16 | 1 | -3/+12 | |
* | Reset buffer correctly | Michael Vetter | 2022-06-15 | 1 | -5/+3 | |
* | remove memset in cons_show_qrcode | swirl | 2022-06-15 | 1 | -1/+1 | |
* | remove VLAs in OMEMO QR Code function | swirl | 2022-06-14 | 1 | -7/+15 | |
* | Merge pull request #1717 from MarcoPolo-PasTonMolo/fix/chat-with-self-duplica... | Michael Vetter | 2022-06-11 | 2 | -1/+13 | |
|\ | ||||||
| * | Fix duplicate messages in chat with oneself. | MarcoPolo-PasTonMolo | 2022-05-31 | 2 | -1/+13 | |
* | | Fix typo in omemo command | Michael Vetter | 2022-06-05 | 1 | -1/+1 | |
* | | Use our omemo sid/fingerprint in qr code | Michael Vetter | 2022-05-31 | 5 | -4/+26 | |
* | | Add command help for omemo qrcode | Michael Vetter | 2022-05-30 | 2 | -2/+6 | |
* | | Reverse QR code colors and add padding | swirl | 2022-05-30 | 2 | -8/+19 | |
* | | implement working OMEMO QR code | swirl | 2022-05-30 | 2 | -8/+19 | |
* | | Add basic qrcode functions | Michael Vetter | 2022-05-30 | 6 | -1/+54 | |
* | | Merge pull request #1714 from MarcoPolo-PasTonMolo/feature/avatar-set | Michael Vetter | 2022-05-30 | 8 | -1/+191 | |
|\ \ | ||||||
| * | | Final touches for `/avatar set` | Michael Vetter | 2022-05-27 | 3 | -4/+5 | |
| * | | Add checks for whether gdk-pixbuf exists before using avatar set | MarcoPolo-PasTonMolo | 2022-05-26 | 4 | -2/+16 | |
| * | | Add `/avatar set` command to publish avatar | MarcoPolo-PasTonMolo | 2022-05-26 | 7 | -1/+176 | |
* | | | Merge pull request #1712 from MarcoPolo-PasTonMolo/fix/1347 | Michael Vetter | 2022-05-29 | 2 | -7/+45 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Make muc config update after form submit | MarcoPolo-PasTonMolo | 2022-05-27 | 2 | -7/+45 | |
| |/ | ||||||
* | | Fix description of mood | Michael Vetter | 2022-05-27 | 1 | -1/+1 | |
* | | Respect silent nick change in mucs | MarcoPolo-PasTonMolo | 2022-05-26 | 1 | -0/+2 | |
* | | Fix segfault on `/ox discover` | MarcoPolo-PasTonMolo | 2022-05-26 | 1 | -5/+8 | |
|/ | ||||||
* | Fix room name not updating. | MarcoPolo-PasTonMolo | 2022-05-18 | 1 | -0/+8 | |
* | Update copyright year | Michael Vetter | 2022-05-09 | 46 | -48/+48 | |
* | Log encrypted messages by default to chatlog | Michael Vetter | 2022-05-09 | 2 | -7/+7 | |
* | ox: remove /ox sendfile because its actually not implemented | Michael Vetter | 2022-05-05 | 2 | -11/+1 | |
* | ox: show ox preferences | Michael Vetter | 2022-05-05 | 4 | -0/+31 | |
* | ox: Add /ox log command | Michael Vetter | 2022-05-05 | 6 | -1/+41 | |
* | ox: only process proper messages | Michael Vetter | 2022-05-04 | 1 | -12/+11 | |
* | ox: prefix function _openpgp_signcrypt with ox_ | Michael Vetter | 2022-05-04 | 1 | -3/+3 | |
* | ox: have metadata node open | Michael Vetter | 2022-05-04 | 1 | -0/+6 | |
* | ox: return upon invalid fingerprint | Michael Vetter | 2022-05-04 | 1 | -1/+2 | |
* | ox: fix mistakes in p_ox_gpg_decrypt() | Michael Vetter | 2022-05-04 | 1 | -1/+3 | |
* | Improve ox command help | Michael Vetter | 2022-05-04 | 1 | -2/+3 | |
* | ox: print message when `/ox end` is run but not started | Michael Vetter | 2022-05-04 | 1 | -4/+8 | |
* | ox: print more error messages to UI | Michael Vetter | 2022-05-03 | 1 | -2/+6 |