1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00
profanity/src
Michael Vetter 1155963c6c db: guard against no DB
Maybe if we only use `/connect` we dont have ProfAccount. In that case
we won't log anything. Only if a account is used we log.

If this is the case or the init of the db didn't work we still want
profanity to run but wont log anything to the db.
2020-04-06 10:50:20 +02:00
..
command Dont have account otr setting if built without otr 2020-04-03 01:37:25 +02:00
config db: Have one database per account 2020-04-06 10:50:20 +02:00
event db: Have one database per account 2020-04-06 10:50:20 +02:00
omemo Expand omemo error message 2020-02-21 10:30:09 +01:00
otr Allow utf8 symbols as omemo/pgp/otr indicator char 2020-02-20 23:36:10 +01:00
pgp Add context to autocomplete_with_func and use it for omemo trust command 2020-01-31 10:07:08 +01:00
plugins Allow utf8 symbols as omemo/pgp/otr indicator char 2020-02-20 23:36:10 +01:00
tools xep-0308: Make /correct work without quotation marks 2020-02-14 10:17:07 +01:00
ui Fix multiple memory leaks related to rosterwin_roster() 2020-04-06 14:29:21 +03:00
xmpp Add timestamp for incoming messages if none is set 2020-04-06 10:50:20 +02:00
common.c Put getting mentions in own function 2020-02-20 10:03:36 +01:00
common.h Put getting mentions in own function 2020-02-20 10:03:36 +01:00
database.c db: guard against no DB 2020-04-06 10:50:20 +02:00
database.h db: Have one database per account 2020-04-06 10:50:20 +02:00
log.c Fix errors in log.c 2020-02-22 09:27:04 +01:00
log.h get_log_file_location () should return const char* 2020-02-21 21:19:54 +01:00
main.c Add -t theme option 2020-03-24 23:00:39 +01:00
profanity.c db: Have one database per account 2020-04-06 10:50:20 +02:00
profanity.h Add -t theme option 2020-03-24 23:00:39 +01:00