1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src
Netboy3 4ea98c71ee Fix /autoaway command logic
Two issues were fixed in the parser logic:
* A call to cons_bad_cmd_usage() was placed at the end of the "time"
  parser section that blocked reachability to both "message" and
  "check" parser sections. This caused "/autoaway message ..." and
  "/autoaway check ..." to always fail with "Invalid usage". This
  issue was introduced in commit 3c1e4ba.
* "/autoaway message xa" with no message argument returns message
  set to (null). This should be fixed the same way as
  "/autoaway message away" was fixed in commit 3c1e4ba.
2022-07-28 11:48:38 -04:00
..
command Fix /autoaway command logic 2022-07-28 11:48:38 -04:00
config Display a help message upon first start of Profanity 2022-07-05 06:57:11 +02:00
event ox: handle empty message->plain 2022-07-04 16:40:44 +02:00
omemo Fix typo in omemo command 2022-06-05 17:25:53 +02:00
otr Split log.c into log.c and chatlog.c 2022-06-28 20:08:38 +02:00
pgp Remove comment 2022-06-29 09:21:44 +02:00
plugins Fix python executed during configure 2022-02-18 19:45:31 +01:00
tools Include common.h and xmpp.h in editor.c 2022-06-28 20:08:44 +02:00
ui Display a help message upon first start of Profanity 2022-07-05 06:57:11 +02:00
xmpp ox: add helper message in case signcrypt doesnt work 2022-06-29 13:26:15 +02:00
chatlog.c chatlog: remove unused variable 2022-06-29 09:44:57 +02:00
chatlog.h Split log.c into log.c and chatlog.c 2022-06-28 20:08:38 +02:00
common.c Update copyright year 2022-05-09 15:43:33 +02:00
common.h use g_mkdir_with_parents() instead of home-baked solution 2022-03-14 13:17:46 +01:00
database.c database: remove comment 2022-06-29 15:31:37 +02:00
database.h Update copyright year 2022-05-09 15:43:33 +02:00
log.c log: put static functions on top 2022-06-28 20:13:55 +02:00
log.h Split log.c into log.c and chatlog.c 2022-06-28 20:08:38 +02:00
main.c Add checks for whether gdk-pixbuf exists before using avatar set 2022-05-26 21:06:27 +03:00
profanity.c Split log.c into log.c and chatlog.c 2022-06-28 20:08:38 +02:00
profanity.h Update copyright year 2022-05-09 15:43:33 +02:00