about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix use-after-freeSteffen Jaeckel2023-05-211-1/+3
* Improve debug loggingSteffen Jaeckel2023-05-211-2/+4
* Fix memleakSteffen Jaeckel2023-05-211-0/+1
* Fix `-Werror=maybe-uninitialized`Steffen Jaeckel2023-05-122-109/+47
* Remove VLA & calm ValgrindSteffen Jaeckel2023-05-122-1/+10
* Fix memleaks & more auto-freeSteffen Jaeckel2023-05-121-15/+5
* Improve const-correctness of APISteffen Jaeckel2023-05-124-4/+4
* Fix potential double-freeSteffen Jaeckel2023-05-121-1/+1
* Merge branch 'master' into cleanup/gchar-charMichael Vetter2023-05-1112-90/+107
|\
| * Merge pull request #1847 from profanity-im/minor-improvementsMichael Vetter2023-05-119-27/+42
| |\
| | * fix memory leaksSteffen Jaeckel2023-05-102-21/+22
| | * fix `/reconnect now`Steffen Jaeckel2023-05-106-3/+18
| | * more `auto_char`Steffen Jaeckel2023-05-101-2/+1
| | * fix "window `NULL` issue" (hopefully)Steffen Jaeckel2023-05-101-1/+1
| * | Add helper function for individual cmd_executable_*() functionsMichael Vetter2023-05-101-46/+7
| * | Add autocompletion for /executable parametersMichael Vetter2023-05-101-0/+32
| * | Make it possible to reset editor to defaultMichael Vetter2023-05-102-0/+5
| * | Add vcard_photo to /executable autocompletionMichael Vetter2023-05-101-0/+1
| * | Align avatar behaviour with urlopenMichael Vetter2023-05-103-19/+24
| * | Remove parsing of /avatar cmdMichael Vetter2023-05-101-3/+0
| |/
* / Cleanup: gchar as gchar instead of charJohn Hernandez2023-05-0423-257/+128
|/
* Add ability to disable avatar publishingIsaacM882023-05-027-20/+86
* Merge pull request #1838 from H3rnand3zzz/fix/omemo-trust-notificationMichael Vetter2023-04-191-3/+3
|\
| * Improve OMEMO messagesJohn Hernandez2023-04-191-3/+3
* | Merge pull request #1840 from H3rnand3zzz/fix/plugins-unloadMichael Vetter2023-04-191-31/+22
|\ \
| * | Fix `/plugins update`John Hernandez2023-04-191-31/+22
| |/
* | Fix memleak in _inp_rl_linehandlerMichael Vetter2023-04-181-0/+1
* | Fix memleak in stanza_create_caps_query_elementMichael Vetter2023-04-181-0/+3
|/
* Add logging consistencyJohn Hernandez2023-04-181-1/+2
* Fix `/log level` crashJohn Hernandez2023-04-181-18/+10
* Merge pull request #1827 from H3rnand3zzz/feature/sessions-alarmMichael Vetter2023-04-1811-6/+153
|\
| * Add sessions_alarmJohn Hernandez2023-04-1811-6/+153
* | Don't add the same command twice to historyJohn Hernandez2023-04-171-5/+8
* | Format code with clang-format 16Michael Vetter2023-04-144-134/+137
|/
* Merge pull request #1823 from H3rnand3zzz/fix/msg-crashMichael Vetter2023-04-142-7/+8
|\
| * Cleanup p_ox_gpg_decryptJohn Hernandez2023-04-131-4/+6
| * Fix memory corruption crashJohn Hernandez2023-04-131-3/+2
* | Add nickname support for /roster removeJohn Hernandez2023-04-133-7/+10
|/
* iq: initialize os and os_txtMichael Vetter2023-04-111-2/+2
* Merge pull request #1822 from H3rnand3zzz/fix/iq-osMichael Vetter2023-04-111-3/+2
|\
| * Fix releases of os and os_txt stanzasJohn Hernandez2023-04-101-3/+2
* | Add limitation info about /statusbar chat user|jidMichael Vetter2023-04-101-1/+1
* | Fixes Statusbar tabs and CleanupJohn Hernandez2023-04-102-15/+39
* | Improve titlebar flexibilityJohn Hernandez2023-04-102-11/+19
|/
* Rewrite description for clientidMichael Vetter2023-04-091-1/+1
* Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcherMichael Vetter2023-04-0910-68/+125
|\
| * Allow setting client identification name/version manuallyJohn Hernandez2023-04-0910-68/+125
* | User proper ellipsis charMartin Dosch2023-04-0910-28/+28
* | add `/statusbar tabmode actlist`Steffen Jaeckel2023-04-087-46/+135
* | fix display of a "list type" in a form if there's no value assigned yetSteffen Jaeckel2023-04-041-27/+21