about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* save file as a *-0 instead of *.0 HEAD mainDaniel Santos2023-07-011-1/+1
* same filename in url openDaniel Santos2023-07-011-0/+17
* /executable async on|offDaniel Santos2023-07-018-10/+70
* Use ASCII char in MAM loading stringDaniel Santos2023-07-011-1/+1
* Profani-tty has rebornDaniel Santos2023-07-01174-842/+843
* Revert "Merge pull request #1821 from mdosch/use-proper-ellipsis-char"Daniel Santos2023-07-0110-28/+28
* Merge pull request #1842 from H3rnand3zzz/feature/plugins-downloadMichael Vetter2023-06-0611-112/+303
|\
| * Add url support (downloading) to `/plugins install`John Hernandez2023-05-1610-35/+255
| * `/url save` and `/url open` refactoringJohn Hernandez2023-05-112-80/+51
* | Fix double-free of values.Steffen Jaeckel2023-06-041-0/+6
* | Expand `/url` descriptionMichael Vetter2023-05-311-2/+2
* | 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