index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
database.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Format code correctly
Michael Vetter
2021-10-05
1
-12
/
+12
*
Escape all parameters in SQL statements
CIacademic
2021-06-11
1
-8
/
+5
*
Get rid of asprintf and _GNU_SOURCE define
Michael Vetter
2021-03-30
1
-21
/
+20
*
Add config.h in files were it was missing
Michael Vetter
2021-03-26
1
-0
/
+2
*
database: make log_database_get_previous_chat safer
Michael Vetter
2021-03-25
1
-0
/
+2
*
database: simplify _log_database_add_outgoing
Michael Vetter
2021-03-25
1
-2
/
+1
*
database: simplify log_database_add_incoming
Michael Vetter
2021-03-25
1
-2
/
+1
*
Calm OpenBSD syslog
kaffeekanne
2021-02-15
1
-5
/
+5
*
Since the string from strerror should never be modified, use const.
Philipp Klaus Krause
2020-10-14
1
-1
/
+1
*
Use g_date_time_format_iso8601()
Michael Vetter
2020-09-30
1
-8
/
+2
*
database: Only insert if there is no entry with same archive_id
Michael Vetter
2020-07-23
1
-4
/
+6
*
Apply coding style
Michael Vetter
2020-07-07
1
-65
/
+72
*
Revert "Apply coding style"
Michael Vetter
2020-07-07
1
-76
/
+69
*
Apply coding style
Michael Vetter
2020-07-07
1
-69
/
+76
*
Use files_get_account_data_path instead of duplicate code
Michael Vetter
2020-07-01
1
-16
/
+10
*
Feature request - XEP-0373: OpenPGP for XMPP (OX)
DebXWoody
2020-06-29
1
-1
/
+3
*
Fix carbon logging
Michael Vetter
2020-05-27
1
-4
/
+8
*
Escape message before adding to SQL backend
Michael Vetter
2020-04-18
1
-1
/
+5
*
Add to_jid field to ProfMessage struct
Michael Vetter
2020-04-11
1
-4
/
+5
*
Fix error in getting previous chatlog
Michael Vetter
2020-04-10
1
-1
/
+5
*
Retrieve message type from database
Michael Vetter
2020-04-08
1
-1
/
+16
*
Downgrade dependencies
Michael Vetter
2020-04-07
1
-2
/
+8
*
Add missing includes
Michael Vetter
2020-04-06
1
-0
/
+3
*
db: actually display the last 10 entries in correct order
Michael Vetter
2020-04-06
1
-1
/
+1
*
db: get last messages sorted by timestamp
Michael Vetter
2020-04-06
1
-1
/
+1
*
db: Use type from message struct instead of having individual functions
Michael Vetter
2020-04-06
1
-75
/
+79
*
db: Fix memleaks
Michael Vetter
2020-04-06
1
-0
/
+1
*
Add sql to error log
Michael Vetter
2020-04-06
1
-2
/
+2
*
Remove chat_log_get_previous()
Michael Vetter
2020-04-06
1
-2
/
+2
*
Get regular chat history out of sql backend
Michael Vetter
2020-04-06
1
-2
/
+44
*
db: log encryption type
Michael Vetter
2020-04-06
1
-2
/
+19
*
db: log "to" resource
Michael Vetter
2020-04-06
1
-8
/
+8
*
db: log "from" resource
Michael Vetter
2020-04-06
1
-6
/
+7
*
db: log all incoming and outgoing messages
Michael Vetter
2020-04-06
1
-18
/
+33
*
db: log outgoing message in one case
Michael Vetter
2020-04-06
1
-11
/
+43
*
db: add dedicated chat, muc, muc pm logging functions
Michael Vetter
2020-04-06
1
-1
/
+20
*
db: insert message type
Michael Vetter
2020-04-06
1
-4
/
+14
*
db: add more needed fields
Michael Vetter
2020-04-06
1
-7
/
+20
*
db: make id autoincrement
Michael Vetter
2020-04-06
1
-1
/
+1
*
db: fix inserting null in database
Michael Vetter
2020-04-06
1
-1
/
+1
*
db: log replace id
Michael Vetter
2020-04-06
1
-3
/
+3
*
db: use goto in error case
Michael Vetter
2020-04-06
1
-24
/
+13
*
db: add db version
Michael Vetter
2020-04-06
1
-1
/
+25
*
db: move includes
Michael Vetter
2020-04-06
1
-4
/
+1
*
db: guard against no DB
Michael Vetter
2020-04-06
1
-2
/
+10
*
db: Have one database per account
Michael Vetter
2020-04-06
1
-4
/
+41
*
database: log stanza_id and whether it is a muc message
Michael Vetter
2020-04-06
1
-4
/
+4
*
database: log incoming messages
Michael Vetter
2020-04-06
1
-0
/
+30
*
database: Define chatlog database location
Michael Vetter
2020-04-06
1
-6
/
+11
*
database: create table
Michael Vetter
2020-04-06
1
-2
/
+13
[next]