1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src
Michael Vetter bba8278bb7 Fix passing of wrong parameter to cmd executable template function
`/executable vcard_photo test`

Printed
`Invalid usage, see '/help card_photo' for details.`

So it used the subcommand instead of the command and lost one of the
letters as well.

This mistake got introduced in 60c197487.
Where we added helper functions for the various `/executable` functions.

Discovered by @H3rnand3zzz with correct solution.

Fix https://github.com/profanity-im/profanity/issues/1921
2023-11-10 23:01:27 +01:00
..
command Fix passing of wrong parameter to cmd executable template function 2023-11-10 23:01:27 +01:00
config Fix double free crash 2023-11-10 12:39:26 +01:00
event Fix crash on quick /reconnect now usage (double free) 2023-10-15 23:23:01 +02:00
omemo Ensure instances of auto types are initialized 2023-11-06 22:22:35 +01:00
otr g_free() to auto_gfree, introduce auto_guchar 2023-07-13 17:04:59 +02:00
pgp Introduce a shared implementation for keyfile loading 2023-09-04 09:59:09 +02:00
plugins Fix /plugins reload error message 2023-10-19 12:58:19 +02:00
tools Add emptiness check for /url save and /plugins install 2023-11-10 20:05:01 +01:00
ui Merge pull request #1902 from H3rnand3zzz/feature/improved-history 2023-11-06 22:41:36 +01:00
xmpp Merge pull request #1902 from H3rnand3zzz/feature/improved-history 2023-11-06 22:41:36 +01:00
chatlog.c Fix my email address 2023-07-31 16:51:58 +02:00
chatlog.h Split log.c into log.c and chatlog.c 2022-06-28 20:08:38 +02:00
common.c Introduce a shared implementation for keyfile loading 2023-09-04 09:59:09 +02:00
common.h Introduce a shared implementation for keyfile loading 2023-09-04 09:59:09 +02:00
database.c Improve handling of NULL pointers in DB 2023-11-07 14:09:58 +01:00
database.h Fix my email address 2023-07-31 16:51:58 +02:00
log.c Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
log.h Fix some more char* -> gchar*. 2023-08-31 23:14:02 +02:00
main.c Add helper function to create version string 2023-07-25 20:58:15 +02:00
profanity.c Add helper function to create version string 2023-07-25 20:58:15 +02:00
profanity.h Update copyright year 2023-01-10 10:37:25 +01:00