Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use-after-free | Steffen Jaeckel | 2023-05-21 | 1 | -1/+3 |
* | Improve debug logging | Steffen Jaeckel | 2023-05-21 | 1 | -2/+4 |
* | Fix memleak | Steffen Jaeckel | 2023-05-21 | 1 | -0/+1 |
* | Fix `-Werror=maybe-uninitialized` | Steffen Jaeckel | 2023-05-12 | 2 | -109/+47 |
* | Remove VLA & calm Valgrind | Steffen Jaeckel | 2023-05-12 | 2 | -1/+10 |
* | Fix memleaks & more auto-free | Steffen Jaeckel | 2023-05-12 | 1 | -15/+5 |
* | Improve const-correctness of API | Steffen Jaeckel | 2023-05-12 | 4 | -4/+4 |
* | Fix potential double-free | Steffen Jaeckel | 2023-05-12 | 1 | -1/+1 |
* | Merge branch 'master' into cleanup/gchar-char | Michael Vetter | 2023-05-11 | 12 | -90/+107 |
|\ | |||||
| * | Merge pull request #1847 from profanity-im/minor-improvements | Michael Vetter | 2023-05-11 | 9 | -27/+42 |
| |\ | |||||
| | * | fix memory leaks | Steffen Jaeckel | 2023-05-10 | 2 | -21/+22 |
| | * | fix `/reconnect now` | Steffen Jaeckel | 2023-05-10 | 6 | -3/+18 |
| | * | more `auto_char` | Steffen Jaeckel | 2023-05-10 | 1 | -2/+1 |
| | * | fix "window `NULL` issue" (hopefully) | Steffen Jaeckel | 2023-05-10 | 1 | -1/+1 |
| * | | Add helper function for individual cmd_executable_*() functions | Michael Vetter | 2023-05-10 | 1 | -46/+7 |
| * | | Add autocompletion for /executable parameters | Michael Vetter | 2023-05-10 | 1 | -0/+32 |
| * | | Make it possible to reset editor to default | Michael Vetter | 2023-05-10 | 2 | -0/+5 |
| * | | Add vcard_photo to /executable autocompletion | Michael Vetter | 2023-05-10 | 1 | -0/+1 |
| * | | Align avatar behaviour with urlopen | Michael Vetter | 2023-05-10 | 3 | -19/+24 |
| * | | Remove parsing of /avatar cmd | Michael Vetter | 2023-05-10 | 1 | -3/+0 |
| |/ | |||||
* / | Cleanup: gchar as gchar instead of char | John Hernandez | 2023-05-04 | 23 | -257/+128 |
|/ | |||||
* | Add ability to disable avatar publishing | IsaacM88 | 2023-05-02 | 7 | -20/+86 |
* | Merge pull request #1838 from H3rnand3zzz/fix/omemo-trust-notification | Michael Vetter | 2023-04-19 | 1 | -3/+3 |
|\ | |||||
| * | Improve OMEMO messages | John Hernandez | 2023-04-19 | 1 | -3/+3 |
* | | Merge pull request #1840 from H3rnand3zzz/fix/plugins-unload | Michael Vetter | 2023-04-19 | 1 | -31/+22 |
|\ \ | |||||
| * | | Fix `/plugins update` | John Hernandez | 2023-04-19 | 1 | -31/+22 |
| |/ | |||||
* | | Fix memleak in _inp_rl_linehandler | Michael Vetter | 2023-04-18 | 1 | -0/+1 |
* | | Fix memleak in stanza_create_caps_query_element | Michael Vetter | 2023-04-18 | 1 | -0/+3 |
|/ | |||||
* | Add logging consistency | John Hernandez | 2023-04-18 | 1 | -1/+2 |
* | Fix `/log level` crash | John Hernandez | 2023-04-18 | 1 | -18/+10 |
* | Merge pull request #1827 from H3rnand3zzz/feature/sessions-alarm | Michael Vetter | 2023-04-18 | 11 | -6/+153 |
|\ | |||||
| * | Add sessions_alarm | John Hernandez | 2023-04-18 | 11 | -6/+153 |
* | | Don't add the same command twice to history | John Hernandez | 2023-04-17 | 1 | -5/+8 |
* | | Format code with clang-format 16 | Michael Vetter | 2023-04-14 | 4 | -134/+137 |
|/ | |||||
* | Merge pull request #1823 from H3rnand3zzz/fix/msg-crash | Michael Vetter | 2023-04-14 | 2 | -7/+8 |
|\ | |||||
| * | Cleanup p_ox_gpg_decrypt | John Hernandez | 2023-04-13 | 1 | -4/+6 |
| * | Fix memory corruption crash | John Hernandez | 2023-04-13 | 1 | -3/+2 |
* | | Add nickname support for /roster remove | John Hernandez | 2023-04-13 | 3 | -7/+10 |
|/ | |||||
* | iq: initialize os and os_txt | Michael Vetter | 2023-04-11 | 1 | -2/+2 |
* | Merge pull request #1822 from H3rnand3zzz/fix/iq-os | Michael Vetter | 2023-04-11 | 1 | -3/+2 |
|\ | |||||
| * | Fix releases of os and os_txt stanzas | John Hernandez | 2023-04-10 | 1 | -3/+2 |
* | | Add limitation info about /statusbar chat user|jid | Michael Vetter | 2023-04-10 | 1 | -1/+1 |
* | | Fixes Statusbar tabs and Cleanup | John Hernandez | 2023-04-10 | 2 | -15/+39 |
* | | Improve titlebar flexibility | John Hernandez | 2023-04-10 | 2 | -11/+19 |
|/ | |||||
* | Rewrite description for clientid | Michael Vetter | 2023-04-09 | 1 | -1/+1 |
* | Merge pull request #1815 from H3rnand3zzz/feature/the-client-switcher | Michael Vetter | 2023-04-09 | 10 | -68/+125 |
|\ | |||||
| * | Allow setting client identification name/version manually | John Hernandez | 2023-04-09 | 10 | -68/+125 |
* | | User proper ellipsis char | Martin Dosch | 2023-04-09 | 10 | -28/+28 |
* | | add `/statusbar tabmode actlist` | Steffen Jaeckel | 2023-04-08 | 7 | -46/+135 |
* | | fix display of a "list type" in a form if there's no value assigned yet | Steffen Jaeckel | 2023-04-04 | 1 | -27/+21 |